Cyber Resilience

CVE-2025-25994

HighPublic PoC

Published: 14 February 2025

Published
14 February 2025
Modified
02 May 2025
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0021 43.7th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

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

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in public-facing web app directly enables remote exploitation (T1190) and unauthorized database data access (T1213.006).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-25997Same product: Feminer Wms Project Feminer Wms
CVE-2019-25537Shared CWE-89
CVE-2019-25366Shared CWE-89
CVE-2019-25496Shared CWE-89
CVE-2026-1475Shared CWE-89
CVE-2026-26990Shared CWE-89
CVE-2026-44047Shared CWE-89
CVE-2025-12865Shared CWE-89
CVE-2024-11135Shared CWE-89
CVE-2019-25491Shared CWE-89

Affected Assets

feminer wms project
feminer wms
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates SQL injection by validating and sanitizing untrusted inputs in parameters date1, date2, and id to prevent arbitrary SQL query execution.

prevent

Ensures timely remediation of the specific SQL injection flaw in FeMiner wms 1.0 through patching or configuration updates.

prevent

Restricts input types, formats, and lengths for parameters like date1, date2, and id to block malicious SQL payloads.

References