Lucene search
+L

36 matches found

IBM Security Bulletins
IBM Security Bulletins
added 2026/07/22 6:56 a.m.6 views

Security Bulletin: Multiple Vulnerabilities in IBM Event Streams

Summary Multiple vulnerabilities were addressed in IBM Event Streams version 13.0.0 Vulnerability Details CVEID:CVE-2026-4867 DESCRIPTION: Impact: A bad regular expression is generated any time you have three or more parameters within a single segment, separated by something that is not a period...

9.9CVSS6.4AI score0.00715EPSS
SaveExploits2Affected Software1
OSV
OSV
added 2026/07/17 12:7 a.m.10 views

CVE-2026-62237 Grav < 2.0.4 ReDoS via regex_replace in Sandbox

Grav before 2.0.4 contains a regular expression denial of service ReDoS vulnerability in the regexreplace filter and function, which are allowlisted in the Twig content sandbox. When Twig processing in page content is enabled security.twigcontent.processenabled: true, disabled by default, an...

6CVSS5.3AI score0.00249EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/07/14 8:54 p.m.8 views

CVE-2026-48125

UAParser.js is a JavaScript library to detect browsers, operating systems, CPUs, and devices from user-agent data. From 2.0.1 until 2.0.10, a regular expression denial-of-service vulnerability exists when using the Client Hints API. By sending a crafted Sec-CH-UA-Model header to an application th...

5.3CVSS5.4AI score0.00372EPSS
SaveExploits0
OSV
OSV
added 2026/06/20 6:27 p.m.6 views

CVE-2025-71379 vllm - Regular Expression Denial of Service in Multiple Components

vLLM versions = 0.6.3 and 0.9.0 contain multiple regular expression denial of service ReDoS vulnerabilities. Several regex patterns — in vllm/lora/utils.py, the phi4mini tool parser, and the OpenAI-compatible serving chat endpoint — are susceptible to catastrophic backtracking. An attacker...

5.3CVSS6AI score0.00321EPSS
SaveExploits1References4
Snyk
Snyk
added 2026/05/18 8:23 p.m.9 views

Regular Expression Denial of Service (ReDoS)

Overview Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS via the matches, matchesFull, and replaceMatches functions in the FHIRPathEngine. An attacker can exhaust system resources and cause service disruption by submitting specially crafted regular...

8.7CVSS5.8AI score0.00489EPSS
SaveExploits0References2
NVD
NVD
added 2026/03/26 7:17 p.m.5 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.9CVSS0.00353EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/03/26 4:16 p.m.3 views

CVE-2026-4867

Impact: A bad regular expression is generated any time you have three or more parameters within a single segment, separated by something that is not a period .. For example, /:a-:b-:c or /:a-:b-:c-:d. The backtrack protection added in [email protected] only prevents ambiguity for two...

7.5CVSS5.9AI score0.00496EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2019-0035

Malware in sbrugna...

7.5CVSS7.7AI score0.03502EPSS
SaveExploits0References29
Cvelist
Cvelist
added 2025/08/19 1:19 p.m.33 views

CVE-2025-4690 AngularJS 'linky' filter ReDoS

A regular expression used by AngularJS' linky https://docs.angularjs.org/api/ngSanitize/filter/linky filter to detect URLs in input text is vulnerable to super-linear runtime due to backtracking. With a large carefully-crafted input, this can cause a Regular expression Denial of Service ReDoS...

4.3CVSS0.00204EPSS
SaveExploits0References2
CVE
CVE
added 2025/08/19 1:19 p.m.38 views

CVE-2025-4690

CVE-2025-4690 concerns the regular expression used by AngularJS’ ngSanitize/filter/linky to detect URLs. The underlying regex is vulnerable to super-linear runtime due to backtracking, enabling a Regular Expression Denial of Service (ReDoS) attack when fed large crafted inputs. The issue affects ...

4.3CVSS6.2AI score0.00204EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/08/19 12:0 a.m.10 views

PT-2025-33727 · Google · Angularjs

Name of the Vulnerable Software and Affected Versions: AngularJS affected versions not specified Description: A regular expression used by the AngularJS linky filter to detect URLs in input text is vulnerable to super-linear runtime due to backtracking, potentially leading to a Regular expression...

4.3CVSS6.8AI score0.00204EPSS
SaveExploits0References7
IBM Security Bulletins
IBM Security Bulletins
added 2025/03/05 4:17 p.m.15 views

Security Bulletin: IBM Decision Optimization for Cloud Pak for Data is vulnerable to backtracking (CVE-2024-52798)

Summary There is a vulnerability in path-to-regexp used by IBM Decision Optimization for IBM Cloud Pak for Data. IBM Decision Optimization for IBM Cloud Pak for Data has addressed the applicable CVE. Vulnerability Details CVEID:CVE-2024-52798 DESCRIPTION: path-to-regexp turns path strings into a...

8.7CVSS6.5AI score0.00792EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2025/02/22 1:14 p.m.16 views

CLSA-2025-1740230077 Fix CVE(s): CVE-2024-6232, CVE-2024-6923

SECURITY UPDATE: Regular expressions that allowed excessive backtracking during tarfile header parsing - debian/patches/CVE-2024-6232.patch: Fix header parsing vulnerability that could lead to ReDoS - CVE-2024-6923...

7.5CVSS6.8AI score0.02203EPSS
SaveExploits2References1
NVD
NVD
added 2024/12/05 11:15 p.m.28 views

CVE-2024-52798

path-to-regexp turns path strings into a regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. The regular expression that is vulnerable to backtracking can be generated in the 0.1.x release of path-to-regexp. Upgra...

8.7CVSS0.00792EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/05 11:15 p.m.8 views

UBUNTU-CVE-2024-52798

path-to-regexp turns path strings into a regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. The regular expression that is vulnerable to backtracking can be generated in the 0.1.x release of path-to-regexp. Upgra...

8.7CVSS6.7AI score0.00792EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/12/05 10:45 p.m.44 views

CVE-2024-52798 path-to-regexp Unpatched `path-to-regexp` ReDoS in 0.1.x

path-to-regexp turns path strings into a regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. The regular expression that is vulnerable to backtracking can be generated in the 0.1.x release of path-to-regexp. Upgra...

8.7CVSS6.3AI score0.00792EPSS
SaveExploits0References2
CVE
CVE
added 2024/12/05 10:45 p.m.4539 views

CVE-2024-52798

CVE-2024-52798 concerns the path-to-regexp library. The DoS arises when path-to-regexp outputs regex patterns that backtrack, enabling high CPU/blocked event loop in vulnerable inputs. Public sources reference the 0.1.x line as the origin and recommend upgrading specifically to 0.1.12; later advi...

8.7CVSS6.3AI score0.00792EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/05 10:40 p.m.10 views

GHSA-RHX6-C78J-4Q9W path-to-regexp contains a ReDoS

Impact The regular expression that is vulnerable to backtracking can be generated in versions before 0.1.12 of path-to-regexp, originally reported in CVE-2024-45296 Patches Upgrade to 0.1.12. Workarounds Avoid using two parameters within a single path segment, when the separator is not . e.g. no...

8.7CVSS6.8AI score0.00792EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/12/05 12:0 a.m.4 views

PT-2024-35449

Name of the Vulnerable Software and Affected Versions path-to-regexp versions 0.1.x through 0.1.11 Description The issue concerns a performance vulnerability in path-to-regexp, where certain inputs can generate regular expressions vulnerable to backtracking, leading to poor performance. This...

8.7CVSS6.6AI score0.00792EPSS
SaveExploits0References24
AstraLinux
AstraLinux
added 2024/11/23 3:4 a.m.8 views

Astra Linux – Vulnerability in Python 3.11

There is a medium-severity vulnerability affecting CPython. Regular expressions that allow excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS through specifically crafted tar archives...

7.5CVSS6.7AI score0.02203EPSS
SaveExploits2References3
Rows per page
Query Builder