Native Fullscreen Security & Risk Analysis

wordpress.org/plugins/native-fullscreen

Fullscreen mode just got real.

10 active installs v1.0 PHP + WP 3+ Updated May 20, 2012
fullscreen
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Native Fullscreen Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The native-fullscreen plugin version 1.0 exhibits a mixed security posture. On the positive side, it demonstrates excellent practices regarding SQL queries, exclusively using prepared statements, and has no recorded vulnerabilities or CVEs in its history. The absence of file operations and external HTTP requests also reduces the attack surface. However, there are notable concerns that warrant attention. The plugin utilizes the dangerous `create_function` function, which is a known security risk due to its potential for code injection. Furthermore, a significant portion of its output (69%) is not properly escaped, posing a risk of cross-site scripting (XSS) vulnerabilities, especially if user-supplied data is involved in the output. The lack of nonce and capability checks on its single entry point, the shortcode, means that it is potentially accessible and executable without proper authentication or authorization, although the static analysis indicates no unprotected entry points directly. The absence of taint analysis results is also a weakness, preventing a deeper understanding of potential data flow vulnerabilities. Overall, while the plugin has a clean vulnerability history and good SQL practices, the presence of `create_function` and insufficient output escaping are significant risks that require immediate remediation.

Key Concerns

  • Use of dangerous function 'create_function'
  • Insufficient output escaping
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Native Fullscreen Security Vulnerabilities

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

Native Fullscreen Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
9
4 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('', 'register_widget("native_fullscreen_widget");'));widget.php:45

Output Escaping

31% escaped13 total outputs
Attack Surface

Native Fullscreen Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[fullscreen] native-fullscreen.php:15
WordPress Hooks 1
actionwidgets_initwidget.php:45
Maintenance & Trust

Native Fullscreen Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedMay 20, 2012
PHP min version
Downloads2K

Community Trust

Rating60/100
Number of ratings1
Active installs10
Developer Profile

Native Fullscreen Developer Profile

WebMaestro.Fr

5 plugins · 140 total installs

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

How We Detect Native Fullscreen

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/native-fullscreen/js/nativefullscreen.js/wp-content/plugins/native-fullscreen/css/nativefullscreen.css
Script Paths
/wp-content/plugins/native-fullscreen/js/nativefullscreen.js

HTML / DOM Fingerprints

CSS Classes
request-fullscreen
Data Attributes
rel
Shortcode Output
<input type="button" value="
FAQ

Frequently Asked Questions about Native Fullscreen