Cyber Resilience

CVE-2025-32793

Race Condition in Cilium 1.13.0 – 1.15.16

Published
21 April 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 4.0
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N
EPSS Score 0.0013 3th percentile
Risk Priority 31 floored blend · peak EPSS

Summary

CVE-2025-32793 is a medium-severity Cleartext Transmission of Sensitive Information (CWE-319) vulnerability in Cilium Cilium. Its CVSS base score is 4.0 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Network Sniffing (T1040); ranked at the 3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SC-8 (Transmission Confidentiality and Integrity) and SC-39 (Process Isolation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Cilium is a networking, observability, and security solution with an eBPF-based dataplane. Versions 1.15.0 to 1.15.15, 1.16.0 to 1.16.8, and 1.17.0 to 1.17.2, are vulnerable when using Wireguard transparent encryption in a Cilium cluster, packets that originate from a terminating…

more

endpoint can leave the source node without encryption due to a race condition in how traffic is processed by Cilium. This issue has been patched in versions 1.15.16, 1.16.9, and 1.17.3. There are no workarounds available for this issue.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1040 Network Sniffing Credential Access
Adversaries may passively sniff network traffic to capture information about an environment, including authentication material passed over the network.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-42488Same product: Cilium Cilium
CVE-2024-25631Same product: Cilium Cilium
CVE-2024-25630Same product: Cilium Cilium
CVE-2024-28249Same product: Cilium Cilium
CVE-2024-28250Same product: Cilium Cilium
CVE-2026-56742Same product: Cilium Cilium
CVE-2025-30163Same product: Cilium Cilium
CVE-2026-26963Same product: Cilium Cilium
CVE-2026-56743Same product: Cilium Cilium
CVE-2025-30162Same product: Cilium Cilium

Affected Assets

cilium
cilium
1.13.0 — 1.15.16 · 1.16.0 — 1.16.9 · 1.17.0 — 1.17.3

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V10.4.2
  • V10.4.5
  • V15.1.3
  • V15.4.1

Mitigating Controls (NIST 800-53 r5) AI

SC-8 directly requires protecting confidentiality of transmitted information, which structurally eliminates cleartext transmission of sensitive data.

Maintaining separate execution domains for each process structurally eliminates unintended concurrent access to the same shared resources.

Preventing unintended information transfer through shared system resources directly addresses the improper concurrent modification that defines a race condition.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.DS-02 full match
prevents

Encryption of data-in-transit directly prevents cleartext transmission while the control also addresses integrity and availability.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require proper synchronization primitives and concurrency testing that prevent race conditions.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Specifying encryption and other security technology for network services prevents transmission of sensitive information in cleartext over potentially untrusted channels.

finds

Security testing can detect race conditions, but does not prevent them at design or coding time.

prevents

Mandating cryptographic protection and stronger authentication on public networks stops the transmission of plaintext sensitive information.

mitigates

Specifying communications-security requirements and secure remote-access methods (including encryption expectations) prevents the transmission of sensitive data in cleartext over home or public networks.

mitigates

Armoured conduits, electromagnetic shielding and locked enclosures make passive eavesdropping on unencrypted traffic traversing the cables more difficult, mitigating exposure of sensitive data in transit.

prevents

Secure SDLC mandates concurrency controls and synchronization primitives that directly prevent race conditions.

References