WP Support Plus Responsive Ticket...

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

## Homepage: ## https://wordpress.org/plugins/wp-support-plus-responsive-ticket-system/ ## Description: ## Type user access: any user. $_POST[‘cat_id’] is not escaped. Is accessible for any user. ## File / Code: ## Path: /wp-content/wp-support-plus-responsive-ticket-system/includes/admin/wpsp_getCatName.php Line: 4 <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly global $wpdb; $category = $wpdb->get_row( "SELECT * FROM {$wpdb->prefix}wpsp_catagories where id=".$_POST['cat_id'] ); echo stripcslashes($category->name); ?> ## Proof of Concept: ## 1 – Usingo form html: ![](https://images.seebug.org/1493105841239) 2 – Using Postman ( Plugin for request of chrome ) ![](https://images.seebug.org/1493105853594)

0%
暂无可用Exp或PoC
当前有0条受影响产品信息