VulnSea

CWE-1050

CVEs classified under CWE-1050, newest first.

22 CVEsRSS

CVE-2026-92987High· 7.5
4d ago

roxmltree through 0.21.1 performs quadratic-time attribute and namespace validation during XML parsing without limits on attribute count

roxmltree through 0.21.1 performs quadratic-time attribute and namespace validation during XML parsing without limits on attribute count. Attackers can craft XML documents with tens of thousands of attributes on a single element to consu…

TwilightRazrFalcon · roxmltreeEPSS 0.35%via NVD
CVE-2026-92596High· 7.5PoC
5d ago

Nodemailer before 9.1.0 contains a quadratic time complexity vulnerability in the addressparser component that allows remote attackers to cause denial of service by supplying a crafted comma-separated address list

Nodemailer before 9.1.0 contains a quadratic time complexity vulnerability in the addressparser component that allows remote attackers to cause denial of service by supplying a crafted comma-separated address list. Attackers can send a s…

Midnightnodemailer · nodemailerEPSS 0.45%via NVD
CVE-2026-82399High· 7.5PoC
5d ago

CoreDNS is a DNS server written in Go

CoreDNS is a DNS server written in Go. Prior to 1.14.7, the DNS-over-HTTPS, DNS-over-HTTP/3, DNS-over-QUIC, and DNS-over-gRPC request paths in plugin/pkg/doh/doh.go, core/dnsserver/server_quic.go, and core/dnsserver/server_grpc.go call d…

Midnightcoredns · corednsEPSS 0.61%via NVD
CVE-2026-81736High· 7.5
5d ago

If a BIND resolver has cached a tree of SVCB/HTTPS AliasMode records, and is then queried for the root of that tree, the resolver will spend disproportionate CPU time constructing the response. This issue affects BIND 9 versions 9.18.0 t…

If a BIND resolver has cached a tree of SVCB/HTTPS AliasMode records, and is then queried for the root of that tree, the resolver will spend disproportionate CPU time constructing the response. This issue affects BIND 9 versions 9.18.0 t…

TwilightISC · BIND 9EPSS 0.49%via NVD
CVE-2026-80225Medium· 5.3
5d ago

In NLnetLabs Unbound up to and including 1.26.0, a degradation of service vulnerability is present in the TCP/DoT reading procedure where there is no limit on consecutive reads

In NLnetLabs Unbound up to and including 1.26.0, a degradation of service vulnerability is present in the TCP/DoT reading procedure where there is no limit on consecutive reads. A malicious actor that can stream and sustain a rate of dis…

SunlitNLnet Labs · UnboundEPSS 0.31%via NVD
CVE-2026-89759Medium· 5.5
1w ago

kernel: mm/kmemleak: avoid soft lockup when scanning task stacks (CVE-2026-89759)

A flaw was found in the Linux kernel's memory leak detector (kmemleak). When kmemleak_scan() attempts to scan task stacks on systems with a large number of threads, it can hold a CPU for an extended period without allowing other processes …

SunlitRed Hat · Red Hat Enterprise Linux 9EPSS 0.19%via CSAF
GHSA-j8pm-gj4c-rq4xHigh· 7.5
2w ago

league/commonmark: Denial of service via crafted code fences, reference links, and emphasis delimiters

league/commonmark: Denial of service via crafted code fences, reference links, and emphasis delimiters

Twilightleague · league/commonmarkvia GHSA
GHSA-jjv6-8j6v-6j52High· 7.5
2w ago

league/commonmark: Denial of service in the SmartPunct and Attributes extensions

league/commonmark: Denial of service in the SmartPunct and Attributes extensions

Twilightleague · league/commonmarkvia GHSA
GHSA-8rr7-cvq3-gmfhHigh· 7.5
2w ago

league/commonmark: Denial of service via distinctly-named attributes in the Attributes extension

league/commonmark: Denial of service via distinctly-named attributes in the Attributes extension

Twilightleague · league/commonmarkvia GHSA
CVE-2026-71491High· 7.5
1mo ago

sqlparse is a non-validating SQL parser module for Python

sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, group_comments in sqlparse/engine/grouping.py repeatedly rescans comment-only statements before the MAX_GROUPING_TOKENS guard, causing quadratic CPU consumption t…

TwilightRed Hat · Red Hat OpenStack Platform 16.2EPSS 0.26%via NVD
CVE-2026-56862High· 7.5
1mo ago

Limit handshake messages we are willing to accept post-handshake in crypto/tls

Limit handshake messages we are willing to accept post-handshake in crypto/tls

Twilightstdlib · stdlibEPSS 0.57%via OSV
CVE-2026-71488High· 7.5
1mo ago

league/commonmark is a PHP library for parsing and rendering CommonMark Markdown

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 pa…

Twilightleague · league/commonmarkEPSS 0.35%via NVD
CVE-2026-59885High· 7.5
2mo ago

pyasn1: python-pyasn1: pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER (CVE-2026-59885)

A flaw was found in pyasn1, a Python library for Abstract Syntax Notation One (ASN.1). The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A remote attacker cou…

TwilightRed Hat · Red Hat OpenShift AI 3.4EPSS 0.34%via CSAF
CVE-2026-54060High· 7.5
2mo ago

python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files (CVE-2026-54060)

A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library's font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker…

TwilightRed Hat · Red Hat OpenShift AI 3.4EPSS 0.42%via CSAF
CVE-2026-45822High· 7.5
2mo ago

decode-uri-component: decode-uri-component: Denial of Service via crafted input (CVE-2026-45822)

A flaw was found in the `decode-uri-component` library. This vulnerability allows a remote attacker to trigger a Denial of Service (DoS) by submitting specially crafted input. The `decode()` function, when processing a large number of enco…

TwilightRed Hat · Red Hat Quay 3.12EPSS 0.51%via CSAF
CVE-2026-50193High· 7.5
3mo ago

jackson-databind: Jackson-databind: Denial of Service via deeply nested JSON processing (CVE-2026-50193)

A flaw was found in jackson-databind, a general-purpose data-binding library for Jackson Data Processor. A remote attacker can exploit this vulnerability by sending deeply nested JSON (JavaScript Object Notation) data to a service that rea…

TwilightRed Hat · Red Hat JBoss EAP 7.4 ELS for RHEL 8EPSS 0.46%via CSAF
CVE-2026-48779High· 7.5PoC
3mo ago

ws is an open source WebSocket client and server for Node.js

ws is an open source WebSocket client and server for Node.js. All versions from 1.1.0 up to (but not including) 5.2.5, from 6.0.0 up to 6.2.4, from 7.0.0 up to 7.5.11, and from 8.0.0 up to 8.21.0 are affected by a memory exhaustion DoS v…

Midnightws_project · wsEPSS 0.81%via NVD
CVE-2026-44390Medium· 5.3
4mo ago

NLnet Labs Unbound up to and including version 1.25.0 has a vulnerability when handling replies with very large RRsets that Unbound needs to perform name compression for

NLnet Labs Unbound up to and including version 1.25.0 has a vulnerability when handling replies with very large RRsets that Unbound needs to perform name compression for. Malicious upstream responses with very large RRsets with records t…

Sunlitnlnetlabs · unboundEPSS 0.63%via NVD
CVE-2026-41292High· 7.5
4mo ago

NLnet Labs Unbound up to and including version 1.25.0 is vulnerable to a degradation of service attack related to parsing long lists of incoming EDNS options

NLnet Labs Unbound up to and including version 1.25.0 is vulnerable to a degradation of service attack related to parsing long lists of incoming EDNS options. An adversary sending queries with too many EDNS options can hold Unbound threa…

Twilightnlnetlabs · unboundEPSS 0.72%via NVD
CVE-2026-32281Medium· 5.9
5mo ago

Inefficient policy validation in crypto/x509

Inefficient policy validation in crypto/x509

Sunlitstdlib · stdlibEPSS 0.36%via OSV
CVE-2025-32907Medium· 5.3
1y ago

A flaw was found in libsoup

A flaw was found in libsoup. The implementation of HTTP range requests is vulnerable to a resource consumption attack. This flaw allows a malicious client to request the same range many times in a single HTTP request, causing the server …

SunlitEPSS 0.68%via NVD
CVE-2023-1390High· 7.5
3y ago

A remote denial of service vulnerability was found in the Linux kernel’s TIPC kernel module

A remote denial of service vulnerability was found in the Linux kernel’s TIPC kernel module. The while loop in tipc_link_xmit() hits an unknown state while attempting to parse SKBs, which are not in the queue. Sending two small UDP packe…

TwilightEPSS 5.1%via CVEORG
CWE-1050 vulnerabilities (CVEs) · VulnSea