Search for packages
| purl | pkg:composer/league/commonmark@0.18.1 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-2rex-2yad-nbet
Aliases: GHSA-c2pc-g5qf-rfrf |
league/commonmark's quadratic complexity bugs may lead to a denial of service Several polynomial time complexity issues in league/commonmark may lead to unbounded resource exhaustion and subsequent denial of service. Malicious users could trigger that inefficient code with carefully crafted Markdown inputs that are specifically designed to ensure the worst-case performance is reached. Sending multiple such requests in parallel could tie up all available CPU resources and/or PHP-FPM processes, leading to denial of service for legitimate users. |
Affected by 3 other vulnerabilities. |
|
VCID-munr-vy4r-dyct
Aliases: CVE-2019-10010 GHSA-3v43-877x-qgmq |
Cross-site Scripting Cross-site scripting (XSS) vulnerability in the PHP League CommonMark library allows remote attackers to insert unsafe links into HTML by using double-encoded HTML entities that are not properly escaped during rendering, a different vulnerability than CVE-2018-20583. |
Affected by 1 other vulnerability. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| VCID-m1hf-fjyz-rbdp | Cross-site Scripting Cross-site scripting (XSS) vulnerability in the PHP League CommonMark library allows remote attackers to insert unsafe URLs into HTML (even if `allow_unsafe_links` is false) via a newline character (e.g., writing `javascript` as `javascri%0apt`). |
CVE-2018-20583
GHSA-qx76-c53f-5c7q |