CVE-2025-67397
Published: 05 January 2026
Summary
CVE-2025-67397 is a critical-severity Command Injection (CWE-77) vulnerability in Passy Passy. Its CVSS base score is 9.1 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 48.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-67397 is a command injection vulnerability (CWE-77) in Passy version 1.6.3. The flaw enables a remote authenticated attacker to execute arbitrary commands by sending a crafted HTTP request that incorporates a specific payload injection.
A remote attacker with high privileges can exploit this vulnerability over the network with low attack complexity and no user interaction required. Successful exploitation grants high impacts on confidentiality, integrity, and availability, along with a change in scope, resulting in a CVSS v3.1 base score of 9.1.
Research details for CVE-2025-67397, including a proof-of-concept, are published in the GitHub repository at https://github.com/giulioschiavone/Vulnerability-Research/tree/main/CVE-2025-67397. The official Passy website at https://www.passy.it/ provides further information on the software, where users should check for advisories or patches.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-0804
Vulnerability details
An issue in Passy v.1.6.3 allows a remote authenticated attacker to execute arbitrary commands via a crafted HTTP request using a specific payload injection.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Command injection via crafted HTTP request in remote service directly enables public-facing application exploitation (T1190) and arbitrary command/script execution (T1059).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
SI-2 requires timely identification, reporting, and correction of flaws like this command injection vulnerability through patching Passy to version 1.6.3 or later.
SI-10 mandates validation of information inputs such as crafted HTTP requests to block arbitrary command injection payloads.
SI-4 enables monitoring of system processes and activities to identify unauthorized command executions from exploitation attempts.