Lucene search
+L

400 matches found

CVE
CVE
added 2026/09/07 12:53 p.m.18 views

CVE-2026-86429

CVE-2026-86429 affects the thephpleague/commonmark PHP library (versions ≥ 1.5.0,

8.7CVSS5.6AI score0.00291EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/09/07 12:00 a.m.13 views

PT-2026-86796

league/commonmark versions before 2.9.1 contain multiple denial of service vulnerabilities in fenced code block detection, reference link label lookup, and emphasis delimiter processing that perform super-linear work on crafted input. Attackers can submit specially crafted Markdown with long...

8.7CVSS5.6AI score0.00285EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/09/07 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-86431

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - league/commonmark thephpleague/commonmark versions = 2.7.0 and 2.9.1 contain a cross-site scripting vulnerability in the AttributesExtension. Prefixing an...

7.2CVSS5.6AI score0.00224EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2026/09/07 12:00 a.m.13 views

PT-2026-86800

league/commonmark versions = 2.0.0 and 2.8.4 patched in 2.9.0 contain a denial of service vulnerability in UniqueSlugNormalizer::normalize, which restarts its numeric-suffix search from 1 on every slug collision, resulting in OK^2 time complexity for K headings that collapse to the same base slug...

8.7CVSS5.6AI score0.00291EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/09/07 12:00 a.m.14 views

PT-2026-86797

league/commonmark thephpleague/commonmark versions = 2.7.0 and 2.9.1 contain a cross-site scripting vulnerability in the AttributesExtension. Prefixing an attribute name with a single U+000C form feed byte e.g. x0Conclick="alert1" bypasses the AttributesHelper::filterAttributes 'on' event-handler...

7.2CVSS5.6AI score0.00224EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2026/09/07 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-86430

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - league/commonmark versions before 2.9.1 contain multiple denial of service vulnerabilities in fenced code block detection, reference link label lookup, and...

8.7CVSS5.7AI score0.00285EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/09/07 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-86434

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - league/commonmark versions = 2.0.0 and 2.8.4 patched in 2.9.0 contain a denial of service vulnerability in UniqueSlugNormalizer::normalize, which restarts its...

8.7CVSS5.6AI score0.00291EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/09/07 12:00 a.m.12 views

PT-2026-86795

The league/commonmark thephpleague/commonmark library in versions = 1.5.0 and 2.9.1 contains quadratic parsing complexity in its SmartPunctExtension and AttributesExtension. When either extension is explicitly registered on the Environment they are not enabled by default and are excluded from the...

8.7CVSS5.6AI score0.00291EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/01 8:28 p.m.7 views

GHSA-8RR7-CVQ3-GMFH league/commonmark: Denial of service via distinctly-named attributes in the Attributes extension

Impact AttributesExtension ships with the library but must be explicitly registered on the Environment; it is not included in CommonMarkConverter, GithubFlavoredMarkdownConverter, or GithubFlavoredMarkdownExtension. Applications that do not register AttributesExtension are not affected by this...

7.5CVSS5.9AI score0.00279EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/01 8:21 p.m.11 views

GHSA-JJV6-8J6V-6J52 league/commonmark: Denial of service in the SmartPunct and Attributes extensions

Impact Two first-party extensions contain quadratic parsing paths. Both ship with the library but must be explicitly registered on the Environment; neither is included in CommonMarkConverter, GithubFlavoredMarkdownConverter, or GithubFlavoredMarkdownExtension. Applications that do not register...

7.5CVSS6.1AI score0.00291EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/01 8:18 p.m.10 views

GHSA-F8FG-PG57-V4J8 league/commonmark XSS: `on*` event-handler filter in `AttributesExtension` bypassed with a U+000C form feed

Summary The AttributesExtension documents a security guarantee: Note: Attributes starting with on e.g. onclick or onerror are capable of executing JavaScript code and are therefore never allowed by default. You must explicitly add them to the allow list if you want to use them. —...

7.2CVSS5.8AI score0.00224EPSS
SaveExploits1References4
OSV
OSV
added 2026/09/01 8:17 p.m.10 views

GHSA-J8PM-GJ4C-RQ4X league/commonmark: Denial of service via crafted code fences, reference links, and emphasis delimiters

Impact Affected versions of league/commonmark perform super-linear work on three independent parsing paths, all of which are reachable on a stock new CommonMarkConverter with default configuration and no extensions registered. Each trigger fits on a single line of input, so no complex Markdown...

7.5CVSS5.8AI score0.00285EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/08/07 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-71488

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - league/commonmark is a PHP library for parsing and rendering CommonMark Markdown. From 0.6.0 until 2.9.0, specially crafted Markdown lines can cause the parser ...

7.5CVSS5.8AI score0.00346EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/06 10:18 p.m.8 views

DEBIAN-CVE-2026-71488

league/commonmark is a PHP library for parsing and rendering CommonMark Markdown. From 0.6.0 until 2.9.0, specially crafted Markdown lines can cause the parser to have quadratic time complexity when converting, because several parsing paths repeatedly rescan growing portions of a line to translat...

7.5CVSS5.4AI score0.00346EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/06 10:18 p.m.12 views

DEBIAN-CVE-2026-71478

league/commonmark is a PHP library for parsing and rendering CommonMark Markdown. From 1.5.0 until 2.9.0, the AttributesExtension's href and src unsafe-link filter can be bypassed by embedding control bytes, such as a tab, carriage return, line feed, or leading C0 control character, in a...

6.1CVSS5.5AI score0.00246EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/06 10:18 p.m.13 views

CVE-2026-71478

league/commonmark is a PHP library for parsing and rendering CommonMark Markdown. From 1.5.0 until 2.9.0, the AttributesExtension's href and src unsafe-link filter can be bypassed by embedding control bytes, such as a tab, carriage return, line feed, or leading C0 control character, in a...

6.1CVSS5.5AI score0.00246EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/06 10:18 p.m.11 views

UBUNTU-CVE-2026-71478

league/commonmark is a PHP library for parsing and rendering CommonMark Markdown. From 1.5.0 until 2.9.0, the AttributesExtension's href and src unsafe-link filter can be bypassed by embedding control bytes, such as a tab, carriage return, line feed, or leading C0 control character, in a...

6.1CVSS5.5AI score0.00246EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/08/06 8:40 p.m.7 views

Inefficient Algorithmic Complexity

Overview league/commonmark is a PHP-based Markdown parser which supports the full CommonMark spec. It is based on the CommonMark JS reference implementation. Affected versions of this package are vulnerable to Inefficient Algorithmic Complexity via the FootnoteExtension process. An attacker can...

8.7CVSS5.7AI score0.00279EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/06 8:37 p.m.26 views

league/commonmark: Quadratic-time denial of service when parsing crafted Markdown

Impact Affected versions of league/commonmark can have quadratic time complexity when parsing specially crafted Markdown lines. In practical terms, doubling the length of an affected line can make the parser perform roughly four times as much work. The parser identifies locations using character...

7.5CVSS5.6AI score0.00346EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/08/06 8:37 p.m.10 views

GHSA-2Q4P-G7HV-5RGV league/commonmark: Quadratic-time denial of service when parsing crafted Markdown

Impact Affected versions of league/commonmark can have quadratic time complexity when parsing specially crafted Markdown lines. In practical terms, doubling the length of an affected line can make the parser perform roughly four times as much work. The parser identifies locations using character...

7.5CVSS5.6AI score0.00346EPSS
SaveExploits0References6
Rows per page
Query Builder