XSS Vulnerability – wp_shopping_cart.php
-
Output sanitation is missing leading to an XSS vulnerability.
wp_shopping_cart.php:488
$replacement .= ‘<input type=”hidden” name=”cartLink” value=”‘ . cart_current_page_url() . ‘” />’;
The function cart_current_page_url() does not provide sanitation. No sanitation present on the returned value of this function.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘XSS Vulnerability – wp_shopping_cart.php’ is closed to new replies.