Ultimate Modal Security & Risk Analysis

wordpress.org/plugins/ultimate-modal

Displays a modal content in your WordPress

200 active installs v1.4.2 PHP + WP 3.8+ Updated Aug 10, 2020
modalpopup
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Ultimate Modal Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 5yr ago
Risk Assessment

The "ultimate-modal" v1.4.2 plugin exhibits a generally positive security posture based on the provided static analysis. The absence of any identified dangerous functions, SQL queries executed without prepared statements, file operations, external HTTP requests, and any recorded vulnerabilities (CVEs) are all strong indicators of good security practices. Furthermore, the lack of identified taint flows suggests that user-supplied data is not being mishandled in a way that could lead to critical security issues like remote code execution or SQL injection.

However, there are areas for concern. The most significant is the "Output escaping" signal, where only 45% of outputs are properly escaped. This means that a substantial portion of dynamic content generated by the plugin is not being sanitized before being displayed to users. This could open the door to Cross-Site Scripting (XSS) vulnerabilities, allowing an attacker to inject malicious scripts into web pages viewed by other users. Additionally, the complete absence of nonce checks and capability checks across all entry points (AJAX, REST API, shortcodes, cron events) is a notable weakness. While the current entry point count is zero, this indicates a lack of built-in security mechanisms, which could become a risk if new features or functionalities are added that introduce entry points without proper security considerations.

In conclusion, while the plugin has avoided common and severe vulnerabilities historically and in its current code, the high percentage of unescaped output presents a tangible risk for XSS attacks. The lack of any implemented authentication or authorization checks on potential entry points is also a concern for future development. Addressing the output escaping issues should be a priority to mitigate the risk of XSS.

Key Concerns

  • High percentage of unescaped output
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Ultimate Modal Security Vulnerabilities

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

Ultimate Modal Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
6
5 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

45% escaped11 total outputs
Attack Surface

Ultimate Modal Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionplugins_loadedultimate-modal.php:23
actionadmin_menuultimate-modal.php:29
actionadmin_initultimate-modal.php:32
actionwp_enqueue_scriptsultimate-modal.php:35
actionadmin_enqueue_scriptsultimate-modal.php:38
actionwp_footerultimate-modal.php:41
Maintenance & Trust

Ultimate Modal Maintenance & Trust

Maintenance Signals

WordPress version tested5.5.18
Last updatedAug 10, 2020
PHP min version
Downloads22K

Community Trust

Rating96/100
Number of ratings8
Active installs200
Developer Profile

Ultimate Modal Developer Profile

Claudio Sanches

17 plugins · 134K total installs

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

How We Detect Ultimate Modal

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/ultimate-modal/assets/css/ultimate-modal.css
Script Paths
/wp-content/plugins/ultimate-modal/assets/js/admin.min.js/wp-content/plugins/ultimate-modal/assets/js/ultimate-modal.min.js

HTML / DOM Fingerprints

CSS Classes
ultimate-modal-preview
Data Attributes
data-tab="ultimatemodal_settings"data-id="active"data-id="time"data-id="only_home"data-id="background"data-id="width"+3 more
JS Globals
ultimatemodal_params
FAQ

Frequently Asked Questions about Ultimate Modal