AviationWeather Plugin Security & Risk Analysis

wordpress.org/plugins/aviationweather-widget

A simple widget to display current METAR and TAF for the chosen ICAO Station.

10 active installs v1.1 PHP + WP 3.4+ Updated Dec 14, 2012
aviationaviation-weathermetartafwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is AviationWeather Plugin Safe to Use in 2026?

Generally Safe

Score 85/100

AviationWeather Plugin 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 "aviationweather-widget" plugin v1.1 exhibits a mixed security posture. On the positive side, the static analysis indicates a limited attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events that are exposed. Furthermore, all SQL queries are correctly using prepared statements, which significantly mitigates the risk of SQL injection vulnerabilities.

However, several concerning code signals were detected. The use of the `create_function` is a significant red flag, as it can be a vector for code execution vulnerabilities if user-supplied input is not rigorously sanitized before being passed to it. The low percentage of properly escaped output (23%) is also a major concern, indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities. The absence of nonce checks and capability checks means that any functionality, however limited, is not protected against unauthorized use or manipulation.

The plugin's vulnerability history is clean, with no recorded CVEs. While this is a positive indicator, it does not negate the risks identified in the code analysis. The lack of past vulnerabilities could be due to the plugin's limited adoption, lack of targeted attacks, or simply not having been thoroughly audited for all potential issues. In conclusion, while the plugin has a small attack surface and uses prepared statements for SQL, the presence of `create_function`, poor output escaping, and a lack of authorization checks present significant security risks that require immediate attention.

Key Concerns

  • Dangerous function detected: create_function
  • Low output escaping percentage
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

AviationWeather Plugin Security Vulnerabilities

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

AviationWeather Plugin Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("AviationWeatherWidget");'));aviationweather-widget.php:108

Output Escaping

23% escaped22 total outputs
Attack Surface

AviationWeather Plugin Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initaviationweather-widget.php:108
Maintenance & Trust

AviationWeather Plugin Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedDec 14, 2012
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

AviationWeather Plugin Developer Profile

alessiobravi

2 plugins · 20 total installs

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

How We Detect AviationWeather Plugin

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
aviationweather-widget
Data Attributes
id="aviationweather-widget-bulletin"
FAQ

Frequently Asked Questions about AviationWeather Plugin