Contenido del dia Security & Risk Analysis

wordpress.org/plugins/contenido-del-dia

Este plugins hace que en tu sitio web se muestre el contenido diario, verso, imagen, vídeo y reflexiones; actualizado todos los días por Bibliatodo.

10 active installs v2.3 PHP + WP 4.6+ Updated Sep 1, 2025
biblebibliaconcordanciacristianoversiculo
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Contenido del dia Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 7mo ago
Risk Assessment

The 'contenido-del-dia' plugin v2.3 exhibits a mixed security posture. On one hand, it demonstrates good practices by having no known CVEs, no external HTTP requests, no file operations, and all SQL queries using prepared statements. The limited attack surface, with only one shortcode and no AJAX handlers or REST API routes, is also a positive sign. However, there are significant concerns. The use of the `create_function` is a dangerous function that can lead to remote code execution if user input is not strictly controlled. Furthermore, only 14% of the 14 output escapes are properly escaped, indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities. The complete lack of nonce and capability checks on its entry points, particularly the shortcode, means that any user, even unauthenticated ones, could potentially trigger unintended behavior or exploit vulnerabilities if the `create_function` or unescaped output is misused.

While the vulnerability history shows no recorded issues, this is likely due to the limited scope of analysis or the absence of extensive public scrutiny rather than an inherent lack of risk. The presence of `create_function` and widespread unescaped output, combined with the absence of critical security checks, presents a substantial risk. The plugin's strengths lie in its limited attack surface and secure database interactions, but these are overshadowed by the immediate threats posed by the dangerous function and XSS potential. A critical review and refactoring of the code, especially concerning `create_function` and output sanitization, are strongly recommended.

Key Concerns

  • Dangerous function: create_function
  • Low output escaping percentage (14%)
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Contenido del dia Security Vulnerabilities

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

Contenido del dia Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function('', 'return register_widget("cdd_contenidodeldiaWidget")contenido-del-dia.php:102

Output Escaping

14% escaped14 total outputs
Attack Surface

Contenido del dia Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[cdd_contenidodeldia] contenido-del-dia.php:42
WordPress Hooks 1
actionwidgets_initcontenido-del-dia.php:102
Maintenance & Trust

Contenido del dia Maintenance & Trust

Maintenance Signals

WordPress version tested
Last updatedSep 1, 2025
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Contenido del dia Developer Profile

BibliaTodo

8 plugins · 150 total installs

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

How We Detect Contenido del dia

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

Asset Fingerprints

Script Paths
https://www.bibliatodo.com/assets/js/wordpress/es/widget-contenido-dia.js

HTML / DOM Fingerprints

Data Attributes
widget_id="cdd_contenidodeldiaWidget"
Shortcode Output
[cdd_contenidodeldia]
FAQ

Frequently Asked Questions about Contenido del dia