Lucene search
+L

113 matches found

Positive Technologies
Positive Technologies
added 2026/09/07 12:00 a.m.10 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.7CVSS0.00291EPSS
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.7CVSS0.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.9 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.9 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.9 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.5AI 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.10 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.11 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
Github Security Blog
Github Security Blog
added 2026/08/06 8:37 p.m.24 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
Debian CVE
Debian CVE
added 2026/08/06 8:37 p.m.10 views

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.3AI score0.00346EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/08/06 8:37 p.m.12 views

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.5AI score0.00346EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/08/06 8:37 p.m.35 views

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

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 score
SaveExploits0References7
Snyk
Snyk
added 2026/08/06 8:30 p.m.8 views

Incomplete Denylist to Cross-Site Scripting

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 Incomplete Denylist to Cross-Site Scripting via the filterAttributes process. An attack...

6.1CVSS5.7AI score0.00246EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/06 8:30 p.m.34 views

CVE-2026-71478 league/commonmark: AttributesExtension href/src unsafe-link filter bypass via embedded control bytes

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.1CVSS0.00246EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/06 8:30 p.m.10 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.7AI score0.00246EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2026/08/06 8:30 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
SaveExploits0
Rows per page
Query Builder