Bulk Page Stub Creator Security & Risk Analysis

wordpress.org/plugins/bulk-page-stub-creator

A developer admin plugin that lets you bulk create page stubs by providing a batch of page titles and slugs.

500 active installs v1.2.1 PHP + WP 4.0+ Updated Mar 12, 2026
admindeveloper
99
A · Safe
CVEs total1
Unpatched0
Last CVEApr 17, 2025
Safety Verdict

Is Bulk Page Stub Creator Safe to Use in 2026?

Generally Safe

Score 99/100

Bulk Page Stub Creator has a strong security track record. Known vulnerabilities have been patched promptly.

1 known CVELast CVE: Apr 17, 2025Updated 22d ago
Risk Assessment

The static analysis of the "bulk-page-stub-creator" plugin v1.2.1 reveals a generally strong security posture with several good practices in place. The plugin exhibits no direct attack surface through AJAX handlers, REST API routes, shortcodes, or cron events. Crucially, all SQL queries are properly prepared, there are no file operations or external HTTP requests, and all identified outputs are correctly escaped. The presence of nonce and capability checks further indicates a commitment to secure coding. However, the taint analysis indicates two flows with unsanitized paths, even though they are not flagged as critical or high severity. This warrants attention as it suggests potential, albeit low-level, risks related to how input is handled before being processed. The plugin's vulnerability history shows one past medium-severity vulnerability related to Cross-site Scripting, which has since been patched. The lack of currently unpatched vulnerabilities is positive, but the past XSS issue highlights a specific area of concern that requires ongoing vigilance.

In conclusion, the plugin demonstrates a good foundation for security, with significant efforts made to prevent common web vulnerabilities. The absence of immediate critical flaws and the proper handling of SQL and output are commendable strengths. The identified taint flows with unsanitized paths represent a weakness that should be investigated and remediated to ensure a fully robust security profile. The historical vulnerability, though patched, serves as a reminder to maintain diligent security practices and ensure future updates continue to address potential XSS vectors.

Key Concerns

  • Flows with unsanitized paths found in taint analysis
  • Past medium severity vulnerability (XSS)
Vulnerabilities
1

Bulk Page Stub Creator Security Vulnerabilities

CVEs by Year

1 CVE in 2025
2025
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

CVE-2025-39519medium · 6.1Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Bulk Page Stub Creator <= 1.1 - Reflected Cross-Site Scripting

Apr 17, 2025 Patched in 1.2 (14d)
Code Analysis
Analyzed Mar 16, 2026

Bulk Page Stub Creator Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
0
23 escaped
Nonce Checks
2
Capability Checks
6
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

100% escaped23 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
admin_page (includes\show-admin-page.php:213)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Bulk Page Stub Creator Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionadmin_menuincludes\show-admin-page.php:43
Maintenance & Trust

Bulk Page Stub Creator Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedMar 12, 2026
PHP min version
Downloads7K

Community Trust

Rating94/100
Number of ratings3
Active installs500
Developer Profile

Bulk Page Stub Creator Developer Profile

runthings.dev

11 plugins · 2K total installs

94
trust score
Avg Security Score
100/100
Avg Patch Time
14 days
View full developer profile
Detection Fingerprints

How We Detect Bulk Page Stub Creator

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/bulk-page-stub-creator/assets/css/style.css
Script Paths
/wp-content/plugins/bulk-page-stub-creator/assets/js/bulk-page-stub-creator.js
Version Parameters
bulk-page-stub-creator/assets/css/style.css?ver=bulk-page-stub-creator/assets/js/bulk-page-stub-creator.js?ver=

HTML / DOM Fingerprints

HTML Comments
<!-- Bulk Page Stub Creator --><!-- Bulk Page Stub Creator Start --><!-- Bulk Page Stub Creator End -->
JS Globals
bulkPageStubCreatorAdmin
FAQ

Frequently Asked Questions about Bulk Page Stub Creator