Lucene search
K

33 matches found

Github Security Blog
Github Security Blog
added 2026/04/02 8:30 p.m.8 views

Rack's greedy multipart boundary parsing can cause parser differentials and WAF bypass.

Summary Rack::Multipart::Parser extracts the boundary parameter from multipart/form-data using a greedy regular expression. When a Content-Type header contains multiple boundary parameters, Rack selects the last one rather than the first. In deployments where an upstream proxy, WAF, or intermedia...

5.3CVSS5.9AI score0.00015EPSS
Exploits0References4Affected Software1
CNNVD
CNNVD
added 2026/04/02 12:0 a.m.4 views

Rack 安全漏洞

Rack is a modular Ruby web server interface developed by the Rack open-source project. Versions of Rack prior to 2.2.23, 3.1.21, and 3.2.6 contained security vulnerabilities. These vulnerabilities stemmed from the use of greedy regular expressions by the multipart parser to extract boundary...

5.3CVSS5.8AI score0.00015EPSS
Exploits0References1
GithubExploit
GithubExploit
added 2026/02/21 4:53 p.m.124 views

regexss

regexss Overly-greedy regex r...

5.5AI score
Exploits0
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2024-1540

Malicious code in bioql PyPI...

5.3CVSS7AI score0.00171EPSS
Exploits1References13
Positive Technologies
Positive Technologies
added 2025/09/24 12:0 a.m.4 views

PT-2025-39244

Name of the Vulnerable Software and Affected Versions Schema & Structured Data for WP & AMP versions prior to 1.50 Description The software does not properly handle HTML tag attribute modifications, which allows for unauthenticated attackers to conduct Stored Cross-Site Scripting XSS attacks via...

6.1CVSS5AI score0.0011EPSS
Exploits0References7
The Hacker News
The Hacker News
added 2025/07/22 1:0 p.m.6 views

Credential Theft and Remote Access Surge as AllaKore, PureRAT, and Hijack Loader Proliferate

Mexican organizations are still being targeted by threat actors to deliver a modified version of AllaKore RAT and SystemBC as part of a long-running campaign. The activity has been attributed by Arctic Wolf Labs to a financially motivated hacking group called Greedy Sponge. It's believed to be...

6.9AI score
Exploits0
OSV
OSV
added 2025/05/28 5:50 p.m.3 views

GHSA-J828-28RJ-HFHP vLLM vulnerable to Regular Expression Denial of Service

Summary A recent review identified several regular expressions in the vllm codebase that are susceptible to Regular Expression Denial of Service ReDoS attacks. These patterns, if fed with crafted or malicious input, may cause severe performance degradation due to catastrophic backtracking. 1...

4.3CVSS7.1AI score
Exploits0References4
Packet Storm News
Packet Storm News
added 2025/05/26 12:0 a.m.3 views

Semantic-Preserving Adversarial Attacks on LLMs: an Adaptive Greedy Binary Search Approach

Large Language Models LLMs increasingly rely on automatic prompt engineering in graphical user interfaces GUIs to refine user inputs and enhance response accuracy. However, the diversity of user requirements often leads to unintended misinterpretations, where automated optimizations distort...

7AI score
Exploits0
Packet Storm News
Packet Storm News
added 2025/04/22 12:0 a.m.3 views

On the Consistency of GNN Explanations for Malware Detection

Control Flow Graphs CFGs are critical for analyzing program execution and characterizing malware behavior. With the growing adoption of Graph Neural Networks GNNs, CFG-based representations have proven highly effective for malware detection. This study proposes a novel framework that dynamically...

7.1AI score
Exploits0
SUSE CVE
SUSE CVE
added 2024/05/16 2:23 a.m.3 views

SUSE CVE-2024-4067

The NPM package micromatch prior to 4.0.8 is vulnerable to Regular Expression Denial of Service ReDoS. The vulnerability occurs in micromatch.braces in index.js because the pattern . will greedily match anything. By passing a malicious payload, the pattern matching will keep backtracking to the...

7.5CVSS7AI score0.00171EPSS
Exploits1References5
RedhatCVE
RedhatCVE
added 2024/05/15 12:25 p.m.55 views

CVE-2024-4067

A flaw was found in the NPM package micromatch where it is vulnerable to a regular expression denial of service ReDoS. The issue occurs in micromatch.braces in index.js because the pattern . will readily match anything. By passing a malicious payload, the pattern matching will keep backtracking t...

7.5CVSS5.1AI score0.00171EPSS
Exploits1References7
NVD
NVD
added 2024/05/14 3:42 p.m.30 views

CVE-2024-4067

The NPM package micromatch prior to 4.0.8 is vulnerable to Regular Expression Denial of Service ReDoS. The vulnerability occurs in micromatch.braces in index.js because the pattern . will greedily match anything. By passing a malicious payload, the pattern matching will keep backtracking to the...

5.3CVSS5.6AI score0.00171EPSS
Exploits1References8
OSV
OSV
added 2024/05/14 3:42 p.m.2 views

AZL-44454 CVE-2024-4067 affecting package js-jquery 3.5.0-4

The NPM package micromatch prior to 4.0.8 is vulnerable to Regular Expression Denial of Service ReDoS. The vulnerability occurs in micromatch.braces in index.js because the pattern . will greedily match anything. By passing a malicious payload, the pattern matching will keep backtracking to the...

5.3CVSS6.6AI score0.00171EPSS
Exploits1References1
OSV
OSV
added 2024/05/14 3:42 p.m.41 views

CVE-2024-4067

The NPM package micromatch prior to 4.0.8 is vulnerable to Regular Expression Denial of Service ReDoS. The vulnerability occurs in micromatch.braces in index.js because the pattern . will greedily match anything. By passing a malicious payload, the pattern matching will keep backtracking to the...

5.3CVSS6AI score0.00171EPSS
Exploits1References8
OSV
OSV
added 2024/05/14 3:42 p.m.0 views

UBUNTU-CVE-2024-4067

The NPM package micromatch prior to 4.0.8 is vulnerable to Regular Expression Denial of Service ReDoS. The vulnerability occurs in micromatch.braces in index.js because the pattern . will greedily match anything. By passing a malicious payload, the pattern matching will keep backtracking to the...

5.3CVSS6.7AI score0.00171EPSS
Exploits1References6
CVE
CVE
added 2024/05/13 10:4 a.m.367 views

CVE-2024-4067

CVE-2024-4067 affects the NPM package micromatch prior to 4.0.8. The vulnerability is in micromatch.braces() in index.js, where the pattern .* can cause extreme backtracking (ReDoS) as input grows, leading to hangs or slowdowns. A fix was merged and the issue is noted as mitigated by upgrading to...

5.3CVSS5.3AI score0.00171EPSS
Exploits1References8Affected Software1
Debian CVE
Debian CVE
added 2024/05/13 10:4 a.m.46 views

CVE-2024-4067

The NPM package micromatch prior to 4.0.8 is vulnerable to Regular Expression Denial of Service ReDoS. The vulnerability occurs in micromatch.braces in index.js because the pattern . will greedily match anything. By passing a malicious payload, the pattern matching will keep backtracking to the...

5.3CVSS6.9AI score0.00171EPSS
Exploits1
Cvelist
Cvelist
added 2024/05/13 10:4 a.m.66 views

CVE-2024-4067 Regular Expression Denial of Service in micromatch

The NPM package micromatch prior to 4.0.8 is vulnerable to Regular Expression Denial of Service ReDoS. The vulnerability occurs in micromatch.braces in index.js because the pattern . will greedily match anything. By passing a malicious payload, the pattern matching will keep backtracking to the...

5.3CVSS5.4AI score0.00171EPSS
Exploits1References5
ATTACKERKB
ATTACKERKB
added 2023/11/22 10:15 p.m.2 views

CVE-2023-49146

DOMSanitizer aka dom-sanitizer before 1.0.7 allows XSS via an SVG document because of mishandling of comments and greedy regular expressions...

6.1CVSS5.8AI score0.00094EPSS
Exploits0References3
CNNVD
CNNVD
added 2023/11/22 12:0 a.m.2 views

DOMSanitizer Security Vulnerability

DOMSanitizer is a DOM Document Object Model security operation or filter by Andy Miller, a personal developer. A security vulnerability exists in versions of DOMSanitizer prior to 1.0.7 that stems from mishandling of annotations and greedy regular expressions, allowing cross-site scripting XSS...

6.1CVSS5.9AI score0.00094EPSS
Exploits0References3
Rows per page
Query Builder