{"id":57159,"date":"2025-07-04T14:24:54","date_gmt":"2025-07-04T14:24:54","guid":{"rendered":""},"modified":"2025-09-16T07:09:07","modified_gmt":"2025-09-16T13:09:07","slug":"cve-2025-5304-privilege-escalation-vulnerability-in-pt-project-notebooks-plugin-for-wordpress","status":"publish","type":"post","link":"https:\/\/www.ameeba.com\/blog\/cve-2025-5304-privilege-escalation-vulnerability-in-pt-project-notebooks-plugin-for-wordpress\/","title":{"rendered":"<strong>CVE-2025-5304: Privilege Escalation Vulnerability in PT Project Notebooks Plugin for WordPress<\/strong>"},"content":{"rendered":"<p><strong>Overview<\/strong><\/p>\n<p>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 <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-6510-critical-vulnerability-in-netgear-ex6100-leading-to-potential-system-compromise\/\"  data-wpil-monitor-id=\"63660\">vulnerability could potentially<\/a> affect millions of websites worldwide, leading to system compromise or data leakage.<\/p>\n<p><strong>Vulnerability Summary<\/strong><\/p>\n<p>CVE ID: CVE-2025-5304<br \/>\nSeverity: Critical (9.8 CVSS)<br \/>\nAttack Vector: Network<br \/>\nPrivileges Required: None<br \/>\nUser Interaction: None<br \/>\nImpact: <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2023-47031-critical-privilege-escalation-vulnerability-in-ncr-terminal-handler\/\"  data-wpil-monitor-id=\"63633\">Privilege escalation<\/a> leading to potential system compromise or data leakage<\/p>\n<p><strong>Affected Products<\/strong><\/p><div id=\"ameeb-2705131276\" class=\"ameeb-content-2 ameeb-entity-placement\"><div style=\"border-left: 4px solid #555; padding-left: 20px; margin: 48px 0; font-family: Roboto, sans-serif; color: #ffffff; line-height: 1.6; max-width: 700px;\">\r\n  <h2 style=\"margin-top: 0; font-size: 20px; font-weight: 600; display: flex; align-items: center;\">\r\n    <a href=\"https:\/\/www.ameeba.com\/chat\" style=\"display: inline-flex; align-items: center; margin-right: 8px;\">\r\n      <img decoding=\"async\" src=\"https:\/\/www.ameeba.com\/blog\/wp-content\/uploads\/2025\/10\/Best-App-icon-Ameeba.png\" alt=\"Ameeba Chat Icon\" style=\"width: 40px; height: 40px;\" \/>\r\n    <\/a>\r\n    A new way to communicate\r\n  <\/h2>\r\n\r\n  <p style=\"margin-bottom: 12px;\">\r\n    Ameeba Chat is built on encrypted identity, not personal profiles.\r\n  <\/p>\r\n\r\n  <p style=\"margin-bottom: 16px;\">\r\n    Message, call, share files, and coordinate with identities kept separate.\r\n  <\/p>\r\n\r\n  <ul style=\"list-style: none; padding-left: 0; margin-bottom: 20px;\">\r\n    <li>\u2022 Encrypted identity<\/li>\r\n    <li>\u2022 Ameeba Chat authenticates access<\/li>\r\n    <li>\u2022 Aliases and categories<\/li>\r\n    <li>\u2022 End-to-end encrypted chat, calls, and files<\/li>\r\n    <li>\u2022 Secure notes for sensitive information<\/li>\r\n  <\/ul>\r\n\r\n  <p style=\"font-style: italic; font-weight: 600; margin-bottom: 24px;\">\r\n    Private communication, rethought.\r\n  <\/p>\r\n\r\n  <div style=\"display: flex; flex-wrap: wrap; gap: 12px;\">\r\n    <a href=\"https:\/\/www.ameeba.com\/chat\/download\" style=\"background-color: #ffffff; color: #000000; padding: 10px 20px; text-decoration: none; border-radius: 6px; font-weight: 500;\">Download Ameeba Chat<\/a>\r\n    <a href=\"https:\/\/www.ameeba.com\/chat\" style=\"border: 1px solid #ffffff; color: #ffffff; padding: 10px 20px; text-decoration: none; border-radius: 6px; font-weight: 500;\">Learn More<\/a>\r\n  <\/div>\r\n<\/div>\r\n<\/div>\n<p>Product | Affected Versions<\/p>\n<p>PT Project Notebooks <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-6755-wordpress-plugin-vulnerability-leads-to-arbitrary-file-deletion\/\"  data-wpil-monitor-id=\"65625\">Plugin for WordPress<\/a> | 1.0.0 &#8211; 1.1.3<\/p>\n<p><strong>How the Exploit Works<\/strong><\/p>\n<p>The <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-32281-high-severity-missing-authorization-vulnerability-in-focuxtheme-wpkit-for-elementor\/\"  data-wpil-monitor-id=\"65283\">vulnerability exists due to missing authorization<\/a> 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 <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-4334-critical-privilege-escalation-vulnerability-in-simple-user-registration-plugin-for-wordpress\/\"  data-wpil-monitor-id=\"64922\">user&#8217;s privileges<\/a> before performing its task. Because of this, an unauthenticated attacker can exploit this <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-50213-special-element-injection-vulnerability-in-apache-airflow-providers-snowflake\/\"  data-wpil-monitor-id=\"63997\">vulnerability by sending a specially<\/a> crafted request to this function, thereby gaining administrator privileges.<\/p>\n<p><strong>Conceptual Example Code<\/strong><\/p><div id=\"ameeb-835091264\" class=\"ameeb-content ameeb-entity-placement\"><div class=\"poptin-embedded\" data-id=\"f6b387694f681\"><\/div>\r\n\r\n\r\n\r\n\r\n\r\n<\/div>\n<p>Here&#8217;s a simplified example of how the vulnerability might be exploited:<\/p>\n<pre><code class=\"\" data-line=\"\">POST \/wp-admin\/admin-ajax.php?action=wpnb_pto_new_users_add HTTP\/1.1\nHost: vulnerable-website.com\nContent-Type: application\/x-www-form-urlencoded\nuser_login=attacker&amp;user_pass=password&amp;role=administrator<\/code><\/pre>\n<p>In this example, an attacker sends a POST request to the wpnb_pto_new_users_add function, which is <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-52571-unauthenticated-access-to-telegram-account-and-server-via-hikka-userbot\/\"  data-wpil-monitor-id=\"64500\">accessible via<\/a> the admin-ajax.php endpoint. The request specifies the new user&#8217;s login name (attacker), password, and role (administrator). Because the function does not properly check the <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2014-7210-overly-privileged-mysql-user-in-pdns-backend-mysql\/\"  data-wpil-monitor-id=\"64988\">user&#8217;s privileges<\/a> before performing its task, the attacker is able to create a new administrator account.<\/p>\n<p><strong>Mitigation<\/strong><\/p>\n<p>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 <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2022-43110-critical-unauthenticated-remote-system-configuration-vulnerability-in-voltronic-power-viewpower-powershield-netguard\/\"  data-wpil-monitor-id=\"83150\">systems can be configured<\/a> to block or alert on suspicious requests to the wpnb_pto_new_users_add function, thus preventing the vulnerability from being exploited.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>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 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"footnotes":""},"categories":[1],"tags":[],"vendor":[],"product":[],"attack_vector":[76],"asset_type":[],"severity":[],"exploit_status":[],"class_list":["post-57159","post","type-post","status-publish","format-standard","hentry","category-uncategorized","attack_vector-privilege-escalation"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts\/57159","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/comments?post=57159"}],"version-history":[{"count":9,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts\/57159\/revisions"}],"predecessor-version":[{"id":75687,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts\/57159\/revisions\/75687"}],"wp:attachment":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/media?parent=57159"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/categories?post=57159"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/tags?post=57159"},{"taxonomy":"vendor","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/vendor?post=57159"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/product?post=57159"},{"taxonomy":"attack_vector","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/attack_vector?post=57159"},{"taxonomy":"asset_type","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/asset_type?post=57159"},{"taxonomy":"severity","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/severity?post=57159"},{"taxonomy":"exploit_status","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/exploit_status?post=57159"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}