Lucene search
+L

4603 matches found

Patchstack
Patchstack
added 2026/07/31 4:53 p.m.12 views

NPM: re2: Out-of-bounds heap read in `exec`/`test`/`match` via attacker-influenced `lastIndex` on a non-ASCII subject → uncatchable process crash (DoS)

NPM: re2: Out-of-bounds heap read in exec/test/match via attacker-influenced lastIndex on a non-ASCII subject → uncatchable process crash DoS vulnerability discovered by ? in WordPress Npm re2 versions = 1.25.1...

5.7CVSS5.5AI score0.00121EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/31 4:51 p.m.25 views

GHSA-FG7F-2386-8897 Natural Language Toolkit (NLTK): ReDoS in NLTK ReviewsCorpusReader FEATURES regex

Summary ReviewsCorpusReader extracts feature annotations of the form label followed by a bracketed signed digit e.g. a label then +2 from each review line, using the module-level FEATURES regex. The feature-label sub-pattern is unbounded — an optional greedy run of word-plus-whitespace groups...

7.5CVSS5.5AI score
SaveExploits0References2
Snyk
Snyk
added 2026/07/31 4:51 p.m.10 views

Regular Expression Denial of Service (ReDoS)

Overview nltk is a Natural Language Toolkit NLTK is a Python package for natural language processing. Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS via the FEATURES regex in nltk/corpus/reader/reviews.py. An attacker can hang...

8.7CVSS5.5AI score
SaveExploits0References2
NVD
NVD
added 2026/07/30 8:18 p.m.15 views

CVE-2026-65834

Capsule is a multi-tenancy and policy-based framework for Kubernetes. Prior to 0.13.8, CapsuleConfiguration.Spec.NodeMetadata.ForbiddenLabels.Regex and CapsuleConfiguration.Spec.NodeMetadata.ForbiddenAnnotations.Regex were not validated by the configuration admission webhook, allowing a Cluster...

6.8CVSS0.00266EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/30 8:07 p.m.18 views

CVE-2026-68499

re2 provides Node.js bindings for Google's RE2 regular expression engine. Prior to 1.25.2, re2's String.prototype.match implementation with a global RE2 pattern that can match the empty string fails to advance its native matching cursor in lib/match.cc, causing an infinite loop and unbounded nati...

6.2CVSS5.5AI score0.00129EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/30 8:07 p.m.8 views

CVE-2026-68499

re2 provides Node.js bindings for Google's RE2 regular expression engine. Prior to 1.25.2, re2's String.prototype.match implementation with a global RE2 pattern that can match the empty string fails to advance its native matching cursor in lib/match.cc, causing an infinite loop and unbounded nati...

6.2CVSS5.9AI score0.00129EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/30 7:48 p.m.10 views

CVE-2026-65834

Capsule is a multi-tenancy and policy-based framework for Kubernetes. Prior to 0.13.8, CapsuleConfiguration.Spec.NodeMetadata.ForbiddenLabels.Regex and CapsuleConfiguration.Spec.NodeMetadata.ForbiddenAnnotations.Regex were not validated by the configuration admission webhook, allowing a Cluster...

6.8CVSS5.9AI score0.00266EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/30 7:48 p.m.9 views

CVE-2026-65834 Capsule: CapsuleConfiguration NodeMetadata regex fields lack webhook validation, allowing MustCompile panic on all Node admission requests

Capsule is a multi-tenancy and policy-based framework for Kubernetes. Prior to 0.13.8, CapsuleConfiguration.Spec.NodeMetadata.ForbiddenLabels.Regex and CapsuleConfiguration.Spec.NodeMetadata.ForbiddenAnnotations.Regex were not validated by the configuration admission webhook, allowing a Cluster...

6.8CVSS5.5AI score
SaveExploits0References4
CVE
CVE
added 2026/07/30 7:48 p.m.51 views

CVE-2026-65834

Capsule (Kubernetes multi-tenant framework) contains a vulnerability in CapsuleConfiguration.Spec.NodeMetadata.ForbiddenLabels.Regex and CapsuleConfiguration.Spec.NodeMetadata.ForbiddenAnnotations.Regex. Before version 0.13.8, the configuration admission webhook did not validate these regex field...

6.8CVSS5.9AI score0.00266EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/30 4:52 p.m.8 views

SUSE CVE-2026-42596

Gotenberg is a Docker-powered stateless API for PDF files. Prior to 8.31.0, the default deny-lists used by Gotenberg's downloadFrom feature and webhook feature are bypassable. Because the filter is regex-based and case-sensitive, an unauthenticated attacker can supply URLs such as...

9.4CVSS7.7AI score0.00352EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
added 2026/07/30 4:45 p.m.9 views

SUSE CVE-2026-46378

Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the selector lexer matchRegexPattern closure in Tokenizer.parseCurRune in selector/lexer/tokenize.go loops while tokenizing an unterminated regex literal such as r/ because...

6.2CVSS7.7AI score0.00112EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/30 4:09 p.m.7 views

CVE-2026-23985

A Regular Expression Denial of Service ReDoS vulnerability exists in Apache Superset versions 1.5.0 through 5.0.0. The vulnerability is located in the sqlparse.py component, specifically within the SQLREGEX used for parsing SQL statements in the sqlparse library integration. The affected regular...

5.3CVSS5.9AI score0.00413EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/30 2:31 p.m.13 views

OliveTin OS Command Injection via Custom regex: Argument Type Bypassing Shell Safety Check

Summary OliveTin's checkShellArgumentSafety function maintains a blocklist of argument types unsafe for Shell mode actions, but does not include regex:-prefixed types. Because regex: support was added independently via typeSafetyCheckRegex, any Shell mode action using a regex:-typed argument...

6.6CVSS6.7AI score0.00995EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/30 2:31 p.m.11 views

GHSA-XC5W-4V5W-7X65 OliveTin OS Command Injection via Custom regex: Argument Type Bypassing Shell Safety Check

Summary OliveTin's checkShellArgumentSafety function maintains a blocklist of argument types unsafe for Shell mode actions, but does not include regex:-prefixed types. Because regex: support was added independently via typeSafetyCheckRegex, any Shell mode action using a regex:-typed argument...

6.6CVSS6.7AI score0.00995EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/30 1:42 p.m.12 views

CVE-2026-60074

Date::Manip versions through 6.99 for Perl return corrupted dates via non-ASCII decimal digits that pass the numeric range tests in check. The parse regexes capture year, month and day with the \d shorthand, which on a character string matches the whole Unicode decimal digit property \pNd and not...

5.9AI score0.00387EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/30 1:42 p.m.44 views

CVE-2026-60074 Date::Manip versions through 6.99 for Perl return corrupted dates via non-ASCII decimal digits that pass the numeric range tests in check

Date::Manip versions through 6.99 for Perl return corrupted dates via non-ASCII decimal digits that pass the numeric range tests in check. The parse regexes capture year, month and day with the \d shorthand, which on a character string matches the whole Unicode decimal digit property \pNd and not...

0.00387EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/30 12:00 a.m.13 views

PT-2026-66596

Name of the Vulnerable Software and Affected Versions Capsule versions prior to 0.13.8 Description The configuration admission webhook fails to validate the CapsuleConfiguration.Spec.NodeMetadata.ForbiddenLabels.Regex and CapsuleConfiguration.Spec.NodeMetadata.ForbiddenAnnotations.Regex variables...

6.8CVSS5.5AI score0.00266EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/29 8:53 p.m.61 views

CVE-2026-67438 OliveTin OS Command Injection via Custom regex: Argument Type Bypassing Shell Safety Check

OliveTin gives access to predefined shell commands from a web interface. From 3000.2.0 until 3000.17.0, the service/internal/executor/arguments.go checkShellArgumentSafety function does not treat regex: custom argument types as unsafe for Shell mode actions, allowing values that pass...

6.6CVSS0.00995EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/29 8:53 p.m.50 views

CVE-2026-67438

OliveTin versions 3000.2.0 through 3000.17.0 expose a vulnerability where the checkShellArgumentSafety function does not treat regex: custom argument types as unsafe for Shell mode actions. This allows values that pass typeSafetyCheckRegex to be interpolated by wrapCommandInShell into an sh -c co...

6.6CVSS5.9AI score0.00995EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/29 8:53 p.m.7 views

CVE-2026-67438 OliveTin OS Command Injection via Custom regex: Argument Type Bypassing Shell Safety Check

OliveTin gives access to predefined shell commands from a web interface. From 3000.2.0 until 3000.17.0, the service/internal/executor/arguments.go checkShellArgumentSafety function does not treat regex: custom argument types as unsafe for Shell mode actions, allowing values that pass...

6.6CVSS5.9AI score
SaveExploits0References5
Rows per page
Query Builder