Lucene search
+L

320 matches found

RedHat Linux
RedHat Linux
added 2026/08/14 2:48 a.m.8 views

net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution

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...

5.9CVSS5.6AI score0.00518EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/14 12:32 a.m.13 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.00518EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/14 12:00 a.m.10 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.9CVSS6.1AI score0.00518EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/13 10:17 p.m.9 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.00518EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/13 10:17 p.m.6 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.00518EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/13 10:17 p.m.6 views

AZL-96656 CVE-2026-56860 affecting package golang 1.25.12-1

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.9CVSS6.1AI score0.00518EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/13 9:58 p.m.124 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.00518EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/13 9:58 p.m.7 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.00518EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/08/13 9:58 p.m.35 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.00518EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/13 9:43 p.m.21 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.00518EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/08/13 9:43 p.m.12 views

Denial of Service (DoS)

Overview std/net/url is a Go standard library package std/net/url Affected versions of this package are vulnerable to Denial of Service DoS. Go Vulnerability Report:Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on...

8.7CVSS6AI score0.00518EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/08/13 11:03 a.m.7 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.00369EPSS
SaveExploits0References8
Oracle linux
Oracle linux
added 2026/08/13 12:00 a.m.7 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 2026/08/13 12:00 a.m.9 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 2026/08/12 8:17 p.m.9 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 2026/08/12 7:40 p.m.25 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 2026/08/12 7:40 p.m.6 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.149 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
Rows per page
Query Builder