VYPR

JuiceFS

by JuiceFS

CVEs (2)

  • CVE-2026-59092HigJul 2, 2026
    risk 0.50cvss 7.7epss 0.00

    JuiceFS through 1.3.1, fixed in commit a46979c, contains an authentication bypass vulnerability that allows unauthenticated remote attackers to access sensitive debug and metrics endpoints by exploiting improper handler registration on the shared http.DefaultServeMux. Attackers…

  • CVE-2026-77763MedAug 21, 2026
    risk 0.35cvss 6.5epss 0.00

    The filestore backend in pkg/object/file.go, used for file:// stores and as a common juicefs sync destination, derived every operation's target from path(key), which returned either filepath.Join(d.root, key) or filepath.Clean(d.root + key) with no check that the result stayed…