Cyber Resilience

CVE-2025-1958

MediumPublic PoC

Published: 04 March 2025

Published
04 March 2025
Modified
15 October 2025
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0015 35.6th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1958 is a medium-severity Injection (CWE-74) vulnerability in Aaluoxiang Oa System. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 35.6th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-1958 is a critical SQL injection vulnerability in aaluoxiang oa_system version 1.0, affecting the processing of the file src/main/resources/mappers/address-mapper.xml. The flaw arises from improper handling of the 'outtype' argument, classified under CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection). It carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and was published on 2025-03-04.

The vulnerability can be exploited remotely by an attacker with low privileges (PR:L), requiring no user interaction. Manipulation of the 'outtype' argument enables SQL injection, potentially allowing limited impacts on confidentiality, integrity, and availability as per the CVSS metrics.

Advisories are available via VulDB (ctiid.298559, id.298559, submit.510750) and GitHub repositories detailing the exploit. The exploit has been publicly disclosed and may be used, but no specific patches or mitigations are detailed in the available information.

EU & UK References

Vulnerability details

A vulnerability, which was classified as critical, has been found in aaluoxiang oa_system 1.0. This issue affects some unknown processing of the file src/main/resources/mappers/address-mapper.xml. The manipulation of the argument outtype leads to sql injection. The attack may be initiated remotely.…

more

The exploit has been disclosed to the public and may be used.

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.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
Why these techniques?

SQL injection in public-facing OA system web app (address-mapper.xml 'outtype' parameter) enables exploitation of public-facing applications (T1190), database data collection (T1213.006), and server software component abuse (T1505 per VulDB).

CVEs Like This One

CVE-2025-44033Same product: Aaluoxiang Oa System
CVE-2025-0410Shared CWE-74, CWE-89
CVE-2025-2034Shared CWE-74, CWE-89
CVE-2025-0486Shared CWE-74, CWE-89
CVE-2025-1185Shared CWE-74, CWE-89
CVE-2025-2389Shared CWE-74, CWE-89
CVE-2025-0558Shared CWE-74, CWE-89
CVE-2025-2391Shared CWE-74, CWE-89
CVE-2025-2066Shared CWE-74, CWE-89
CVE-2025-2663Shared CWE-74, CWE-89

Affected Assets

aaluoxiang
oa system
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by requiring organizations to validate and sanitize inputs like the 'outtype' argument before processing in address-mapper.xml.

prevent

Mandates timely remediation of the specific SQL injection flaw identified in oa_system 1.0's address-mapper.xml to eliminate the vulnerability.

detect

Facilitates identification of the SQL injection vulnerability through automated scanning of application components such as address-mapper.xml.

References