Lucene search
+L

970 matches found

EUVD
EUVD
added 2026/07/20 9:19 p.m.16 views

EUVD-2026-42302

js-yaml: YAML merge-key chains can force quadratic CPU consumption in js-yaml...

7.5CVSS6AI score0.00644EPSS
SaveExploits1References4
Patchstack
Patchstack
added 2026/07/20 9:19 p.m.14 views

NPM: js-yaml: YAML merge-key chains can force quadratic CPU consumption

NPM: js-yaml: YAML merge-key chains can force quadratic CPU consumption vulnerability discovered by ? in WordPress Npm js-yaml versions = 3.0.0, 3.15.0...

7.5CVSS5.2AI score0.00544EPSS
SaveExploits1References7Affected Software1
EUVD
EUVD
added 2026/07/20 9:19 p.m.32 views

EUVD-2026-42301

js-yaml: YAML merge-key chains can force quadratic CPU consumption...

7.5CVSS5.1AI score0.00544EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/20 9:19 p.m.9 views

GHSA-52CP-R559-CP3M js-yaml: YAML merge-key chains can force quadratic CPU consumption

Impact js-yaml can spend quadratic CPU time parsing a document whose size grows only linearly. The issue is triggered by a chain of mappings where each mapping merges the previous one: yaml a0: &a0 k0: 0 a1: &a1 1s doc size 100K js import performance from 'node:perfhooks' import Buffer from...

7.5CVSS5.3AI score0.00544EPSS
SaveExploits1References7
Patchstack
Patchstack
added 2026/07/20 9:18 p.m.13 views

NPM: js-yaml: Quadratic-complexity (O(n^2)) DoS via !!omap tag in YAML11_SCHEMA

NPM: js-yaml: Quadratic-complexity On^2 DoS via !!omap tag in YAML11SCHEMA vulnerability discovered by ? in WordPress Npm js-yaml versions = 5.0.0, = 5.2.0...

7.5CVSS6AI score0.00644EPSS
SaveExploits1References5Affected Software1
EUVD
EUVD
added 2026/07/20 9:18 p.m.13 views

EUVD-2026-42300

js-yaml: Quadratic-complexity On^2 DoS via !!omap tag in YAML11SCHEMA...

7.5CVSS6AI score0.00644EPSS
SaveExploits1References4
OSV
OSV
added 2026/07/20 9:18 p.m.16 views

GHSA-724G-MXRG-4QVM js-yaml: Quadratic-complexity (O(n^2)) DoS via !!omap tag in YAML11_SCHEMA

Summary js-yaml v5.x introduces YAML11SCHEMA support with the !!omap ordered map tag. The omapTag.addItem function performs a linear On scan for duplicate key detection on every insertion, resulting in On^2 total time to parse a document with n omap entries. An attacker can send a small crafted...

5.3CVSS6.2AI score0.00644EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/07/20 6:57 p.m.10 views

EUVD-2025-203029

Tornado: Quadratic DoS via Crafted Multipart Parameters...

7.5CVSS7.4AI score0.00543EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/20 6:57 p.m.16 views

Tornado: Quadratic DoS via Crafted Multipart Parameters

Summary The parseparam function in Tornado's httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data. This function uses an inefficient algorithm that repeatedly calls string.count within a nested loop while processing quoted semicolons e.g., param=";". As a...

7.5CVSS7.4AI score0.00543EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/20 6:57 p.m.11 views

GHSA-JHMP-MQWM-3GQ8 Tornado: Quadratic DoS via Crafted Multipart Parameters

Summary The parseparam function in Tornado's httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data. This function uses an inefficient algorithm that repeatedly calls string.count within a nested loop while processing quoted semicolons e.g., param=";". As a...

7.5CVSS5.4AI score0.00543EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/20 6:57 p.m.15 views

Tornado: Quadratic DoS via Repeated Header Coalescing

Summary The HTTPHeaders.add method in Tornado accumulates values using string concatenation when the same header name is repeated. Due to Python string immutability, each concatenation copies the entire string, resulting in On² time complexity. Given Tornado's single event loop architecture, a...

7.5CVSS7.2AI score0.00559EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/17 12:53 p.m.6 views

OPENSUSE-SU-2026:21367-1 Security update for lux

This update for lux fixes the following issues: Changes in lux: - CVE-2026-25680, CVE-2026-42502, CVE-2026-27136, CVE-2026-25681, CVE-2026-42506: Issues when parsing HTML files bsc1267110 - CVE-2024-45338: Denial of service due to non-linear parsing of case-insensitive content bsc1235304 -...

6.5CVSS4.7AI score0.00874EPSS
SaveExploits1References14
SUSE CVE
SUSE CVE
added 2026/07/15 6:48 p.m.11 views

SUSE CVE-2026-59885

pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs, so a small crafted payload containing an OID with many arcs consumes excessive CPU per decode call and c...

7.5CVSS5.3AI score0.00335EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/07/15 6:20 p.m.9 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.3AI score0.00335EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/07/15 2:52 p.m.15 views

CVE-2026-48801

A flaw was found in linkify-it, a library for recognizing links with full Unicode support. The LinkifyIt.prototype.match function, the package's primary public API, has an algorithmic complexity of ON² for inputs containing many fuzzy links or emails. This can be exploited by a remote attacker...

8.7CVSS6AI score0.00366EPSS
SaveExploits1References5
SUSE CVE
SUSE CVE
added 2026/07/15 5:01 a.m.10 views

SUSE CVE-2026-59869

js-yaml is a JavaScript YAML parser and dumper. From 3.0.0 before 3.15.0 and from 4.0.0 before 4.3.0, js-yaml can spend quadratic CPU time parsing a document whose size grows only linearly when a chain of mappings uses merge keys where each mapping merges the previous one. This issue is fixed in...

7.5CVSS5.2AI score0.00544EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/14 8:03 p.m.12 views

CVE-2026-48801 linkify-it: Quadratic algorithmic complexity in LinkifyIt#match scan loop

linkify-it is a links recognition library with full Unicode support. Prior to 5.0.1, LinkifyIt.prototype.match, the package's primary public API, has ON² algorithmic complexity for inputs containing many fuzzy links or emails because the JavaScript-level scan loop re-slices input and re-runs...

8.7CVSS6.1AI score
SaveExploits0References4
CVE
CVE
added 2026/07/14 8:03 p.m.110 views

CVE-2026-48801

Linkify-it (linkify-it) prior to version 5.0.1 has an O(N^2) scan loop in LinkifyIt.prototype.match, making inputs with many fuzzy links or emails vulnerable to resource exhaustion on a request hot path that renders untrusted Markdown with linkify: true. The issue arises from re-slicing input and...

8.7CVSS6.1AI score0.00366EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/07/14 8:03 p.m.10 views

CVE-2026-48801 linkify-it: Quadratic algorithmic complexity in LinkifyIt#match scan loop

linkify-it is a links recognition library with full Unicode support. Prior to 5.0.1, LinkifyIt.prototype.match, the package's primary public API, has ON² algorithmic complexity for inputs containing many fuzzy links or emails because the JavaScript-level scan loop re-slices input and re-runs...

8.7CVSS6.1AI score0.00366EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/07/14 8:03 p.m.50 views

CVE-2026-48801 linkify-it: Quadratic algorithmic complexity in LinkifyIt#match scan loop

linkify-it is a links recognition library with full Unicode support. Prior to 5.0.1, LinkifyIt.prototype.match, the package's primary public API, has ON² algorithmic complexity for inputs containing many fuzzy links or emails because the JavaScript-level scan loop re-slices input and re-runs...

8.7CVSS0.00366EPSS
SaveExploits1References2
Rows per page
Query Builder