SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-13450

MEDIUM · CVSS 5.3 EPSS 0.41% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-09 · Last synced 2026-08-08

CyberRota Analysis

AI-Generated

The 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.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-13450
Severity
MEDIUM
CVSS
5.3
EPSS
0.41%
WordPress

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.