CVE-2025-49364

8.1

AncoraThemes · Ludos Paradise

The AncoraThemes Ludos Paradise WordPress theme contains a Local File Inclusion vulnerability due to improper handling of filenames in include statements, potentially allowing unauthorized file access.

Executive summary

A high-severity local file inclusion vulnerability in the AncoraThemes Ludos Paradise theme exposes systems to potential unauthorized file access and code execution.

Vulnerability

This vulnerability is a PHP Local File Inclusion (LFI) flaw stemming from improper control of filenames used in include or require statements. The CVSS vector (AV:N/AC:H/PR:N/UI:N) indicates that this is an unauthenticated vulnerability reachable over the network, although it requires specific conditions to trigger.

Business impact

The ability to perform local file inclusion can lead to the exposure of sensitive configuration files, credentials, or source code stored on the web server. Given the CVSS score of 8.1, this flaw poses a significant risk to data confidentiality and system integrity, as attackers may be able to leverage the inclusion to execute arbitrary code or gain broader control over the WordPress environment.

Remediation

Immediate Action: As no specific patch version is currently identified, users should monitor the AncoraThemes official support channels for an update and consider temporarily disabling the theme if it is not business-critical.

Proactive Monitoring: Security teams should review web server access logs for suspicious patterns, such as directory traversal characters or unexpected file path inclusions, originating from unknown IP addresses.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common LFI attack patterns, such as attempts to access sensitive system files like wp-config.php or /etc/passwd.

Exploitation status

Public Exploit Available: No — there is no confirmed public exploit in the available data.

Analyst recommendation

This vulnerability represents a significant security risk for installations using the Ludos Paradise theme. Administrators must prioritize identifying all instances of this theme and ensuring they are prepared to update as soon as a security patch is released by the vendor. In the interim, ensure that the principle of least privilege is applied to the web server user to limit the potential impact of a successful file inclusion attack.

More AncoraThemes CVEs

Sources

Originally found and disclosed by Bonds | Patchstack Bug Bounty Program, per the CVE Program record.