CVE-2026-32641 Details
Description
Parseable is a log analytics platform built for high-volume data ingestion and analysis. Prior to 3.0.0, src/handlers/http/middleware.rs uses unwrap() while parsing the x-amz-firehose-common-attributes header before authentication. A remote unauthenticated attacker can supply non-UTF-8 header data, malformed JSON, or invalid derived header values that trigger a Rust panic and interrupt request handling, allowing repeated requests to deny service or cause container restart loops. This issue is fixed in version 3.0.0.
A denial-of-service vulnerability has been identified in the Parseable log analytics platform, affecting versions through 2.5.14. The issue arises in the HTTP middleware, where user-controlled input from the 'x-amz-firehose-common-attributes' header is parsed using multiple 'unwrap()' calls without proper validation. This flaw allows remote, unauthenticated attackers to send non-UTF-8 header data, malformed JSON, or invalid derived header values, triggering a Rust panic that disrupts request handling. The resulting server crash can lead to service interruptions or container restart loops in orchestrated environments. Notably, this vulnerability exists before authentication checks, enabling exploitation without credentials.
Users can upgrade to Parseable version 3.0.0 or later, where this vulnerability has been fixed. In the patched version, the middleware no longer uses 'unwrap()' on user-controlled input without validation, preventing the panic and associated denial-of-service condition.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 18, 2026CISA-ADP
Assessed Sep 18, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/parseablehq/parseable/commit/6c583081a4161476128f330b9bb71ed7305eecde | [email protected] | Source CodeVendor |
| https://github.com/parseablehq/parseable/pull/1581 | [email protected] | Issue TrackingVendor |
| https://github.com/parseablehq/parseable/releases/tag/v3.0.0 | [email protected] | Release NotesVendor |
| https://github.com/parseablehq/parseable/security/advisories/GHSA-x4q9-j9qh-3rpx | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-248 | Uncaught Exception | [email protected] |
| CWE-703 | Improper Check or Handling of Exceptional Conditions | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Parseable | <= 2.5.14 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 21, 2026 | CVE Modified | CISA-ADP |
| Sep 18, 2026 | New CVE Received | [email protected] |
Volerion