Skip to content

Instantly share code, notes, and snippets.

@senzee1984
Created August 31, 2022 23:03
Show Gist options
  • Save senzee1984/47666f584cd4cdad1d0f6af5f33a56db to your computer and use it in GitHub Desktop.
Save senzee1984/47666f584cd4cdad1d0f6af5f33a56db to your computer and use it in GitHub Desktop.
Public Reference for CVE-2022-36259

Product: InvetoryManagementSystem

Vendor: https://github.com/sazanrjb

Affected Version(s): 1.0

CVE ID: CVE-2022-36259

Description: A SQL injection vulnerability in ConnectionFactory.java in sazanrjb InventoryManagementSystem 1.0 allows attackers to execute arbitrary SQL commands via the parameters such as "username", "password", etc.

Vulnerability Type: SQL injection

Root Cause: Multiple methods and their parameters such as checkLogin(String username,String password, String user) in source file ConnectionFactory.java do not have user input sanitiazation.

Impact: An attacker is able to extract sensitive data from the database.

PoC:

  1. Set value of parameter "username" as '--.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment