Lucene search
+L

1170 matches found

OSV
OSV
added 2026/02/24 9:59 a.m.12 views

CLSA-2026-1771927168 python: Fix of 2 CVEs

CVE-2018-1060: fix catastrophic backtracking in APOP method, prevent denial of service, add input validation and enforce backtracking limits - CVE-2018-1061: fix catastrophic backtracking in the difflib.ISLINEJUNK method...

7.5CVSS7.3AI score0.05287EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/02/20 4:1 p.m.9 views

CVE-2026-26996

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.7CVSS5.6AI score0.00519EPSS
SaveExploits1References5
OSV
OSV
added 2026/02/20 3:16 a.m.3 views

DEBIAN-CVE-2026-26996

minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service ReDoS when a glob pattern contains many consecutive wildcards followed by a literal character that doesn't appea...

7.5CVSS7.3AI score0.00519EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2026/02/20 3:5 a.m.4 views

CVE-2026-26996

minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service ReDoS when a glob pattern contains many consecutive wildcards followed by a literal character that doesn't appea...

8.7CVSS5.4AI score0.00519EPSS
SaveExploits1References3Affected Software1
Snyk
Snyk
added 2026/02/18 10:38 p.m.2 views

Regular Expression Denial of Service (ReDoS)

Overview org.webjars.npm:minimatch is a minimal matching utility. Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS in the AST class, caused by catastrophic backtracking when an input string contains many characters in a row, followed by an unmatched...

8.7CVSS5.8AI score0.00519EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/02/18 10:38 p.m.188 views

minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern

Summary minimatch is vulnerable to Regular Expression Denial of Service ReDoS when a glob pattern contains many consecutive wildcards followed by a literal character that doesn't appear in the test string. Each compiles to a separate ^/? regex group, and when the match fails, V8's regex engine...

8.7CVSS5.3AI score0.00519EPSS
SaveExploits1References4Affected Software1
Snyk
Snyk
added 2026/02/18 10:38 p.m.15 views

Regular Expression Denial of Service (ReDoS)

Overview minimatch is a minimal matching utility. Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS in the AST class, caused by catastrophic backtracking when an input string contains many characters in a row, followed by an unmatched character. Detail...

8.7CVSS5.5AI score0.00519EPSS
SaveExploits1References2
OSV
OSV
added 2026/02/18 10:38 p.m.7 views

GHSA-3PPC-4F35-3M26 minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern

Summary minimatch is vulnerable to Regular Expression Denial of Service ReDoS when a glob pattern contains many consecutive wildcards followed by a literal character that doesn't appear in the test string. Each compiles to a separate ^/? regex group, and when the match fails, V8's regex engine...

8.7CVSS5.9AI score0.00519EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2026/02/16 10:49 a.m.7 views

mistune: catastrophic backtracking

A regular expression denial of service ReDoS flaw was found in the asteris emphasis regular expression implementation in Mistune. By sending specially-crafted regex input, a remote attacker could invoke a catastrophic backtrack, resulting in a denial of service...

7.5CVSS7.4AI score0.01448EPSS
SaveExploits0References5
OSV
OSV
added 2026/02/13 12:0 a.m.6 views

UBUNTU-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.8AI score0.00223EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/02/12 6:30 a.m.11 views

markdown-it is has a Regular Expression Denial of Service (ReDoS)

Versions of the package markdown-it from 13.0.0 and before 14.1.1 are vulnerable to Regular Expression Denial of Service ReDoS due to the use of the regex /+$/ in the linkify function. An attacker can supply a long sequence of characters followed by a non-matching character, which triggers...

7.5CVSS5.5AI score0.0065EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/02/12 6:16 a.m.5 views

UBUNTU-CVE-2026-2327

Versions of the package markdown-it from 13.0.0 and before 14.1.1 are vulnerable to Regular Expression Denial of Service ReDoS due to the use of the regex /+$/ in the linkify function. An attacker can supply a long sequence of characters followed by a non-matching character, which triggers...

7.5CVSS5.8AI score0.0065EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/02/12 5:0 a.m.8 views

CVE-2026-2327

Versions of the package markdown-it from 13.0.0 and before 14.1.1 are vulnerable to Regular Expression Denial of Service ReDoS due to the use of the regex /+$/ in the linkify function. An attacker can supply a long sequence of characters followed by a non-matching character, which triggers...

6.9CVSS5.5AI score0.0065EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/02/12 1:4 a.m.10 views

CVE-2026-26006

AutoGPT is a platform that allows users to create, deploy, and manage continuous artificial intelligence agents that automate complex workflows. The autogpt before 0.6.32 is vulnerable to Regular Expression Denial of Service due to the use of regex at Code Extraction Block. The two Regex are used...

6.5CVSS5.6AI score0.00473EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2026/02/11 12:0 a.m.9 views

CVE-2025-69873

ajv Another JSON Schema Validator before 8.18.0 is vulnerable to Regular Expression Denial of Service ReDoS when the $data option is enabled. The pattern keyword accepts runtime data via JSON Pointer syntax $data reference, which is passed directly to the JavaScript RegExp constructor without...

7.5CVSS6.1AI score0.00492EPSS
SaveExploits1References7Affected Software1
NVD
NVD
added 2026/02/10 10:16 p.m.10 views

CVE-2026-26006

AutoGPT is a platform that allows users to create, deploy, and manage continuous artificial intelligence agents that automate complex workflows. The autogpt before 0.6.32 is vulnerable to Regular Expression Denial of Service due to the use of regex at Code Extraction Block. The two Regex are used...

6.5CVSS0.00473EPSS
SaveExploits1References5
ATTACKERKB
ATTACKERKB
added 2026/02/10 9:21 p.m.5 views

CVE-2026-26006

AutoGPT is a platform that allows users to create, deploy, and manage continuous artificial intelligence agents that automate complex workflows. The autogpt before 0.6.32 is vulnerable to Regular Expression Denial of Service due to the use of regex at Code Extraction Block. The two Regex are used...

6.5CVSS5.6AI score0.00473EPSS
SaveExploits1References6Affected Software1
CVE
CVE
added 2026/02/10 9:21 p.m.21 views

CVE-2026-26006

AutoGPT (significant-gravitas/autogpt) before version 0.6.32 is vulnerable in the Code Extraction Block due to two adjacent quantifiers in regex patterns that can cause catastrophic backtracking with long sequences of spaces, leading to DoS. The fix is to upgrade to 0.6.32. If upgrading is not po...

6.5CVSS5.6AI score0.00473EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/02/10 9:21 p.m.9 views

CVE-2026-26006 Redos (Regular Expression Denial of Service) at Code Extraction Block in significant-gravitas/autogpt

AutoGPT is a platform that allows users to create, deploy, and manage continuous artificial intelligence agents that automate complex workflows. The autogpt before 0.6.32 is vulnerable to Regular Expression Denial of Service due to the use of regex at Code Extraction Block. The two Regex are used...

6.5CVSS5.6AI score
SaveExploits0References7
Snyk
Snyk
added 2026/02/10 6:47 p.m.7 views

Allocation of Resources Without Limits or Throttling

Overview Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the matchpattern function due to inefficient processing of the complex regular expressions. An attacker can cause resource exhaustion by supplying specially crafted input that...

5.5CVSS6.4AI score0.00223EPSS
SaveExploits0References2
Rows per page
Query Builder