SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-39944

HIGH · CVSS 8.8 EPSS 0.17% Public Exploit

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

CyberRota Analysis

AI-Generated

The vulnerability affects the RADOS Gateway (RGW) in Ceph versions prior to 20.2.4 and 19.2.6, where the use of an unauthenticated AES-128-CBC handler allows attackers to tamper with STS session tokens, potentially escalating their access to full administrative privileges. This remote exploit requires only a single valid STS token, making it particularly concerning for environments utilizing STS. Organizations using affected versions of Ceph should prioritize upgrading to the patched versions to mitigate the risk of unauthorized administrative access.

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-39944
Severity
HIGH
CVSS
8.8
EPSS
0.17%
Oracle

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 RADOS Gateway (RGW) protects STS session tokens with an AES-128-CBC handler that provides no message authentication, allowing an attacker who holds any valid STS token to tamper with it undetected and escalate to full RGW administrative access. Because the ciphertext is unauthenticated, the attacker can perform a CBC bit-flip on the acct_type, perm_type, and is_admin fields of their own token, and a forged is_admin value triggers a global administrative override that bypasses all capability checks. The attack is reachable remotely over the RGW S3 endpoint and is a self-contained modification of a token the attacker already possesses, requiring no encryption oracle and no network observation. It requires only a single valid STS token, which need not carry any elevated privileges, with STS enabled. This issue is fixed in versions 20.2.4 and 19.2.6.