๐Ÿ” CVE Alert

CVE-2026-49290

UNKNOWN 0.0

Slopsmith has path traversal in archive extractors that allows arbitrary file write โ†’ potential RCE

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-22 CWE-23 CWE-36
Vendor byrongamatos
Product slopsmith
Published Jun 19, 2026
Stay Ahead of the Next One

Get instant alerts for byrongamatos slopsmith

Be the first to know when new unknown vulnerabilities affecting byrongamatos slopsmith are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

byrongamatos / slopsmith
< 0.2.9-alpha.5

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
web.archive.org: https://web.archive.org/web/20260522065709/https://github.com/byrongamatos/slopsmith github.com: https://github.com/byrongamatos/slopsmith/security/advisories/GHSA-8wr9-348x-xwmr github.com: https://github.com/byrongamatos/slopsmith/commit/9cccac12a