Apple Zero-Day Vulnerability Audit – September 2022
Operating System Security VulnerabilityDiscover MacOS/iOS/iPadOS Devices Vulnerable to The Latest Zero-Day Vulnerabilities
Apple has released new updates for macOS Monterey, macOS Big Sur, iOS and iPadOS. The patches were released to fix a number of vulnerabilities. The most prominent is the zero-day vulnerability in the Kernel component tracked as CVE-2022-32917 that could lead to arbitrary code execution. You can find more information in our Apple Vulnerability Blog. To help you with ensuring all your Apple devices are up to date, the report below provides an overview of all Apple Mac devices, iPhones and iPads scanned that still need to be updated. To get the most out of this report, it’s highly encouraged to scan your mobile Apple devices using the Airwatch or Intune scanning targets to get accurate version data.
iOS/iPadOS 15.7 and MacOS 12.6 Zero-Days Query
Select Distinct Top 1000000 Coalesce(tsysOS.Image, tsysAssetTypes.AssetTypeIcon10) As icon, tblAssets.AssetID, tblAssets.AssetName, tblAssets.Domain, tblState.Statename As State, tblAssets.IPAddress, tsysIPLocations.IPLocation, tblAssetCustom.Manufacturer, tblAssetCustom.Model, subquery1.SystemVersion, subquery1.[MacOS Patch Status], subquery2.OsVersion As IntuneOSVersion, subquery2.[Intune Patch Status], subquery3.OsVersion, subquery3.[Airwatch Patch Status], tblAssets.Lastseen, tblAssets.Lasttried From tblAssets Left Join (Select tblmacosinfo.AssetID, tblmacosinfo.SystemVersion, Case When Len(tblmacosinfo.SystemVersion) - Len(Replace(tblmacosinfo.SystemVersion, '.', '')) = 1 And Cast(SubString(ParseName(tblmacosinfo.SystemVersion, 2), PatIndex('%[0-9]%', ParseName(tblmacosinfo.SystemVersion, 2)), Len(ParseName(tblmacosinfo.SystemVersion, 2))) As INT) > 12 Then 'Up to date' When Len(tblmacosinfo.SystemVersion) - Len(Replace(tblmacosinfo.SystemVersion, '.', '')) = 1 And Cast(SubString(ParseName(tblmacosinfo.SystemVersion, 2), PatIndex('%[0-9]%', ParseName(tblmacosinfo.SystemVersion, 2)), Len(ParseName(tblmacosinfo.SystemVersion, 2))) As INT) = 12 And Cast(Left(ParseName(tblmacosinfo.SystemVersion, 1), CharIndex(' (', ParseName(tblmacosinfo.SystemVersion, 1) + ' (') - 1) As INT) > 5 Then 'Up to date' When Len(tblmacosinfo.SystemVersion) - Len(Replace(tblmacosinfo.SystemVersion, '.', '')) = 1 And Cast(SubString(ParseName(tblmacosinfo.SystemVersion, 2), PatIndex('%[0-9]%', ParseName(tblmacosinfo.SystemVersion, 2)), Len(ParseName(tblmacosinfo.SystemVersion, 2))) As INT) > 11 Then 'Up to date' When Len(tblmacosinfo.SystemVersion) - Len(Replace(tblmacosinfo.SystemVersion, '.', '')) = 1 And Cast(SubString(ParseName(tblmacosinfo.SystemVersion, 2), PatIndex('%[0-9]%', ParseName(tblmacosinfo.SystemVersion, 2)), Len(ParseName(tblmacosinfo.SystemVersion, 2))) As INT) = 11 And Cast(Left(ParseName(tblmacosinfo.SystemVersion, 1), CharIndex(' (', ParseName(tblmacosinfo.SystemVersion, 1) + ' (') - 1) As INT) > 6 Then 'Up to date' Else 'Out of date' End As [MacOS Patch Status] From tblmacosinfo Where tblmacosinfo.SystemVersion Not Like '%Server%') As subquery1 On subquery1.AssetID = tblAssets.AssetID Left Join (Select tblIntuneDevice.AssetId, tblIntuneDevice.OsVersion, Case When Len(tblIntuneDevice.OsVersion) - Len(Replace(tblIntuneDevice.OsVersion, '.', '')) = 2 And Cast(ParseName(tblIntuneDevice.OsVersion, 3) As int) > 15 Then 'Up to date' When Len(tblIntuneDevice.OsVersion) - Len(Replace(tblIntuneDevice.OsVersion, '.', '')) = 2 And Cast(ParseName(tblIntuneDevice.OsVersion, 3) As int) = 15 And Cast(ParseName(tblIntuneDevice.OsVersion, 2) As int) > 6 Then 'Up to date' When Len(tblIntuneDevice.OsVersion) - Len(Replace(tblIntuneDevice.OsVersion, '.', '')) = 1 And Cast(ParseName(tblIntuneDevice.OsVersion, 2) As int) > 15 Then 'Up to date' When Len(tblIntuneDevice.OsVersion) - Len(Replace(tblIntuneDevice.OsVersion, '.', '')) = 1 And Cast(ParseName(tblIntuneDevice.OsVersion, 2) As int) = 15 And Cast(ParseName(tblIntuneDevice.OsVersion, 1) As int) > 6 Then 'Up to date' Else 'Out of date' End As [Intune Patch Status] From tblIntuneDevice Inner Join tblassets On tblassets.AssetID = tblIntuneDevice.AssetId Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblassets.Assettype Where (tsysAssetTypes.AssetTypename Like '%iphone%' Or tsysAssetTypes.AssetTypename Like '%ipad%')) As subquery2 On subquery2.AssetId = tblAssets.AssetID Left Join (Select tblAirWatchDevice.AssetId, tblAirWatchDevice.OsVersion, Case When Len(tblAirWatchDevice.OsVersion) - Len(Replace(tblAirWatchDevice.OsVersion, '.', '')) = 2 And Cast(ParseName(tblAirWatchDevice.OsVersion, 3) As int) > 15 Then 'Up to date' When Len(tblAirWatchDevice.OsVersion) - Len(Replace(tblAirWatchDevice.OsVersion, '.', '')) = 2 And Cast(ParseName(tblAirWatchDevice.OsVersion, 3) As int) = 15 And Cast(ParseName(tblAirWatchDevice.OsVersion, 2) As int) > 7 Then 'Up to date' When Len(tblAirWatchDevice.OsVersion) - Len(Replace(tblAirWatchDevice.OsVersion, '.', '')) = 1 And Cast(ParseName(tblAirWatchDevice.OsVersion, 2) As int) > 15 Then 'Up to date' When Len(tblAirWatchDevice.OsVersion) - Len(Replace(tblAirWatchDevice.OsVersion, '.', '')) = 1 And Cast(ParseName(tblAirWatchDevice.OsVersion, 2) As int) = 15 And Cast(ParseName(tblAirWatchDevice.OsVersion, 1) As int) > 7 Then 'Up to date' Else 'Out of date' End As [Airwatch Patch Status] From tblAirWatchDevice Inner Join tblassets On tblassets.AssetID = tblAirWatchDevice.AssetId Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblassets.Assettype Where (tsysAssetTypes.AssetTypename Like '%iphone%' Or tsysAssetTypes.AssetTypename Like '%ipad%')) As subquery3 On subquery3.AssetId = tblAssets.AssetID Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID Left Join tsysOS On tsysOS.OScode = tblAssets.OScode Left Join tsysIPLocations On tblAssets.IPNumeric >= tsysIPLocations.StartIP And tblAssets.IPNumeric <= tsysIPLocations.EndIP Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype Inner Join tblState On tblState.State = tblAssetCustom.State Where (subquery1.SystemVersion Is Not Null Or subquery2.OsVersion Is Not Null Or subquery3.OsVersion Is Not Null) And (subquery1.[MacOS Patch Status] <> 'Up to date' Or subquery2.[Intune Patch Status] <> 'Up to date' Or subquery3.[Airwatch Patch Status] <> 'Up to date') And tblAssetCustom.State = 1 And (tsysAssetTypes.AssetTypename Like '%iphone%' Or tsysAssetTypes.AssetTypename Like '%ipad%' Or tsysAssetTypes.AssetTypename Like '%Apple%') Order By tblAssets.Domain, tblAssets.AssetName
NO CREDIT CARD REQUIRED
Ready to get started?
You’ll be up and running in no time.
Explore all our features, free for 14 days.