Lucene search
+L

566 matches found

OSV
OSV
added 2026/06/05 1:04 p.m.16 views

BIT-PYTHON-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.4AI score0.00715EPSS
SaveExploits0References13
Microsoft CVE
Microsoft CVE
added 2026/06/05 8:02 a.m.18 views

Quadratic complexity in WordDecoder.DecodeHeader in mime

...

7.5CVSS5.4AI score0.0056EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/06/03 2:29 p.m.12 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 score0.00715EPSS
SaveExploits0References11
CVE
CVE
added 2026/06/03 2:29 p.m.128 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 score0.00715EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2026/06/02 10:01 p.m.54 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...

0.0056EPSS
SaveExploits0References4
attackerkb
attackerkb
added 2026/06/02 10:01 p.m.16 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 score0.00573EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/06/02 10:01 p.m.362 views

CVE-2026-27145

CVE-2026-27145 affects Go's crypto/x509 package. The method (*x509.Certificate).VerifyHostname previously called matchHostnames in a loop over all DNS Subject Alternative Name (SAN) entries, causing strings.Split(host, ".") to execute repeatedly on the same hostname. With a large SAN list, verifi...

5.9AI score0.00573EPSS
SaveExploits0References100
Tenable Nessus
Tenable Nessus
added 2026/05/28 12:00 a.m.27 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.1CVSS7.2AI score0.01315EPSS
SaveExploits1References25
Cvelist
Cvelist
added 2026/05/27 4:34 p.m.57 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.0046EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/05/19 6:28 p.m.21 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.00139EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/05/19 1:35 p.m.15 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.00139EPSS
SaveExploits0References6
OSV
OSV
added 2026/05/19 9:49 a.m.31 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.00563EPSS
SaveExploits1References1
OSV
OSV
added 2026/05/19 9:46 a.m.27 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.00563EPSS
SaveExploits1References1
OSV
OSV
added 2026/05/19 9:42 a.m.31 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.00563EPSS
SaveExploits1References1
OSV
OSV
added 2026/05/18 6:36 p.m.14 views

CLSA-2026-1779129362 Fix CVE(s): CVE-2026-45186

SECURITY UPDATE: fix quadratic complexity in attribute name collision check - debian/patches/CVE-2026-45186.patch: fix quadratic complexity in attribute name collision check - CVE-2026-45186...

7.5CVSS5.7AI score0.00563EPSS
SaveExploits1References1
OSV
OSV
added 2026/05/14 1:08 p.m.56 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.00824EPSS
SaveExploits1References6
OSV
OSV
added 2026/05/11 5:31 p.m.45 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.00799EPSS
SaveExploits0References15
OSV
OSV
added 2026/05/09 7:37 p.m.15 views

CVE-2026-42245 net-imap: Quadratic complexity when reading response literals

Net::IMAP implements Internet Message Access Protocol IMAP client functionality in Ruby. Prior to versions 0.4.24, 0.5.14, and 0.6.4, Net::IMAP::ResponseReader has quadratic time complexity when reading large responses containing many string literals. A hostile server can send responses which are...

2.3CVSS5.9AI score
SaveExploits0References9
CNNVD
CNNVD
added 2026/05/09 12:00 a.m.31 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.007EPSS
SaveExploits0References1
NVD
NVD
added 2026/05/08 4:16 p.m.51 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.00824EPSS
SaveExploits1References4
Rows per page
Query Builder