CVE-2025-44033
BaseFortify
Publication date: 2025-08-29
Last updated on: 2025-11-19
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| aaluoxiang | oasys | 1.1 |
| aaluoxiang | oa_system | 1.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a SQL injection flaw in the oa_system oasys version 1.1. It allows a remote attacker to execute arbitrary code by exploiting the allDirector() method declaration in the AddressMapper.java file. This means an attacker can manipulate database queries to run malicious commands.
How can this vulnerability impact me? :
The vulnerability can have severe impacts including unauthorized data access, data modification, and potentially full system compromise since it allows remote code execution. This can lead to loss of data confidentiality, integrity, and availability.