Firefox 103 and Firefox ESR 91.12 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 as of the 26th of July, 2022. New features in Firefox 103 include:- Improved responsiveness on macOS during periods of high CPU Load.
- Improved performance on high-refresh rate monitors (120Hz+).
- Required fields in PDF forms are now highlighted.
- The Picture-in-Picture subtitles feature is now available at Funimation, Dailymotion, Tubi, Hotstar, and SonyLIV. Additionally, you can now change subtitles’ font size directly from the PiP window.
- Buttons in the Tabs toolbar can now be reached with Tab, Shift+Tab, and Arrow keys.
- Windows’ “Make text bigger” accessibility setting now affects all the UI and content pages.
- Firefox will now be pinned to the taskbar upon installation on Windows 10 and 11.
- The preservation of non-breaking spaces when copying text from a form control, preventing automatic line breaks.
- Fixed WebGL performance issues on NVIDIA binary drivers via DMA-Buf on Linux.
- Fixed an issue in which Firefox startup could be significantly slowed down by the processing of Web content local storage.
Firefox 103 and Firefox ESR 91.12u00a0Query
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) > 103 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) = 103 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) > 103 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) = 103 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) = 103 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) > 12 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) = 12 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) > 103 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) = 103 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) = 103 And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) = 0 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) >= 0 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) > 103 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) = 103 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) > 103 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) = 103 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) = 103 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) > 12 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) = 12 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) > 103 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) = 103 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) = 103 And Cast(ParseName(tblSoftware.softwareVersion, 3) As bigint) = 0 And Cast(ParseName(tblSoftware.softwareVersion, 2) As bigint) >= 0 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]
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.