CVE-2025-44033
Published: 29 August 2025
Summary
CVE-2025-44033 is a critical-severity SQL Injection (CWE-89) vulnerability in Aaluoxiang Oa System. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 32.3% of CVEs by exploit likelihood; 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-44033 is a SQL injection vulnerability affecting oa_system oasys version 1.1. The flaw resides in the allDirector() method declaration within the AddressMapper.java file at src/main/java/cn/gson/oasys/mappers/AddressMapper.java. Published on 2025-08-29, it has a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and is associated with CWE-89 (SQL Injection). A remote attacker can leverage this vulnerability to execute arbitrary code.
The vulnerability enables exploitation over the network with low complexity, requiring no privileges, no user interaction, and no change in scope. Any unauthenticated remote attacker can target the affected component, potentially achieving high-impact compromise including unauthorized disclosure of sensitive data, modification of system information, and denial of service through arbitrary code execution.
A reference for further details is available at https://github.com/qkdjksfkeg/Security-Collections/blob/main/sqlinjection.md, though specific mitigation or patch guidance is not detailed in available information.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-26232
Vulnerability details
SQL injection vulnerability in oa_system oasys v.1.1 allows a remote attacker to execute arbitrary code via the allDirector() method declaration in src/main/java/cn/gson/oasys/mappers/AddressMapper.java
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection vulnerability in public-facing web application (oa_system oasys) enables remote attackers to execute arbitrary code, directly facilitating exploitation of public-facing applications.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents SQL injection in the allDirector() method of AddressMapper.java by enforcing input validation on untrusted data before database queries.
Requires timely patching or code remediation of the specific SQL injection flaw in oa_system oasys v1.1 to block arbitrary code execution.
Boundary protection mechanisms like web application firewalls can filter and block SQL injection payloads targeting the vulnerable endpoint.