CVE-2026-49290

HIGH EPSS 42.8%
Published Jun 19, 20261w ago · Modified Jun 23, 20261w ago
7.6 CVSS 4.0
High
Find Similar
Published Jun 19, 2026 1w ago
Last Modified Jun 23, 2026 1w ago

Description

Slopsmith is a self-contained web application for browsing, playing, and practicing Rocksmith 2014 Custom DLC (CDLC). Prior to 0.2.9-alpha.5, a path-traversal vulnerability in Slopsmith's archive extractors allows an attacker to write arbitrary files outside the extraction directory by supplying a crafted PSARC or sloppak archive. With the default Docker configuration (running as root) and the ability to drop a file into the plugin directory, this escalates to arbitrary remote code execution on the host. Three archive extractors concatenated archive-entry filenames directly onto the extraction root without validation: `lib/psarc.py::unpack_psarc` — PSARC TOC filenames; `lib/patcher.py::unpack_psarc` — duplicate of the above in the patcher flow; `lib/sloppak.py::_unpack_zip` — bare `ZipFile.extractall()` with no member filter. Each accepts entry names containing `..` segments, absolute paths, or backslash separators. The Python `zipfile` module's default `extractall()` is documented as not preventing traversal when callers don't supply a member-filter callback. Version 0.2.9-alpha.5 patches the issue. Until updated, do not open PSARC or sloppak archives from untrusted sources, and do not expose the Slopsmith instance to the public internet. Docker users should also pull the latest image after the next slopsmith Docker image is published.

CVSS Details

Base Score
7.6
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector Network
Attack Complexity Low
Privileges Required High
User Interaction None
Scope X

Threat Intelligence

EPSS Exploit Probability
42.8% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 3

CWE-22 Path Traversal Resource Mgmt
CWE-23
CWE-36

References 3

  • github.com https://github.com/byrongamatos/slopsmith/commit/9cccac12a
  • github.com https://github.com/byrongamatos/slopsmith/security/advisories/GHSA-8wr9-348x-xwmr
  • web.archive.org https://web.archive.org/web/20260522065709/https://github.com/byrongamatos/slopsmith

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.