Description
actix-http versions before 3.12.1 contain an HTTP request smuggling vulnerability in the HTTP/1.1 parser that accepts requests with both Content-Length and Transfer-Encoding: chunked headers. Unauthenticated remote attackers can exploit this through a front-end intermediary to desynchronize backend requests and smuggle malicious HTTP requests to the Actix service.
Published: 2026-08-14
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an HTTP request smuggling flaw in Actix Web’s HTTP/1.1 parser that accepts requests containing both a Content-Length header and a Transfer-Encoding: chunked header. An unauthenticated attacker can exploit this by positioning a front‑end intermediary and sending crafted requests that cause the backend Actix service to misinterpret the boundary between HTTP messages, allowing smuggled malicious requests to reach the application. The CVE description does not specify the exact follow‑on impact, but the smuggled request arrives at the application with normal authentication state, potentially enabling the backend to process data it would not normally receive.

Affected Systems

The flaw affects Actix Web versions prior to 3.12.1, released by the actix:actix-web project. Servers running these versions are vulnerable; the impact is on the entire application layer when the request reaches the Actix service.

Risk and Exploitability

The CVSS score of 6.3 indicates a moderate severity. No EPSS score is available, and the vulnerability is not listed in CISA KEV. The likely attack vector requires an attacker to control or influence a front‑end proxy or intermediary that forwards requests to the Actix service. Once the smuggling is successful, the disguised request arrives at the application with normal authentication state, enabling further exploitation. Because the flaw requires precise manipulation of HTTP headers, it may be more advanced than typical attacks, but the potential to bypass controls or alter request payloads warrants prompt attention.

Generated by OpenCVE AI on August 14, 2026 at 13:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Actix Web to version 3.12.1 or later to remove the header parsing bug
  • If an upgrade cannot be performed immediately, reconfigure any front‑end proxies (e.g., Nginx, HAProxy) to reject requests that contain both Content‑Length and Transfer‑Encoding: chunked headers or to normalize the headers before forwarding
  • Implement monitoring of request patterns for signs of smuggling, such as unexpected header combinations or malformed chunked bodies, and investigate anomalous traffic promptly

Generated by OpenCVE AI on August 14, 2026 at 13:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 14 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Description actix-http versions before 3.12.1 contain an HTTP request smuggling vulnerability in the HTTP/1.1 parser that accepts requests with both Content-Length and Transfer-Encoding: chunked headers. Unauthenticated remote attackers can exploit this through a front-end intermediary to desynchronize backend requests and smuggle malicious HTTP requests to the Actix service.
Title actix-http before 3.12.1 HTTP Request Smuggling via CL.TE
First Time appeared Actix
Actix actix-web
Weaknesses CWE-444
CPEs cpe:2.3:a:actix:actix-web:*:*:*:*:*:rust:*:*
Vendors & Products Actix
Actix actix-web
References
Metrics cvssV4_0

{'score': 6.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-14T13:58:57.133Z

Reserved: 2026-08-10T19:10:18.100Z

Link: CVE-2026-73051

cve-icon Vulnrichment

Updated: 2026-08-14T13:58:51.334Z

cve-icon NVD

Status : Received

Published: 2026-08-14T12:16:47.820

Modified: 2026-08-14T14:16:51.887

Link: CVE-2026-73051

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T14:15:13Z

Weaknesses
  • CWE-444

    Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')