Posts by Type Access Security & Risk Analysis

wordpress.org/plugins/posts-by-type-access

Adds a link to drafts, posted, scheduled items and categories under the posts, pages, and other custom post type sections in the admin menu.

20 active installs v2.3 PHP + WP 3.1.0+ Updated Dec 3, 2023
admincategoriesposts
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Posts by Type Access Safe to Use in 2026?

Generally Safe

Score 85/100

Posts by Type Access has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 2yr ago
Risk Assessment

The "posts-by-type-access" v2.3 plugin exhibits a generally positive security posture based on the provided static analysis. The absence of any known CVEs and the lack of critical or high-severity findings in the taint analysis are encouraging indicators. Furthermore, the plugin appears to have a minimal attack surface, with no identified AJAX handlers, REST API routes, shortcodes, or cron events that are directly exposed or unprotected. This suggests a thoughtful approach to limiting potential entry points for attackers.

However, significant concerns arise from the code signals. The analysis reveals that 100% of SQL queries are not using prepared statements, a critical oversight that opens the door to SQL injection vulnerabilities. Additionally, none of the outputs are properly escaped, creating a high risk of cross-site scripting (XSS) attacks. The taint analysis, while not reporting critical or high severity, did find flows with unsanitized paths, which, combined with the lack of output escaping and raw SQL queries, suggests a potential for severe vulnerabilities.

While the vulnerability history is clean, it's crucial to remember that past security isn't a guarantee of future safety, especially when fundamental security practices like prepared statements and output escaping are absent. The plugin's strengths lie in its limited attack surface and clean CVE history. Its weaknesses, however, are substantial and directly related to fundamental web application security principles, posing a considerable risk that needs immediate attention.

Key Concerns

  • All SQL queries lack prepared statements
  • No output escaping found
  • Taint flows with unsanitized paths found
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Posts by Type Access Security Vulnerabilities

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

Posts by Type Access Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

0% escaped4 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
posts_by_type_access_admin_page (posts-by-type-access.php:142)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Posts by Type Access Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actioninitposts-by-type-access.php:243
actionadmin_menuposts-by-type-access.php:247
actionadmin_menuposts-by-type-access.php:248
Maintenance & Trust

Posts by Type Access Maintenance & Trust

Maintenance Signals

WordPress version tested6.4.8
Last updatedDec 3, 2023
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

Posts by Type Access Developer Profile

Greg Ross

34 plugins · 8K total installs

80
trust score
Avg Security Score
88/100
Avg Patch Time
39 days
View full developer profile
Detection Fingerprints

How We Detect Posts by Type Access

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/posts-by-type-access/posts-by-type-access.php

HTML / DOM Fingerprints

CSS Classes
wrapupdatedsettings-error
Data Attributes
name="posts_by_type_access[published]"id="posts_by_type_access_published"name="posts_by_type_access[scheduled]"id="posts_by_type_access_scheduled"name="posts_by_type_access[drafts]"id="posts_by_type_access_drafts"+2 more
FAQ

Frequently Asked Questions about Posts by Type Access