Lucene search
+L

970 matches found

UbuntuCve
UbuntuCve
added 2026/08/06 10:18 p.m.13 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.4AI score0.00346EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/06 10:18 p.m.6 views

UBUNTU-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
SaveExploits0References7
EUVD
EUVD
added 2026/08/06 8:37 p.m.17 views

EUVD-2026-54143

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
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/06 8:37 p.m.30 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.5CVSS0.00346EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/06 8:37 p.m.11 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.25 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
CVE
CVE
added 2026/08/06 8:37 p.m.86 views

CVE-2026-71488

The CVE concerns league/commonmark (PHP) with a vulnerability in versions 0.6.0–2.9.0 where crafted Markdown can trigger quadratic-time processing during parsing/conversion. The root cause involves repeatedly rescanning growing segments to translate character positions to byte positions, and the ...

7.5CVSS5.5AI score0.00346EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/06 8:27 p.m.144 views

GHSA-5P4M-2WFM-XMQJ JS-YAML: Quadratic CPU consumption in !!omap resolution (3.x and 4.x) — CVE-2026-59870 fix not backported

Quadratic CPU consumption in !!omap resolution js-yaml 3.x and 4.x Summary resolveYamlOmap enforces key uniqueness for !!omap sequences with a linear scan objectKeys.indexOf... inside the per-element loop, making resolution On² in the number of entries. A modestly sized YAML document therefore...

7.5CVSS5.5AI score
SaveExploits0References2
NVD
NVD
added 2026/08/06 4:16 p.m.12 views

CVE-2026-68750

Inefficient Algorithmic Complexity vulnerability in the traversal engine in rrrene htmlsanitizeex allows an unauthenticated remote attacker to exhaust server CPU and memory via a flat run of sibling elements in sanitized HTML. The list clause of HtmlSanitizeEx.Traverser.traverse/2 recurses on the...

8.2CVSS0.00466EPSS
SaveExploits1References5
CVE
CVE
added 2026/08/06 2:50 p.m.67 views

CVE-2026-68750

CVE-2026-68750 affects the html_sanitize_ex crate (versions 0.3.1 up to, but not including, 1.5.3). The vulnerability is a quadratic-time CPU/memory exhaustion in the HTML traversal engine when sanitizing large sibling lists; the traverser recurses on the tail and repeatedly flattens lists, causi...

8.2CVSS5.5AI score0.00466EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/08/06 2:50 p.m.9 views

EEF-CVE-2026-68750 Quadratic sibling re-flattening in the html_sanitize_ex traversal engine allows CPU-exhaustion denial of service

Summary Inefficient Algorithmic Complexity vulnerability in the traversal engine in rrrene html\sanitize\ex allows an unauthenticated remote attacker to exhaust server CPU and memory via a flat run of sibling elements in sanitized HTML. The list clause of HtmlSanitizeEx.Traverser.traverse/2...

8.2CVSS5.6AI score0.00466EPSS
SaveExploits1References5
OSV
OSV
added 2026/08/06 2:50 p.m.7 views

CVE-2026-68750 Quadratic sibling re-flattening in the html_sanitize_ex traversal engine allows CPU-exhaustion denial of service

Inefficient Algorithmic Complexity vulnerability in the traversal engine in rrrene htmlsanitizeex allows an unauthenticated remote attacker to exhaust server CPU and memory via a flat run of sibling elements in sanitized HTML. The list clause of HtmlSanitizeEx.Traverser.traverse/2 recurses on the...

8.2CVSS5.6AI score0.00466EPSS
SaveExploits1References10
ATTACKERKB
ATTACKERKB
added 2026/08/06 2:50 p.m.11 views

CVE-2026-68750

Inefficient Algorithmic Complexity vulnerability in the traversal engine in rrrene htmlsanitizeex allows an unauthenticated remote attacker to exhaust server CPU and memory via a flat run of sibling elements in sanitized HTML. The list clause of HtmlSanitizeEx.Traverser.traverse/2 recurses on the...

8.2CVSS5.6AI score0.00466EPSS
SaveExploits1References5Affected Software1
EUVD
EUVD
added 2026/08/06 2:50 p.m.14 views

EUVD-2026-54085

Inefficient Algorithmic Complexity vulnerability in the traversal engine in rrrene htmlsanitizeex allows an unauthenticated remote attacker to exhaust server CPU and memory via a flat run of sibling elements in sanitized HTML. The list clause of HtmlSanitizeEx.Traverser.traverse/2 recurses on the...

8.2CVSS5.6AI score0.00466EPSS
SaveExploits1References4
OSV
OSV
added 2026/08/06 2:50 p.m.13 views

EEF-CVE-2026-68749 Quadratic regex backtracking in the html_sanitize_ex CSS scrubber allows CPU-exhaustion denial of service

Summary Inefficient Regular Expression Complexity vulnerability in the CSS scrubber in rrrene html\sanitize\ex allows an unauthenticated remote attacker to exhaust server CPU via a long CSS declaration in sanitized HTML. The declaration regex in HtmlSanitizeEx.Scrubber.CSS.scrub/1 matches the...

8.2CVSS5.5AI score0.0045EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/08/06 2:50 p.m.15 views

EUVD-2026-54084

Inefficient Regular Expression Complexity vulnerability in the CSS scrubber in rrrene htmlsanitizeex allows an unauthenticated remote attacker to exhaust server CPU via a long CSS declaration in sanitized HTML. The declaration regex in HtmlSanitizeEx.Scrubber.CSS.scrub/1 matches the property name...

8.2CVSS5.6AI score0.0045EPSS
SaveExploits1References4
OSV
OSV
added 2026/08/06 11:19 a.m.6 views

SUSE-SU-2026:23167-1 Security update for python-pyasn1

This update for python-pyasn1 fixes the following issues: - CVE-2026-59884: BER/CER/DER decoder denial of service via unbounded long-form tag IDs bsc1271464. - CVE-2026-59885: Quadratic complexity in OBJECT IDENTIFIER and RELATIVE-OID processing allows denial of service bsc1271465. -...

7.5CVSS5.1AI score0.00349EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/04 6:56 p.m.11 views

pyasn1: python-pyasn1: pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER

A flaw was found in pyasn1, a Python library for Abstract Syntax Notation One ASN.1. The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A remote attacker could exploit this by providing a specially crafted payload...

7.5CVSS5.5AI score0.00335EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/04 6:10 p.m.10 views

pyasn1: python-pyasn1: pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER

A flaw was found in pyasn1, a Python library for Abstract Syntax Notation One ASN.1. The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A remote attacker could exploit this by providing a specially crafted payload...

7.5CVSS5.5AI score0.00335EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/03 5:42 p.m.4 views

net/mail: golang: net/mail: Denial of Service via pathological email address parsing

A flaw was found in the net/mail package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the consumePhrase function, it can lead to excessive resource consumption due to quadratic...

7.5CVSS7AI score0.00798EPSS
SaveExploits0References8
Rows per page
Query Builder