Cyber Posture

CVE-2025-1801

High

Published: 03 March 2025

Published
03 March 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 8.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0011 28.3th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1801 is a high-severity Race Condition (CWE-362) vulnerability. Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 28.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SC-4 (Information in Shared System Resources) and AC-10 (Concurrent Session Control).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploitation for Privilege Escalation (T1068) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Prevents unauthorized and unintended transfer of higher-privileged JWTs via shared resources in the gRPC proxy due to improper synchronization in concurrent request handling.

prevent

Enforces approved authorizations for access to system resources, directly addressing the race condition that bypasses privilege boundaries to steal JWTs.

prevent

Limits concurrent sessions to mitigate race conditions exploited by rapid concurrent requests from low-privileged users against the proxy.

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1212 Exploitation for Credential Access Credential Access
Adversaries may exploit software vulnerabilities in an attempt to collect credentials.
T1528 Steal Application Access Token Credential Access
Adversaries can steal application access tokens as a means of acquiring credentials to access remote systems and resources.
Why these techniques?

The race condition vulnerability enables low-privileged users to exploit concurrent requests in the gRPC proxy to steal higher-privileged JWT access tokens, directly mapping to exploitation for privilege escalation and credential access via stealing application access tokens.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

NVD Description

A flaw was found in the Ansible aap-gateway. Concurrent requests handled by the gateway grpc service can result in concurrency issues due to race condition requests against the proxy. This issue potentially allows a less privileged user to obtain the…

more

JWT of a greater privileged user, enabling the server to be jeopardized. A user session or confidential data might be vulnerable.

Deeper analysisAI

CVE-2025-1801 is a concurrency vulnerability in the Ansible Automation Platform (AAP) gateway, specifically within its gRPC service. The flaw arises from race conditions triggered by concurrent requests against the proxy, as published on 2025-03-03. It has a CVSS v3.1 base score of 8.1 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N) and is associated with CWE-362 (Concurrent Execution using Shared Resource with Improper Synchronization).

A low-privileged user can exploit this issue remotely over the network with low complexity and no user interaction required. By sending concurrent requests, the attacker can obtain a JSON Web Token (JWT) belonging to a higher-privileged user, potentially compromising server integrity, user sessions, or confidential data.

Red Hat advisories provide mitigation details, including errata RHSA-2025:1954, the CVE security page at https://access.redhat.com/security/cve/CVE-2025-1801, and Bugzilla entry https://bugzilla.redhat.com/show_bug.cgi?id=2349081.

Details

CWE(s)

CVEs Like This One

CVE-2026-20919Shared CWE-362
CVE-2026-43023Shared CWE-362
CVE-2026-23161Shared CWE-362
CVE-2024-51505Shared CWE-362
CVE-2026-20853Shared CWE-362
CVE-2026-31761Shared CWE-362
CVE-2025-68957Shared CWE-362
CVE-2026-20848Shared CWE-362
CVE-2026-28891Shared CWE-362
CVE-2025-68960Shared CWE-362

References