Description
A vulnerability was determined in 92181 markdown up to 058cab0cb7fb245a0ccc6b8446963ff8d573558f. Affected by this issue is the function lds of the file md.c. Executing a manipulation can lead to out-of-bounds read. The attack can be executed remotely. This product implements a rolling release for ongoing delivery, which means version information for affected or updated releases is unavailable. This patch is called c000d2f9cf390c315378d3717cf20911cf3e80a6. A patch should be applied to remediate this issue.
Published: 2026-09-07
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The affected function, lds in markdown’s md.c, contains an out‑of‑bounds read that can be triggered by a crafted input. This flaw permits an attacker to read memory beyond its intended bounds, potentially leaking confidential data or aiding further exploitation. The weakness aligns with input validation and bounds checking failures identified as CWE‑119 and CWE‑125, and the impact is a remote data disclosure if an attacker can supply malicious markdown content.

Affected Systems

The vulnerability affects the open‑source 92181 markdown project. No specific version numbers are supplied because the project uses a rolling release model, so affected releases are not enumerated. Users should assume all current and previous builds prior to the patch could be impacted.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity. EPSS information is unavailable, and the vulnerability is not listed in the CISA KEV catalog, suggesting lower near‑term exploitation pressure. An attacker can execute the vulnerability remotely by submitting crafted markdown content to any service that processes it. The risk remains until the designated patch is applied.

Generated by OpenCVE AI on September 7, 2026 at 14:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official patch identified by commit c000d2f9cf390c315378d3717cf20911cf3e80a6 to the 92181 markdown codebase.
  • If patching is not immediately possible, restrict the processing of untrusted markdown input or isolate markdown rendering in a hardened sandbox environment.
  • Upgrade to the latest released version of the project once the patch is incorporated to ensure the vulnerability is fully remediated.

Generated by OpenCVE AI on September 7, 2026 at 14:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 07 Sep 2026 12:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in 92181 markdown up to 058cab0cb7fb245a0ccc6b8446963ff8d573558f. Affected by this issue is the function lds of the file md.c. Executing a manipulation can lead to out-of-bounds read. The attack can be executed remotely. This product implements a rolling release for ongoing delivery, which means version information for affected or updated releases is unavailable. This patch is called c000d2f9cf390c315378d3717cf20911cf3e80a6. A patch should be applied to remediate this issue.
Title 92181 markdown md.c lds out-of-bounds
First Time appeared 92181
92181 markdown
Weaknesses CWE-119
CWE-125
CPEs cpe:2.3:a:92181:markdown:*:*:*:*:*:*:*:*
Vendors & Products 92181
92181 markdown
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:ND/RL:OF/RC:C'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:X/RL:O/RC:C'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:X/RL:O/RC:C'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-07T12:15:08.941Z

Reserved: 2026-09-06T16:49:26.072Z

Link: CVE-2026-86303

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-07T13:20:39.587

Modified: 2026-09-07T13:20:39.587

Link: CVE-2026-86303

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T14:30:17Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-125

    Out-of-bounds Read