Apple rolls out background fixes
Apple has started pushing “Background Security Improvements” that deliver lightweight, out‑of‑band patches (the first fixes a WebKit flaw, CVE‑2026‑20643) so devices receive critical security updates without full OS upgrades or user intervention — a clear change in how Apple will shrink patch windows. This reduces hands‑on maintenance for managed fleets but hinges on MDM policies to ensure the updates are enabled and applied. (bleepingcomputer.com) (helpnetsecurity.com)
Apple released the inaugural Background Security Improvements on March 17, 2026 for iOS 26.3.1(a), iPadOS 26.3.1(a), macOS 26.3.1(a) and macOS 26.3.2(a) to address a WebKit bug tracked as CVE‑2026‑20643 and documented in WebKit Bugzilla 306050 by researcher Thomas Espach. (support.apple.com) The flaw is a cross‑origin issue in WebKit’s Navigation API that may allow maliciously crafted web content to bypass the Same‑Origin Policy. (nvd.nist.gov) CISA‑ADP lists a base score of 5.4 (Medium) for the issue and the NVD vector maps to CVSS 3.1 AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N. (nvd.nist.gov) Apple’s Background Security Improvements require devices to be on the latest minor OS line (support begins with iOS/iPadOS/macOS 26.1) and the mechanism delivers patches as versioned supplements (“a”, “b”, etc.) that are incorporated into later minor updates. (support.apple.com) Supervised devices can enforce or block these responses via MDM: Set InstallSecurityUpdate to AlwaysOn in SoftwareUpdateSettingsAutomaticActionsObject to force automatic installs, use SoftwareUpdateSettingsAutomaticActionsObject = AlwaysOff to prevent them, and control manual install/rollback with the SoftwareUpdateSettingsRapidSecurityResponseObject Enable and EnableRollback keys. (support.apple.com) MDM reporting exposes installed Background Security Improvement identifiers through the StatusDeviceOperatingSystemSupplementalExtraVersion and StatusDeviceOperatingSystemSupplementalBuildVersion keys, allowing inventory checks for specific “a”/“b” supplemental builds. (support.apple.com) Patched components are staged in cryptexes on the preboot volume and, on macOS, Safari can begin using the new cryptex content after quitting and relaunching the browser even before a full system restart. (support.apple.com) Background Security Improvements do not bypass the requirement to be on the latest minor OS version—delaying a minor OS update effectively delays these responses—and Macs must meet minimum battery thresholds to apply them (10% for Apple silicon, 20% for Intel). (support.apple.com)