TRY NOW

Firefox 71 and Firefox ESR 68.3 Audit

Security Software Vulnerability

Find All Outdated Firefox Installations in Your Network

Firefox released version 71 which adds picture-in-picture support, Lockwise improvements, 11 security fixes for Firefox 71 and 8 security fixes for the Firefox ESR version of Mozilla Firefox.  A few of these could be exploited using specially crafted web pages, so it is important that the update is applied across your organization as soon as possible. You can find more information about the Mozilla Firefox update in the Firefox 71 update blog post. To let you find which machines still need to update their Mozilla Firefox version, you can use the color-coded audit below which shows exactly which machines have updated and which ones still need an update so all of your machines have an up-to-date Firefox installation.

Firefox 71 and Firefox ESR 68.3 Audit 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, CharIndex('.',
      tblSoftware.softwareVersion)) As INT) > 71 Then 'Up to date'
tWhen Cast(SubString(tblSoftware.softwareVersion, 0, CharIndex('.',
      tblSoftware.softwareVersion)) As INT) = 71  And
      Cast(Replace(SubString(tblSoftware.softwareVersion, 4, CharIndex('.',
      tblSoftware.softwareVersion)), '.', '') As INT) >= 0 And
      tblSoftwareUni.softwareName Like '%firefox%' Then 'Up to date'
    When Cast(SubString(tblSoftware.softwareVersion, 0, CharIndex('.',
      tblSoftware.softwareVersion)) As INT) > 68 Then 'Up to date'
tWhen Cast(SubString(tblSoftware.softwareVersion, 0, CharIndex('.',
      tblSoftware.softwareVersion)) As INT) = 68 And
      Cast(Replace(SubString(tblSoftware.softwareVersion, 4, CharIndex('.',
      tblSoftware.softwareVersion)), '.', '') As INT) >= 30 And
      tblSoftwareUni.softwareName Like '%firefox%ESR%' 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, CharIndex('.',
      tblSoftware.softwareVersion)) As INT) > 71 Then '#d4f4be'
tWhen Cast(SubString(tblSoftware.softwareVersion, 0, CharIndex('.',
      tblSoftware.softwareVersion)) As INT) = 71  And
      Cast(Replace(SubString(tblSoftware.softwareVersion, 4, CharIndex('.',
      tblSoftware.softwareVersion)), '.', '') As INT) >= 0 And
      tblSoftwareUni.softwareName Like '%firefox%' Then '#d4f4be'
    When Cast(SubString(tblSoftware.softwareVersion, 0, CharIndex('.',
      tblSoftware.softwareVersion)) As INT) > 68 Then '#d4f4be'
tWhen Cast(SubString(tblSoftware.softwareVersion, 0, CharIndex('.',
      tblSoftware.softwareVersion)) As INT) = 68 And
      Cast(Replace(SubString(tblSoftware.softwareVersion, 4, CharIndex('.',
      tblSoftware.softwareVersion)), '.', '') As INT) >= 30 And
      tblSoftwareUni.softwareName Like '%firefox%ESR%'
t  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 '%Mozilla%firefox%' 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.