

Inner Join tblSoftware On tblAssets.AssetID = tblSoftware.AssetID Inner Join tblState On tblState.State = tblAssetCustom.State Inner Join tsysIPLocations On tsysIPLocations.LocationID = Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID When tblSoftware.softwareVersion >= '4.1.2.24'ĪND tblSoftwareUni.softwareName Like 'Intel Processor Diagnostic Tool%' Then '#d4f4be' TblSoftwareUni.SoftwarePublisher As Publisher, TblSoftwareUni.softwareName Like 'Intel Processor Diagnostic Tool%' Then 'Up to date' When tblSoftware.softwareVersion >= '4.1.2.24' And TsysAssetTypes.AssetTypename As AssetType,

Intel Processor Diagnostic Tool Vulnerability Query Select Top 1000000 tblAssets.AssetID, This way you can find and update outdated installations easily. To check if Intel's Processor Diagnostic Tool is installed in your network and is up to date, you can run the audit below to get a color-coded overview of all Intel Processor Diagnostic Tool installations and their versions. Intel's Intel-SA-00268 security advisory warns about outdated Intel Processor Diagnostic Tool installations that can be exploited in multiple ways to attack a network (CVE-2019-11133).

Find All Outdated Intel Processor Diagnostic Tool Installations
