CVE-2026-35201 MEDIUM

CVE-2026-35201: Discount has an Out-of-bounds Read in rdiscount

Vendor Davidfstr
Product rdiscount
Weakness CWE-125
Published April 6, 2026
Last update April 7, 2026

CVSS base score

5.9/10
Attack vector Network
Attack complexity High
Privileges required None
User interaction None
Confidentiality None
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

April 6, 2026 CVE published
April 7, 2026 Record updated