critical CVSS 9.8

CVE-2025-1771·PHP vulnerability

The Traveler theme for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 3.1.8 via the 'hotel_alone_load_more_post' function 'style' parameter. This makes it possible for unauthenticated attackers to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where php file type can be uploaded and included.

Severity
critical
Software
PHP
Fixed in
3.1.9
Published
2025-03-15

Affected versions

Until: 3.1.9

Fixed in: 3.1.9

How to fix this CVE

Update the Traveler WordPress theme to version 3.1.9 or later to patch the local file inclusion vulnerability in the 'hotel_alone_load_more_post' function. This critical vulnerability allows unauthenticated attackers to include arbitrary files and execute PHP code on your server, potentially leading to complete system compromise. Apply the update immediately to all affected WordPress installations.

sudo dnf update php

Defensia detects this vulnerability

What an exploitation attempt looks like

Sample log line indicative of exploitation attempts:

GET|POST.*hotel_alone_load_more_post.*style=.*(\.\.\/|\.\.\\|%2e%2e%2f|%252e%252e%252f|etc/passwd|php://|data://)

WAF mitigation (if patching is not yet possible)

Add this rule to your WAF to block exploitation attempts while you schedule the patch.

Block HTTP requests to AJAX endpoints containing 'hotel_alone_load_more_post' with 'style' parameters that include path traversal sequences (../, ..\ or encoded variants) or protocol scheme prefixes (php://, data://, file://).

How to check if you are affected

  1. Check installed PHP version: php -v
  2. Verify Traveler theme version in WordPress admin: Dashboard → Appearance → Themes, or check wp-content/themes/traveler/style.css for 'Version:' field
  3. Search web server access logs for requests containing 'hotel_alone_load_more_post' and 'style' parameters: grep -r 'hotel_alone_load_more_post.*style' /var/log/apache2/ /var/log/nginx/
  4. Confirm patch by re-checking Traveler theme version after update; verify it shows 3.1.9 or higher

FAQ

What is CVE-2025-1771?

CVE-2025-1771 is a critical local file inclusion vulnerability in the Traveler WordPress theme that allows unauthenticated attackers to include arbitrary files from the server via the 'style' parameter in the 'hotel_alone_load_more_post' function, enabling arbitrary PHP code execution.

Is CVE-2025-1771 being actively exploited?

As of the current threat intelligence data, CVE-2025-1771 is not listed in the CISA Known Exploited Vulnerabilities catalog and no public exploit code is currently available, though the high CVSS score warrants immediate patching.

What versions of the Traveler theme are affected by CVE-2025-1771?

All versions of the Traveler WordPress theme up to and including 3.1.8 are vulnerable; version 3.1.9 and later contain the fix.

How do I check if my WordPress installation is vulnerable to CVE-2025-1771?

Log into your WordPress admin dashboard, navigate to Appearance → Themes, find the Traveler theme, and check its version number; if it is 3.1.8 or earlier, your site is vulnerable and requires immediate update.

Does Defensia detect CVE-2025-1771?

Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If the Traveler WordPress theme is active on a monitored server, CVE-2025-1771 will appear in your dashboard with remediation steps.

Related PHP CVEs

CVE-2025-25174CVSS 10Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in beeteam368 BeeTeam368 Extensions beeteam368-extensions allows PHP Local File Inclusion.This issue affects BeeTeam368 Extensions: from n/a through <= 1.9.4.
CVE-2024-5932CVSS 10The GiveWP – Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.14.1 via deserialization of untrusted input from the 'give_title' parameter. This makes it possible for unauthenticated attackers to inject a PHP Object. The additional presence of a POP chain allows attackers to execute code remotely, and to delete arbitrary files.
CVE-2026-39337CVSS 10ChurchCRM is an open-source church management system. Prior to 7.1.0, critical pre-authentication remote code execution vulnerability in ChurchCRM's setup wizard allows unauthenticated attackers to inject arbitrary PHP code during the initial installation process, leading to complete server compromise. The "$dbPassword" variable is not sanitized. This vulnerability exists due to an incomplete fix for CVE-2025-62521. This vulnerability is fixed in 7.1.0.
CVE-2025-62521CVSS 10ChurchCRM is an open-source church management system. Prior to version 5.21.0, a pre-authentication remote code execution vulnerability in ChurchCRM's setup wizard allows unauthenticated attackers to inject arbitrary PHP code during the initial installation process, leading to complete server compromise. The vulnerability exists in `setup/routes/setup.php` where user input from the setup form is directly concatenated into a PHP configuration template without any validation or sanitization. Any parameter in the setup form can be used to inject PHP code that gets written to `Include/Config.php`, which is then executed on every page load. This is more severe than typical authenticated RCE vulnerabilities because it requires no credentials and affects the installation process that administrators must complete. Version 5.21.0 patches the issue.
CVE-2025-46348CVSS 10YesWiki is a wiki system written in PHP. Prior to version 4.5.4, the request to commence a site backup can be performed and downloaded without authentication. The archives are created with a predictable filename, so a malicious user could create and download an archive without being authenticated. This could result in a malicious attacker making numerous requests to create archives and fill up the file system, or by downloading the archive which contains sensitive site information. This issue has been patched in version 4.5.4.

References

Track CVEs across your fleet automatically

Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2025-1771. Free for 1 server.

Get started free