RedPic ADS Manager Lite Security & Risk Analysis

wordpress.org/plugins/rp-ads-manager

JS/HTML ads block manager. Allows you to create and insert blocks of code anywhere on the blog.

10 active installs v1.6.1 PHP 5.6+ WP 4.0+ Updated Oct 13, 2021
adad-manageradsenseadvertisinggoogle-adsense
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is RedPic ADS Manager Lite Safe to Use in 2026?

Generally Safe

Score 85/100

RedPic ADS Manager Lite has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 4yr ago
Risk Assessment

The "rp-ads-manager" v1.6.1 plugin presents a mixed security profile. On the positive side, it has a zero attack surface from an external perspective, with no identifiable AJAX handlers, REST API routes, shortcodes, or cron events that are exposed without authentication or capability checks. This significantly limits direct attack vectors into the plugin. Additionally, there's no history of reported CVEs, suggesting a relatively clean past in terms of publicly disclosed vulnerabilities.

However, the static analysis reveals several concerning internal code practices. The presence of 13 dangerous function calls, notably `unserialize`, is a significant red flag. `unserialize` is notoriously insecure when handling untrusted input, as it can lead to Remote Code Execution (RCE) vulnerabilities if data is crafted maliciously. Furthermore, the plugin exhibits poor output escaping practices, with only 9% of outputs being properly escaped. This, combined with the `unserialize` calls, creates a substantial risk of Cross-Site Scripting (XSS) and potentially RCE if any data processed by `unserialize` originates from user input without proper sanitization.

The taint analysis also shows three flows with unsanitized paths, indicating that data might be flowing through the application without adequate cleaning. While these flows are not classified as critical or high severity in the provided data, their presence alongside insecure functions and poor escaping is worrying. The lack of nonce checks and capability checks across the board further exacerbates these risks, as it suggests that even internal functions might be susceptible to manipulation if an attacker can trigger them with crafted data.

Key Concerns

  • Dangerous function calls (unserialize)
  • Poor output escaping
  • Taint flows with unsanitized paths
  • No nonce checks
  • No capability checks
  • Low percentage of prepared statements for SQL
Vulnerabilities
None known

RedPic ADS Manager Lite Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

RedPic ADS Manager Lite Release Timeline

v1.6.1Current
v1.6.0
v1.5.4
v1.5.3
v1.5.0
v1.4.2
v1.4.1
v1.4.0
v1.3.0
v1.2.0
v1.1.7
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.1
v1.0.0
Code Analysis
Analyzed Mar 16, 2026

RedPic ADS Manager Lite Code Analysis

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

Dangerous Functions Found

unserialize$code = stripcslashes( unserialize( $record['code'] ) );src\Database\Schema.php:146
unserialize$init = unserialize( $record['init'] );src\Database\Schema.php:150
unserialize$data['code'] = stripslashes( unserialize( $data['code'] ) );src\Helper\Block.php:26
unserialize$data['options'] = unserialize( $data['options'] );src\Helper\Block.php:30
unserializeFooter::$js[(int)$data] = stripslashes( unserialize( $data['init'] ) );src\Helper\Block.php:44
unserialize$ad['options'] = unserialize( $ad['options'] );src\Hooks\Frontend\Content.php:35
unserialize$ad['options'] = unserialize( $ad['options'] );src\Hooks\Frontend\LoopStart.php:36
unserialize'options' => unserialize( $array['options'] )src\Util\Converter.php:26
unserialize'options' => unserialize( $array['options'] )src\Util\Converter.php:39
unserialize$convertedData[0]['places'][ $place ] = unserialize( $array['options'] );src\Util\Converter.php:51
unserialize$convertedData[0]['places'][ $place ] = unserialize( $array['options'] );src\Util\Converter.php:64
unserialize$convertedData[ $id ]['places'][ $place ] = unserialize( $array['options'] );src\Util\Converter.php:78
unserialize$convertedData[ $id ]['places'][ $place ] = unserialize( $array['options'] );src\Util\Converter.php:92

SQL Query Safety

21% prepared14 total queries

Output Escaping

9% escaped225 total outputs
Data Flows · Security
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
<list> (templates\backend\codes\list.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

RedPic ADS Manager Lite Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionplugins_loadedrp-ads-manager.php:51
actionadmin_noticessrc\Hooks\Backend\AdminInit.php:47
Maintenance & Trust

RedPic ADS Manager Lite Maintenance & Trust

Maintenance Signals

WordPress version tested5.8.13
Last updatedOct 13, 2021
PHP min version5.6
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

RedPic ADS Manager Lite Developer Profile

Vladimir

1 plugin · 10 total installs

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

How We Detect RedPic ADS Manager Lite

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/rp-ads-manager/assets/selectize/selectize.default.css/wp-content/plugins/rp-ads-manager/assets/editor.js
Script Paths
/wp-content/plugins/rp-ads-manager/assets/selectize/selectize.js/wp-content/plugins/rp-ads-manager/assets/editor.js
Version Parameters
rp-ads-manager/assets/selectize/selectize.js?ver=rp-ads-manager/assets/editor.js?ver=

HTML / DOM Fingerprints

JS Globals
rpam_url
FAQ

Frequently Asked Questions about RedPic ADS Manager Lite