Cyber Resilience

CVE-2025-9918

High

Published: 11 September 2025

Published
11 September 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:L/SI:L/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0106 78.0th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-9918 is a high-severity Path Traversal (CWE-22) vulnerability in Google SecOps SOAR (inferred from references). Its CVSS base score is 8.7 (High).

Operationally, ranked in the top 22.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

A Path Traversal vulnerability exists in the archive extraction component of Google SecOps SOAR Server versions 6.3.54.0, 6.3.53.2, and all earlier releases. The flaw, tracked as CWE-22, permits an authenticated user to upload a specially crafted ZIP archive containing directory traversal sequences during Use Case import operations, which can lead to arbitrary file writes on the server.

An attacker with permissions to import Use Cases can exploit the issue over the network to achieve remote code execution. The CVSS 4.0 score of 8.7 reflects the combination of low attack complexity, no user interaction required, and high impact on confidentiality, integrity, and availability.

Public advisories referenced at cloud.google.com/chronicle/docs/security-bulletins#GCP-2025-049 and cloud.google.com/support/bulletins?gcp-2025-049 provide mitigation guidance and should be consulted for patch availability and recommended configurations.

The associated EPSS score remains flat at 0.0106 with no observed increase after disclosure.

EU & UK References

Vulnerability details

A Path Traversal vulnerability in the archive extraction component in Google SecOps SOAR Server (versions 6.3.54.0, 6.3.53.2, and all prior versions) allows an authenticated attacker with permissions to import Use Cases to achieve Remote Code Execution (RCE) via uploading a…

more

malicious ZIP archive containing path traversal sequences.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

Google
SecOps SOAR
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References