high CVSS 8.6 Public exploit available

CVE-2025-31131·PHP vulnerability

YesWiki is a wiki system written in PHP. The squelette parameter is vulnerable to path traversal attacks, enabling read access to arbitrary files on the server. This vulnerability is fixed in 4.5.2.

Severity
high
Software
PHP
Fixed in
4.5.2
Published
2025-04-01

Affected versions

Until: 4.5.2

Fixed in: 4.5.2

How to fix this CVE

Update YesWiki to version 4.5.2 or later to remediate the squelette parameter path traversal vulnerability. This vulnerability allows unauthenticated attackers to read sensitive files from your server by manipulating the squelette parameter. Ensure all PHP dependencies are updated through your system package manager and verify the update was applied before considering the system patched.

sudo dnf upgrade php

Defensia detects this vulnerability

What an exploitation attempt looks like

Sample log line indicative of exploitation attempts:

GET|POST.*squelette=([^\s]*)(\.\.[\/\\])+

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 containing the squelette parameter with path traversal sequences (../ or ..\ or encoded variants like %2e%2e%2f). Implement a rule to reject any squelette parameter value containing dots followed by slashes or backslashes.

How to check if you are affected

  1. Check installed PHP version: php -v
  2. Verify YesWiki version by examining the /yeswiki/version or checking the composer.lock file for the yeswiki package version constraint
  3. Search web server logs for squelette parameter requests with path traversal patterns: grep -i 'squelette.*\.\./' /var/log/apache2/access.log or /var/log/nginx/access.log
  4. Confirm the fix by re-running php -v and verifying YesWiki is running version 4.5.2 or later via the application's about page or composer show yeswiki/yeswiki

Indicators of compromise

  • squelette parameter in query string or POST body with ../ or ..\
  • Requests attempting to access /etc/passwd, /etc/shadow, or /config/ through squelette parameter
  • YesWiki installations running versions prior to 4.5.2

FAQ

What is CVE-2025-31131?

CVE-2025-31131 is a path traversal vulnerability in YesWiki's squelette parameter that permits unauthenticated remote users to bypass access controls and read arbitrary files from the affected server. This exposure poses a critical information disclosure risk for sensitive configuration files and credentials.

Is CVE-2025-31131 being actively exploited?

While CVE-2025-31131 is not currently listed on CISA's Known Exploited Vulnerabilities catalog, public exploits are available on Exploit-DB, making exploitation straightforward for attackers. Immediate patching is recommended.

What versions of PHP are affected by CVE-2025-31131?

All versions of YesWiki prior to 4.5.2 are affected. The vulnerability exists in the squelette parameter handling regardless of PHP version, but upgrading YesWiki to 4.5.2 or later eliminates the risk.

How do I check if my server is vulnerable to CVE-2025-31131?

Run composer show yeswiki/yeswiki to check the installed YesWiki version. If the version is below 4.5.2, your system is vulnerable. Additionally, test the squelette parameter with a payload like ?squelette=../../../../etc/passwd in your YesWiki URL to confirm exposure.

Does Defensia detect CVE-2025-31131?

Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If YesWiki is installed on a monitored server, CVE-2025-31131 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-31131. Free for 1 server.

Get started free