Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL injection Vulnerability on "reports_id" in rukovoditel 3.2.1 #1

Closed
anhdq201 opened this issue Oct 8, 2022 · 1 comment
Closed

Comments

@anhdq201
Copy link
Owner

anhdq201 commented Oct 8, 2022

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.

image

Step 2: Then add two quotes and submit the request, the error message disappears.

image

Step 3: Use SQLMap to dump full database.

image

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.

Repository owner locked and limited conversation to collaborators Oct 9, 2022
Repository owner unlocked this conversation Oct 9, 2022
@anhdq201 anhdq201 closed this as completed Oct 9, 2022
@anhdq201 anhdq201 reopened this Oct 23, 2022
@anhdq201
Copy link
Owner Author

anhdq201 commented Nov 2, 2022

CVE-2022-43168

@anhdq201 anhdq201 closed this as completed Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant