CVE-2025-25994
Published: 14 February 2025
Summary
CVE-2025-25994 is a high-severity SQL Injection (CWE-89) vulnerability in Feminer Wms Project Feminer Wms. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 43.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-25994 is an SQL injection vulnerability (CWE-89) in FeMiner wms version 1.0. The issue affects the parameters date1, date2, and id, allowing a remote attacker to obtain sensitive information. Published on 2025-02-14, it carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), reflecting high confidentiality impact with no requirements for user interaction, privileges, or disruption to integrity or availability.
A remote, unauthenticated attacker can exploit this vulnerability over the network with low attack complexity. By injecting malicious SQL payloads into the vulnerable parameters, the attacker can execute arbitrary database queries and extract sensitive information stored in the backend database.
Mitigation details are available in the referenced advisory at https://github.com/FeMiner/wms/issues/20.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-4146
Vulnerability details
SQL Injection vulnerability in FeMiner wms wms 1.0 allows a remote attacker to obtain sensitive information via the parameters date1, date2, id.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing web app directly enables remote exploitation (T1190) and unauthorized database data access (T1213.006).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates SQL injection by validating and sanitizing untrusted inputs in parameters date1, date2, and id to prevent arbitrary SQL query execution.
Ensures timely remediation of the specific SQL injection flaw in FeMiner wms 1.0 through patching or configuration updates.
Restricts input types, formats, and lengths for parameters like date1, date2, and id to block malicious SQL payloads.