Summary
CVE-2026-71166 is a critical, easily exploitable vulnerability in the Imperative Web Server component of Oracle Helidon. It allows an unauthenticated attacker with network access via HTTP to compromise the server, resulting in unauthorized creation, deletion, or modification of critical data, full read access to data, and a partial denial-of-service condition. The flaw carries a CVSS v3.1 base score of 9.4 (Critical) and was disclosed by Oracle as part of its August 2026 Critical Security Patch Update.
Technical details
- Root cause: A flaw in the Imperative Web Server component of Oracle Helidon that permits unauthorized processing of attacker-supplied HTTP requests without requiring authentication.
- Trigger conditions: No privileges or user interaction are required; the vulnerability is exploitable purely by sending crafted network requests over HTTP to an exposed Helidon-based service.
- Attack vector: Network (AV:N), low attack complexity (AC:L), no privileges required (PR:N), no user interaction (UI:N).
- Impact: High confidentiality impact and high integrity impact (unauthorized full data access and unauthorized creation/modification/deletion of data), plus a low availability impact (partial denial of service).
Affected software
- Oracle Helidon version 3.2.18 (Imperative Web Server component), as identified in the official CVE record.
- Organizations running Oracle Helidon-based services exposed to untrusted networks should verify their exact deployed version against Oracle’s August 2026 Critical Patch Update risk matrix, as Oracle’s advisory covers multiple Helidon release lines in this update cycle.
Severity
- CVSS v3.1 Base Score: 9.4 (Critical)
- Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L
Mitigation and recommended actions
- Immediate: Apply Oracle’s August 2026 Critical Security Patch Update (CSPU) for Helidon, which addresses CVE-2026-71166. Consult Oracle’s official risk matrix to identify the specific fixed release for your deployed Helidon version line and upgrade accordingly.
- If immediate patching is not possible:
- Restrict network exposure of Helidon-based Imperative Web Server endpoints, ensuring they are not directly reachable from untrusted networks or the public internet.
- Place affected services behind a properly configured reverse proxy, WAF, or network access controls to limit inbound HTTP traffic to trusted sources only.
- Monitor Helidon service logs for anomalous or malformed HTTP requests indicative of exploitation attempts.
- Prioritize patching for internet-facing instances given the unauthenticated, network-based exploitability of this vulnerability.

