CyberRota Analysis
AI-GeneratedThe GamiPress plugin for WordPress is vulnerable to Insecure Direct Object Reference, allowing unauthenticated attackers to access private activity logs of any user, including sensitive information like badge earnings and points balances. This vulnerability arises from inadequate validation of the 'access' parameter, making it easily exploitable by any visitor. WordPress site administrators using the GamiPress plugin should prioritize patching this issue to protect user data and maintain privacy.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
The GamiPress – Gamification plugin to reward points, achievements, badges & ranks in WordPress plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 7.9.4 via the 'access' parameter due to missing validation on a user controlled key. This makes it possible for unauthenticated attackers to view private GamiPress activity log entries belonging to any user, including badge earnings, points balance changes, and event records from integrated plugins such as WooCommerce, LearnDash, and BuddyPress. This is exploitable by any unauthenticated visitor because the required 'gamipress' nonce is broadcast to all front-end users via wp_localize_script on the wp_enqueue_scripts hook, making the sole authentication barrier trivially bypassable.