CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-5130

High
Published: Translated: NVD NIST

Summary

Wtyczka Debugger & Troubleshooter dla WordPressa była podatna na nieautoryzowaną eskalację uprawnień w wersjach do 1.3.2. Problem wynikał z akceptacji wartości ciasteczka wp_debug_troubleshoot_simulate_user jako identyfikatora użytkownika bez walidacji kryptograficznej.

Risk Assessment

Nieautoryzowani atakujący mogli podszywać się pod dowolnego użytkownika, w tym administratora, co umożliwiało im wykonywanie działań z wysokimi uprawnieniami, takich jak tworzenie nowych kont administratorów czy modyfikacja treści witryny.

Recommendation

Zaleca się aktualizację wtyczki do wersji 1.4.0 lub nowszej, aby skorzystać z wprowadzonego systemu walidacji opartego na tokenach kryptograficznych, który ogranicza możliwość symulacji użytkowników tylko do administratorów.

Related vulnerabilities

Original NVD description (English source)

The Debugger & Troubleshooter plugin for WordPress was vulnerable to Unauthenticated Privilege Escalation in versions up to and including 1.3.2. This was due to the plugin accepting the wp_debug_troubleshoot_simulate_user cookie value directly as a user ID without any cryptographic validation or authorization checks. The cookie value was used to override the determine_current_user filter, which allowed unauthenticated attackers to impersonate any user by simply setting the cookie to their target user ID. This made it possible for unauthenticated attackers to gain administrator-level access and perform any privileged actions including creating new administrator accounts, modifying site content, installing plugins, or taking complete control of the WordPress site. The vulnerability was fixed in version 1.4.0 by implementing a cryptographic token-based validation system where only administrators can initiate user simulation, and the cookie contains a random 64-character token that must be

Vulnerability data from NVD (NIST) · CISA KEV · EPSS