Lucene search
+L

120 matches found

SUSE CVE
SUSE CVE
added 2026/08/14 11:48 p.m.7 views

SUSE 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.3CVSS5.5AI score0.00424EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/14 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-73643

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - js-yaml is a JavaScript YAML parser and dumper. From 5.0.0 until 5.2.2, parsing a small YAML document can take exponential time when an application calls load o...

7.5CVSS5.4AI score0.00344EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/13 9:58 p.m.8 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.9CVSS5.5AI score0.00424EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/08/13 12:19 p.m.10 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
Tenable Nessus
Tenable Nessus
added 2026/08/10 12:00 a.m.10 views

RHEL 10 : nodejs-nodemon (RHSA-2026:52394)

The remote Redhat Enterprise Linux 10 host has a package installed that is affected by a vulnerability as referenced in the RHSA-2026:52394 advisory. Simple monitor script for use during development of a node.js app. For use during development of a node.js based application. nodemon will watch th...

8.7CVSS6.1AI score0.00364EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/06 8:37 p.m.15 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
RedHat Linux
RedHat Linux
added 2026/07/29 5:38 p.m.13 views

brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity

A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the expand function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-lo...

8.7CVSS5.8AI score0.00364EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/29 2:16 p.m.14 views

CVE-2026-67216

cJSON through 1.7.19 contains an inefficient algorithmic complexity flaw in cJSONCompare. When comparing objects, the function recurses into each shared subtree twice, once in each direction, with no depth guard, making the running time exponential in nesting depth. A small, deeply nested documen...

8.2CVSS0.00427EPSS
SaveExploits1References3
NVD
NVD
added 2026/07/28 3:17 p.m.9 views

CVE-2026-6879

Element.findall and fully-consumed Element.iterfind exhibit On^2 time complexity when using XPath index predicates e.g. 1, last, last-N on XML documents with many same-tag siblings. Element.find is only affected when the first match is near the end of the sibling list, such as with last or...

2CVSS0.00369EPSS
SaveExploits0References10
AlpineLinux
AlpineLinux
added 2026/07/28 1:46 p.m.7 views

CVE-2026-6879

Element.findall and fully-consumed Element.iterfind exhibit On^2 time complexity when using XPath index predicates e.g. 1, last, last-N on XML documents with many same-tag siblings. Element.find is only affected when the first match is near the end of the sibling list, such as with last or...

2CVSS5.2AI score0.00369EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/07/24 4:53 p.m.17 views

brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity

A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the expand function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-lo...

8.7CVSS6AI score0.00364EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.16 views

PT-2026-63284

Name of the Vulnerable Software and Affected Versions Gitea affected versions not specified Description An authenticated user can cause a denial of service by submitting a specially crafted RFC 4716 SSH2 public key to the SSH key ingestion endpoint. The issue stems from a normalization function...

6.9CVSS5.2AI score0.00232EPSS
SaveExploits0
NVD
NVD
added 2026/07/08 5:17 p.m.16 views

CVE-2026-59887

linkify-it is a links recognition library with full Unicode support. Prior to 5.0.2, the mailto: schema validator used by .test and .match can be invoked at every mailto: occurrence and scan the remaining input through srcemailname in lib/re.mjs, causing On^2 CPU consumption on crafted user text...

7.5CVSS0.00609EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/07 4:02 p.m.12 views

PYSEC-2026-2022 phi4mm: Quadratic Time Complexity in Input Token Processing​ leads to denial of service

Summary A critical performance vulnerability has been identified in the input preprocessing logic of the multimodal tokenizer. The code dynamically replaces placeholder tokens e.g., , with repeated tokens based on precomputed lengths. Due to ​​inefficient list concatenation operations​​, the...

6.5CVSS6.8AI score0.00486EPSS
SaveExploits1References6
Vulnrichment
Vulnrichment
added 2026/06/25 4:48 a.m.7 views

CVE-2026-13311 shell-quote parse() is quadratic in token count, enabling denial of service

shell-quote prior to 1.8.5 finalizes parsed tokens in parse using Array.prototype.concat as a reduce accumulator, which reallocates and copies the entire growing array on every iteration. As a result parse runs in On^2 time relative to the number of input tokens. An attacker who can supply an...

8.7CVSS6.3AI score0.0036EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2021-1748

Malware in sbrugna...

7.5CVSS6.9AI score0.02218EPSS
SaveExploits1References21
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2021-1380

Malware in sbrugna...

7.5CVSS7.6AI score0.02267EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2021-0725

Malware in sbrugna...

7.5CVSS7.5AI score0.02176EPSS
SaveExploits1References6
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2021-0928

Malware in sbrugna...

5.3CVSS7AI score0.03612EPSS
SaveExploits1References24
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2020-3159

Malware in sbrugna...

7.5CVSS7.5AI score0.05768EPSS
SaveExploits0References33
Rows per page
Query Builder