CIDRAM Security & Risk Analysis

wordpress.org/plugins/cidram

CIDRAM: A PHP-level CIDR/IP-based firewall solution.

20 active installs v4.0.1 PHP 7.2+ WP 4.8+ Updated Jan 19, 2026
anti-spamcidrfirewallsecuritywaf
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is CIDRAM Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 2mo ago
Risk Assessment

The 'cidram' plugin v4.0.1 presents a mixed security posture. While the plugin boasts a zero attack surface and a clean vulnerability history with no known CVEs, its static analysis reveals significant underlying concerns. The presence of the 'unserialize' function is a critical red flag, especially when coupled with a concerning output escaping rate of only 1%. Furthermore, taint analysis indicates three flows with unsanitized paths, one of which is of high severity. This suggests that user-supplied data, if processed by these unsanitized flows and subsequently passed through 'unserialize' or improperly escaped output mechanisms, could lead to serious security vulnerabilities such as remote code execution or data leakage.

The lack of any nonce checks, capability checks beyond a single instance, and a very low output escaping rate are substantial weaknesses. These elements, combined with the identified tainted data flows, significantly increase the risk of exploitation. While the plugin has a positive historical record, the current static analysis findings highlight potential risks that need immediate attention. The plugin's strengths lie in its lack of external attack vectors and its clean CVE history, but the internal code quality regarding data sanitization and output handling is a major concern.

Key Concerns

  • Dangerous function 'unserialize' used
  • High severity taint flow found
  • Taint flows with unsanitized paths (3)
  • Low output escaping rate (1%)
  • No nonce checks
  • Minimal capability checks (1)
Vulnerabilities
None known

CIDRAM Security Vulnerabilities

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

CIDRAM Code Analysis

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

Dangerous Functions Found

unserialize$Data = unserialize($Data) ?: [];vault\events\default.php:142
unserialize$Data = (is_string($Data) && $Data !== '') ? unserialize($Data) : [];vault\Maikuolan\Common\Cache.php:366
unserialize$Arr = unserialize($Entry);vault\Maikuolan\Common\Cache.php:1121

SQL Query Safety

100% prepared22 total queries

Output Escaping

1% escaped79 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
<fixer> (vault\pages\fixer.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

CIDRAM Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actioninitcidram.php:71
actionadmin_menucidram.php:78
Maintenance & Trust

CIDRAM Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedJan 19, 2026
PHP min version7.2
Downloads7K

Community Trust

Rating100/100
Number of ratings12
Active installs20
Developer Profile

CIDRAM Developer Profile

Maikuolan

1 plugin · 20 total installs

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

How We Detect CIDRAM

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/cidram/asset/admin.min.css/wp-content/plugins/cidram/asset/admin.min.js
Script Paths
/wp-content/plugins/cidram/asset/admin.min.js
Version Parameters
cidram/asset/admin.min.css?ver=cidram/asset/admin.min.js?ver=

HTML / DOM Fingerprints

CSS Classes
cidram-admin-page
HTML Comments
CIDRAM COPYRIGHT 2016 and beyond by Caleb Mazalevskis (Maikuolan).License: GNU/GPLv2This file: Methods for updating CIDRAM components (last modified: 2025.09.28).
Data Attributes
data-cidram-nonce
FAQ

Frequently Asked Questions about CIDRAM