No Function Language Widget Security & Risk Analysis

wordpress.org/plugins/no-function-language-widget

With this you can bridge the gap between multiple translation plugins. It is a no function language widget with multiple options.

10 active installs v1.6 PHP + WP 3.0+ Updated Oct 30, 2016
flagslanguagemultilingualwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is No Function Language Widget Safe to Use in 2026?

Generally Safe

Score 85/100

No Function Language Widget has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9yr ago
Risk Assessment

The "no-function-language-widget" v1.6 plugin exhibits a mixed security posture. On the positive side, the static analysis reveals no identified AJAX handlers, REST API routes, shortcodes, or cron events that could serve as direct entry points. Furthermore, all SQL queries are correctly implemented using prepared statements, and there are no file operations or external HTTP requests, which significantly reduces potential attack vectors. The plugin also has no known CVEs, suggesting a good track record of security.

However, there are significant concerns. The presence of the `create_function` dangerous function is a red flag, as it can lead to code injection vulnerabilities if used with untrusted input. The very low percentage of properly escaped output (18%) indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities. Additionally, the complete lack of nonce checks and capability checks means that any functionality exposed, even if not immediately apparent in the entry points, could be exploited by unauthenticated users or users with insufficient privileges.

While the plugin's history is clean, this does not negate the immediate risks identified in the static analysis. The combination of `create_function` and widespread unescaped output, coupled with the absence of authentication and authorization checks, presents a substantial security risk. The plugin's strengths lie in its limited direct attack surface and secure database interactions, but these are heavily outweighed by the potential for code execution and XSS.

Key Concerns

  • Dangerous function detected (create_function)
  • Low output escaping (18% proper)
  • No nonce checks detected
  • No capability checks detected
Vulnerabilities
None known

No Function Language Widget Security Vulnerabilities

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

No Function Language Widget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
18
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( "no_function_language_widget" );'no-function-language-widget.php:15

Output Escaping

18% escaped22 total outputs
Attack Surface

No Function Language Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initno-function-language-widget.php:15
Maintenance & Trust

No Function Language Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedOct 30, 2016
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

No Function Language Widget Developer Profile

theode

11 plugins · 220 total installs

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

How We Detect No Function Language Widget

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

Asset Fingerprints

Script Paths
no-function-language-widget/no-function-language-widget.php
Version Parameters
no-function-language-widget/no-function-language-widget.php?ver=

HTML / DOM Fingerprints

CSS Classes
flag-iconflag-icon-gbflag-icon-deflag-icon-chflag-icon-beflag-icon-nlflag-icon-fi
Data Attributes
id="no_function_language_widget"name="no_function_language_widget"id="no_function_language_widget_title"name="no_function_language_widget[title]"id="no_function_language_widget_nflw_languages"name="no_function_language_widget[nflw_languages]"+2 more
FAQ

Frequently Asked Questions about No Function Language Widget