Cyber Resilience

CVE-2026-15053

Tanium Server 7.7.3.0 – 7.7.3.8298

Published
08 July 2026
Modified
10 July 2026
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0040 33th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-15053 is a high-severity Memory Allocation with Excessive Size Value (CWE-789) vulnerability in Tanium Server. Its CVSS base score is 7.5 (High).

Operationally, ranked at the 33th 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-5 (Denial-of-service Protection) and SC-6 (Resource Availability) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Tanium addressed a denial of service vulnerability in Tanium Server.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

Insufficient information to map techniques.
Confidence: LOW · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-15317Same product: Tanium Server
CVE-2026-9156Same product: Tanium Server
CVE-2025-15322Same product: Tanium Server
CVE-2026-6408Same product: Tanium Server
CVE-2025-15315Same product: Tanium Server
CVE-2025-15316Same product: Tanium Server
CVE-2025-15314Same vendor: Tanium
CVE-2025-15319Same vendor: Tanium
CVE-2025-15330Same vendor: Tanium
CVE-2025-15339Same vendor: Tanium

Affected Assets

tanium
server
7.7.3.0 — 7.7.3.8298 · 7.8.2.0 — 7.8.2.1198 · 7.8.4.0 — 7.8.4.1327

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SC-5 Denial-of-service Protection
  • SC-6 Resource Availability
Detect
Catch it (NIST detect / respond)
  • SI-4 System Monitoring
Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

SC-5 directly requires denial-of-service protection mechanisms that limit resource exhaustion, addressing the Tanium Server DoS vulnerability.

prevent

SC-6 ensures resource availability by protecting against excessive consumption, mitigating the impact of the CWE-789 unbounded allocation flaw.

detect

SI-4 mandates continuous system monitoring to identify anomalous resource usage that could indicate an ongoing DoS attack against Tanium Server.

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.PS-06 mostly match
prevents

Secure SDLC practices directly prevent coding flaws that trust unvalidated size values for allocations.

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.

detects

Security testing in development can detect and block excessive allocation flaws before deployment.

prevents

Secure development lifecycle includes input validation and size checks that prevent unbounded allocations.

prevents

Application security requirements mandate bounds checking on size parameters to avoid excessive memory allocation.

prevents

Secure architecture principles require resource-limit enforcement that mitigates uncontrolled memory requests.

prevents

Secure coding standards directly prohibit allocating memory from untrusted size values without validation.

none

Capacity management monitors overall resource use but does not prevent individual allocation bugs.

References