Find Outdated Adobe Acrobat (Reader) Installations
Adobe released a new monthly patch update this august including an advisory for security issues in Acrobat DC. This month, 7 security issues were fixed in Adobe Acrobat. We've created a blog post that gives a more complete overview of the security issues with Adobe Acrobat alongside all of the other issues disclosed by Adobe this month. You can find all the details of this August's security fixes in our Adobe August blog post.
The report below will provide you with a concrete list of Adobe Acrobat (Reader) DC installations that do not meet the minimum version required to be safe against the security issues that Adobe disclosed this month. To ensure your network and organization is fully protected from any possible attacks, it is recommended you update the assets shown in the report as soon as possible.
Run our Adobe Acrobat (Reader) August Query
Select Top 1000000 tblAssets.AssetID, tblAssets.AssetName, tblAssets.Domain, tsysAssetTypes.AssetTypename As AssetType, tblAssets.Username, tblAssets.Userdomain, tsysAssetTypes.AssetTypeIcon10 As icon, tblAssets.IPAddress, tblSoftwareUni.softwareName As Software, tblSoftware.softwareVersion As Version, Case When tblSoftwareUni.softwareName Like '%Acrobat%DC%' Then '22.002.20191' When tblSoftwareUni.softwareName Like '%Acrobat%2020%' Then '20.005.30381' When tblSoftwareUni.softwareName Like '%Acrobat%2017%' Then '17.012.30262' End As [Fixed Version], tblSoftwareUni.SoftwarePublisher As Publisher, tsysIPLocations.IPLocation, tblAssetCustom.Manufacturer, tblAssetCustom.Model, tsysOS.OSname As OS, tblAssets.SP, Case When tblErrors.ErrorText Is Not Null Or tblErrors.ErrorText != '' Then 'Scanning Error: ' + tsysasseterrortypes.ErrorMsg Else '' End As ScanningErrors, tblAssets.Lastseen, tblAssets.Lasttried, tblSoftware.Lastchanged From tblAssets Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype Inner Join tsysIPLocations On tsysIPLocations.LocationID = tblAssets.LocationID Inner Join tblState On tblState.State = tblAssetCustom.State Inner Join tblSoftware On tblAssets.AssetID = tblSoftware.AssetID Inner Join tblSoftwareUni On tblSoftwareUni.SoftID = tblSoftware.softID Left Join tsysOS On tsysOS.OScode = tblAssets.OScode Left Join (Select Distinct Top 1000000 tblErrors.AssetID As ID, Max(tblErrors.Teller) As ErrorID From tblErrors Group By tblErrors.AssetID) As ScanningError On tblAssets.AssetID = ScanningError.ID Left Join tblErrors On ScanningError.ErrorID = tblErrors.Teller Left Join tsysasseterrortypes On tsysasseterrortypes.Errortype = tblErrors.ErrorType Where ((tblSoftwareUni.softwareName Like '%Acrobat%DC%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) < 22) Or (tblSoftwareUni.softwareName Like '%Acrobat%DC%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) = 22 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) < 001) Or (tblSoftwareUni.softwareName Like '%Acrobat%DC%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) = 22 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) = 001 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) <= 20169) Or (tblSoftwareUni.softwareName Like '%Acrobat%2020%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) < 20) Or (tblSoftwareUni.softwareName Like '%Acrobat%2020%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) = 20 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) < 005) Or (tblSoftwareUni.softwareName Like '%Acrobat%2020%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) = 20 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) = 005 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) <= 30362) Or (tblSoftwareUni.softwareName Like '%Acrobat%2017%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) < 17) Or (tblSoftwareUni.softwareName Like '%Acrobat%2017%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) = 17 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) < 012) Or (tblSoftwareUni.softwareName Like '%Acrobat%2017%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) = 17 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) = 012 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) <= 30249))