CVE-2023-46214
Splunk 9.0.0 – 9.0.7
Raw vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:HSummary
CVE-2023-46214 is a high-severity aka Blind XPath Injection (CWE-91) vulnerability in Splunk Splunk. Its CVSS base score is 8.0 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Content Injection (T1659); ranked in the top 0.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis AI-assisted summary
Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.
Splunk Enterprise versions below 9.0.7 and 9.1.2 are affected by CVE-2023-46214, a flaw in which the product fails to safely sanitize extensible stylesheet language transformations supplied by users. The issue is tracked under CWE-91 and carries a CVSS 3.1 score of 8.0.
An authenticated attacker who can upload XSLT content may exploit the weakness to achieve remote code execution on the Splunk Enterprise instance. The attack requires user interaction and involves high complexity, yet successful exploitation yields complete compromise of confidentiality, integrity, and availability with changed scope.
Splunk advisory SVD-2023-1104 directs customers to upgrade to version 9.0.7 or 9.1.2, the releases that contain the necessary fixes for this input-handling deficiency.
The associated EPSS score currently stands at 0.8786 with a recorded peak of 0.8793.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-50457
Vulnerability Data
In Splunk Enterprise versions below 9.0.7 and 9.1.2, Splunk Enterprise does not safely sanitize extensible stylesheet language transformations (XSLT) that users supply. This means that an attacker can upload malicious XSLT which can result in remote code execution on the…
more
Splunk Enterprise instance.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
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.
Secure SDLC directly requires input neutralization and validation that eliminates XML injection flaws.
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.
Security testing catches XML injection during development but does not itself implement the fix.
Logging can record injection attempts for detection but does not prevent the weakness.
Monitoring can detect exploitation but provides no preventive control over XML handling.
Secure SDLC mandates input validation and output encoding that directly prevent XML injection.
Application security requirements explicitly call for defenses against injection flaws including XML.
Secure architecture principles reduce attack surface but do not prescribe XML-specific controls.