wisp
A practical web framework for Gleam
Activity
- Latest release
- 5mo ago
- Total releases
- 35
- Cadence
- ~27 days
- Last 12 months
- 5
Details
- License
- Apache-2.0
- First release
- Jul 18, 2023
| Version | Released | |
|---|---|---|
2.2.2
patch
|
2.2.2
patch
Dependencies (13)
+ 5 more |
|
2.2.1
patch
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
2.2.1
patch
Dependencies (13)
+ 5 more |
|
2.2.0
minor
2 CVEs
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev
CVE-2026-28807
GHSA-h7cj-j2vv-qw8r
EEF-CVE-2026-28807
Mar 11, 2026
Wisp Vulnerable to Path Traversal
High
Network
Low
None
None
Summary
DetailsIn
Sanitization (step 1) strips literal PoCAny application using
Exploit (requires
ImpactThis is a path traversal / arbitrary file read vulnerability (CWE-22). Any application using
WorkaroundCopy the fixed implementation to your codebase and replace references to wisp.serve_static with this version in your codebase. References
Affected versions
2.1.1
2.2.0
Fixed in
2.2.1
References
Updated Jun 08, 2026 · Source: OSV.dev |
2.2.0
minor
Dependencies (13)
+ 5 more |
|
2.1.1
patch
2 CVEs
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev
CVE-2026-28807
GHSA-h7cj-j2vv-qw8r
EEF-CVE-2026-28807
Mar 11, 2026
Wisp Vulnerable to Path Traversal
High
Network
Low
None
None
Summary
DetailsIn
Sanitization (step 1) strips literal PoCAny application using
Exploit (requires
ImpactThis is a path traversal / arbitrary file read vulnerability (CWE-22). Any application using
WorkaroundCopy the fixed implementation to your codebase and replace references to wisp.serve_static with this version in your codebase. References
Affected versions
2.1.1
2.2.0
Fixed in
2.2.1
References
Updated Jun 08, 2026 · Source: OSV.dev |
2.1.1
patch
Dependencies (13)
+ 5 more |
|
2.1.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
2.1.0
minor
Dependencies (13)
+ 5 more |
|
2.0.1
patch
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
2.0.1
patch
Dependencies (13)
+ 5 more |
|
2.0.0
major
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
2.0.0
major
Dependencies (13)
+ 5 more |
|
2.0.0-rc1
pre
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
2.0.0-rc1
pre
Dependencies (13)
+ 5 more |
|
1.8.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
1.8.0
minor
Dependencies (12)
+ 4 more |
|
1.7.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
1.7.0
minor
Dependencies (12)
+ 4 more |
|
1.6.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
1.6.0
minor
Dependencies (11)
+ 3 more |
|
1.5.3
patch
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
1.5.3
patch
Dependencies (11)
+ 3 more |
|
1.5.2
patch
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
1.5.2
patch
Dependencies (11)
+ 3 more |
|
1.5.1
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
1.5.1
minor
Dependencies (11)
+ 3 more |
|
1.4.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
1.4.0
minor
Dependencies (11)
+ 3 more |
|
1.3.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
1.3.0
minor
Dependencies (11)
+ 3 more |
|
1.2.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
1.2.0
minor
Dependencies (11)
+ 3 more |
|
1.1.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
1.1.0
minor
Dependencies (11)
+ 3 more |
|
1.0.0
major
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
1.0.0
major
Dependencies (10)
+ 2 more |
|
0.16.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
0.16.0
minor
Dependencies (10)
+ 2 more |
|
0.15.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
0.15.0
minor
Dependencies (10)
+ 2 more |
|
0.14.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
0.14.0
minor
Dependencies (10)
+ 2 more |
|
0.13.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
0.13.0
minor
Dependencies (10)
+ 2 more |
|
0.12.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
0.12.0
minor
Dependencies (10)
+ 2 more |
|
0.11.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
0.11.0
minor
Dependencies (9)
+ 1 more |
|
0.10.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
0.10.0
minor
Dependencies (9)
+ 1 more |
|
0.9.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
0.9.0
minor
Dependencies (9)
+ 1 more |
|
0.8.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
0.8.0
minor
Dependencies (9)
+ 1 more |
|
0.7.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
0.7.0
minor
Dependencies (9)
+ 1 more |
|
0.6.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
0.6.0
minor
Dependencies (8)
|
|
0.5.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
0.5.0
minor
Dependencies (8)
|
|
0.4.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
0.4.0
minor
Dependencies (7)
|
|
0.3.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
0.3.0
minor
Dependencies (6)
|
|
0.2.0
minor
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
0.2.0
minor
Dependencies (6)
|
|
0.1.0
initial
1 CVE
CVE-2026-32145
GHSA-8645-p2v4-73r2
EEF-CVE-2026-32145
Apr 03, 2026
wisp has Allocation of Resources Without Limits or Throttling
High
Network
Low
None
None
SummaryA 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. DetailsThe issue is in the multipart parsing logic, specifically in When parsing multipart data, the implementation distinguishes between:
In the normal case (boundary found), the parser correctly accounts for consumed bytes by calling However, in the The same pattern exists in As a result, an attacker can send arbitrarily large multipart bodies split across many chunks that avoid the boundary. The parser will accumulate the data (in memory for form fields, on disk for file uploads) without enforcing ImpactThis is a denial of service vulnerability caused by uncontrolled resource consumption. Any application using
In both cases, the application may become unavailable or be terminated by the operating system. WorkaroundDeploy a reverse proxy (such as nginx or HAProxy) in front of the application and enforce request body size limits there. This ensures large multipart requests are rejected before they reach the vulnerable parser. Resources
Affected versions
0.1.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.2.0
0.3.0
0.4.0
0.5.0
+ 22 more Show less
0.6.0
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.1
1.5.2
1.5.3
1.6.0
1.7.0
1.8.0
2.0.0
2.0.0-rc1
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
Fixed in
2.2.2
References
Updated Apr 06, 2026 · Source: OSV.dev |
0.1.0
initial
Dependencies (1)
|