CVE-2016-10531

UnknownEPSS 1.46%

Last modified

CVE-2016-10531 is a vulnerability of currently unknown severity. marked is an application that is meant to parse and compile markdown. Due to the way that marked 0.3.5 and earlier parses input, specifically HTML entities, it's possible to bypass marked's content injection protection (`sanitize: true`) to inject a `javascript:` URL. EPSS estimates a 1.46% chance of exploitation in the next 30 days.

Description

marked is an application that is meant to parse and compile markdown. Due to the way that marked 0.3.5 and earlier parses input, specifically HTML entities, it's possible to bypass marked's content injection protection (`sanitize: true`) to inject a `javascript:` URL. This flaw exists because `&#xNNanything;` gets parsed to what it could and leaves the rest behind, resulting in just `anything;` being left.

Metrics

EPSS Probability
1.46%

70.3th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
Marked ProjectMarked<= 0.3.5

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2016-10531?
marked is an application that is meant to parse and compile markdown. Due to the way that marked 0.3.5 and earlier parses input, specifically HTML entities, it's possible to bypass marked's content injection protection (`sanitize: true`) to inject a `javascript:` URL. This flaw exists because `&#xNNanything;` gets parsed to what it could and leaves the rest behind, resulting in just `anything;` being left.
How severe is CVE-2016-10531?
Severity scoring for CVE-2016-10531 is pending analysis. The EPSS model estimates a 1.46% probability of exploitation in the next 30 days.
How do I fix CVE-2016-10531?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

Are you affected by CVE-2016-10531?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST