CVE-2025-7619
Published: 14 July 2025
Summary
CVE-2025-7619 is a high-severity Relative Path Traversal (CWE-23) vulnerability in Org (inferred from references). Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Drive-by Compromise (T1189); ranked in the top 12.6% of CVEs by exploit likelihood; 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).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly mitigates CVE-2025-7619 by identifying, prioritizing, and applying patches to remediate the arbitrary file write vulnerability in BatchSignCS.
Prevents arbitrary file writes by enforcing input validation at system boundaries to block malicious web-triggered path traversal in BatchSignCS.
Detects unauthorized file modifications resulting from exploitation of the BatchSignCS arbitrary file write vulnerability through software and information integrity monitoring.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Arbitrary file write (CWE-23) in a network-accessible background Windows app is directly triggered by visiting a malicious site (drive-by) and enables remote code execution via dropped/modified files.
NVD Description
BatchSignCS, a background Windows application developed by WellChoose, has an Arbitrary File Write vulnerability. If a user visits a malicious website while the application is running, remote attackers can write arbitrary files to any path and potentially lead to arbitrary…
more
code execution.
Deeper analysisAI
CVE-2025-7619 is an Arbitrary File Write vulnerability (CWE-23) in BatchSignCS, a background Windows application developed by WellChoose. Published on 2025-07-14, the issue has a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to network accessibility, low attack complexity, and significant impacts on confidentiality, integrity, and availability.
The vulnerability is exploitable when a user visits a malicious website while BatchSignCS is running. Remote attackers require low privileges and can write arbitrary files to any path on the system, potentially leading to arbitrary code execution.
Advisories published by TWCERT provide further details on the issue, available at https://www.twcert.org.tw/en/cp-139-10240-00f86-2.html and https://www.twcert.org.tw/tw/cp-132-10239-770ab-1.html. Security practitioners should consult these for recommended mitigations and patches.
Details
- CWE(s)