Lucene search
+L

218 matches found

RedHat Linux
RedHat Linux
added 2026/04/09 1:4 p.m.9 views

minimatch: minimatch: Denial of Service via specially crafted glob patterns

A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service ReDoS vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking i...

8.7CVSS6.5AI score0.00519EPSS
SaveExploits1References6
Snyk
Snyk
added 2026/04/07 6:16 p.m.8 views

Allocation of Resources Without Limits or Throttling

Overview Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via the extraHttpHeaders field in the /forms/chromium/screenshot/url endpoint, where user-supplied scope patterns are compiled without a proper timeout. An attacker can cause the...

9.8CVSS5.4AI score0.00497EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/04/07 4:38 p.m.23 views

CVE-2026-35611 Addressable has a Regular Expression Denial of Service in Addressable templates

Addressable is an alternative implementation to the URI implementation that is part of Ruby's standard library. From 2.3.0 to before 2.9.0, within the URI template implementation in Addressable, two classes of URI template generate regular expressions vulnerable to catastrophic backtracking...

7.5CVSS0.0036EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/07 4:38 p.m.6 views

CVE-2026-35611 Addressable has a Regular Expression Denial of Service in Addressable templates

Addressable is an alternative implementation to the URI implementation that is part of Ruby's standard library. From 2.3.0 to before 2.9.0, within the URI template implementation in Addressable, two classes of URI template generate regular expressions vulnerable to catastrophic backtracking...

7.5CVSS5.9AI score
SaveExploits0References3
NVD
NVD
added 2026/04/03 11:17 p.m.7 views

CVE-2026-34939

PraisonAI is a multi-agent teams system. Prior to version 4.5.90, MCPToolIndex.searchtools compiles a caller-supplied string directly as a Python regular expression with no validation, sanitization, or timeout. A crafted regex causes catastrophic backtracking in the re engine, blocking the Python...

7.5CVSS0.00402EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/04/03 10:52 p.m.4 views

CVE-2026-34939 PraisonAI: ReDoS via Unvalidated User-Controlled Regex in MCPToolIndex.search_tools()

PraisonAI is a multi-agent teams system. Prior to version 4.5.90, MCPToolIndex.searchtools compiles a caller-supplied string directly as a Python regular expression with no validation, sanitization, or timeout. A crafted regex causes catastrophic backtracking in the re engine, blocking the Python...

6.5CVSS5.8AI score0.00402EPSS
SaveExploits1References1
EUVD
EUVD
added 2026/03/27 10:23 p.m.11 views

EUVD-2026-16322

path-to-regexp vulnerable to Regular Expression Denial of Service via multiple wildcards...

5.9CVSS5.9AI score0.00353EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/03/26 8:6 p.m.4 views

CVE-2026-0967 Libssh: libssh: denial of service via inefficient regular expression processing

A flaw was found in libssh. A remote attacker, by controlling client configuration files or knownhosts files, could craft specific hostnames that when processed by the matchpattern function can lead to inefficient regular expression backtracking. This can cause timeouts and resource exhaustion,...

2.2CVSS6.5AI score0.00223EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/03/26 8:6 p.m.33 views

CVE-2026-0967 Libssh: libssh: denial of service via inefficient regular expression processing

A flaw was found in libssh. A remote attacker, by controlling client configuration files or knownhosts files, could craft specific hostnames that when processed by the matchpattern function can lead to inefficient regular expression backtracking. This can cause timeouts and resource exhaustion,...

2.2CVSS0.00223EPSS
SaveExploits0References5
AlpineLinux
AlpineLinux
added 2026/03/26 8:6 p.m.6 views

CVE-2026-0967

A flaw was found in libssh. A remote attacker, by controlling client configuration files or knownhosts files, could craft specific hostnames that when processed by the matchpattern function can lead to inefficient regular expression backtracking. This can cause timeouts and resource exhaustion,...

5.5CVSS5.9AI score0.00223EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2026/03/26 7:17 p.m.10 views

CVE-2026-4923

Impact: When using multiple wildcards, combined with at least one parameter, a regular expression can be generated that is vulnerable to ReDoS. This backtracking vulnerability requires the second wildcard to be somewhere other than the end of the path. Unsafe examples: /foo-bar-:baz /a-:b-c-:d...

5.9CVSS5.8AI score0.00353EPSS
SaveExploits0References3
CVE
CVE
added 2026/03/26 7:2 p.m.46 views

CVE-2026-4923

The CVE-2026-4923 entry describes a ReDoS vulnerability in path-to-regexp when using multiple wildcards with at least one parameter, where a backtracking-regex can be generated if the second wildcard is not at the path end. Affects are demonstrated with unsafe and safe examples, and the recommend...

5.9CVSS5.8AI score0.00353EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2026/03/15 5:53 a.m.9 views

OESA-2026-1552 cpp-httplib security update

A C++11 single-file header-only cross platform HTTP/HTTPS library. It's extremely easy to setup. Just include httplib.h file in your code! Security Fixes: cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.35.0, when a request handler throws a C++ excepti...

7.5CVSS5.6AI score0.00602EPSS
SaveExploits3References4
RedhatCVE
RedhatCVE
added 2026/03/13 2:18 p.m.9 views

CVE-2026-28356

A flaw was found in multipart. The parseoptionsheader function in multipart.py uses a regular expression with an ambiguous alternation, causing an exponential backtracking ReDoS when parsing a specially crafted HTTP or multipart segment headers. A web application parsing request headers or...

7.5CVSS5.7AI score0.00718EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/03/12 4:45 p.m.3 views

CVE-2026-28356

multipart is a fast multipart/form-data parser for python. Prior to 1.2.2, 1.3.1 and 1.4.0-dev, the parseoptionsheader function in multipart.py uses a regular expression with an ambiguous alternation, which can cause exponential backtracking ReDoS when parsing maliciously crafted HTTP or multipar...

7.5CVSS5.8AI score0.00718EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2026/03/12 12:0 a.m.10 views

python-multipart 安全漏洞

python-multipart is a Python-based streaming multipart parser developed by Marcelo Trylesinski. Versions prior to 1.2.2, 1.3.1, and 1.4.0-dev contained security vulnerabilities. These vulnerabilities stemmed from the use of ambiguous regular expressions in the parseoptionsheader function, which...

7.5CVSS7.3AI score0.00718EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/03/12 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-28356

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - multipart is a fast multipart/form-data parser for python. Prior to 1.2.2, 1.3.1 and 1.4.0-dev, the parseoptionsheader function in multipart.py uses a regular...

7.5CVSS7.3AI score0.00718EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/03/11 7:8 a.m.11 views

CVE-2026-30925

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.5.0-alpha.14 and 8.6.11, a malicious client can subscribe to a LiveQuery with a crafted $regex pattern that causes catastrophic backtracking, blocking the Node.js event loop. This...

8.2CVSS5.8AI score0.00446EPSS
SaveExploits0References1
NVD
NVD
added 2026/03/10 5:40 p.m.11 views

CVE-2026-30925

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.5.0-alpha.14 and 8.6.11, a malicious client can subscribe to a LiveQuery with a crafted $regex pattern that causes catastrophic backtracking, blocking the Node.js event loop. This...

8.2CVSS0.00446EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/03/10 12:57 a.m.10 views

EUVD-2026-10437

Parse Server has Regular Expression Denial of Service ReDoS via $regex query in LiveQuery...

8.2CVSS5.8AI score0.00446EPSS
SaveExploits0References3
Rows per page
Query Builder