Lucene search
+L

66 matches found

Mageia
Mageia
added 2026/08/31 7:40 p.m.7 views

Updated python-hpack packages fix a security vulnerability

An issue was found in the python-hyper/hpack library, most commonly used as a downstream dependency of the python-hyper/h2 library an HTTP/2 client and server implementation. Unbounded variable integer decoding can cause run-away computation on malformed input leading to On^2 runtime, effectively...

7AI score
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/27 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-81722

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - nltk PorterStemmer in versions = 3.10.2 fixed in 3.10.3 contains an inefficient-algorithmic-complexity denial of service in PorterStemmer.stem. The isconsonant...

8.7CVSS5.9AI score0.00363EPSS
SaveExploits1References3
CVE
CVE
added 2026/08/18 2:10 p.m.94 views

CVE-2026-66046

Expat through 2.8.3 has quadratic complexity in storeAtts() in xmlparse.c when processing N attributes with non-normalized values, enabling remote unauthenticated DoS via a small XML document. CVSS 7.5 HIGH. No exploitation observed. Fix: upgrade to patched version (PR #1321).

8.7CVSS5.4AI score0.00586EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/18 2:10 p.m.13 views

CVE-2026-66046

Expat through 2.8.3 contains a denial of service vulnerability caused by quadratic algorithmic complexity in the storeAtts function in xmlparse.c, where processing N specified attributes with non-normalized values triggers an ON^2 linear scan of elementType-defaultAtts to determine CDATA status. ...

8.7CVSS5.5AI score0.00586EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/08/18 2:10 p.m.22 views

CVE-2026-66046

Expat through 2.8.3 contains a denial of service vulnerability caused by quadratic algorithmic complexity in the storeAtts function in xmlparse.c, where processing N specified attributes with non-normalized values triggers an ON^2 linear scan of elementType-defaultAtts to determine CDATA status. ...

8.7CVSS5.4AI score0.00586EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/17 5:21 p.m.14 views

sqlparse: Quadratic O(n²) DoS in group_comments

Summary A comment-only statement -- c\nn may cause a Denial of Service DoS. Details Location: sqlparse/engine/grouping.py:331-341 groupcomments, invoked first in group at grouping.py:439. Reachable via sqlparse.parse and sqlparse.formatsql, stripcomments=True. A statement made of many single-line...

8.7CVSS5.8AI score0.00263EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/08/17 5:55 a.m.9 views

BIT-PYTHON-2026-6879 Quadratic Behavior in xml.etree.ElementPath Index Predicates

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.4AI score0.00369EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/17 5:47 a.m.7 views

BIT-LIBPYTHON-2026-6879 Quadratic Behavior in xml.etree.ElementPath Index Predicates

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.4AI score0.00369EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/13 4:44 p.m.11 views

CVE-2026-56755 Denial of Service (CPU & Memory Exhaustion) via O(N^2) String Concatenation in Debian Package Upload

Denial of Service CPU & Memory Exhaustion via ON^2 String Concatenation in Debian Package Upload...

6.2CVSS5.4AI score
SaveExploits0References5
CVE
CVE
added 2026/08/13 4:44 p.m.44 views

CVE-2026-56755

Summary: CVE-2026-56755 is a DoS vulnerability in Gitea related to Denial of Service (CPU and memory exhaustion) caused by O(N^2) string concatenation during Debian package upload. The vulnerability is exploitable locally (attack vector: LOCAL) and is described with an impact of high availability...

6.2CVSS8.5AI score0.00183EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/13 4:44 p.m.33 views

CVE-2026-56755 Denial of Service (CPU & Memory Exhaustion) via O(N^2) String Concatenation in Debian Package Upload

Denial of Service CPU & Memory Exhaustion via ON^2 String Concatenation in Debian Package Upload...

0.00183EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/08/10 4:56 p.m.21 views

openjdk: Enhance Jar file processing (Oracle CPU 2026-07)

A flaw was found in OpenJDK. The processImpl method in SignatureFileVerifier exhibits On^2 time complexity when verifying JAR files where different entries have different signer combinations, potentially leading to DoS...

5.3CVSS7.1AI score0.00289EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/10 4:49 p.m.9 views

openjdk: Enhance Jar file processing (Oracle CPU 2026-07)

A flaw was found in OpenJDK. The processImpl method in SignatureFileVerifier exhibits On^2 time complexity when verifying JAR files where different entries have different signer combinations, potentially leading to DoS...

5.3CVSS7.1AI score0.00289EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/28 3:17 p.m.7 views

AZL-94157 CVE-2026-6879 affecting package docbook5-style-xsl 1.79.2-11

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.8AI score0.00369EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/28 3:17 p.m.5 views

ALPINE-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
SaveExploits0References1
OSV
OSV
added 2026/07/28 3:17 p.m.6 views

AZL-94299 CVE-2026-6879 affecting package python3 for versions less than 3.12.9-14

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.8AI score0.00369EPSS
SaveExploits0References1
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
Positive Technologies
Positive Technologies
added 2026/05/29 12:00 a.m.17 views

PT-2026-47560

Impact Applications that call OptionalConverters.WithExpandoObjectConverter and deserialize untrusted data are open to a vulnerability by which an attacker can exploit a On² algorithm to burn an inordinate amount of CPU effort by adding a great many properties to an ExpandoObject, whose Add metho...

5.3CVSS5.5AI score
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.6 views

EUVD-2023-29157

Malicious code in bioql PyPI...

7.5CVSS6.3AI score0.01812EPSS
SaveExploits0References10
OSV
OSV
added 2025/05/07 7:11 p.m.12 views

RLSA-2024:2980 Moderate: harfbuzz security update

HarfBuzz is an implementation of the OpenType Layout engine. Security Fixes: harfbuzz: allows attackers to trigger On^2 growth via consecutive marks CVE-2023-25193 For more details about the security issues, including the impact, a CVSS score, acknowledgments, and other related information, refer...

7.5CVSS7.9AI score0.01812EPSS
SaveExploits0References2
Rows per page
Query Builder