Lucene search
K

106 matches found

RedhatCVE
RedhatCVE
added 2026/04/03 10:58 a.m.1 views

CVE-2026-32145

Allocation of Resources Without Limits or Throttling vulnerability in gleam-wisp wisp allows a denial of service via multipart form body parsing. The multipartbody function bypasses configured maxbodysize and maxfilessize limits. When a multipart boundary is not present in a chunk, the parser tak...

8.7CVSS5.9AI score0.00034EPSS
Exploits0References1
EUVD
EUVD
added 2026/04/03 3:40 a.m.0 views

EUVD-2026-18186

wisp has Allocation of Resources Without Limits or Throttling...

8.7CVSS5.9AI score0.00034EPSS
Exploits0References3
NVD
NVD
added 2026/04/02 11:16 a.m.3 views

CVE-2026-32145

Allocation of Resources Without Limits or Throttling vulnerability in gleam-wisp wisp allows a denial of service via multipart form body parsing. The multipartbody function bypasses configured maxbodysize and maxfilessize limits. When a multipart boundary is not present in a chunk, the parser tak...

8.7CVSS0.00034EPSS
Exploits0References4
Cvelist
Cvelist
added 2026/04/02 10:30 a.m.26 views

CVE-2026-32145 Multipart form body parser bypasses body size limits in wisp

Allocation of Resources Without Limits or Throttling vulnerability in gleam-wisp wisp allows a denial of service via multipart form body parsing. The multipartbody function bypasses configured maxbodysize and maxfilessize limits. When a multipart boundary is not present in a chunk, the parser tak...

8.7CVSS0.00034EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/04/02 10:30 a.m.0 views

CVE-2026-32145

Allocation of Resources Without Limits or Throttling vulnerability in gleam-wisp wisp allows a denial of service via multipart form body parsing. The multipartbody function bypasses configured maxbodysize and maxfilessize limits. When a multipart boundary is not present in a chunk, the parser tak...

8.7CVSS5.9AI score0.00034EPSS
Exploits0References3Affected Software1
CVE
CVE
added 2026/04/02 10:30 a.m.5 views

CVE-2026-32145

CVE-2026-32145 affects gleam-wisp wisp. The multipart_body and multipart_headers code paths can bypass configured max_body_size and max_files_size, allowing an unauthenticated attacker to exhaust server memory or disk by sending arbitrarily large multipart form submissions in a single HTTP reques...

8.7CVSS5.9AI score0.00034EPSS
Exploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/02 10:30 a.m.0 views

CVE-2026-32145 Multipart form body parser bypasses body size limits in wisp

Allocation of Resources Without Limits or Throttling vulnerability in gleam-wisp wisp allows a denial of service via multipart form body parsing. The multipartbody function bypasses configured maxbodysize and maxfilessize limits. When a multipart boundary is not present in a chunk, the parser tak...

8.7CVSS5.9AI score0.00034EPSS
Exploits0References4
OSV
OSV
added 2026/04/02 10:30 a.m.2 views

EEF-CVE-2026-32145 Multipart form body parser bypasses body size limits in wisp

Allocation of Resources Without Limits or Throttling vulnerability in gleam-wisp wisp allows a denial of service via multipart form body parsing. The multipartbody function bypasses configured maxbodysize and maxfilessize limits. When a multipart boundary is not present in a chunk, the parser tak...

8.7CVSS5.9AI score0.00034EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2026/04/02 12:0 a.m.1 views

PT-2026-29717

Summary A multipart form parsing bug allows any unauthenticated user to bypass configured request size limits and trigger a denial of service by exhausting server memory or disk. Details The issue is in the multipart parsing logic, specifically in multipart body and multipart headers. When parsin...

8.7CVSS5.9AI score0.00034EPSS
Exploits0References8
CNNVD
CNNVD
added 2026/04/02 12:0 a.m.2 views

Wisp 安全漏洞

Wisp is a practical Gleam web framework developed under open source, designed for rapid development and easy maintenance. Versions of Wisp from 0.2.0 to 2.2.2 contained security vulnerabilities. These vulnerabilities stemmed from a flaw in multi-part form parsing that bypassed resource limits,...

8.7CVSS5.8AI score0.00034EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2026/03/26 2:59 p.m.0 views

CVE-2026-28807

Improper Limitation of a Pathname to a Restricted Directory 'Path Traversal' vulnerability in gleam-wisp wisp allows arbitrary file read via percent-encoded path traversal. The wisp.servestatic function is vulnerable to path traversal because sanitization runs before percent-decoding. The encoded...

8.7CVSS7.4AI score0.00127EPSS
Exploits1References1
EUVD
EUVD
added 2026/03/11 12:11 a.m.3 views

EUVD-2026-10907

Wisp Vulnerable to Path Traversal...

8.7CVSS5.8AI score0.00127EPSS
Exploits1References3
EUVD
EUVD
added 2026/03/11 12:11 a.m.2 views

EUVD-2026-10906

Wisp Vulnerable to Path Traversal...

8.7CVSS5.8AI score0.00127EPSS
Exploits1References3
Github Security Blog
Github Security Blog
added 2026/03/11 12:11 a.m.4 views

Wisp Vulnerable to Path Traversal

Summary wisp.servestatic is vulnerable to arbitrary file read via percent-encoded path traversal %2e%2e. The directory traversal sanitization runs before percent-decoding, allowing encoded .. sequences to bypass the filter. An unauthenticated attacker can read any file readable by the application...

8.7CVSS5.9AI score0.00127EPSS
Exploits1References7Affected Software1
OSV
OSV
added 2026/03/11 12:11 a.m.2 views

GHSA-H7CJ-J2VV-QW8R Wisp Vulnerable to Path Traversal

Summary wisp.servestatic is vulnerable to arbitrary file read via percent-encoded path traversal %2e%2e. The directory traversal sanitization runs before percent-decoding, allowing encoded .. sequences to bypass the filter. An unauthenticated attacker can read any file readable by the application...

8.7CVSS5.9AI score0.00127EPSS
Exploits1References7
OSV
OSV
added 2026/03/10 10:16 p.m.1 views

CVE-2026-28807

Improper Limitation of a Pathname to a Restricted Directory 'Path Traversal' vulnerability in gleam-wisp wisp allows arbitrary file read via percent-encoded path traversal. The wisp.servestatic function is vulnerable to path traversal because sanitization runs before percent-decoding. The encoded...

8.7CVSS5.9AI score0.00127EPSS
Exploits1References2
NVD
NVD
added 2026/03/10 10:16 p.m.4 views

CVE-2026-28807

Improper Limitation of a Pathname to a Restricted Directory 'Path Traversal' vulnerability in gleam-wisp wisp allows arbitrary file read via percent-encoded path traversal. The wisp.servestatic function is vulnerable to path traversal because sanitization runs before percent-decoding. The encoded...

8.7CVSS0.00127EPSS
Exploits1References4
ATTACKERKB
ATTACKERKB
added 2026/03/10 9:34 p.m.2 views

CVE-2026-28807

Improper Limitation of a Pathname to a Restricted Directory 'Path Traversal' vulnerability in gleam-wisp wisp allows arbitrary file read via percent-encoded path traversal. The wisp.servestatic function is vulnerable to path traversal because sanitization runs before percent-decoding. The encoded...

8.7CVSS5.9AI score0.00127EPSS
Exploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/10 9:34 p.m.3 views

CVE-2026-28807 Path Traversal in wisp.serve_static allows arbitrary file read

Improper Limitation of a Pathname to a Restricted Directory 'Path Traversal' vulnerability in gleam-wisp wisp allows arbitrary file read via percent-encoded path traversal. The wisp.servestatic function is vulnerable to path traversal because sanitization runs before percent-decoding. The encoded...

8.7CVSS5.9AI score0.00127EPSS
Exploits1References4
OSV
OSV
added 2026/03/10 9:34 p.m.3 views

EEF-CVE-2026-28807 Path Traversal in wisp.serve_static allows arbitrary file read

Improper Limitation of a Pathname to a Restricted Directory 'Path Traversal' vulnerability in gleam-wisp wisp allows arbitrary file read via percent-encoded path traversal. The wisp.servestatic function is vulnerable to path traversal because sanitization runs before percent-decoding. The encoded...

8.7CVSS5.9AI score0.00127EPSS
Exploits1References4
Rows per page
Query Builder