CVE-2026-35201

Severity CVSS v4.0:
Pending analysis
Type:
CWE-125 Out-of-bounds Read
Publication date:
06/04/2026
Last modified:
16/04/2026

Description

Discount is an implementation of John Gruber's Markdown markup language in C. From 1.3.1.1 to before 2.2.7.4, a signed length truncation bug causes an out-of-bounds read in the default Markdown parse path. Inputs larger than INT_MAX are truncated to a signed int before entering the native parser, allowing the parser to read past the end of the supplied buffer and crash the process. This vulnerability is fixed in 2.2.7.4.

Vulnerable products and versions

CPE From Up to
cpe:2.3:a:dafoster:rdiscount:*:*:*:*:*:ruby:*:* 1.3.1.1 (including) 2.2.7.4 (excluding)