Lucene search
+L

9639 matches found

Nuclei
Nuclei
added 10 hours ago221 views

Adobe Experience Manager - Expression Language Injection

Adobe Experience Manager versions 6.5, 6.4, 6.3, 6.2, 6.1, and 6.0 has an expression language injection vulnerability. id: CVE-2019-16469 info: name: Adobe Experience Manager - Expression Language Injection author: DomenicoVeneziano severity: high description: | Adobe Experience Manager versions...

7.5CVSS7.2AI score0.17186EPSS
SaveExploits0References3
EUVD
EUVD
added yesterday7 views

EUVD-2026-53371

The render-template component of ember-dynamic-render-template addon/components/render-template.js passes its templateString property directly into Ember/Glimmer's compileTemplate from @ember/template-compilation with no sanitization, allow-listing, or validation of the input. Because...

6.1CVSS5.3AI score
SaveExploits0References2
CVE
CVE
added yesterday18 views

CVE-2026-71190

OpenStack Swift proxy server vulnerability CVE-2026-71190 affects Swift up to 2.38.0. The proxy Accept header parser uses a qdtext pattern (?:[^"]|\.)* that allows catastrophic backtracking (ReDoS). An unauthenticated remote attacker can craft an Accept header to trigger exponential CPU usage, wh...

8.7CVSS5.6AI score0.00461EPSS
SaveExploits0References4
EUVD
EUVD
added yesterday6 views

EUVD-2026-53048

In OpenStack Swift through 2.38.0, the proxy server Accept header parser contains a regular expression vulnerable to catastrophic backtracking ReDoS. The "qdtext" pattern ?:^"|\. allows an unauthenticated remote attacker to send a crafted Accept header that causes exponential CPU consumption in...

8.7CVSS5.6AI score0.00461EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2 days ago6 views

Open WebUI: Any authenticated user can stall a worker via a knowledge-search pattern that backtracks catastrophically

Summary The built-in knowledge search tools let a chat participant choose the pattern used to grep knowledge files. Patterns containing regex metacharacters were compiled with Python's backtracking re engine and run against every line of every reachable file, with no time limit anywhere on that...

6.5CVSS5.6AI score0.00305EPSS
SaveExploits0References5Affected Software1
OSSF Malicious Packages
OSSF Malicious Packages
added 2 days ago3 views

Malicious code in @onereach/expression-components (npm)

npm/@onereach/expression-components is affected by the large-scale, self-propagating npm supply-chain worm of 2026-08-04 the "Shai-Hulud: Here We Go Again" wave — the same campaign that began with the compromise of the keyv and cacheable maintainer account. The listed versions were trojanized and...

6.4AI score
SaveExploits0References8
OSV
OSV
added 2 days ago3 views

MAL-2026-11598 Malicious code in @onereach/expression-components (npm)

npm/@onereach/expression-components is affected by the large-scale, self-propagating npm supply-chain worm of 2026-08-04 the "Shai-Hulud: Here We Go Again" wave — the same campaign that began with the compromise of the keyv and cacheable maintainer account. The listed versions were trojanized and...

6.4AI score
SaveExploits0References8
NVD
NVD
added 2 days ago6 views

CVE-2026-67199

Perspective 5.0.0 contains a denial of service vulnerability that allows remote attackers to block the server event loop indefinitely by submitting a crafted expression containing unbounded for or while loop constructs in a TableMakeViewReq message. Attackers can embed an arbitrarily large...

7.1CVSS0.00297EPSS
SaveExploits0References2
OSV
OSV
added 2 days ago3 views

CVE-2026-67199 Perspective 5.0.0 DoS via Loop Expression Evaluation

Perspective 5.0.0 contains a denial of service vulnerability that allows remote attackers to block the server event loop indefinitely by submitting a crafted expression containing unbounded for or while loop constructs in a TableMakeViewReq message. Attackers can embed an arbitrarily large...

7.1CVSS5.6AI score
SaveExploits0References5
CVE
CVE
added 2 days ago13 views

CVE-2026-67195

CVE-2026-67195 describes a remote code execution in Perspective 5.0.0 via an eval() expression injection in the PolarsVirtualServer backend. The vulnerability occurs when client-supplied input is passed directly to Python’s eval() with almost no sandboxing (builtins cleared). Attackers can traver...

8.8CVSS6.7AI score0.01156EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2 days ago7 views

CVE-2025-29296

H3C Magic BE18000 V200R007, H3C NX400 V100R015, H3C Magic NX30 Pro V100R0011, H3C Magic R3010 V100R009, H3C Magic NX15 V100R017, H3C Magic R1510 V100R016, H3C NE36 Pro V100R002 and H3C MC102G HM1A0V200R010 contain multiple command injection vulnerabilities in the /api/esps request handler. The...

9.8CVSS6AI score0.0224EPSS
SaveExploits0References3
IBM Security Bulletins
IBM Security Bulletins
added 3 days ago4 views

Security Bulletin: IBM Maximo Application Suite - IoT Component uses multiple third party dependencies which is vulnerable to multiple CVEs.

Summary IBM Maximo Application Suite - IoT Component uses...

8.9CVSS6.7AI score0.01025EPSS
SaveExploits3Affected Software1
CVE
CVE
added 3 days ago18 views

CVE-2026-69087

The Grav form plugin (getgrav/grav-plugin-form) prior to v9.1.13 has an open redirect in the redirect action. Since v9.1.11, redirect targets can be evaluated from user-supplied form data (Twig expressions), and Grav::redirect() does not validate URL origins. If a form blueprint uses a redirect l...

7.1CVSS5.6AI score0.00213EPSS
SaveExploits0References2
NCSC
NCSC
added 3 days ago13 views

Flattening of vulnerability handling in SQLite through the SQLite Consortium

The SQLite Consortium has identified a vulnerability in SQLite version 3.41. This vulnerability relates to the expression evaluation logic of SQLite. An attacker can exploit this vulnerability remotely by submitting specially crafted malicious SQL statements. Exploitation may result in the...

6.1AI score0.00401EPSS
SaveExploits0References2
NVD
NVD
added 6 days ago10 views

CVE-2026-53500

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.2CVSS0.00287EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 6 days ago6 views

Thumbor has Regex Denial of Service (ReDoS) in `convolution` filter

Summary The regular expression used to parse the convolution filter exhibits exponential-time backtracking for certain inputs, enabling a Regular Expression Denial of Service ReDoS. Details The RegExp for convolution is defined as...

7.5CVSS5.5AI score0.00335EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 6 days ago4 views

GHSA-5VJC-7CXW-4W6J Thumbor has Regex Denial of Service (ReDoS) in `convolution` filter

Summary The regular expression used to parse the convolution filter exhibits exponential-time backtracking for certain inputs, enabling a Regular Expression Denial of Service ReDoS. Details The RegExp for convolution is defined as...

7.5CVSS5.5AI score0.00335EPSS
SaveExploits0References4
EUVD
EUVD
added 6 days ago10 views

EUVD-2026-51610

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.5CVSS5.5AI score0.00335EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 6 days ago9 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.5CVSS5.5AI score0.00335EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 6 days ago5 views

CVE-2026-53504 Thumbor has Regex Denial of Service (ReDoS) in `convolution` filter

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.5CVSS5.5AI score
SaveExploits0References5
Rows per page
Query Builder