Bulk Page Creator Security & Risk Analysis

wordpress.org/plugins/bulk-page-creator

Allows you to create multiple pages in a batch/bulk manner saving time when initially setting up your WordPress site

10K active installs v1.1.4 PHP + WP 3.1+ Updated May 7, 2022
add-pagesbatch-actionbulk-page-creatordagan-levsolid-code
84
B · Generally Safe
CVEs total1
Unpatched0
Last CVEMay 9, 2022
Safety Verdict

Is Bulk Page Creator Safe to Use in 2026?

Mostly Safe

Score 84/100

Bulk Page Creator is generally safe to use though it hasn't been updated recently. 1 past CVE were resolved. Keep it updated.

1 known CVELast CVE: May 9, 2022Updated 3yr ago
Risk Assessment

The "bulk-page-creator" plugin v1.1.4 exhibits a mixed security posture. While the static analysis shows a seemingly small attack surface with no identified unprotected entry points like AJAX handlers, REST API routes, or shortcodes, and a low number of dangerous functions or file operations, there are significant concerns regarding its handling of data and past vulnerabilities.

The most notable weakness is the presence of a single SQL query that does not utilize prepared statements, increasing the risk of SQL injection. Furthermore, only 50% of output escaping is properly handled, leaving potential avenues for Cross-Site Scripting (XSS) vulnerabilities. The taint analysis, while showing no critical or high severity flows, is based on a limited number of flows analyzed, which may not cover all potential scenarios.

The plugin's vulnerability history reveals one high-severity CVE, specifically a Cross-Site Request Forgery (CSRF). The fact that this vulnerability is no longer unpatched is positive, but the historical presence of a high-severity issue, especially CSRF which can be a precursor or companion to other attacks, warrants caution. The absence of recent vulnerabilities could indicate improved development practices or simply a lack of recent focused auditing. Overall, while the plugin has a relatively small attack surface, the unescaped output and raw SQL query present immediate risks, and the past high-severity CSRF vulnerability suggests a need for continued vigilance.

Key Concerns

  • SQL query not using prepared statements
  • Output escaping not properly handled (50%)
  • One high severity CVE historically
Vulnerabilities
1

Bulk Page Creator Security Vulnerabilities

CVEs by Year

1 CVE in 2022
2022
Patched Has unpatched

Severity Breakdown

High
1

1 total CVE

CVE-2022-1611high · 8.8Cross-Site Request Forgery (CSRF)

Bulk Page Creator <= 1.1.3 - Cross-Site Request Forgery to Arbitrary Page Creation

May 9, 2022 Patched in 1.1.4 (624d)
Code Analysis
Analyzed Mar 16, 2026

Bulk Page Creator Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

50% escaped6 total outputs
Attack Surface

Bulk Page Creator Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadmin_menubulk-page-creator.php:40
actionadmin_print_scriptsbulk-page-creator.php:42
actionadmin_print_stylesbulk-page-creator.php:43
Maintenance & Trust

Bulk Page Creator Maintenance & Trust

Maintenance Signals

WordPress version tested5.9.13
Last updatedMay 7, 2022
PHP min version
Downloads295K

Community Trust

Rating96/100
Number of ratings45
Active installs10K
Developer Profile

Bulk Page Creator Developer Profile

DaganLev

3 plugins · 11K total installs

63
trust score
Avg Security Score
77/100
Avg Patch Time
624 days
View full developer profile
Detection Fingerprints

How We Detect Bulk Page 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-creator/my-style.css/wp-content/plugins/bulk-page-creator/my-script.js
Script Paths
/wp-content/plugins/bulk-page-creator/my-script.js

HTML / DOM Fingerprints

CSS Classes
sc-bpc-divsc-pages
Data Attributes
id="sc-bpc-div"id="sc-pages"id="multiPages"id="sc-page-name"id="page_ids"id="page_template"+7 more
Shortcode Output
[pagetitle]
FAQ

Frequently Asked Questions about Bulk Page Creator