CVE-2025-68063: Splash WordPress Theme Local File Inclusion (LFI) Vulnerability – HIGH Risk
A local file inclusion vulnerability exists in the Splash WordPress theme (versions 4.4.3 and earlier) used for sports club websites. An authenticated contributor-level user can craft requests to read sensitive files from the server, potentially exposing configuration data, database credentials, or other protected content. This requires an attacker to have valid contributor access to the WordPress site, limiting exposure to internal threats or compromised user accounts.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
- Weaknesses (CWE)
- CWE-98
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-06-26 / 2026-06-26
NVD description (verbatim)
Contributor Local File Inclusion in Splash - Sport Club WordPress Theme for Basketball, Football, Hockey <= 4.4.3 versions.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2025-68063 is a Local File Inclusion (LFI) vulnerability classified under CWE-98 (Improper Control of Filename for Include/Require Statement in PHP Program) affecting Splash theme versions up to 4.4.3. The vulnerability permits an authenticated contributor to manipulate file inclusion mechanisms within the theme, enabling arbitrary local file access on the server. The attack requires network access and valid contributor credentials but no elevated privileges or user interaction. The CVSS 3.1 score of 7.5 (HIGH) reflects the combination of high confidentiality and integrity impact with network accessibility constrained by authentication and complexity factors.
Business impact
Organizations running WordPress sites with the Splash theme face potential exposure of sensitive server-side data including database credentials, configuration files, and application secrets. A compromised or malicious contributor account could extract information enabling lateral movement, privilege escalation, or further compromise. For sports clubs and membership-based organizations, this could lead to exposure of member data, payment information, or administrative credentials—triggering regulatory compliance concerns (GDPR, payment card standards) and reputational damage.
Affected systems
The vulnerability affects Splash - Sport Club WordPress Theme for Basketball, Football, Hockey in all versions up to and including 4.4.3. This theme is specifically designed for sports organization websites. Any WordPress installation running this theme at vulnerable versions is affected if contributor-level users exist (a common configuration for content managers, coaches, or administrative staff).
Exploitability
Exploitation requires valid WordPress contributor credentials and network access to the site—a moderate barrier that eliminates opportunistic external attacks but creates material risk from insider threats or compromised user accounts. The attack requires some technical knowledge to craft file inclusion payloads, but no zero-click or user-interaction components increase complexity. The accessibility via authenticated HTTP requests makes this practically exploitable once credentials are obtained.
Remediation
Update the Splash theme to a patched version released after 4.4.3. Verify the patch version directly from the theme vendor's official repository or advisory. Additionally, audit contributor-level user accounts for legitimacy and review file access logs for suspicious include requests. Implement Web Application Firewall (WAF) rules to block file inclusion patterns in theme requests as a compensating control pending patching.
Patch guidance
Check the official Splash theme repository (WordPress.org theme directory or vendor site) for the latest available version and release notes confirming this CVE is addressed. Apply the update through the WordPress dashboard admin panel or via your hosting control panel. Test the update in a staging environment first to ensure compatibility with plugins and customizations. Review the changelog to confirm the patch addresses CWE-98 local file inclusion vectors in the theme's include/require handlers.
Detection guidance
Monitor WordPress error logs for warnings related to failed file includes or path traversal attempts within theme directories. Search web server access logs for suspicious GET/POST parameters targeting theme files (e.g., requests with '../' sequences or file paths in query strings to Splash theme endpoints). Implement security plugins that log file inclusion attempts by contributors. Audit wp-content/themes/splash/ for any modified files suggesting post-exploitation activity. Consider WAF rules that detect and block LFI payloads in HTTP requests to theme resources.
Why prioritize this
While the vulnerability requires contributor access (reducing external threat surface), the HIGH CVSS score of 7.5 reflects significant confidentiality and integrity impact. For organizations managing contributor accounts loosely or in shared hosting environments where account compromise is plausible, this warrants expedited patching—typically within 2-4 weeks. Sports clubs with memberships or payment processing should prioritize even higher due to sensitivity of stored data.
Risk score, explained
The CVSS 3.1 score of 7.5 combines network attack vector with low attack complexity but mandatory login requirement (AV:N/AC:H/PR:L). High confidentiality impact (reading sensitive files) and high integrity impact (potential file manipulation or information exfiltration) drive the severity. The attack does not impact availability, and scope remains unchanged. This positions the vulnerability as HIGH priority but not CRITICAL, reflecting real but bounded exploitation scenarios.
Frequently asked questions
Can this vulnerability be exploited without valid WordPress credentials?
No. The vulnerability requires authenticated contributor-level access to WordPress. External attackers without valid credentials cannot exploit it directly, though compromised or rogue contributors pose material risk.
Does patching to version 4.4.4 or later eliminate the risk?
Verify the specific patch version from the official Splash theme vendor to confirm CWE-98 remediation. Update to the latest available version and review the release notes to ensure file inclusion vulnerabilities are explicitly addressed.
What data is at highest risk of exposure?
Server configuration files (wp-config.php, .env), database credentials, API keys, and private theme configuration files are typical targets. Depending on server hardening, environment files and system logs may also be accessible.
Should we revoke all contributor accounts while waiting for patches?
Not necessarily, but conduct an urgent audit of all contributors, verify their legitimacy, and strengthen access controls. Consider temporarily restricting contributor capabilities via role management until patched, balancing security against operational disruption.
This analysis is provided for informational purposes based on available CVE data as of the publication date. Specific patch versions, vendor advisories, and affected product configurations should be verified directly with the theme vendor and your organization's environment. Security decisions should incorporate your organization's risk tolerance, asset criticality, and regulatory obligations. No exploit code or weaponized proof-of-concept is provided. Always test patches in non-production environments before deployment. SEC.co makes no warranty regarding the completeness or timeliness of this vulnerability intelligence. Source: NVD (public-domain), retrieved 2026-08-05. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2025-49403HIGHWordPress Premium Age Verification Plugin Arbitrary File Download
- CVE-2025-53440HIGHAxiomthemes Confidant PHP Local File Inclusion (LFI) Vulnerability – CVSS 8.1 HIGH
- CVE-2025-58024HIGHUnboundStudio Accordion FAQ Local File Inclusion Vulnerability – CVSS 7.5 HIGH
- CVE-2025-58705HIGHCrafti PHP Local File Inclusion (LFI) Vulnerability – Patch Guide
- CVE-2025-58707HIGHPHP Local File Inclusion in Axiomthemes Spin 1.8
- CVE-2025-58897HIGHAxiomthemes Fermentio PHP Local File Inclusion Vulnerability (CVSS 8.1)
- CVE-2025-68886HIGHandroThemes Cookiteer PHP Local File Inclusion Vulnerability – CVSS 8.1
- CVE-2025-69115HIGHLuxMed WordPress Theme Unauthenticated Local File Inclusion Vulnerability