CVE-2026-86303

7.3

92181 · markdown

An out-of-bounds read vulnerability exists in the lds function of the 92181 markdown library within the md.c file, allowing for remote exploitation.

Executive summary

The 92181 markdown library contains an out-of-bounds read vulnerability that could allow a remote attacker to trigger memory corruption.

Vulnerability

The vulnerability is an out-of-bounds read (CWE-125) occurring in the lds function within md.c. The flaw is remotely exploitable by an unauthenticated attacker.

Business impact

This vulnerability carries a CVSS score of 7.3, indicating a high risk to system integrity and availability. Successful exploitation may lead to unauthorized memory access, potentially resulting in application crashes or the disclosure of sensitive information residing in memory. Organizations relying on this library for document processing should prioritize remediation to avoid service disruption.

Remediation

Immediate Action: Apply the vendor-provided patch corresponding to commit c000d2f9cf390c315378d3717cf20911cf3e80a6 found in the official repository.

Proactive Monitoring: Monitor application logs for unexpected termination or segmentation faults that may indicate an attempt to trigger this memory-based vulnerability.

Compensating Controls: If patching is not immediately feasible, utilize input validation or memory safety wrappers to sanitize data passed to the markdown parser, limiting the potential for malicious triggers.

Exploitation status

Public Exploit Available: No — there is no confirmed public exploit in the available data.

Analyst recommendation

Given the remote nature of this vulnerability and the potential for memory corruption, immediate action is required. Developers should update their dependencies to include the fix provided in commit c000d2f9cf390c315378d3717cf20911cf3e80a6 to ensure the security of the markdown processing pipeline.

History

  1. Disclosed CVE record published
  2. Collected by CVE Brief via github
  3. Analyst report written
  4. Published in the daily brief high section

Sources

Originally found and disclosed by lrrh (VulDB User), per the CVE Program record.