cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
nwraorion
Engaged Sweeper

There doesn't seem to be an updated Adobe Acrobat report for the October 2022 security bulletin: https://helpx.adobe.com/security/products/acrobat/apsb22-46.html

This is what I came up with.  A question - I see Acrobat DC installs at 20.006.20042.  Are these considered patched (greater than the 2020 fixed version), or not (less than the DC fixed version)?

 

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.003.20258'
When tblSoftwareUni.softwareName Like '%Acrobat%2020%' Then '20.005.30407'
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) < 003)
Or (tblSoftwareUni.softwareName Like '%Acrobat%DC%' And
Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) = 22 And
Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) = 003 And
Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) <= 20258) 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) <= 30407)) And
tblAssetCustom.State = 1

 

1 REPLY 1
ErikT
Lansweeper Tech Support
Lansweeper Tech Support

on the Adobe website the below information is shown. 

https://helpx.adobe.com/security/products/acrobat/apsb22-46.html

Affected Versions

ErikT_2-1666335720438.png

Adobe categorizes these updates with the following priority ratings and recommends users update their installation to the newest version:    

ErikT_5-1666336202890.png

Adobe DC should be at version 22.003.20258, which is the latest updated version.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now