Lucene search
+L

271 matches found

RedhatCVE
RedhatCVE
added 2 days ago6 views

CVE-2026-56860

A flaw was found in net/url, a component of golang. This vulnerability arises when resolving relative paths that contain numerous parent directory '..' segments. A remote attacker could exploit this by providing a specially crafted path, leading to quadratic time complexity and excessive memory...

7.5CVSS5.4AI score0.00441EPSS
SaveExploits0References7
EUVD
EUVD
added 2 days ago9 views

EUVD-2026-58515

Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking f...

5.3AI score0.00441EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2 days ago6 views

Linux Distros Unpatched Vulnerability : CVE-2026-56860

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in...

5.9CVSS5.6AI score0.00441EPSS
SaveExploits0References4
NVD
NVD
added 3 days ago7 views

CVE-2026-56860

Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking f...

5.9CVSS0.00441EPSS
SaveExploits0References4
OSV
OSV
added 3 days ago4 views

DEBIAN-CVE-2026-56860

Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking f...

5.9CVSS5.5AI score0.00441EPSS
SaveExploits0References1
CVE
CVE
added 3 days ago34 views

CVE-2026-56860

CVE-2026-56860 describes a performance-related fix in path resolution for relative paths containing .. segments. The prior approach performed string conversions and buffer rewrites at each step, yielding quadratic time complexity and high memory allocations. The fix now operates on a byte buffer ...

5.9CVSS5.3AI score0.00441EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 3 days ago5 views

CVE-2026-56860

Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking f...

5.3AI score0.00441EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 3 days ago32 views

CVE-2026-56860 Avoid quadratic complexity in resolvePath in net/url

Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking f...

0.00441EPSS
SaveExploits0References4
OSV
OSV
added 3 days ago7 views

GO-2026-6218 Avoid quadratic complexity in resolvePath in net/url

Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking f...

5.9CVSS5.4AI score0.00441EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 3 days ago3 views

python: Python: Performance degradation in XML processing due to quadratic time complexity

A flaw was found in Python's xml.etree.ElementPath component. This vulnerability can lead to a denial of service DoS when processing specially crafted XML documents. Specifically, certain XPath index predicates used with functions like Element.findall and Element.iterfind can cause the processing...

2CVSS5.4AI score0.00355EPSS
SaveExploits0References8
Oracle linux
Oracle linux
added 3 days ago7 views

python-idna security update

3.7-6 - Fix CVE-2026-45409: quadratic time complexity in IDNA validation 3.7-5 - rpminspect: Disable the unicode inspection...

6.9CVSS4.9AI score0.00408EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 3 days ago4 views

Oracle Linux 10 : python-idna (ELSA-2026-54481)

The remote Oracle Linux 10 host has a package installed that is affected by a vulnerability as referenced in the ELSA-2026-54481 advisory. - Fix CVE-2026-45409: quadratic time complexity in IDNA validation Tenable has extracted the preceding description block directly from the Oracle Linux securi...

6.9CVSS5.5AI score0.00408EPSS
SaveExploits0References2
NVD
NVD
added 4 days ago7 views

CVE-2026-73413

Shescape is a simple shell escape library for JavaScript. From 2.1.11 until 2.1.14 and 3.0.1, the flag-protection loop in compose in src/internal/compose.js repeatedly joins and slices flag fragments when flagProtection is enabled, which is the default, making processing quadratic in input size...

8.7CVSS0.00336EPSS
SaveExploits0References7
Cvelist
Cvelist
added 4 days ago24 views

CVE-2026-73413 Shescape: Quadratic-time denial of service in flag-protection

Shescape is a simple shell escape library for JavaScript. From 2.1.11 until 2.1.14 and 3.0.1, the flag-protection loop in compose in src/internal/compose.js repeatedly joins and slices flag fragments when flagProtection is enabled, which is the default, making processing quadratic in input size...

8.7CVSS0.00336EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 4 days ago4 views

CVE-2026-73413

Shescape is a simple shell escape library for JavaScript. From 2.1.11 until 2.1.14 and 3.0.1, the flag-protection loop in compose in src/internal/compose.js repeatedly joins and slices flag fragments when flagProtection is enabled, which is the default, making processing quadratic in input size...

8.7CVSS5.3AI score0.00336EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/08/06 8:27 p.m.87 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.9 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.00441EPSS
SaveExploits1References4
CVE
CVE
added 2026/08/06 2:50 p.m.57 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.6AI score0.00441EPSS
SaveExploits1References4Affected Software1
EUVD
EUVD
added 2026/08/06 2:50 p.m.12 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.00441EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2026/07/24 4:32 p.m.11 views

CVE-2026-65623 Quadratic CPU blow-up reassembling fragmented WebSocket messages in Bandit

Inefficient Algorithmic Complexity vulnerability in mtrudel bandit allows unauthenticated remote denial of service via CPU exhaustion during WebSocket fragment reassembly. The size guard 'Elixir.Bandit.WebSocket.Connection':oversizemessage?/2 called from handleframe/3 in...

8.7CVSS6.1AI score0.00392EPSS
SaveExploits0References4
Rows per page
Query Builder