Maja Envato Security & Risk Analysis

wordpress.org/plugins/maja-envato

The Maja Envato plug-in is a widget as well as a shortcode to display thumbnails from the Envato Marketplaces like Themeforest.

10 active installs v1.0 PHP + WP 2.9+ Updated Jan 31, 2012
activedencodecanyonenvatomarketthemeforest
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Maja Envato Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The "maja-envato" v1.0 plugin presents a mixed security posture. On the positive side, the plugin demonstrates a strong adherence to secure database practices, with all SQL queries utilizing prepared statements. It also has a very limited attack surface with only one shortcode and no apparent AJAX handlers or REST API routes exposed without proper checks. Furthermore, the plugin has no recorded vulnerability history (CVEs), suggesting a history of relatively secure development or a lack of prior scrutiny.

However, significant security concerns are raised by the static analysis. The presence of the `create_function` call is a critical red flag, as this function is notoriously insecure and can be exploited for remote code execution if not handled with extreme care and sanitization. Additionally, the fact that 0% of the 35 output operations are properly escaped is a severe weakness. This indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities, where malicious scripts could be injected into the WordPress admin area or even the front end, depending on where the output is rendered. The absence of nonce checks and capability checks on the identified entry point (the shortcode) is also concerning, as it means that arbitrary users could potentially trigger the shortcode's functionality without proper authorization or verification, opening the door for unintended actions.

In conclusion, while the plugin shows promise in its database interactions and has a clean vulnerability history, the identified code signals (especially `create_function` and unescaped output) and lack of crucial security checks point to significant, exploitable weaknesses. These issues outweigh the positive aspects and necessitate immediate attention to mitigate potential risks.

Key Concerns

  • Unescaped output (XSS risk)
  • Dangerous function used (create_function)
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Maja Envato Security Vulnerabilities

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

Maja Envato Release Timeline

v1.0Current
Code Analysis
Analyzed Apr 16, 2026

Maja Envato Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function('', 'return register_widget("MAJA_Envato_Widget");') ); maja-envato-widget.php:90

Output Escaping

0% escaped35 total outputs
Attack Surface

Maja Envato Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[majaenvato] maja-envato-shortcode.php:29
WordPress Hooks 1
actionwidgets_initmaja-envato-widget.php:90
Maintenance & Trust

Maja Envato Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedJan 31, 2012
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Maja Envato Developer Profile

majakovskij

2 plugins · 20 total installs

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

How We Detect Maja Envato

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/maja-envato/css/maja-envato.css/wp-content/plugins/maja-envato/js/maja-envato.js
Script Paths
/wp-content/plugins/maja-envato/js/maja-envato.js
Version Parameters
maja-envato/css/maja-envato.css?ver=maja-envato/js/maja-envato.js?ver=

HTML / DOM Fingerprints

CSS Classes
maja-envato-thumbs
Data Attributes
data-envato-iddata-envato-type
Shortcode Output
[majaenvato]
FAQ

Frequently Asked Questions about Maja Envato