Lucene search
+L

1669 matches found

OSV
OSV
added 2026/07/20 5:48 p.m.10 views

GHSA-PMV8-RQ9R-6J72 Axios: Deep formToJSON Key Recursion Can Cause Denial of Service

Summary Axios versions starting with 0.28.0 contain uncontrolled recursion in formDataToJSON, which is exposed as axios.formToJSON and used internally when axios serialises FormData with Content-Type: application/json. If an application passes attacker-controlled FormData field names to this...

6.3CVSS5.6AI score0.00338EPSS
SaveExploits0References8
Snyk
Snyk
added 2026/07/20 5:48 p.m.13 views

Allocation of Resources Without Limits or Throttling

Overview org.webjars.npm:axios is a promise-based HTTP client for the browser and Node.js. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the buildPath function of lib/helpers/formDataToJSON.js, which recurses over bracket-delimited...

7.5CVSS5.5AI score0.00338EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/07/20 11:56 a.m.8 views

form-data: form-data: Form field override via CRLF injection

A flaw was found in form-data, a library for creating readable multipart/form-data streams. A remote attacker can exploit this vulnerability by injecting carriage return CR, line feed LF, or double-quote " characters into the field argument of FormDataappend or the filename option. This allows th...

8.7CVSS5.3AI score0.00535EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2026/07/20 11:56 a.m.24 views

Important: Red Hat Security Advisory: Red Hat Data Grid 8.6.2 security update

An update for Red Hat Data Grid 8 is now available. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE links in the...

10CVSS8.1AI score0.01097EPSS
SaveExploits13References39
GithubExploit
GithubExploit
added 2026/07/19 3:3 a.m.63 views

react2shell-poc

react2shell-poc Proof-of-concept exploit for CVE-2025-55182...

10CVSS8.4AI score0.99616EPSS
SaveExploits384
ATTACKERKB
ATTACKERKB
added 2026/07/17 2:31 a.m.12 views

CVE-2026-15159

The Ninja Forms - Excel Export plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 3.3.6 via the 'spreadsheetexportformid' parameter due to missing validation on a user controlled key. This makes it possible for authenticated attackers, wit...

4.3CVSS6AI score0.00178EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/15 8:51 a.m.17 views

BIT-MODSECURITY2-2026-52747 ModSecurity: Multipart form-data parser silently strips embedded line breaks from form-field values, enabling request-body inspection bypass

ModSecurity is an open source, cross platform web application firewall WAF engine for Apache, IIS and Nginx. Prior to 3.0.16, the multipart/form-data request body parser in libmodsecurity silently removes embedded line breaks from non-file form-field values before exporting them to ARGS and...

8.6CVSS6AI score0.00519EPSS
SaveExploits1References4
OSV
OSV
added 2026/07/15 8:51 a.m.9 views

BIT-MODSECURITY-2026-52747 ModSecurity: Multipart form-data parser silently strips embedded line breaks from form-field values, enabling request-body inspection bypass

ModSecurity is an open source, cross platform web application firewall WAF engine for Apache, IIS and Nginx. Prior to 3.0.16, the multipart/form-data request body parser in libmodsecurity silently removes embedded line breaks from non-file form-field values before exporting them to ARGS and...

8.6CVSS6AI score0.00519EPSS
SaveExploits1References4
OSV
OSV
added 2026/07/14 8:47 p.m.12 views

MAL-2026-10619 Malicious code in @vite-js/vui (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 89dd59b0cc2b2931e47b1822fa705eba41767d28ae89bce2e277254377dd9a0a Package publishes under @vite-js/vui while impersonating the official vite package: package.json sets author "Evan You", description "Native-ESM...

5.8AI score
SaveExploits0References2
OSV
OSV
added 2026/07/13 3:46 p.m.7 views

PYSEC-2026-3036 python-multipart: Quadratic-time querystring parsing with semicolon separators causes CPU denial of service

Summary When parsing application/x-www-form-urlencoded bodies, QuerystringParser located the field separator with a two step lookup: it first scanned the entire remaining buffer for &, and only when no & existed anywhere ahead did it fall back to scanning for ;. For a body that uses ; as the...

7.5CVSS6.2AI score0.0038EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/13 3:46 p.m.9 views

PYSEC-2026-3041 python-multipart: Content-Disposition parameter smuggling via RFC 2231/5987 extended parameters

Summary parseoptionsheader parsed Content-Disposition and Content-Type headers with email.message.Message, which transparently applies RFC 2231/5987 decoding. The extended parameter syntax filename=charset'lang'value, name=..., and the filename0/filename1 continuation form is decoded and surfaced...

3.7CVSS6.1AI score0.00177EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/13 3:15 p.m.12 views

PYSEC-2026-3039 python-multipart has Denial of Service via unbounded multipart part headers

Summary python-multipart has a denial of service vulnerability in multipart part header parsing. When parsing multipart/form-data, MultipartParser previously had no limit on the number of part headers or the size of an individual part header. An attacker could send a request with either many...

7.5CVSS6.4AI score0.0074EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/13 2:36 p.m.8 views

PYSEC-2026-3417 Werkzeug possible resource exhaustion when parsing file data in forms

Applications using Werkzeug to parse multipart/form-data requests are vulnerable to resource exhaustion. A specially crafted form body can bypass the Request.maxformmemorysize setting. The Request.maxcontentlength setting, as well as resource limits provided by deployment software and platforms,...

7.5CVSS6.7AI score0.01095EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2026/07/13 11:56 a.m.10 views

CVE-2026-53538

A flaw was found in Python-Multipart, a tool used for processing web form data. A remote attacker could exploit a vulnerability where the software incorrectly interprets certain characters as separators in web form data. This difference in interpretation compared to standard web practices allows ...

4.8CVSS6.1AI score0.00176EPSS
SaveExploits0References4
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/13 8:36 a.m.10 views

Security Bulletin: IBM Transformation Advisor is affected by multiple vulnerabilities found in JavaScript

Summary There are multiple vulnerabilities in JavaScript used by IBM Transformation Advisor. Vulnerability Details CVEID:CVE-2026-12143 DESCRIPTION: form-data is a library for creating readable multipart/form-data streams. In versions through 4.0.5, the field argument to FormDataappend and the...

8.7CVSS6.2AI score0.00535EPSS
SaveExploits0Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/13 8:36 a.m.12 views

Security Bulletin: IBM Application Modernization Accelerator is affected by multiple vulnerabilities found in JavaScript

Summary There are multiple vulnerabilities in JavaScript used by IBM Application Modernization Accelerator. Vulnerability Details CVEID:CVE-2026-12143 DESCRIPTION: form-data is a library for creating readable multipart/form-data streams. In versions through 4.0.5, the field argument to...

8.7CVSS6.2AI score0.00535EPSS
SaveExploits0Affected Software1
RedhatCVE
RedhatCVE
added 2026/07/11 7:49 a.m.19 views

CVE-2026-52747

A flaw was found in ModSecurity, an open-source web application firewall WAF. The multipart/form-data request body parser in libmodsecurity incorrectly handles embedded line breaks in non-file form-field values. This discrepancy between ModSecurity and backend applications, which preserve line...

8.6CVSS6.1AI score0.00519EPSS
SaveExploits1References6
NVD
NVD
added 2026/07/10 10:16 p.m.13 views

CVE-2026-52747

ModSecurity is an open source, cross platform web application firewall WAF engine for Apache, IIS and Nginx. Prior to 3.0.16, the multipart/form-data request body parser in libmodsecurity silently removes embedded line breaks from non-file form-field values before exporting them to ARGS and...

8.6CVSS0.00519EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/10 10:16 p.m.7 views

DEBIAN-CVE-2026-52747

ModSecurity is an open source, cross platform web application firewall WAF engine for Apache, IIS and Nginx. Prior to 3.0.16, the multipart/form-data request body parser in libmodsecurity silently removes embedded line breaks from non-file form-field values before exporting them to ARGS and...

8.6CVSS6AI score0.00519EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/10 10:16 p.m.17 views

UBUNTU-CVE-2026-52747

ModSecurity is an open source, cross platform web application firewall WAF engine for Apache, IIS and Nginx. Prior to 3.0.16, the multipart/form-data request body parser in libmodsecurity silently removes embedded line breaks from non-file form-field values before exporting them to ARGS and...

8.6CVSS6AI score0.00519EPSS
SaveExploits1References5
Rows per page
Query Builder