AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-71214

CRITICAL · CVSS 9.8 EPSS 0.27% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The Aerie/PlanDev sequencing server is vulnerable due to improper validation of session roles, allowing unauthenticated attackers to exploit the system by manipulating session variables in JSON requests. This critical flaw enables them to insert arbitrary expansion rules and write command dictionaries, potentially compromising spacecraft command operations. Organizations utilizing this sequencing server should prioritize immediate remediation to mitigate the risk of unauthorized access and control over critical aerospace functions.

Public Exploit Signal

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

GitHub PoC Links

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

CVE
CVE-2026-71214
Severity
CRITICAL
CVSS
9.8
EPSS
0.27%

Original NVD Description

The Aerie/PlanDev sequencing-server's authorization middleware (sequencing-server/src/app.ts) derives the caller's Hasura session role via getHasuraSession, which prefers a session_variables object taken directly from the client-supplied JSON request body over the Authorization header's JWT claims, with no verification that the request actually originated from Hasura.