Lucene search
+L

708 matches found

OSV
OSV
added 2026/08/21 8:55 p.m.10 views

GHSA-MMFR-PMJX-HW9W kin-openapi openai3filter: nil-pointer panic in ConvertErrors on malformed multipart/form-data body enables unauthenticated DoS

Summary A nil-pointer dereference in openapi3filter.ConvertErrors lets any unauthenticated client crash a server with a single HTTP request. When an application validates a multipart/form-data request body and renders the resulting validation error through the library-provided...

7.5CVSS6.1AI score0.00354EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/21 8:43 p.m.17 views

CVE-2026-76905

kin-openapi (Go library for OpenAPI processing) versions 0.10.0 through 0.141.0 contain a nil-pointer dereference in openapi3filter.convertParseError (openapi3filter/validation_error_encoder.go). The function accesses e.Parameter.In without checking whether e.Parameter is nil. A malformed non-str...

7.5CVSS5.3AI score0.00354EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/21 8:43 p.m.10 views

EUVD-2026-64150

kin-openapi is a Go project for handling OpenAPI files. From 0.10.0 until 0.141.0, openapi3filter.convertParseError in openapi3filter/validationerrorencoder.go dereferences e.Parameter.In without checking whether e.Parameter is nil. A malformed non-string scalar field in a multipart/form-data...

7.5CVSS5.3AI score0.00354EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/21 8:43 p.m.7 views

CVE-2026-76905 kin-openapi openai3filter: nil-pointer panic in ConvertErrors on malformed multipart/form-data body enables unauthenticated DoS

kin-openapi is a Go project for handling OpenAPI files. From 0.10.0 until 0.141.0, openapi3filter.convertParseError in openapi3filter/validationerrorencoder.go dereferences e.Parameter.In without checking whether e.Parameter is nil. A malformed non-string scalar field in a multipart/form-data...

7.5CVSS5.6AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/18 5:34 a.m.7 views

CVE-2026-19481

A flaw was found in @fastify/busboy, a multipart form-data parser. A remote attacker can exploit this vulnerability by sending specially crafted multipart form-data headers. This can cause a TypeError in the parser, leading to the termination of the Node.js process and resulting in an...

7.5CVSS5.1AI score0.00278EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/13 8:31 a.m.8 views

CVE-2026-19481

@fastify/busboy is a multipart form-data parser. In versions 1.0.0 through 3.2.0, an attacker who can submit multipart form-data can crash the parser by sending a part header whose name is a prototype-inherited property such as proto or constructor. The internal header parser stores headers in a...

7.5CVSS5.4AI score0.00278EPSS
SaveExploits0References3Affected Software1
RedHat Linux
RedHat Linux
added 2026/08/05 4:17 p.m.9 views

io.quarkus/quarkus-rest: io.quarkus/quarkus-vertx-http: io.quarkus.resteasy.reactive/resteasy-reactive: Quarkus REST - Unbounded multipart MIME part-header accumulation allows remote OOM denial of service

A flaw was found in Quarkus REST. An unauthenticated remote attacker can exploit this vulnerability by sending a crafted multipart/form-data request with an excessively large header section. This unbounded accumulation of MIME part-header bytes can exhaust the Java Virtual Machine JVM heap memory...

7.5CVSS5.5AI score0.00549EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/05 10:59 a.m.60 views

CVE-2026-60009

In Eclipse Theia up to 1.73.1, the backend @theia/filesystem binds POST /file-upload in every filesystem-enabled deployment. The handler uses an attacker-supplied absolute path from the multipart uri field and calls fs.move(tmp, target, { overwrite: true }) with no workspace confinement and no au...

8.8CVSS6AI score0.00323EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/29 3:29 p.m.13 views

Req vulnerable to multipart form-data header injection via unescaped name/filename/content_type

Summary Req's multipart form encoder interpolates the per-part name, filename, and contenttype directly into the part headers without escaping. An attacker who can influence any of those values can inject CRLF-separated header lines, smuggle additional form fields, or prepend a whole extra part...

3.7CVSS5.8AI score0.00207EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2026/07/27 4:55 p.m.11 views

CVE-2026-66730 facil.io 0.6.0 - 0.7.6 Infinite Loop DoS via Multipart MIME Body Parser

facil.io 0.6.0 through 0.7.6 contains a denial-of-service vulnerability in the multipart body parser that allows an unauthenticated remote attacker to permanently freeze worker processes at 100% CPU by sending a multipart/form-data request with a partial closing boundary. The missing progress gua...

8.7CVSS6.1AI score0.00596EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/27 4:55 p.m.8 views

CVE-2026-66730

facil.io 0.6.0 through 0.7.6 contains a denial-of-service vulnerability in the multipart body parser that allows an unauthenticated remote attacker to permanently freeze worker processes at 100% CPU by sending a multipart/form-data request with a partial closing boundary. The missing progress gua...

8.7CVSS6.1AI score0.00596EPSS
SaveExploits0References3Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/21 5:20 a.m.9 views

Security Bulletin: SPSS Collaboration and Deployment Services is affected by multiple vulnerabilities in form-data and DOMPurify

Summary SPSS Collaboration and Deployment Services is affected by multiple vulnerabilities in form-data and DOMPurify. This has been addressed in the remediation section. Vulnerability Details CVEID:CVE-2026-12143 DESCRIPTION: form-data is a library for creating readable multipart/form-data...

8.7CVSS5.1AI score0.00535EPSS
SaveExploits1Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 6:57 p.m.16 views

Tornado: Quadratic DoS via Crafted Multipart Parameters

Summary The parseparam function in Tornado's httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data. This function uses an inefficient algorithm that repeatedly calls string.count within a nested loop while processing quoted semicolons e.g., param=";". As a...

7.5CVSS7.4AI score0.00543EPSS
SaveExploits0References6Affected Software1
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
GithubExploit
GithubExploit
added 2026/07/19 3:03 a.m.64 views

react2shell-poc

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

10CVSS8.4AI score0.99616EPSS
SaveExploits385
OSV
OSV
added 2026/07/15 8:51 a.m.22 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.32 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/13 3:46 p.m.11 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.9 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
Rows per page
Query Builder