Skip to main content

Menyoo (MenyooSP) EUVDEUVD-2026-45946

| CVE-2026-52349 HIGH
Path Traversal (CWE-22)
2026-07-20 mitre GHSA-9mcw-g6wh-83hp
7.8
CVSS 3.1 · Vendor: mitre
Share

Severity by source

Vendor (mitre) PRIMARY
7.8 HIGH
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.3 HIGH

Local menu access with low privilege (AV:L/PR:L), trivial traversal (AC:L); primitive is arbitrary file write/rename giving high integrity/availability impact but only limited confidentiality (C:L).

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (mitre).

CVSS VectorVendor: mitre

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Source Code Evidence Fetched
Jul 21, 2026 - 16:25 vuln.today
Analysis Generated
Jul 21, 2026 - 16:25 vuln.today
CVSS changed
Jul 21, 2026 - 16:22 NVD
7.8 (HIGH)
CVE Published
Jul 20, 2026 - 00:00 cve.org
UNKNOWN (no severity yet)
CVE Published
Jul 20, 2026 - 00:00 cve.org
HIGH 7.8

DescriptionCVE.org

Directory Traversal vulnerability in Menyoo 2.0 Versions before commit 729aa48: fixed in commit 729aa48 allows a local attacker to execute arbitrary code via the Spooner file management, VehicleSpawner save/folder/rename functionality, WeaponOptions save/folder/rename functionality, PedComponentChanger create folder/createfile/rename functionality.

AnalysisAI

Path traversal in Menyoo (MenyooSP), a popular GTA V single-player trainer/mod, before commit 729aa48 lets a local user supply crafted file names (containing traversal sequences) to the Spooner, VehicleSpawner, WeaponOptions, and PedComponentChanger save/create-folder/rename functions, writing or renaming files outside the intended data directories. Because the resulting XML/config files can be planted in attacker-chosen locations, this escalates to arbitrary code execution in the victim's context. There is no public exploit identified at time of analysis and it is not in CISA KEV; the fix (added IsSafePath() input validation) is publicly visible in PR #550.

Technical ContextAI

Menyoo (MenyooSP) is a widely used single-player mod menu/trainer for Grand Theft Auto V, injected into the game process on Windows and persisting entity/vehicle/ped/weapon presets as XML files on disk. The flaw is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory). The source evidence shows user-supplied name strings (inputStr / newName) concatenated directly into filesystem paths, e.g. _dir + "\\" + inputStr + ".xml" passed to SaveDbToFile/SaveWorldToFile, CreateDirectoryA, rename(), and ComponentChangerOutfit::Create, with no sanitization. Because Windows honors ..\ and absolute/drive-qualified paths, a name like ..\..\..\somewhere\payload breaks out of the Spooner/VehicleSpawner/WeaponOptions/PedComponentChanger base directories. The patch introduces an IsSafePath() guard that rejects invalid characters/traversal, plus a base-directory containment check on the Spooner 'back' navigation (_dir.find(baseDir) == 0).

RemediationAI

Update Menyoo/MenyooSP to a build that includes commit 729aa48 (delivered via PR #550), which adds IsSafePath() validation to the Spooner, VehicleSpawner, WeaponOptions, and PedComponentChanger save/create-folder/rename paths and a base-directory containment check on Spooner folder navigation - upstream fix available as a commit/PR, a formally tagged patched release is not independently confirmed. Because the project distributes as a source/binary mod rather than versioned packages, users should rebuild from the latest main branch or obtain a redistribution built after that commit; verify by confirming IsSafePath() is present in the compiled build. Interim compensating controls: only load Menyoo preset/XML files from trusted sources, avoid entering unusual names into save/rename dialogs, run GTA V/the trainer under a low-privilege user account to limit where planted files can land (trade-off: none significant for single-player use), and do not run the game/trainer as Administrator (trade-off: some mods expect elevated rights). Advisories: https://github.com/itsjustcurtis/MenyooSP/pull/550 and https://vuldb.com/vuln/380611.

More in N A

View all
CVE-2024-51092 CRITICAL POC
9.1 May 08

LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr

CVE-2025-15684 MEDIUM POC
5.5 Aug 12

Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han

CVE-2024-45257 HIGH POC
7.3 May 08

A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi

CVE-2025-15687 LOW POC
2.1 Aug 12

Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc

CVE-2025-15686 LOW POC
2.1 Aug 12

Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula

CVE-2025-67888 HIGH POC
7.3 May 08

Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root

CVE-2024-53326 HIGH POC
7.3 May 08

LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(

CVE-2026-38360 CRITICAL POC
9.8 May 08

Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti

CVE-2026-30623 CRITICAL POC
9.8 Jul 15

Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr

CVE-2026-67917 CRITICAL POC
9.8 Aug 17

SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg

CVE-2026-75337 CRITICAL POC
9.8 Aug 27

Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ

CVE-2026-31072 CRITICAL POC
9.8 May 19

Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali

Share

EUVD-2026-45946 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy