SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-54330

HIGH · CVSS 8.1 EPSS 0.18% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The Ceph Object Gateway (RGW) in versions prior to 20.2.4 and 19.2.6 is vulnerable to unauthorized privilege escalation due to improper handling of x-amz-* headers in requests with presigned URLs. Attackers can exploit this flaw to attach arbitrary unsigned headers, allowing them to gain unintended access or capabilities beyond what was originally intended by the URL's signer. Organizations using affected versions of Ceph should prioritize upgrading to the patched versions to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-54330
Severity
HIGH
CVSS
8.1
EPSS
0.18%

Original NVD Description

Ceph is an open-source distributed storage platform providing object, block, and file storage. In versions prior to 20.2.4 and 19.2.6, the Ceph Object Gateway (RGW) SigV4 handler does not reject requests that carry x-amz-* headers absent from the signed header set, allowing anyone holding a presigned URL to attach arbitrary unsigned x-amz-* headers that RGW will honor. AWS S3 requires every x-amz-* header on a SigV4 request to be signed and rejects requests bearing additional unsigned headers, but RGW validates only the headers listed in X-Amz-SignedHeaders and ignores any extra ones, so they take effect without being covered by the signature. By adding such headers to a presigned PUT URL, an attacker can grant themselves more capabilities than the URL's signer intended and escalate their privileges. This issue is fixed in versions 20.2.4 and 19.2.6.