Lucene search
+L

3783 matches found

Tenable Nessus
Tenable Nessus
added 2026/04/10 12:00 a.m.15 views

openSUSE 16 Security Update : cockpit-packages (openSUSE-SU-2026:20469-1)

The remote openSUSE 16 host has a package installed that is affected by a vulnerability as referenced in the openSUSE- SU-2026:20469-1 advisory. This update for cockpit-packages fixes the following issue: Update cockpit-packages to version 4: - CVE-2026-26996: minimatch: ReDoS when glob pattern...

8.7CVSS7.1AI score0.00519EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/04/10 12:00 a.m.7 views

Atlassian Jira Service Management Data Center and Server 5.17.2 < 10.3.17 / 10.4.x < 11.3.0 (JSDSERVER-16515)

The version of Atlassian Jira Service Management Data Center and Server Jira Service Desk running on the remote host is affected by a vulnerability as referenced in the JSDSERVER-16515 advisory. - Versions of the package ua-parser-js from 0.7.30 and before 0.7.33, from 0.8.1 and before 1.0.33 are...

7.5CVSS7.3AI score0.01725EPSS
SaveExploits2References2
CVE
CVE
added 2026/04/09 10:30 p.m.32 views

CVE-2026-5986

CVE-2026-5986 affects the Zod jsVideoUrlParser, specifically the getTime function in lib/util.js. The issue arises from manipulating the timestamp argument, causing inefficient regular-expression complexity (redos) that can be triggered remotely. Public exploit code exists (proof-of-concept level...

6.9CVSS5.8AI score0.00372EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/04/09 12:35 p.m.16 views

ruby: ReDoS vulnerability in Time

A flaw was found in the Time gem and Time library of Ruby. The Time parser mishandles invalid strings with specific characters and causes an increase in execution time for parsing strings to Time objects. This issue may result in a Regular expression denial of service ReDoS...

5.3CVSS6.8AI score0.02452EPSS
SaveExploits0References5
IBM Security Bulletins
IBM Security Bulletins
added 2026/04/09 10:57 a.m.16 views

Security Bulletin: Multiple Vulnerabilities in IBM watsonx Code Assistant On Prem

Summary Multiple vulnerabilities were addressed in IBM watsonx Code Assistant On Prem V5.3.1 Patch 1 Vulnerability Details CVEID:CVE-2024-58340 DESCRIPTION: LangChain versions up to and including 0.3.1 contain a regular expression denial-of-service ReDoS vulnerability in the MRKLOutputParser.pars...

9.8CVSS6AI score0.00808EPSS
SaveExploits4Affected Software1
OPENSUSE Linux
OPENSUSE Linux
added 2026/04/09 12:00 a.m.8 views

Security update for cockpit-repos (important)

openSUSE security update: security update for cockpit-repos ------------------------------------------------------------- Announcement ID: openSUSE-SU-2026:20464-1 Rating: important References: bsc1258637 Cross-References: CVE-2026-26996 CVSS scores: CVE-2026-26996 SUSE : 7.5...

8.7CVSS6.5AI score0.00519EPSS
SaveExploits1References1
CVE
CVE
added 2026/04/07 2:24 p.m.40 views

CVE-2026-35458

Gotenberg CVE-2026-35458 affects the Chromium module of Gotenberg (forms/chromium/screenshot/url) where user-supplied scope patterns are compiled with dlclark/regexp2 without a timeout, enabling ReDoS/backtracking that can hang workers and impact availability. Affected code paths and versions are...

9.8CVSS5.9AI score0.00497EPSS
SaveExploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/07 2:24 p.m.5 views

CVE-2026-35458 Gotenberg has a ReDoS via extraHttpHeaders scope feature

Gotenberg is an API for converting document formats. In 8.29.1 and earlier, Gotenberg uses dlclark/regexp2 to compile user-supplied scope patterns without setting a proper timeout. Users with access to features using this logic can hang workers indefinitely...

8.7CVSS5.9AI score0.00497EPSS
SaveExploits1References1
OSV
OSV
added 2026/04/07 12:17 p.m.14 views

SUSE-SU-2026:21141-1 Security update for cockpit-packages

This update for cockpit-packages fixes the following issue: Update cockpit-packages to version 4: - CVE-2026-26996: minimatch: ReDoS when glob pattern contains many consecutive wildcards followed by a literal character that doesn't appear in the test string bsc1258641. Changes for cockpit-package...

8.7CVSS5.8AI score0.00519EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/04/03 10:52 p.m.33 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.5CVSS0.00402EPSS
SaveExploits1References1
OSV
OSV
added 2026/03/26 10:16 p.m.12 views

AZL-81026 CVE-2026-33671 affecting package nodejs-nodemon 2.0.3-5

Picomatch is a glob matcher written JavaScript. Versions prior to 4.0.4, 3.0.2, and 2.3.2 are vulnerable to Regular Expression Denial of Service ReDoS when processing crafted extglob patterns. Certain patterns using extglob quantifiers such as + and , especially when combined with overlapping...

7.5CVSS6.3AI score0.00404EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/03/26 9:20 p.m.5 views

CVE-2026-33671 Picomatch has a ReDoS vulnerability via extglob quantifiers

Picomatch is a glob matcher written JavaScript. Versions prior to 4.0.4, 3.0.2, and 2.3.2 are vulnerable to Regular Expression Denial of Service ReDoS when processing crafted extglob patterns. Certain patterns using extglob quantifiers such as + and , especially when combined with overlapping...

7.5CVSS5.9AI score0.00404EPSS
SaveExploits0References2
CVE
CVE
added 2026/03/26 9:20 p.m.401 views

CVE-2026-33671

Picomatch (JavaScript glob matcher) is affected by CVE-2026-33671. Versions prior to 4.0.4, 3.0.2, and 2.3.2 are vulnerable to ReDoS via extglob patterns, where patterns like +() and *() can cause catastrophic backtracking in generated regular expressions, potentially blocking the Node.js event l...

7.5CVSS5.8AI score0.00404EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/03/26 9:20 p.m.10 views

CVE-2026-33671 Picomatch has a ReDoS vulnerability via extglob quantifiers

Picomatch is a glob matcher written JavaScript. Versions prior to 4.0.4, 3.0.2, and 2.3.2 are vulnerable to Regular Expression Denial of Service ReDoS when processing crafted extglob patterns. Certain patterns using extglob quantifiers such as + and , especially when combined with overlapping...

7.5CVSS5.9AI score
SaveExploits0References4
vulnersOsv
vulnersOsv
added 2026/03/26 8:34 p.m.8 views

07-calito-router (>=0.0.2, <=0.0.4), 07-dey-router (>=0.0.1, <=0.0.2) +1037 more potentially affected by CVE-2026-4923 via path-to-regexp (>=8.0.0, <=8.3.0)

path-to-regexp NPM version =8.0.0, =0.0.2, =0.0.1, =0.0.0, =0.0.1, =0.0.1, =0.0.0, =0.0.1, =0.0.2, =0.0.1-alpha.2, =0.0.1-alpha.1, =4.0.61, =4.0.61, =0.0.1, =0.3.1, =0.3.4 and more Source cves: CVE-2026-4923 Source advisory: SNYK:JS-PATHTOREGEXP-15789765...

5.9CVSS6.2AI score0.00353EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2026/03/26 7:17 p.m.13 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
OSV
OSV
added 2026/03/26 7:17 p.m.12 views

UBUNTU-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
SaveExploits0References4
vulnersOsv
vulnersOsv
added 2026/03/26 6:34 p.m.8 views

01-numacert (>=1.0.0, <=3.0.0), 05day (1.0.0) +15996 more potentially affected by CVE-2024-45296 +1 more via path-to-regexp (>=0.0.2, <=0.1.12)

path-to-regexp NPM version =0.0.2, =1.0.0, =1.0.1, =1.0.3, =0.2.0, =1.0.2, =1.0.0, =2.0.0, =0.2.0, =0.2.0, =0.2.3 and more Source cves: CVE-2024-45296, CVE-2026-4867 Source advisory: SNYK:JS-PATHTOREGEXP-15789761...

7.5CVSS6.3AI score0.00932EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/03/26 6:34 p.m.9 views

com.codbex.aion:codbex-aion-platform (>=0.5.6, <=0.5.7), com.codbex.aion:codbex-aion-platform-keycloack (>=0.5.6, <=0.5.7) +95 more potentially affected by CVE-2024-45296 +1 more via org.webjars.npm:path-to-regexp (>=0.1.7, <=8.4.2)

org.webjars.npm:path-to-regexp MAVEN version =0.1.7, =0.5.6, =0.5.6, =0.5.6, =0.4.0, =0.4.0, =0.5.3, =0.5.5 - com.codbex.kronos:codbex-kronos-coverage-aggregate 0.4.0 - com.codbex.kronos:codbex-kronos-modules-all 0.4.0 - com.codbex.kronos:codbex-kronos-modules-engines-all 0.4.0 -...

7.5CVSS6.2AI score0.00932EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/03/26 6:29 p.m.7 views

03-gs-ee-6 (0.3.5), @albgen/capacitor-escpos-plugin (>=0.0.4, <=1.0.1) +2903 more potentially affected by CVE-2026-33750 via brace-expansion (>=4.0.0, <=5.0.2)

brace-expansion NPM version =4.0.0, =0.0.4, =1.1.7, =1.1.8 - @angranit/fantom-virma 0.1.0 - @angranit/first-step-to-get-tea 0.1.0 - @angranit/hapeipons 1.1.2 - @angranit/nearly-vm 0.1.0 - @angranit/newme-project 0.1.0 - @angranit/npmjs-for-tea-project 0.1.0 - @angranit/phantompirs 0.1.0 -...

7.5CVSS5.8AI score0.0043EPSS
SaveExploits0
Rows per page
Query Builder