SoccerPress Security & Risk Analysis

wordpress.org/plugins/soccerpress

With this Plugin you can show live table of your soccer team.

10 active installs v1.0.2 PHP + WP + Updated Aug 4, 2020
clubfupascoressoccertable
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is SoccerPress Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The overall security posture of Soccerpress v1.0.2 appears to be relatively good based on the provided static analysis. The plugin has a very small attack surface, with only one shortcode identified as an entry point, and importantly, no unprotected AJAX handlers or REST API routes. The code also demonstrates good practices by utilizing prepared statements for all SQL queries and including at least one capability check. There are no indications of dangerous functions, file operations, or external HTTP requests, which are common sources of vulnerabilities.

However, a significant concern arises from the output escaping. With only 29% of the 7 total outputs properly escaped, there is a high likelihood of cross-site scripting (XSS) vulnerabilities. This means that user-supplied data, if not handled carefully, could be injected into the output and executed by a user's browser. The lack of nonce checks is also a potential weakness, though less critical given the limited entry points and the presence of capability checks. The absence of any recorded vulnerabilities in its history suggests that either the plugin has been very well-maintained or its user base and complexity haven't attracted significant attention from attackers.

In conclusion, while Soccerpress v1.0.2 exhibits strengths in its limited attack surface and secure SQL handling, the poor output escaping is a notable weakness that warrants immediate attention. The lack of historical vulnerabilities is a positive sign but doesn't negate the risks presented by the identified code signals. Addressing the output escaping issue should be the top priority.

Key Concerns

  • Low output escaping rate
  • Missing nonce checks
Vulnerabilities
None known

SoccerPress Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

SoccerPress Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

SoccerPress Code Analysis

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

Output Escaping

29% escaped7 total outputs
Attack Surface

SoccerPress Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[table] includes\shortcodes.php:10
WordPress Hooks 8
actionadmin_menuincludes\admin\class-admin.php:13
actionadd_meta_boxesincludes\post-types\teams.php:14
actionsave_postincludes\post-types\teams.php:15
filtermanage_teams_posts_columnsincludes\post-types\teams.php:18
actionmanage_teams_posts_custom_columnincludes\post-types\teams.php:19
actioninitsoccerpress.php:30
actionadmin_enqueue_scriptssoccerpress.php:31
actionwp_enqueue_scriptssoccerpress.php:32
Maintenance & Trust

SoccerPress Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedAug 4, 2020
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

SoccerPress Developer Profile

Bogdan Schreiber

2 plugins · 20 total installs

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

How We Detect SoccerPress

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/soccerpress/assets/css/frontend.css/wp-content/plugins/soccerpress/assets/css/bootstrap.min.css/wp-content/plugins/soccerpress/assets/js/bootstrap.min.js
Script Paths
https://www.fupa.net/fupa/widget.min.js
Version Parameters
soccerpress/assets/css/frontend.css?ver=soccerpress/assets/css/bootstrap.min.css?ver=soccerpress/assets/js/bootstrap.min.js?ver=

HTML / DOM Fingerprints

CSS Classes
form-control
HTML Comments
<!-- Show FuPa Widget -->
Data Attributes
name="fupa_team_id"placeholder="Fupa Team ID"
JS Globals
fupa_widget_domainteam_widget
Shortcode Output
<div id="widget_
FAQ

Frequently Asked Questions about SoccerPress