VulnSea

CWE-1333

CVEs classified under CWE-1333, newest first.

86 CVEsRSS

CVE-2026-93761High· 7.5
3d ago

An inefficient regular expression complexity issue in the in-memory query evaluation component of the Mongoid library may allow an unauthenticated party to cause excessive processing within an embedding application process

An inefficient regular expression complexity issue in the in-memory query evaluation component of the Mongoid library may allow an unauthenticated party to cause excessive processing within an embedding application process. Applications …

TwilightMongoDB Inc. · MongoidEPSS 0.27%via NVD
CVE-2026-86000Medium· 5.3PoC
4d ago

Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4

Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. Prior to 2.9, the selector parser in src/soupsieve/css_parser.py defines IDENTIFIER with adjacent quantified groups over overlapping character classes, and V…

Twilightfacelessuser · soupsieveEPSS 0.44%via NVD
CVE-2026-85999Medium· 5.3
4d ago

Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4

Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. Prior to 2.9, selector_iter in src/soupsieve/css_parser.py trims the raw selector with RE_WS_END, an end-anchored WSC whitespace-and-comment expression used …

Sunlitfacelessuser · soupsieveEPSS 0.35%via NVD
CVE-2026-63460High· 7.5PoC
4d ago

Vendure is an open-source headless commerce platform

Vendure is an open-source headless commerce platform. Prior to 3.6.5, the public Shop GraphQL API allows an unauthenticated caller to supply a catastrophically backtracking pattern through StringOperators.regex. packages/core/src/service…

Midnightvendurehq · vendureEPSS 0.41%via NVD
CVE-2026-92599High· 7.5
5d ago

joi (npm package `joi`, hapi.js) versions >=17.2.0 <17.13.7 and >=18.0.0 <18.2.6 are vulnerable to regular expression denial of service in the `Joi.string().isoDate()` validation rule

joi (npm package `joi`, hapi.js) versions >=17.2.0 <17.13.7 and >=18.0.0 <18.2.6 are vulnerable to regular expression denial of service in the `Joi.string().isoDate()` validation rule. One of the regular expressions the rule applies to t…

Twilighthapijs · joiEPSS 0.34%via NVD
CVE-2026-92114Medium· 5.3
6d ago

A vulnerability was identified in a2ui-project a2ui up to 0.10.6

A vulnerability was identified in a2ui-project a2ui up to 0.10.6. Affected is an unknown function of the file renderers/web_core/src/v0_9/basic_catalog/functions/safe_regex.ts of the component Basic Catalog. Such manipulation leads to in…

Sunlita2ui-project · a2uiEPSS 0.54%via NVD
CVE-2026-76821High· 7.1
6d ago

OpenCTI is an open source platform for managing cyber threat intelligence knowledge and observables

OpenCTI is an open source platform for managing cyber threat intelligence knowledge and observables. Prior to 7.260706.0, the JSON ingestion mapper's extractWithRegexp formula function compiled a user-supplied regular expression with the…

TwilightOpenCTI-Platform · openctiEPSS 0.47%via NVD
CVE-2026-57577High· 8.2
1w ago

DotVVM is an open source MVVM framework for web applications

DotVVM is an open source MVVM framework for web applications. Prior to 4.2.11, 4.3.15, and 5.0.0-preview09-final, a route containing multiple unconstrained parameters in one path segment can cause excessive regular-expression backtrackin…

Twilightriganti · dotvvmEPSS 0.43%via NVD
CVE-2026-90776High· 7.5PoC
1w ago

Nodemailer versions 9.1.0 through 10.0.4 contain a quadratic time complexity vulnerability in the addressparser component when parsing email addresses with RFC 5322 comments

Nodemailer versions 9.1.0 through 10.0.4 contain a quadratic time complexity vulnerability in the addressparser component when parsing email addresses with RFC 5322 comments. Attackers can craft malicious email headers with comment-separ…

Midnightnodemailer · nodemailerEPSS 0.48%via NVD
CVE-2026-82617Critical· 9.8
1w ago

The two built-in name-finder patterns exposed by opennlp.tools.namefind.RegexNameFinderFactory - DEFAULT_REGEX_NAME_FINDER.EMAIL and DEFAULT_REGEX_NAME_FINDER.URL - contain ambiguous nested quantifiers

The two built-in name-finder patterns exposed by opennlp.tools.namefind.RegexNameFinderFactory - DEFAULT_REGEX_NAME_FINDER.EMAIL and DEFAULT_REGEX_NAME_FINDER.URL - contain ambiguous nested quantifiers. An application that obtains these …

Midnightapache · opennlpEPSS 0.44%via NVD
CVE-2026-68497High· 7.5PoC
1w ago

jackson-databind binds a JSON string to a javax.xml.datatype.Duration or javax.xml.datatype.XMLGregorianCalendar field by passing the raw string verbatim to DatatypeFactory.newDuration(value) or newXMLGregorianCalendar(value) in CoreXMLD…

jackson-databind binds a JSON string to a javax.xml.datatype.Duration or javax.xml.datatype.XMLGregorianCalendar field by passing the raw string verbatim to DatatypeFactory.newDuration(value) or newXMLGregorianCalendar(value) in CoreXMLD…

MidnightFasterXML · com.fasterxml.jackson.core:jackson-databindEPSS 0.58%via NVD
CVE-2026-75880Medium· 6.5
1w ago

An authenticated client could attach a consumer with a selector containing crafted wildcard usage that results in excessive evaluation during message delivery attempts, occupying a shared broker thread and leading to denial of service. …

An authenticated client could attach a consumer with a selector containing crafted wildcard usage that results in excessive evaluation during message delivery attempts, occupying a shared broker thread and leading to denial of service. …

Sunlitapache · artemisEPSS 0.41%via NVD
CVE-2026-87819High· 7.5
1w ago

GitPython before 3.1.60 contains a regular expression denial of service vulnerability in Actor.name_email_regex that processes commit author and committer fields

GitPython before 3.1.60 contains a regular expression denial of service vulnerability in Actor.name_email_regex that processes commit author and committer fields. Attackers can craft a commit object with a malformed author field containi…

Twilightgitpython_project · gitpythonEPSS 0.29%via NVD
CVE-2026-86081High· 7.1
1w ago

n8n is an open source workflow automation platform

n8n is an open source workflow automation platform. Prior to 1.123.76, 2.37.7, and 2.38.2, the Git node clone operation matched an attacker-controlled destination path against the default N8N_BLOCK_FILE_PATTERNS regular expression. The p…

Twilightn8n-io · n8nEPSS 0.32%via NVD
GHSA-j95f-988m-3j2fHigh
1w ago

Tiptap: Quadratic ReDoS in block and inline Markdown attribute parsing

Tiptap: Quadratic ReDoS in block and inline Markdown attribute parsing

Twilighttiptap · @tiptap/corevia GHSA
CVE-2026-80206High
1w ago

NLTK: ReDoS in nltk.tgrep via unvalidated user-supplied regular expressions

NLTK: ReDoS in nltk.tgrep via unvalidated user-supplied regular expressions

Twilightnltk · nltkEPSS 0.26%via OSV
CVE-2026-85062Medium· 6.9
2w ago

Colord is a tiny yet powerful tool for high-performance color manipulations and conversions

Colord is a tiny yet powerful tool for high-performance color manipulations and conversions. Prior to 2.9.4, synchronous CSS color string matchers in src/colorModels/rgbString.ts, src/colorModels/hslString.ts, src/colorModels/hwbString.t…

Sunlitomgovich · colordEPSS 0.29%via NVD
CVE-2026-83606High· 7.5
2w ago

xmldom is a pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module

xmldom is a pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module. From 0.9.0-beta.9 until 0.9.11, the processing-instruction production in lib/grammar.js lets the greedy S+ separator and lazy Char*…

Twilightxmldom · @xmldom/xmldomEPSS 0.30%via NVD
CVE-2026-83614High· 7.5
2w ago

xmldom is a pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module

xmldom is a pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.15 and 0.9.12, and in xmldom versions 0.3.0 through 0.6.0, two independent quadratic paths can…

Twilightxmldom · @xmldom/xmldomEPSS 0.35%via NVD
CVE-2026-83619High· 7.5
2w ago

xmldom is a pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module

xmldom is a pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module. From 0.7.0 until 0.8.15, the release-0.8.x parser in lib/sax.js trims captured end-tag names with the unanchored global expression …

Twilightxmldom · @xmldom/xmldomEPSS 0.30%via NVD
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
CVE-2024-58379Medium· 5.3
3w ago

nodemailer before 6.9.9 contains a regular expression denial of service vulnerability in email parsing when attachDataUrls parameter is set or processing embedded file attachments

nodemailer before 6.9.9 contains a regular expression denial of service vulnerability in email parsing when attachDataUrls parameter is set or processing embedded file attachments. Attackers can send specially crafted emails with malicio…

SunlitRed Hat · Red Hat Enterprise Linux 10EPSS 0.30%via NVD
CVE-2026-55520High
3w ago

Protego has exponential backtracking ReDoS in robots.txt URL wildcard matching

Protego has exponential backtracking ReDoS in robots.txt URL wildcard matching

Twilightprotego · protegoEPSS 0.37%via OSV
CVE-2026-81725Medium· 5.9
3w ago

nltk: NLTK: Regular Expression Denial of Service via malformed TEI blocks (CVE-2026-81725)

A flaw was found in NLTK, specifically within the Pl196xCorpusReader component. A remote attacker can exploit this by supplying malformed Text Encoding Initiative (TEI) blocks containing numerous unmatched opening tags. This triggers a reg…

SunlitRed Hat · Red Hat OpenShift AI (RHOAI)EPSS 0.23%via CSAF
GHSA-2rrw-hpqm-36pvHigh· 7.5
3w ago

Duplicate Advisory: ReDoS in nltk.text.Text.findall() via unvalidated user-supplied regular expressions

Duplicate Advisory: ReDoS in nltk.text.Text.findall() via unvalidated user-supplied regular expressions

Twilightnltk · nltkvia GHSA
CVE-2026-80205High· 7.5
3w ago

nltk: NLTK: Denial of Service via unvalidated regular expressions (CVE-2026-80205)

A flaw was found in NLTK. A remote attacker can exploit a regular expression denial of service (ReDoS) vulnerability in the `Text.findall()` and `TokenSearcher.findall()` methods. These methods accept user-supplied regular expressions with…

TwilightRed Hat · Red Hat OpenShift AI (RHOAI)EPSS 0.49%via CSAF
CVE-2026-79770High· 7.5
3w ago

Nokogiri before 1.19.3 ReDoS via CSS selector tokenizer

Nokogiri versions before 1.19.3 contain regular expression denial of service vulnerabilities in the CSS selector tokenizer affecting string-literal and identifier tokenization. Attackers can inject adversarial CSS selectors into methods …

Twilightsparklemotion · nokogiriEPSS 0.28%via CVEORG
CVE-2026-70656Medium· 4.9
1mo ago

Checkmate is an open-source, self-hosted tool designed to track and monitor server hardware, uptime, response times, and incidents in real-time with beautiful visualizations

Checkmate is an open-source, self-hosted tool designed to track and monitor server hardware, uptime, response times, and incidents in real-time with beautiful visualizations. From 3.5.1 until 3.9.2, an authenticated admin or superadmin c…

SunlitEPSS 0.51%via NVD
CVE-2026-62672Medium· 6.0PoC
1mo ago

Grav is a file-based Web platform

Grav is a file-based Web platform. Prior to 2.0.4, Grav allowlists the regex_replace filter and function in system/config/security.yaml, and GravExtension::regexReplace() passes an editor-controlled pattern directly to preg_replace(). Wh…

Twilightgetgrav · gravEPSS 0.39%via NVD
CVE-2026-62317High· 7.5
1mo ago

Logto is the modern, open-source auth infrastructure for SaaS and AI apps

Logto is the modern, open-source auth infrastructure for SaaS and AI apps. Prior to 1.41.0, Logto's email subaddressing blocklist in packages/core/src/libraries/sign-in-experience/email-blocklist-policy.ts used the attacker-controlled do…

TwilightEPSS 0.63%via NVD
CWE-1333 vulnerabilities (CVEs) · VulnSea