TRY NOW

Firefox 93 and Firefox ESR 78.15 Audit

Software

Audit All Outdated Firefox Installations in Your Network

Mozilla’s new version for Firefox and Firefox ESR has been released with additional functionality and security releases. In Firefox 93, the new AVIF image format is supported. Firefox PDF viewer now supports filling more forms (XFA-based forms). A new memory management feature is added that when the available system memory is critically low, will cause Firefox on Windows to automatically unload tabs based on their last access time, memory usage, and other attributes. For added security, Firefox now blocks downloads that rely on insecure connections and SmartBlock is now on version 3.0. New referrer tracking protection in Strict Tracking Protection and Private Browsing has been added and Firefox Suggest is now live.  Lastly, 7 security-related issues were fixed, four of which are rated as high impact. To 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. Go ahead and start running your Firefox audit. Firefox 93 report

Firefox 93 and Firefox ESR 78.15 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) > 93 And
tblSoftwareUni.softwareName Like '%firefox%' And
tblSoftwareUni.softwareName Not Like '%esr%' Then 'Up to date'
When Cast(SubString(tblSoftware.softwareVersion, 0, CharIndex('.',
tblSoftware.softwareVersion)) As INT) = 93 And
Cast(Replace(SubString(tblSoftware.softwareVersion, 4, CharIndex('.',
tblSoftware.softwareVersion)), '.', '') As INT) >= 0 And
tblSoftwareUni.softwareName Like '%firefox%' And
tblSoftwareUni.softwareName Not Like '%esr%' Then 'Up to date'
When Cast(SubString(tblSoftware.softwareVersion, 0, CharIndex('.',
tblSoftware.softwareVersion)) As INT) > 78 And
tblSoftwareUni.softwareName Like '%firefox%ESR%' Then 'Up to date'
When Cast(SubString(tblSoftware.softwareVersion, 0, CharIndex('.',
tblSoftware.softwareVersion)) As INT) = 78 And
Cast(Replace(SubString(tblSoftware.softwareVersion, 4, CharIndex('.',
tblSoftware.softwareVersion)), '.', '') As INT) >= 15 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,
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,
Case
When Cast(SubString(tblSoftware.softwareVersion, 0, CharIndex('.',
tblSoftware.softwareVersion)) As INT) > 93 And
tblSoftwareUni.softwareName Like '%firefox%' And
tblSoftwareUni.softwareName Not Like '%esr%' Then '#d4f4be'
When Cast(SubString(tblSoftware.softwareVersion, 0, CharIndex('.',
tblSoftware.softwareVersion)) As INT) = 93 And
Cast(Replace(SubString(tblSoftware.softwareVersion, 4, CharIndex('.',
tblSoftware.softwareVersion)), '.', '') As INT) >= 0 And
tblSoftwareUni.softwareName Like '%firefox%' And
tblSoftwareUni.softwareName Not Like '%esr%' Then '#d4f4be'
When Cast(SubString(tblSoftware.softwareVersion, 0, CharIndex('.',
tblSoftware.softwareVersion)) As INT) > 78 And
tblSoftwareUni.softwareName Like '%firefox%ESR%' Then '#d4f4be'
When Cast(SubString(tblSoftware.softwareVersion, 0, CharIndex('.',
tblSoftware.softwareVersion)) As INT) = 78 And
Cast(Replace(SubString(tblSoftware.softwareVersion, 4, CharIndex('.',
tblSoftware.softwareVersion)), '.', '') As INT) >= 15 And
tblSoftwareUni.softwareName Like '%firefox%ESR%' 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
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 '%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.