Files
CVEs-PoC/2021/CVE-2021-21465.md
T
2024-06-18 02:51:15 +02:00

19 lines
1007 B
Markdown

### [CVE-2021-21465](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21465)
![](https://img.shields.io/static/v1?label=Product&message=SAP%20Business%20Warehouse&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3C710%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=SQL%20Injection&color=brighgreen)
### Description
The BW Database Interface allows an attacker with low privileges to execute any crafted database queries, exposing the backend database. An attacker can include their own SQL commands which the database will execute without properly sanitizing the untrusted data leading to SQL injection vulnerability which can fully compromise the affected SAP system.
### POC
#### Reference
- http://packetstormsecurity.com/files/167229/SAP-Application-Server-ABAP-ABAP-Platform-Code-Injection-SQL-Injection-Missing-Authorization.html
- http://seclists.org/fulldisclosure/2022/May/42
#### Github
No PoCs found on GitHub currently.