Lucene search
+L

4516 matches found

Amazon
Amazon
added 2026/08/04 12:0 a.m.7 views

Important: nginx

Issue Overview: A vulnerability exists in NGINX Plus and NGINX Open Source when a map directive uses regex matching and a string expression references the map's regex capture variables before referencing the map output variable. Alternatively, the same result could be achieved by using a...

9.2CVSS7.8AI score0.03506EPSS
SaveExploits5
Amazon
Amazon
added 2026/08/04 12:0 a.m.9 views

Important: nginx

Issue Overview: A vulnerability exists in NGINX Plus and NGINX Open Source when a map directive uses regex matching and a string expression references the map's regex capture variables before referencing the map output variable. Alternatively, the same result could be achieved by using a...

9.2CVSS7.8AI score0.03506EPSS
SaveExploits5
Github Security Blog
Github Security Blog
added 2026/08/03 8:23 p.m.11 views

Hono: ReDoS in CORS middleware via Access-Control-Request-Headers

Summary The built-in CORS middleware hono/cors parses the attacker-controlled Access-Control-Request-Headers request header during a preflight OPTIONS request using a regular expression whose running time is quadratic in the input length. A single request carrying a long run of whitespace can...

5.3CVSS5.8AI score0.00653EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/03 11:45 a.m.4 views

SUSE-SU-2026:3454-1 Security update for perl-HTTP-Date

This update for perl-HTTP-Date fixes the following issue - CVE-2026-14741: CPU exhaustion due to polynomial regex backtracking in parsedate when processing specially crafted date strings bsc1271705...

7.5CVSS5.5AI score0.00353EPSS
SaveExploits0References3
Veracode
Veracode
added 2026/08/01 1:41 p.m.10 views

Denial Of Service (DoS)

Capsule is vulnerable to Denial of Service DoS. The vulnerability is due to insufficient validation of the ForbiddenLabels.Regex and ForbiddenAnnotations.Regex fields in the configuration admission webhook, which allows an attacker with Cluster Administrator privileges to store a malformed regula...

6.8CVSS5.2AI score0.00266EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2026/07/31 7:17 p.m.17 views

CVE-2026-53504

Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, the convolution filter regular expression performs exponential backtracking on crafted repeated numeric input, allowing a URL request to exhaust processing time. This issue is fixed in 7.8.0...

7.5CVSS0.00335EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/31 6:57 p.m.50 views

CVE-2026-53504

Thumbor contains a Regex Denial of Service (ReDoS) vulnerability in the convolution filter that triggers exponential backtracking on crafted repeated numeric input. This affects versions prior to 7.8.0 and can cause a URL request to exhaust processing time. The issue is fixed in 7.8.0. Per the co...

7.5CVSS5.5AI score0.00335EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/31 6:36 p.m.9 views

GHSA-6X26-6R6F-M537 Thumbor treats ALLOWED_SOURCES string patterns as unescaped regex, allowing hostname bypass via wildcard dot

Summary The ALLOWEDSOURCES configuration is meant to restrict which hosts Thumbor's HTTP loader may fetch images from. Plain-string entries in that list the overwhelming majority of real-world and documented configurations are passed directly to re.match without escaping. Because . is a regex...

8.2CVSS5.6AI score0.00287EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/31 6:36 p.m.10 views

Thumbor treats ALLOWED_SOURCES string patterns as unescaped regex, allowing hostname bypass via wildcard dot

Summary The ALLOWEDSOURCES configuration is meant to restrict which hosts Thumbor's HTTP loader may fetch images from. Plain-string entries in that list the overwhelming majority of real-world and documented configurations are passed directly to re.match without escaping. Because . is a regex...

8.2CVSS5.6AI score0.00287EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/07/31 6:35 p.m.13 views

EUVD-2026-51597

Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, the ALLOWEDSOURCES configuration passes plain strings to re.match without escaping dots, so a hostname differing at dot positions can match the allowlist. This issue is fixed in 7.8.0...

8.2CVSS5.5AI score0.00287EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/31 6:35 p.m.74 views

CVE-2026-53500

Thumbor (open-source image service by globo.com) is affected prior to version 7.8.0 where ALLOWED_SOURCES is applied by re.match() to unescaped strings, enabling a hostname with dot-position differences to bypass the allowlist. Root cause: unescaped patterns treated as normal strings in a regex m...

8.2CVSS5.5AI score0.00287EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/31 6:35 p.m.10 views

CVE-2026-53500 Thumbor treats ALLOWED_SOURCES string patterns as unescaped regex, allowing hostname bypass via wildcard dot

Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, the ALLOWEDSOURCES configuration passes plain strings to re.match without escaping dots, so a hostname differing at dot positions can match the allowlist. This issue is fixed in 7.8.0...

8.2CVSS5.5AI score
SaveExploits0References5
OSV
OSV
added 2026/07/31 4:53 p.m.8 views

GHSA-68CJ-MVG9-RGM2 Capsule: CapsuleConfiguration NodeMetadata regex fields lack webhook validation, allowing MustCompile panic on all Node admission requests

Summary CapsuleConfiguration.Spec.NodeMetadata.ForbiddenLabels.Regex and ForbiddenAnnotations.Regex are never validated by any admission webhook. A Cluster Admin can persist a malformed regex to etcd without being blocked. Once stored, every Node CREATE, UPDATE, or PATCH request triggers...

6.8CVSS5.5AI score0.00266EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/31 4:53 p.m.11 views

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

Summary CapsuleConfiguration.Spec.NodeMetadata.ForbiddenLabels.Regex and ForbiddenAnnotations.Regex are never validated by any admission webhook. A Cluster Admin can persist a malformed regex to etcd without being blocked. Once stored, every Node CREATE, UPDATE, or PATCH request triggers...

6.8CVSS5.5AI score0.00266EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/07/31 4:53 p.m.13 views

EUVD-2026-51295

Capsule: CapsuleConfiguration NodeMetadata regex fields lack webhook validation, allowing MustCompile panic on all Node admission requests...

6.8CVSS5.5AI score0.00266EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/31 4:53 p.m.9 views

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

Summary re2 validates the user-settable lastIndex against the subject's UTF-8 byte length but then uses it as a UTF-16 code-unit count to walk the subject buffer, with no bounds check. For any non-ASCII subject, the byte length is larger than the true character count, so a lastIndex between those...

5.7CVSS5.7AI score0.00121EPSS
SaveExploits0References5Affected Software1
Patchstack
Patchstack
added 2026/07/31 4:53 p.m.11 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.18 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.11 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
Rows per page
Query Builder