Cyber Resilience

CVE-2025-31131

HighPublic PoC

Published: 01 April 2025

Published
01 April 2025
Modified
09 May 2025
KEV Added
Patch
CVSS Score v3.1 8.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
EPSS Score 0.1204 93.9th percentile
Risk Priority 24 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-31131 is a high-severity Path Traversal (CWE-22) vulnerability in Yeswiki Yeswiki. Its CVSS base score is 8.6 (High).

Operationally, ranked in the top 6.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

YesWiki, a PHP-based wiki system, contains a path traversal vulnerability in its squelette parameter that permits unauthorized read access to arbitrary files on the underlying server. The flaw is tracked as CWE-22 and carries a CVSS 3.1 score of 8.6, reflecting network attackability without authentication or user interaction and a confidentiality impact that extends beyond the vulnerable component.

Unauthenticated remote attackers can supply crafted values to the squelette parameter and retrieve sensitive files such as configuration data or source code. Successful exploitation yields high-impact information disclosure while leaving integrity and availability unaffected.

The vulnerability is resolved in YesWiki 4.5.2. The project’s GitHub security advisory GHSA-w34w-fvp3-68xm and the associated commit f78c915369a60c74ab8f38561ae93a4aaca9b989 document the fix and recommend that administrators upgrade promptly.

EPSS remains at 0.1204 with no material increase observed since disclosure.

EU & UK References

Vulnerability details

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.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

yeswiki
yeswiki
≤ 4.5.2

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References