| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-4v6x-c7xx-hw9f | CommonMark has DisallowedRawHtml extension bypass via whitespace in HTML tag names |
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
Mon, 09 Mar 2026 19:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Mon, 09 Mar 2026 10:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Thephpleague
Thephpleague commonmark |
|
| Vendors & Products |
Thephpleague
Thephpleague commonmark |
Sat, 07 Mar 2026 16:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | league/commonmark is a PHP Markdown parser. Prior to version 2.8.1, the DisallowedRawHtml extension can be bypassed by inserting a newline, tab, or other ASCII whitespace character between a disallowed HTML tag name and the closing >. For example, <script\n> would pass through unfiltered and be rendered as a valid HTML tag by browsers. This is a cross-site scripting (XSS) vector for any application that relies on this extension to sanitize untrusted user input. All applications using the DisallowedRawHtml extension to process untrusted markdown are affected. Applications that use a dedicated HTML sanitizer (such as HTML Purifier) on the rendered output are not affected. This issue has been patched in version 2.8.1. | |
| Title | league/commonmark: DisallowedRawHtml extension bypass via whitespace in HTML tag names | |
| Weaknesses | CWE-79 | |
| References |
| |
| Metrics |
cvssV4_0
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-03-09T18:26:15.482Z
Reserved: 2026-03-05T21:06:44.606Z
Link: CVE-2026-30838
Updated: 2026-03-09T17:38:56.712Z
Status : Awaiting Analysis
Published: 2026-03-07T16:15:56.250
Modified: 2026-03-09T13:35:07.393
Link: CVE-2026-30838
No data.
OpenCVE Enrichment
Updated: 2026-03-09T10:05:06Z
Github GHSA