Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-43168: SQL injection Vulnerability on "reports_id" in rukovoditel 3.2.1 · Issue #1 · anhdq201/rukovoditel

Rukovoditel v3.2.1 was discovered to contain a SQL injection vulnerability via the reports_id parameter.

CVE
#sql#vulnerability#sap

Version: 3.2.1****Description

The reports_id parameter appears to be vulnerable to SQL injection attacks. A single quote was submitted in the reports_id parameter, and a database error message was returned. Two single quotes were then submitted and the error message disappeared.

Proof of Concept******Step 1: Add single quote was submitted in the reports_id parameter, and a database error message was returned.**********Step 2:** Then add two quotes and submit the request, the error message disappears.**********Step 3:** Use SQLMap to dump full database.********Impact**

SQL injection vulnerabilities arise when user-controllable data is incorporated into database SQL queries in an unsafe manner. An attacker can supply crafted input to break out of the data context in which their input appears and interfere with the structure of the surrounding query.
A wide range of damaging attacks can often be delivered via SQL injection, including reading or modifying critical application data, interfering with application logic, escalating privileges within the database and taking control of the database server.

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda