Description
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.
Published: 2026-03-06
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized File Access
Action: Apply Patch
AI Analysis

Impact

The vulnerability is a path traversal flaw in the ParseGamestate.php component of the Talishar project. Because that component can be invoked directly, the absence of internal sanitization allows a user to supply directory traversal sequences such as '../' in the gameName parameter. In this scenario the web server passes the unverified path to the file system, potentially exposing confidential files to an unauthenticated visitor. The flaw does not grant code execution, but it can lead to the disclosure of sensitive content stored on the server.

Affected Systems

Talishar's fan‑made Flesh and Blood project is affected. The vulnerability applies to all builds that include the ParseGamestate.php script before commit 6be3871a14c192d1fb8146cdbc76f29f27c1cf48. No specific version string is supplied.

Risk and Exploitability

The CVSS score of 7.5 classifies the issue as high severity, while an EPSS score of less than 1% indicates that active exploitation is currently rare. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is a remote HTTP request to ParseGamestate.php with a crafted gameName parameter containing traversal sequences. No special privileges or authentication appear to be required, so a publicly connected attacker could trigger the fault and read arbitrary files readable by the web server process. The impact is primarily confidentiality loss.

Generated by OpenCVE AI on April 16, 2026 at 11:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the patch from commit 6be3871 or update Talishar to a version that includes the fix.
  • Restrict direct access to ParseGamestate.php so it can only be invoked from the intended application entry points or via web server configuration rules.
  • Validate and sanitize the gameName parameter to reject traversal sequences and enforce an allowed character set or whitelist.

Generated by OpenCVE AI on April 16, 2026 at 11:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 20 Apr 2026 13:00:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:talishar:talishar:*:*:*:*:*:*:*:*

Mon, 09 Mar 2026 20:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 06 Mar 2026 15:30:00 +0000

Type Values Removed Values Added
First Time appeared Talishar
Talishar talishar
Vendors & Products Talishar
Talishar talishar

Fri, 06 Mar 2026 05:15:00 +0000

Type Values Removed Values Added
Description 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.
Title Talishar: Critical Path Traversal in gameName Parameter
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Talishar Talishar
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-03-09T19:45:39.377Z

Reserved: 2026-02-27T15:54:05.137Z

Link: CVE-2026-28429

cve-icon Vulnrichment

Updated: 2026-03-09T19:45:34.903Z

cve-icon NVD

Status : Analyzed

Published: 2026-03-06T05:16:31.890

Modified: 2026-04-20T12:54:48.993

Link: CVE-2026-28429

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-16T11:45:26Z

Weaknesses