Simple Scroll Up Button Security & Risk Analysis

wordpress.org/plugins/simple-scroll-up-button

Simple Scroll Up Button is a lightweight plugin which adds a simple scroll up button on the page of your WordPress website.

30 active installs v1.0.3 PHP 7.0+ WP 5.0+ Updated Aug 12, 2020
button-to-topgo-to-topscroll-to-topscroll-upsmooth-scroll
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Scroll Up Button Safe to Use in 2026?

Generally Safe

Score 85/100

Simple Scroll Up Button 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 "simple-scroll-up-button" v1.0.3 plugin demonstrates a generally good security posture based on the provided static analysis. The absence of any identified attack surface points (AJAX handlers, REST API routes, shortcodes, cron events) without authentication checks is a significant strength, indicating that the plugin is designed to limit its external interaction points. Furthermore, the lack of dangerous function usage and file operations further bolsters its security. However, there are areas for improvement. The single SQL query is not using prepared statements, which poses a risk of SQL injection if user input were to be incorporated into it. While the output escaping is mostly proper, the 37% of outputs that are not properly escaped could lead to cross-site scripting (XSS) vulnerabilities, especially if the unsanitized outputs are directly displayed to users. The plugin history is exceptionally clean, with no recorded vulnerabilities, which suggests a history of responsible development or a low attractiveness to attackers. Overall, the plugin is relatively secure due to its limited attack surface and clean vulnerability history, but the un-prepared SQL query and potential for XSS due to insufficient output escaping are notable weaknesses that should be addressed.

Key Concerns

  • Raw SQL query without prepared statements
  • Percentage of unescaped output detected
Vulnerabilities
None known

Simple Scroll Up Button Security Vulnerabilities

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

Simple Scroll Up Button Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

63% escaped8 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
ssub_save_config (admin\simple-scroll-up-button-setting.php:53)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Simple Scroll Up Button Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionadmin_menuadmin\simple-scroll-up-button.php:13
actionadmin_menuadmin\simple-scroll-up-button.php:14
actionadmin_initadmin\simple-scroll-up-button.php:15
actionwp_enqueue_scriptssimple-scroll-up-button.php:47
actionwp_body_opensimple-scroll-up-button.php:55
Maintenance & Trust

Simple Scroll Up Button Maintenance & Trust

Maintenance Signals

WordPress version tested5.4.19
Last updatedAug 12, 2020
PHP min version7.0
Downloads1K

Community Trust

Rating100/100
Number of ratings1
Active installs30
Developer Profile

Simple Scroll Up Button Developer Profile

wpforest

1 plugin · 30 total installs

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

How We Detect Simple Scroll Up Button

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-scroll-up-button/public/style.css/wp-content/plugins/simple-scroll-up-button/public/app.js
Script Paths
/wp-content/plugins/simple-scroll-up-button/public/app.js
Version Parameters
simple-scroll-up-button/public/style.css?ver=simple-scroll-up-button/public/app.js?ver=

HTML / DOM Fingerprints

CSS Classes
simple-scroll-up-btn
Data Attributes
id='ssub_btn-js'
FAQ

Frequently Asked Questions about Simple Scroll Up Button