Cyber Resilience

CVE-2025-15321

Access Control in Tanium Tanos 1.8.3 – 1.8.3.0196

Published
05 February 2026
Modified
10 February 2026
Patch / advisory
CVSS Score v3.1 2.7
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.0024 16th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

CVE-2025-15321 is a low-severity Untrusted Search Path (CWE-426) vulnerability in Tanium Tanos. Its CVSS base score is 2.7 (Low).

Operationally, ranked at the 16th 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 AC-3 (Access Enforcement) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Tanium addressed an improper input validation vulnerability in Tanium Appliance.

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-2605Same product: Tanium Tanos
CVE-2025-13225Same product: Tanium Tanos
CVE-2025-15311Same product: Tanium Tanos
CVE-2025-15312Same product: Tanium Tanos
CVE-2025-15323Same product: Tanium Tanos
CVE-2025-15342Same vendor: Tanium
CVE-2025-15288Same vendor: Tanium
CVE-2025-15322Same vendor: Tanium
CVE-2025-15336Same vendor: Tanium
CVE-2026-0925Same vendor: Tanium

Affected Assets

tanium
tanos
1.8.3 — 1.8.3.0196 · 1.8.4 — 1.8.4.0199 · 1.8.5 — 1.8.5.0227

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • AC-3 Access Enforcement
  • AC-6 Least Privilege
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 5 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of inputs to prevent malformed or untrusted data from being processed, addressing the root improper input validation flaw.

prevent

Enforces access control decisions to block unauthorized actions stemming from the CWE-863 authorization weakness.

prevent

Restricts privileges so that even a successful untrusted search path or authorization bypass (CWE-426/863) yields minimal impact.

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-05 full match
prevents

Preventing execution of unauthorized code directly blocks the malicious binaries that an untrusted search path would load.

PR.AA-05 mostly match
prevents

Defining, enforcing, and reviewing access authorizations and least privilege directly prevents incorrect authorization checks.

PR.PS-06 mostly match
prevents

Secure development practices include avoiding or sanitizing externally influenced search paths in application code.

PR.PS-01 partial match
prevents

Hardened configuration baselines can enforce safe search paths and restrict environment variables that enable the weakness.

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 can discover search-path issues but does not itself prevent them in production code.

prevents

Requiring consistency between access rights and classification plus formal approval steps ensures that the authorization logic correctly distinguishes between entities that should and should not be granted access.

prevents

Enforcing policy-driven approval and role-change reviews stops incorrect or stale authorization decisions from remaining in effect after job changes or terminations.

degrades

Restricting software installation reduces the chance that untrusted binaries or libraries are placed in search paths.

prevents

Secure architecture principles include hard-coded or validated search paths and avoiding reliance on untrusted directories.

prevents

Secure coding standards require absolute paths or integrity-checked search paths, directly mitigating CWE-426.

References