Ameeba Chat App store presentation
Download Ameeba Chat Today
Ameeba Blog Search

CVE-2025-5304: Privilege Escalation Vulnerability in PT Project Notebooks Plugin for WordPress

Ameeba’s Mission: Safeguarding privacy by securing data and communication with our patented anonymization technology.

Overview

CVE-2025-5304 is a high-severity vulnerability found in the PT Project Notebooks plugin for WordPress. This vulnerability is of particular concern due to its potential to allow unauthenticated attackers to elevate their privileges to that of an administrator. As WordPress is one of the most popular content management systems in the world, this vulnerability could potentially affect millions of websites worldwide, leading to system compromise or data leakage.

Vulnerability Summary

CVE ID: CVE-2025-5304
Severity: Critical (9.8 CVSS)
Attack Vector: Network
Privileges Required: None
User Interaction: None
Impact: Privilege escalation leading to potential system compromise or data leakage

Affected Products

Ameeba Chat Icon Escape the Surveillance Era

Most apps won’t tell you the truth.
They’re part of the problem.

Phone numbers. Emails. Profiles. Logs.
It’s all fuel for surveillance.

Ameeba Chat gives you a way out.

  • • No phone number
  • • No email
  • • No personal info
  • • Anonymous aliases
  • • End-to-end encrypted

Chat without a trace.

Product | Affected Versions

PT Project Notebooks Plugin for WordPress | 1.0.0 – 1.1.3

How the Exploit Works

The vulnerability exists due to missing authorization in the wpnb_pto_new_users_add() function of the PT Project Notebooks plugin for WordPress. This function, which is meant to add new users, does not properly check the user’s privileges before performing its task. Because of this, an unauthenticated attacker can exploit this vulnerability by sending a specially crafted request to this function, thereby gaining administrator privileges.

Conceptual Example Code

Here’s a simplified example of how the vulnerability might be exploited:

POST /wp-admin/admin-ajax.php?action=wpnb_pto_new_users_add HTTP/1.1
Host: vulnerable-website.com
Content-Type: application/x-www-form-urlencoded
user_login=attacker&user_pass=password&role=administrator

In this example, an attacker sends a POST request to the wpnb_pto_new_users_add function, which is accessible via the admin-ajax.php endpoint. The request specifies the new user’s login name (attacker), password, and role (administrator). Because the function does not properly check the user’s privileges before performing its task, the attacker is able to create a new administrator account.

Mitigation

Users are advised to apply the vendor patch as soon as possible. In the meantime, they can use a Web Application Firewall (WAF) or Intrusion Detection System (IDS) for temporary mitigation. These systems can be configured to block or alert on suspicious requests to the wpnb_pto_new_users_add function, thus preventing the vulnerability from being exploited.

Talk freely. Stay anonymous with Ameeba Chat.

Disclaimer:

The information and code presented in this article are provided for educational and defensive cybersecurity purposes only. Any conceptual or pseudocode examples are simplified representations intended to raise awareness and promote secure development and system configuration practices.

Do not use this information to attempt unauthorized access or exploit vulnerabilities on systems that you do not own or have explicit permission to test.

Ameeba and its authors do not endorse or condone malicious behavior and are not responsible for misuse of the content. Always follow ethical hacking guidelines, responsible disclosure practices, and local laws.
Ameeba Chat