Chrome 102 Audit

Find Outdated Chrome Installations

Google released Chrome 102. In this release, Google fixed 32 security issues and added additional features. The new features include:

  • Chrome sends Private Network Access preflights for subresources
  • Chrome leverages MiraclePtr to improve security
  • Virtual card numbers in Autofill
  • Changes to URL parameters
  • A redesign for browser downloads
  • Chrome releases on Windows and Android now include multiple versions
  • New and updated policies in Chrome browser

Details on all of these features can be found on the Chrome Status page. As always, Google takes its time with putting our a larger blog post covering the most important changes however, you can find a very brief summary on the Chrome release page.

With the report below, you can easily find which computers in your network do not have this latest Chrome version installed. Simply run the report to get a complete overview of your environment.

Run our Chrome 102 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(ParseName(tblSoftware.softwareVersion, 4) As int) > 102 Then
'Up to date'
When Cast(ParseName(tblSoftware.softwareVersion, 4) As int) = 102 And
Cast(ParseName(tblSoftware.softwareVersion, 2) As int) > 5005 Then
'Up to date'
When Cast(ParseName(tblSoftware.softwareVersion, 4) As int) = 102 And
Cast(ParseName(tblSoftware.softwareVersion, 2) As int) = 5005 And
Cast(ParseName(tblSoftware.softwareVersion, 1) As int) >= 61 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(ParseName(tblSoftware.softwareVersion, 4) As int) > 102 Then
'#d4f4be'
When Cast(ParseName(tblSoftware.softwareVersion, 4) As int) = 102 And
Cast(ParseName(tblSoftware.softwareVersion, 2) As int) > 5005 Then
'#d4f4be'
When Cast(ParseName(tblSoftware.softwareVersion, 4) As int) = 102 And
Cast(ParseName(tblSoftware.softwareVersion, 2) As int) = 5005 And
Cast(ParseName(tblSoftware.softwareVersion, 1) As int) >= 61 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'

Google Chrome 102 CVE  Codes

SeverityCVEDescription
CriticalCVE-2022-1853Use after free in Indexed
HighCVE-2022-1854Use after free in ANGLE.
HighCVE-2022-1855Use after free in Messaging.
HighCVE-2022-1856Use after free in User Education.
HighCVE-2022-1857Insufficient policy enforcement in File System API.
HighCVE-2022-1858Out of bounds read in DevTools.
HighCVE-2022-1859Use after free in Performance Manager.
HighCVE-2022-1860Use after free in UI Foundations.
HighCVE-2022-1861Use after free in Sharing.
MediumCVE-2022-1862Inappropriate implementation in Extensions.
MediumCVE-2022-1863Use after free in Tab Groups.
MediumCVE-2022-1864Use after free in WebApp Installs.
MediumCVE-2022-1865Use after free in Bookmarks.
MediumCVE-2022-1866Use after free in Tablet Mode.
MediumCVE-2022-1867Insufficient validation of untrusted input in Data Transfer.
MediumCVE-2022-1868Inappropriate implementation in Extensions API.
MediumCVE-2022-1869Type Confusion in V8.
MediumCVE-2022-1870Use after free in App Service.
LowCVE-2022-1871Insufficient policy enforcement in File System API.
LowCVE-2022-1872Insufficient policy enforcement in Extensions API.
LowCVE-2022-1873Insufficient policy enforcement in COOP.
LowCVE-2022-1874Insufficient policy enforcement in Safe Browsing.
LowCVE-2022-1875Inappropriate implementation in PDF.
LowCVE-2022-1876Heap buffer overflow in DevTools.

Audit and Take Action in 3 Easy Steps

Download-Install-Lansweeper

1. Download & Install Lansweeper

Save-and-Run-the-Report

3. Run the Audit & Take Action

Download Lansweeper to Run this Audit