Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2025-1771 — AI Deep Analysis Summary

CVSS 9.8 · Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Local File Inclusion (LFI) in Traveler plugin. 💥 **Consequences**: Leads to Arbitrary File Execution.…

Q2Root Cause? (CWE/Flaw)

🛡️ **Root Cause**: CWE-98 (Improper Control of Filename for Include/Require). The plugin fails to sanitize user input before including local files, allowing attackers to inject malicious paths.

Q3Who is affected? (Versions/Components)

📦 **Affected**: WordPress Plugin **Traveler** by **ShineTheme**. 📅 **Version**: 3.1.8 and earlier. 🌐 **Platform**: WordPress sites using this specific booking theme.

Q4What can hackers do? (Privileges/Data)

💀 **Attacker Capabilities**: Execute arbitrary code on the server. 📂 **Data Access**: Read sensitive files (e.g., wp-config.php). 🔓 **Privileges**: Full server control potential. High severity impact.

Q5Is exploitation threshold high? (Auth/Config)

⚡ **Threshold**: LOW. 🌍 **Access**: Network (AV:N). 🔑 **Auth**: None required (PR:N). 👁️ **UI**: None required (UI:N). 🚀 **Complexity**: Low (AC:L). Easy to exploit remotely.

Q6Is there a public Exp? (PoC/Wild Exploitation)

🔍 **Public Exploit**: No specific PoC provided in data (pocs: []). ⚠️ **Risk**: High likelihood of wild exploitation due to low complexity and no auth requirement. Monitor WordFence intel.

Q7How to self-check? (Features/Scanning)

🔎 **Self-Check**: Scan for Traveler plugin version 3.1.8 or lower. 🛠️ **Tools**: Use WordPress vulnerability scanners. 🔍 **Indicator**: Look for LFI patterns in plugin code or logs related to file includes.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Update Traveler plugin to the latest version. 📝 **Source**: Check ShineTheme changelog (travelerwp.com) for the patched release. 🔄 **Action**: Immediate update recommended.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If patching is delayed, disable the plugin temporarily. 🛑 **Restrict Access**: Block plugin endpoints via WAF. 🧹 **Audit**: Review file permissions and input validation in custom code if possible.

Q10Is it urgent? (Priority Suggestion)

🔥 **Urgency**: CRITICAL. 🚨 **Priority**: Patch Immediately. High CVSS score + No Auth + LFI = High Risk. Do not delay remediation.