TRY NOW

Chrome 80 Security Update Audit

Security Software Vulnerability

Find Vulnerable Google Chrome Installations in Your Network

Google released Chrome a small Chrome 80 update with fixes for 3 specific vulnerabilities. An integer overflow vulnerability, an out of bounds memory access vulnerability and a type confusion vulnerability (CVE-2020-6418) that has already been exploited in the wild. You can find more information about this update in the Google Chrome 80 security update blog post.

The audit you can find below gives you an overview of all Google Chrome installations. It also indicates which devices have an outdated Chrome version and might be vulnerable. Find out which assets you still need to updated and secure your IT environment. Run the audit and start patching!

Google Chrome 80 Security Update 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,
  tblSoftwareUni.SoftwarePublisher As Publisher,
  Case
    When Cast(SubString(tblSoftware.softwareVersion, 0, 3) As INT) > 80 Then
      'Up to date'
    When Cast(SubString(tblSoftware.softwareVersion, 0, 3) As INT) = 80 And
      Cast(SubString(tblSoftware.softwareVersion, 6, 4) As INT) > 3987
    Then 'Up to date'
    When Cast(SubString(tblSoftware.softwareVersion, 0, 3) As INT) = 80 And
      Cast(SubString(tblSoftware.softwareVersion, 6, 4) As INT) = 3987
      And Cast(SubString(tblSoftware.softwareVersion, 11, 4) As INT) >= 122 Then
      'Up to date'
    Else 'Out of date'
  End As [Patch Status],
  tsysIPLocations.IPLocation,
  tblAssetCustom.Manufacturer,
  tblAssetCustom.Model,
  tsysOS.OSname As OS,
  tblAssets.SP,
  tblAssets.Lastseen,
  tblAssets.Lasttried,
  tblSoftware.Lastchanged,
  Case
    When Cast(SubString(tblSoftware.softwareVersion, 0, 3) As INT) > 80 Then
      '#d4f4be'
    When Cast(SubString(tblSoftware.softwareVersion, 0, 3) As INT) = 80 And
      Cast(SubString(tblSoftware.softwareVersion, 6, 4) As INT) > 3987
    Then '#d4f4be'
    When Cast(SubString(tblSoftware.softwareVersion, 0, 3) As INT) = 80 And
      Cast(SubString(tblSoftware.softwareVersion, 6, 4) As INT) = 3987
      And Cast(SubString(tblSoftware.softwareVersion, 11, 4) As INT) >= 122 Then
      '#d4f4be'
    Else '#ffadad'
  End As backgroundcolor
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
Where tblSoftwareUni.softwareName Like '%Google Chrome%' And tblSoftwareUni.SoftwarePublisher Like '%Google%' And
  tblState.Statename = 'Active'

Show

Hide

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.