Lucene search
K

195 matches found

Vulnrichment
Vulnrichment
added 7 hours ago2 views

CVE-2026-3276 Potential DoS via quadratic complexity in unicodedata.normalize()

unicodedata.normalize can take excessive CPU time when processing specially crafted Unicode input containing long runs of combining characters with alternating Canonical Combining Class values. This affects all normalization forms...

6.3CVSS5.8AI score
Exploits0References3
CVE
CVE
added 7 hours ago4 views

CVE-2026-3276

The CVE concerns Python’s unicodedata.normalize() taking excessive CPU time when given specially crafted Unicode input with long runs of combining characters that have alternating Canonical Combining Class (CCC) values. Affected: the normalize() function across all normalization forms. Root cause...

6.3CVSS5.8AI score
Exploits0References3
Cvelist
Cvelist
added yesterday21 views

CVE-2026-42504 Quadratic complexity in WordDecoder.DecodeHeader in mime

Decoding a maliciously-crafted MIME header containing many invalid encoded-words can consume excessive CPU...

Exploits0References4
ATTACKERKB
ATTACKERKB
added yesterday2 views

CVE-2026-27145

x509.Certificate.VerifyHostname previously called matchHostnames in a loop over all DNS Subject Alternative Name SAN entries. This caused strings.Splithost, "." to execute repeatedly on the same input hostname. With a large DNS SAN list, verification costs scaled quadratically based on the number...

5.9AI score
Exploits0References5Affected Software1
CVE
CVE
added yesterday12 views

CVE-2026-27145

The CVE-2026-27145 entry concerns the Go crypto/x509 VerifyHostname implementation. In the reported behavior, VerifyHostname repeatedly calls matchHostnames across all DNS SAN entries, leading to strings.Split(host, ".") being executed multiple times on the same input. With large SAN lists, verif...

5.9AI score
Exploits0References4
Tenable Nessus
Tenable Nessus
added 6 days ago9 views

RockyLinux 9 : python3.12 (RLSA-2026:19177)

The remote RockyLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2026:19177 advisory. expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing CVE-2025-59375...

9.1CVSS6.7AI score0.00205EPSS
Exploits1References25
Cvelist
Cvelist
added 2026/05/27 4:34 p.m.33 views

CVE-2026-44378 Botan: Quadratic complexity decoding BER indefinite length encodings

Botan is a C++ cryptography library. Prior to 3.12.0, certain patterns of indefinite length encodings in BER data could cause quadratic behavior in the parser, resulting in a denial of service. Such BER encodings were accepted even in structures which are required to be encoded as DER, which...

6.9CVSS0.00055EPSS
Exploits0References1
RedHat Linux
RedHat Linux
added 2026/05/19 6:28 p.m.5 views

python: Quadratic complexity in os.path.expandvars() with user-controlled template

A vulnerability in Python’s os.path.expandvars function that can cause performance degradation. When processing specially crafted, user-controlled input with nested environment variable patterns, the function exhibits quadratic time complexity, potentially leading to excessive CPU usage and denia...

5.5CVSS6.8AI score0.00021EPSS
Exploits0References6
RedHat Linux
RedHat Linux
added 2026/05/19 1:35 p.m.6 views

python: Quadratic complexity in os.path.expandvars() with user-controlled template

A vulnerability in Python’s os.path.expandvars function that can cause performance degradation. When processing specially crafted, user-controlled input with nested environment variable patterns, the function exhibits quadratic time complexity, potentially leading to excessive CPU usage and denia...

5.5CVSS6.8AI score0.00021EPSS
Exploits0References6
OSV
OSV
added 2026/05/19 9:49 a.m.4 views

CLSA-2026-1779184141 expat: Fix of CVE-2026-45186

CVE-2026-45186: fix quadratic complexity in attribute name collision check...

7.5CVSS5.7AI score0.00011EPSS
Exploits1References1
OSV
OSV
added 2026/05/19 9:46 a.m.2 views

CLSA-2026-1779183996 expat: Fix of CVE-2026-45186

CVE-2026-45186: fix quadratic complexity in attribute name collision check...

7.5CVSS5.7AI score0.00011EPSS
Exploits1References1
OSV
OSV
added 2026/05/19 9:42 a.m.3 views

CLSA-2026-1779183767 expat: Fix of CVE-2026-45186

CVE-2026-45186: fix quadratic complexity in attribute name collision check...

7.5CVSS5.7AI score0.00011EPSS
Exploits1References1
OSV
OSV
added 2026/05/14 1:8 p.m.3 views

GHSA-9MHV-8H52-Q7Q2 Absinthe: Quadratic fragment-name uniqueness check

Summary An unauthenticated attacker can stall an Absinthe-backed GraphQL endpoint by submitting a query that contains many fragment definitions. The fragment-name uniqueness validation phase is ON² in the number of fragments, so a single modestly-sized request burns seconds of CPU per worker, and...

8.7CVSS5.8AI score0.00082EPSS
Exploits1References6
OSV
OSV
added 2026/05/11 5:31 p.m.4 views

BIT-LIBPYTHON-2025-12084 Quadratic complexity in node ID cache clearing

When building nested elements using xml.dom.minidom methods such as appendChild that have a dependency on clearidcache the algorithm is quadratic. Availability can be impacted when building excessively nested documents...

6.3CVSS6.9AI score0.00128EPSS
Exploits0References15
CNNVD
CNNVD
added 2026/05/09 12:0 a.m.5 views

Net::IMAP 安全漏洞

Net::IMAP is a Ruby client API for the IMAP message access protocol, developed by Ruby Open Source. Versions of Net::IMAP prior to 0.4.24, 0.5.14, and 0.6.4 contained security vulnerabilities. These vulnerabilities stemmed from the use of ResponseReader, which had a quadratic time complexity when...

7.5CVSS5.8AI score0.00086EPSS
Exploits0References1
NVD
NVD
added 2026/05/08 4:16 p.m.8 views

CVE-2026-43967

Inefficient Algorithmic Complexity vulnerability in absinthe-graphql absinthe allows unauthenticated denial of service via quadratic fragment-name uniqueness validation. 'Elixir.Absinthe.Phase.Document.Validation.UniqueFragmentNames':run/2 iterates over all fragments and for each one calls...

8.7CVSS0.00082EPSS
Exploits1References4
Vulnrichment
Vulnrichment
added 2026/05/08 3:42 p.m.5 views

CVE-2026-43967 Quadratic fragment-name uniqueness check causes denial of service in absinthe

Inefficient Algorithmic Complexity vulnerability in absinthe-graphql absinthe allows unauthenticated denial of service via quadratic fragment-name uniqueness validation. 'Elixir.Absinthe.Phase.Document.Validation.UniqueFragmentNames':run/2 iterates over all fragments and for each one calls...

8.7CVSS5.8AI score0.00082EPSS
Exploits1References4
OSV
OSV
added 2026/05/08 11:49 a.m.4 views

BIT-PYTHON-MIN-2025-12084 Quadratic complexity in node ID cache clearing

When building nested elements using xml.dom.minidom methods such as appendChild that have a dependency on clearidcache the algorithm is quadratic. Availability can be impacted when building excessively nested documents...

6.3CVSS6.9AI score0.00128EPSS
Exploits0References15
OSV
OSV
added 2026/05/08 11:49 a.m.87 views

BIT-PYTHON-2025-12084 Quadratic complexity in node ID cache clearing

When building nested elements using xml.dom.minidom methods such as appendChild that have a dependency on clearidcache the algorithm is quadratic. Availability can be impacted when building excessively nested documents...

6.3CVSS6.9AI score0.00128EPSS
Exploits0References15
Positive Technologies
Positive Technologies
added 2026/05/08 12:0 a.m.7 views

PT-2026-39148

Name of the Vulnerable Software and Affected Versions absinthe versions 1.2.0 through 1.10.1 Description An inefficient algorithmic complexity issue allows unauthenticated denial of service through quadratic fragment-name uniqueness validation. The function run/2 within...

8.7CVSS5.8AI score0.00082EPSS
Exploits1References10
Rows per page
Query Builder