Cyber Posture

CVE-2026-49128

HighPublic PoC

Published: 28 May 2026

Published
28 May 2026
Modified
29 May 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0011 29.5th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-49128 is a high-severity Path Traversal (CWE-22) vulnerability in Github (inferred from references). Its CVSS base score is 7.5 (High).

Operationally, ranked at the 29.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysisAI

Automated synthesis unavailable for this CVE.

Vulnerability

Music Player Daemon (MPD) before version 0.24.11 contains a path traversal vulnerability in LocalStorage::MapFSOrThrow and LocalStorage::MapUTF8 within the local storage plugin, where the on-disk path is constructed by joining the storage root with a user-supplied URI as plain strings without…

more

canonicalization, allowing '..' segments to survive into the resolved path and be flattened by the kernel at openat() time. An unauthenticated attacker can exploit this flaw using the listfiles command to enumerate names, sizes, and modification times of arbitrary directories readable by the MPD process, and the albumart command to read image files in any attacker-chosen directory outside the configured music_directory.

CWE(s)
OWASP Top 10 Web 2025

EU & UK References

Affected Products

Github
inferred from references and description; NVD did not file a CPE for this CVE

Threat picture

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Defense & controls

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References