CVE-2026-1059
Published: 17 January 2026
Summary
CVE-2026-1059 is a medium-severity Injection (CWE-74) vulnerability in Feminer Warehouse Management System. Its CVSS base score is 6.9 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 32.3th 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-2026-1059 is a SQL injection vulnerability in FeMiner wms up to commit 9cad1f1b179a98b9547fd003c23b07c7594775fa. The flaw affects an unknown functionality within the file /src/chkuser.php, where manipulation of the Username argument triggers the injection. This issue falls under CWE-74 and CWE-89, with a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L).
Remote attackers require no privileges or user interaction to exploit this vulnerability, enabling low-complexity attacks over the network. Successful exploitation can result in limited impacts to confidentiality, integrity, and availability, such as unauthorized data access, modification, or service disruption via injected SQL payloads.
Advisories from sources like VulDB and GitHub indicate the exploit has been publicly disclosed and is available for use. FeMiner uses a rolling release model, preventing specification of exact affected or patched versions. The vendor was notified early but provided no response or mitigation guidance.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-3132
Vulnerability details
A security vulnerability has been detected in FeMiner wms up to 9cad1f1b179a98b9547fd003c23b07c7594775fa. Affected by this vulnerability is an unknown functionality of the file /src/chkuser.php. The manipulation of the argument Username leads to sql injection. The attack is possible to be…
more
carried out remotely. The exploit has been disclosed publicly and may be used. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The vendor was contacted early about this disclosure but did not respond in any way.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing web app (/src/chkuser.php) directly enables remote exploitation of the application with no auth required.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of the Username input in chkuser.php to reject SQL metacharacters before they reach the query engine.
Mandates timely remediation of the SQL-injection flaw in /src/chkuser.php once the public exploit is known.
Enables monitoring and alerting on anomalous SQL syntax or error patterns originating from the unauthenticated chkuser.php endpoint.