Custom CSS for pages Security & Risk Analysis

wordpress.org/plugins/custom-css-for-pages

Create custom css for pages.

10 active installs v1.0 PHP + WP 4.0+ Updated Jun 30, 2016
csscustomcustom-csspagespost-custom-css
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Custom CSS for pages Safe to Use in 2026?

Generally Safe

Score 85/100

Custom CSS for pages has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9yr ago
Risk Assessment

The plugin "custom-css-for-pages" v1.0 exhibits a generally good security posture based on the static analysis. The absence of AJAX handlers, REST API routes, shortcodes, and cron events, coupled with a zero attack surface, significantly limits potential entry points for attackers. Furthermore, the plugin exclusively uses prepared statements for SQL queries, which is a strong indicator of secure database interaction. However, the presence of two instances of the `unserialize` function is a notable concern. While taint analysis shows no unsanitized flows, the capability of `unserialize` to execute arbitrary code if provided with malicious serialized data presents a latent risk. The lack of capability checks on any entry points is also a weakness, though this is mitigated by the zero attack surface. The plugin's vulnerability history is clean, with no recorded CVEs, suggesting a history of secure development or a lack of past exploitation. Despite the clean history, the identified `unserialize` usage warrants attention, as it's a known attack vector if not handled with extreme care and proper input validation.

Key Concerns

  • Use of unserialize function
  • Missing capability checks
Vulnerabilities
None known

Custom CSS for pages Security Vulnerabilities

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

Custom CSS for pages Code Analysis

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

Dangerous Functions Found

unserialize$value = unserialize(get_post_meta( $post->ID, '_ricc_css', true ));ri_cc.php:42
unserialize$ricss = unserialize(get_post_meta( get_the_id(), '_ricc_css', true ));ri_cc.php:81

Output Escaping

75% escaped4 total outputs
Attack Surface

Custom CSS for pages Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_enqueue_scriptsri_cc.php:18
actionadd_meta_boxesri_cc.php:28
actionsave_postri_cc.php:53
actionwp_enqueue_scriptsri_cc.php:78
Maintenance & Trust

Custom CSS for pages Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.34
Last updatedJun 30, 2016
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Custom CSS for pages Developer Profile

farvehandleren

11 plugins · 240 total installs

84
trust score
Avg Security Score
85/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Custom CSS for pages

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/custom-css-for-pages/css/admin.css
Version Parameters
custom-css-for-pages/css/admin.css?ver=1.0.0

HTML / DOM Fingerprints

CSS Classes
ricc_col
FAQ

Frequently Asked Questions about Custom CSS for pages