WP Awesome back to top Security & Risk Analysis

wordpress.org/plugins/wp-awesome-back-to-top

An awesome back to top plugin for wordpress.

10 active installs v1.2 PHP + WP 3.0.1+ Updated Oct 13, 2017
ab2tback-to-toptop
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Awesome back to top Safe to Use in 2026?

Generally Safe

Score 85/100

WP Awesome back to top has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 8yr ago
Risk Assessment

The 'wp-awesome-back-to-top' plugin version 1.2 exhibits a mixed security posture. On the positive side, it demonstrates good practices by utilizing prepared statements for all SQL queries, having no file operations, and making no external HTTP requests. The absence of known CVEs and a clean vulnerability history are also strong indicators of a secure development process for this plugin.

However, the static analysis reveals significant concerns. The presence of the `create_function` dangerous function is a red flag, as it can be a vector for code injection if used with untrusted input, though the lack of identified taint flows might mitigate this risk in this specific version. More critically, the output escaping is poor, with only 38% of outputs being properly escaped. This could lead to Cross-Site Scripting (XSS) vulnerabilities if user-controlled data is ever introduced into these unescaped outputs. The complete lack of nonce and capability checks, even with a zero attack surface reported, suggests a lack of robust security mechanisms that could become problematic if the plugin's functionality were to expand in the future.

In conclusion, while the plugin benefits from a clean vulnerability history and sound SQL practices, the insufficient output escaping and the use of `create_function` represent tangible security weaknesses that require attention. The absence of authentication checks on any potential entry points, though currently zero, also poses a potential future risk.

Key Concerns

  • Poor output escaping (38% properly escaped)
  • Dangerous function found: create_function
  • No nonce checks implemented
  • No capability checks implemented
Vulnerabilities
None known

WP Awesome back to top Security Vulnerabilities

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

WP Awesome back to top Code Analysis

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

Dangerous Functions Found

create_function$callback = create_function('', 'echo "'.str_replace('"', '\"', $section['desc']).'";');admin\class.settings-api.php:59

Output Escaping

38% escaped8 total outputs
Attack Surface

WP Awesome back to top Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionadmin_initadmin\admin.php:15
actionadmin_menuadmin\admin.php:16
actionplugins_loadedwp-awesome-back-to-top.php:36
filterplugin_action_linkswp-awesome-back-to-top.php:37
actionwp_enqueue_scriptswp-awesome-back-to-top.php:38
actionwp_footerwp-awesome-back-to-top.php:39
Maintenance & Trust

WP Awesome back to top Maintenance & Trust

Maintenance Signals

WordPress version tested4.8.28
Last updatedOct 13, 2017
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

WP Awesome back to top Developer Profile

suifengtec

12 plugins · 1K total installs

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

How We Detect WP Awesome back to top

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-awesome-back-to-top/css/coolwp-b2t.css/wp-content/plugins/wp-awesome-back-to-top/js/bootstrap.js/wp-content/plugins/wp-awesome-back-to-top/js/bootstrap-tooltip.min.js/wp-content/plugins/wp-awesome-back-to-top/js/custom-b2t.js

HTML / DOM Fingerprints

CSS Classes
back-to-top
Data Attributes
data-placementdata-original-title
JS Globals
ab2t_str
FAQ

Frequently Asked Questions about WP Awesome back to top