PHP
CVE-2026-28429
HIGH
Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Lifecycle Timeline
4DescriptionGitHub Advisory
Talishar is a fan-made Flesh and Blood project. Prior to commit 6be3871, a Path Traversal vulnerability was identified in the gameName parameter. While the application's primary entry points implement input validation, the ParseGamestate.php component can be accessed directly as a standalone script. In this scenario, the absence of internal sanitization allows for directory traversal sequences (e.g., ../) to be processed, potentially leading to unauthorized file access. This issue has been patched in commit 6be3871.
AnalysisAI
Remote unauthenticated attackers can read arbitrary files from Talishar (Flesh and Blood fan-made game) servers via path traversal in the ParseGamestate.php script's gameName parameter. The vulnerability affects all versions prior to commit 6be3871 and allows direct access to sensitive server files without authentication (CVSS 7.5, AV:N/PR:N). While EPSS exploitation probability is relatively low (0.47%, 64th percentile), the unauthenticated remote attack vector and confirmed patch availability make this a priority for exposed deployments. No active exploitation or public POC identified at time of analysis.
Technical ContextAI
ParseGamestate.php in the Talishar game engine can be invoked directly as a standalone PHP script, bypassing the application's front-end input validation layer. The gameName parameter accepts directory traversal sequences (../) without sanitization, enabling CWE-22 Path Traversal attacks. This architectural weakness - where internal components lack defensive validation when accessed directly - is common in PHP applications that assume all requests will flow through a controlled entry point. The CVSS vector (AV:N/AC:L/PR:N/UI:N) indicates network-accessible exploitation with no authentication barrier. The affected CPE (cpe:2.3:a:talishar:talishar) covers the open-source Flesh and Blood card game implementation, typically self-hosted by gaming communities on web servers running PHP.
RemediationAI
Update Talishar to commit 6be3871a14c192d1fb8146cdbc76f29f27c1cf48 or later, which implements input sanitization in ParseGamestate.php. The patch commit is available at https://github.com/Talishar/Talishar/commit/6be3871a14c192d1fb8146cdbc76f29f27c1cf48. If immediate patching is not feasible, implement these compensating controls: restrict direct access to ParseGamestate.php by configuring web server rules (Apache .htaccess or nginx location blocks) to deny requests to this file unless they originate from the application's front-end controllers - this prevents the bypass of input validation while maintaining application functionality, though it requires careful testing to avoid breaking legitimate game state parsing. Alternatively, apply IP whitelisting to limit server access to trusted players only, reducing exposure to unknown attackers but requiring maintenance of access control lists. Review web server logs for requests to ParseGamestate.php containing ../ sequences to identify potential exploitation attempts. Full vendor advisory at https://github.com/Talishar/Talishar/security/advisories/GHSA-f386-xhcw-jrx8.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today