mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-30 13:19:29 +02:00
19 lines
1007 B
Markdown
19 lines
1007 B
Markdown
### [CVE-2021-21465](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21465)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|