CVE-2026-47122 PUBLISHED

Sparkle's AppInstaller post-stage-1 XPC listener accepts unvalidated connections, allowing spoofed appcast item data injection

Assigner: GitHub_M
Reserved: 18.05.2026 Published: 21.07.2026 Updated: 21.07.2026

Sparkle is a software update framework for macOS. In versions up to and including 2.9.1, Autoupdate/AppInstaller.m's shouldAcceptNewConnection: only enforces SUCodeSigningVerifier validateConnection: before stage 1 completes. After _performedStage1Installation = YES, new connections to the registered Mach service <bundleId>-spki are accepted from any local process without team-ID or code-signing checks. As of time of publication, no known patched versions are available.

Metrics

CVSS Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:L
CVSS Score: 4.2

Product Status

Vendor sparkle-project
Product Sparkle
Versions
  • Version <= 2.9.1 is affected

References

Problem Types

  • CWE-306: Missing Authentication for Critical Function CWE
  • CWE-441: Unintended Proxy or Intermediary ('Confused Deputy') CWE