Vulnerability Description
Sparkle is a software update framework for macOS. Prior to version 2.9.2, `Autoupdate/SUBinaryDeltaApply.m` enforces `relativePath.pathComponents containsObject:@".."` and rejects writes whose immediate parent directory IS itself a symbolic link, but does not detect symlinks deeper in the relative path. `Autoupdate/SPUSparkleDeltaArchive.m`'s `extractItem:` will create symlinks in the destination tree from archive content (no `..` check on the symlink target), and a subsequent `Extract` item targeting `<symlink>/foo/bar` then escapes the destination tree via `fopen(path, "wb")` because the kernel resolves the intermediate symlink during the open call. This is a defense-in-depth issue: exploitation requires a maliciously-crafted `.delta` that passes EdDSA signature verification, i.e. EdDSA private-key compromise. With the AppInstaller running as root for system-domain installs, it gives the holder of a stolen signing key arbitrary file write at root level via the delta-apply path, which is a strictly broader primitive than the "drop-in replacement bundle" install they would otherwise have. Version 2.9.2 contains a patch for the issue.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Sparkle-Project | Sparkle | < 2.9.2 |
Related Weaknesses (CWE)
References
- https://github.com/sparkle-project/Sparkle/commit/fe7b718d0736f3e139e374e26fbca9Patch
- https://github.com/sparkle-project/Sparkle/security/advisories/GHSA-hg88-v3cw-3qVendor Advisory
- https://github.com/sparkle-project/Sparkle/security/advisories/GHSA-hg88-v3cw-3qVendor Advisory
FAQ
What is CVE-2026-47121?
CVE-2026-47121 is a vulnerability with a CVSS score of 6.1 (MEDIUM). Sparkle is a software update framework for macOS. Prior to version 2.9.2, `Autoupdate/SUBinaryDeltaApply.m` enforces `relativePath.pathComponents containsObject:@".."` and rejects writes whose immedia...
How severe is CVE-2026-47121?
CVE-2026-47121 has been rated MEDIUM with a CVSS base score of 6.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-47121?
Check the references section above for vendor advisories and patch information. Affected products include: Sparkle-Project Sparkle.