Page and Post Description Security & Risk Analysis

wordpress.org/plugins/page-and-post-description

View Description for each Page and Post.

0 active installs v1.7 PHP 5.4+ WP 4.1+ Updated Feb 4, 2026
descriptionlabelnotespagepost
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Page and Post Description Safe to Use in 2026?

Generally Safe

Score 100/100

Page and Post Description has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1mo ago
Risk Assessment

The "page-and-post-description" plugin version 1.7 exhibits a mixed security posture. On the positive side, it demonstrates good practices in SQL query handling and output escaping, with 100% of SQL queries using prepared statements and all outputs being properly escaped. The absence of file operations, external HTTP requests, and bundled libraries are also strengths. Furthermore, the plugin has no recorded vulnerabilities in its history, suggesting a history of stable and secure development.

However, the analysis reveals significant concerns. The plugin exposes a single AJAX handler without any authentication or capability checks. This unprotected entry point is a primary risk. Compounding this, a taint analysis identified one flow with an unsanitized path classified as high severity. This, coupled with the presence of the `unserialize` function, which can be a gateway to remote code execution if misused with untrusted input, presents a notable risk. The lack of authentication on the AJAX endpoint means that an attacker could potentially trigger this high-severity taint flow with unsanitized input, leading to a security compromise.

In conclusion, while the plugin has a clean vulnerability history and implements some strong security measures, the critical finding of an unprotected AJAX handler and a high-severity unsanitized taint flow, potentially exacerbated by the use of `unserialize`, creates a significant security risk. The absence of authentication on this critical entry point is the most pressing concern that needs immediate attention. Addressing this unprotected AJAX handler and ensuring all inputs processed by the plugin are thoroughly sanitized is paramount to improving its security.

Key Concerns

  • AJAX handler without auth checks
  • High severity unsanitized taint flow
  • Dangerous function: unserialize
Vulnerabilities
None known

Page and Post Description Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 17, 2026

Page and Post Description Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
5 prepared
Unescaped Output
0
69 escaped
Nonce Checks
1
Capability Checks
1
File Operations
0
External Requests
0
Bundled Libraries
0

Dangerous Functions Found

unserialize$PageAndPostDescription_ItemMetaDataArray = unserialize (trim ($PageAndPostDescription_ItemMetaData)includes\ajax_page-and-post-list.php:74

SQL Query Safety

100% prepared5 total queries

Output Escaping

100% escaped69 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<ajax_page-and-post-list> (includes\ajax_page-and-post-list.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
1 unprotected

Page and Post Description Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_page_and_post_descriptionpage-and-post-description.php:77
WordPress Hooks 6
actionadmin_menuincludes\admin\admin.php:13
actionadd_meta_boxesincludes\admin\admin.php:26
actionsave_postincludes\admin\admin.php:87
actionplugins_loadedincludes\init.php:13
actioninitpage-and-post-description.php:39
actionadmin_enqueue_scriptspage-and-post-description.php:49
Maintenance & Trust

Page and Post Description Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedFeb 4, 2026
PHP min version5.4
Downloads1K

Community Trust

Rating100/100
Number of ratings1
Active installs0
Developer Profile

Page and Post Description Developer Profile

wpgear

15 plugins · 2K total installs

86
trust score
Avg Security Score
97/100
Avg Patch Time
33 days
View full developer profile
Detection Fingerprints

How We Detect Page and Post Description

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/page-and-post-description/admin-style.css/wp-content/plugins/page-and-post-description/includes/post-list.js
Script Paths
/wp-content/plugins/page-and-post-description/includes/post-list.js

HTML / DOM Fingerprints

Data Attributes
name='pnpd_description'
JS Globals
PageAndPostDescription_VarObject
FAQ

Frequently Asked Questions about Page and Post Description