Firefox 99 and Firefox ESR 91.8 Audit
Security Software VulnerabilityAudit 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. Firefox 99 added a keyboard shortcut “n.” for Narrate in ReaderMode. Support for search was added in the PDF viewer, the Linux sandbox has been strengthened, and Firefox now supports credit card autofill and capture in Germany and France. Additionally, Firefox 99 brings 11 security fixes. For Firefox ESR 91.8, 8 vulnerabilities have been fixed. 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 99 and Firefox ESR 91.8u00a0Query
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 Len(tblSoftware.softwareVersion) - Len(Replace(tblSoftware.softwareVersion, '.', '')) = 1 And tblSoftwareUni.softwareName Like '%firefox%' And tblSoftwareUni.softwareName Not Like '%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) > 99 Then 'Up to date' When Len(tblSoftware.softwareVersion) - Len(Replace(tblSoftware.softwareVersion, '.', '')) = 1 And tblSoftwareUni.softwareName Like '%firefox%' And tblSoftwareUni.softwareName Not Like '%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) = 99 And Cast(ParseName(tblSoftware.softwareVersion, 1) As bigint) >= 0 Then 'Up to date' When Len(tblSoftware.softwareVersion) - Len(Replace(tblSoftware.softwareVersion, '.', '')) = 2 And tblSoftwareUni.softwareName Like '%firefox%' And tblSoftwareUni.softwareName Not Like '%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) > 99 Then 'Up to date' When Len(tblSoftware.softwareVersion) - Len(Replace(tblSoftware.softwareVersion, '.', '')) = 2 And tblSoftwareUni.softwareName Like '%firefox%' And tblSoftwareUni.softwareName Not Like '%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) = 99 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) > 0 Then 'Up to date' When Len(tblSoftware.softwareVersion) - Len(Replace(tblSoftware.softwareVersion, '.', '')) = 2 And tblSoftwareUni.softwareName Like '%firefox%' And tblSoftwareUni.softwareName Not Like '%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) = 99 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) = 0 And Cast(ParseName(tblSoftware.softwareVersion, 1) As bigint) >= 0 Then 'Up to date' When tblSoftwareUni.softwareName Like '%firefox%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) > 91 Then 'Up to date' When tblSoftwareUni.softwareName Like '%firefox%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) = 91 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) > 8 Then 'Up to date' When tblSoftwareUni.softwareName Like '%firefox%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) = 91 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) = 8 And Cast(ParseName(tblSoftware.softwareVersion, 1) As bigint) >= 0 Then 'Up to date' When Len(tblSoftware.softwareVersion) - Len(Replace(tblSoftware.softwareVersion, '.', '')) = 3 And tblSoftwareUni.softwareName Like '%firefox%' And Cast(ParseName(tblSoftware.softwareVersion, 4) As bigint) > 99 Then 'Up to date' When Len(tblSoftware.softwareVersion) - Len(Replace(tblSoftware.softwareVersion, '.', '')) = 3 And tblSoftwareUni.softwareName Like '%firefox%' And tblSoftwareUni.softwareName Not Like '%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 4) As bigint) = 99 And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) > 0 Then 'Up to date' When Len(tblSoftware.softwareVersion) - Len(Replace(tblSoftware.softwareVersion, '.', '')) = 3 And tblSoftwareUni.softwareName Like '%firefox%' And tblSoftwareUni.softwareName Not Like '%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 4) As bigint) = 99 And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) = 0 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) >= 1 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 Len(tblSoftware.softwareVersion) - Len(Replace(tblSoftware.softwareVersion, '.', '')) = 1 And tblSoftwareUni.softwareName Like '%firefox%' And tblSoftwareUni.softwareName Not Like '%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) > 99 Then '#d4f4be' When Len(tblSoftware.softwareVersion) - Len(Replace(tblSoftware.softwareVersion, '.', '')) = 1 And tblSoftwareUni.softwareName Like '%firefox%' And tblSoftwareUni.softwareName Not Like '%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) = 99 And Cast(ParseName(tblSoftware.softwareVersion, 1) As bigint) >= 0 Then '#d4f4be' When Len(tblSoftware.softwareVersion) - Len(Replace(tblSoftware.softwareVersion, '.', '')) = 2 And tblSoftwareUni.softwareName Like '%firefox%' And tblSoftwareUni.softwareName Not Like '%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) > 99 Then '#d4f4be' When Len(tblSoftware.softwareVersion) - Len(Replace(tblSoftware.softwareVersion, '.', '')) = 2 And tblSoftwareUni.softwareName Like '%firefox%' And tblSoftwareUni.softwareName Not Like '%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) = 99 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) > 0 Then '#d4f4be' When Len(tblSoftware.softwareVersion) - Len(Replace(tblSoftware.softwareVersion, '.', '')) = 2 And tblSoftwareUni.softwareName Like '%firefox%' And tblSoftwareUni.softwareName Not Like '%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) = 99 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) = 0 And Cast(ParseName(tblSoftware.softwareVersion, 1) As bigint) >= 0 Then '#d4f4be' When tblSoftwareUni.softwareName Like '%firefox%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) > 91 Then '#d4f4be' When tblSoftwareUni.softwareName Like '%firefox%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) = 91 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) > 8 Then '#d4f4be' When tblSoftwareUni.softwareName Like '%firefox%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) = 91 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) = 8 And Cast(ParseName(tblSoftware.softwareVersion, 1) As bigint) >= 0 Then '#d4f4be' When Len(tblSoftware.softwareVersion) - Len(Replace(tblSoftware.softwareVersion, '.', '')) = 3 And tblSoftwareUni.softwareName Like '%firefox%' And Cast(ParseName(tblSoftware.softwareVersion, 4) As bigint) > 99 Then '#d4f4be' When Len(tblSoftware.softwareVersion) - Len(Replace(tblSoftware.softwareVersion, '.', '')) = 3 And tblSoftwareUni.softwareName Like '%firefox%' And tblSoftwareUni.softwareName Not Like '%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 4) As bigint) = 99 And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) > 0 Then '#d4f4be' When Len(tblSoftware.softwareVersion) - Len(Replace(tblSoftware.softwareVersion, '.', '')) = 3 And tblSoftwareUni.softwareName Like '%firefox%' And tblSoftwareUni.softwareName Not Like '%esr%' And Cast(ParseName(tblSoftware.softwareVersion, 4) As bigint) = 99 And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) = 0 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) >= 1 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 '%firefox%' And tblsoftwareuni.SoftwarePublisher like '%mozilla%' and tblState.Statename = 'Active' order by [Patch Status] asc
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.