Showing posts with label Updates. Show all posts
Showing posts with label Updates. Show all posts

Tuesday, August 04, 2026

Pale Moon Version 34.3.2 Released with Security Updates

 Pale Moon Pale Moon has been updated to version 34.3.2.  This is a security and bugfix update.

Changes/Fixes:

  • Implemented the URL.Parse() convenience function.
  • Added multiple bounds checks on internal browser functions to avoid potential out-of-bounds accesses, underflows and overflows. (DiD)
  • Fixed several issues with loading and parsing content-supplied fonts.
  • Set a bottom limit on the frequency for audio samples to avoid a whole class of potential bugs surrounding audio loading, processing and playback.
    Audio formats with a sample rate below 8kHz (the commonly accepted lowest sample rate of "telephone"/"walkie-talkie" quality) are now rejected.
  • Fixed a potential issue in CSS rounded corners with dotted styling.
  • Image elements in forms are no longer associated if they are not in the same subtree.
  • Made image animation checks more strict to avoid potential issues if decoding would be slow.
  • Video region checks are now more strict to avoid issues with malformed video files.
  • Updated NSS to 3.90.13.0 (UXP) addressing all applicable security issues from NSS upstream.
  • Another large security audit of over 200 sec bugs in Mozilla land has been performed, with the vast majority not being applicable to our code base (primarily e10s/IPC bugs).
  • Security issues addressed: CVE-2026-16353, CVE-2026-16408, CVE-2026-16389 and many others that do not have a CVE designation.

Notes:

*DiD: This means that a fix is "Defense-in-Depth": It is a fix that does not apply to a (potentially) actively exploitable vulnerability in Pale Moon, but prevents future vulnerabilities caused by the same code, e.g. when surrounding code changes, exposing the problem, or when new attack vectors are discovered.

Pale Moon includes both 32- and 64-bit versions for Windows: Pale Moon for Windows downloads.

Update: To get the update now, select "Help" from the Pale Moon menu at the upper left of the browser window.  Select About Pale Moon > Check for Updates.

Release Notes
Release Cycle


Remember - "A day without laughter is a day wasted."

Mozilla Firefox Version 153.0.3 Released

 Mozilla sent Firefox Version 153.0.e to the release channel. 

From the Release Notes, the update includes enhancements to "Smart Window" and six fixes. 

Update:  To get the update now, select "Help" from the Firefox menu and pick "About Firefox".  Mac users need to select "About Firefox" from the Firefox menu.  If you do not use the English language version, Fully Localized Versions are available for download.

Rapid Release Calendar


Remember - "A day without laughter is a day wasted."
May the wind sing to you and the sun rise in your heart...

Tuesday, July 28, 2026

July 2026 Non-Security Preview Update for Windows 11

  Microsoft released KB5101681 (OS Build 28000.2608) for Windows 11 26H1.  Microsoft also released KB5101684 (OS Builds 26200.8973 and 26100.8973) for Windows 11 versions 25H2 and 24H2.  

See the referenced KB Articles for information about any quality improvements, new features and the highlights included in the updates.

Update:  To get the update, go to Settings > Update & Security > Windows Update. The link to download the update can be found in the Optional updates available section.


Remember - "A day without laughter is a day wasted."
May the wind sing to you and the sun rise in your heart...

Tuesday, July 14, 2026

Microsoft July 2026 Security Updates

 

The Microsoft July 2026 security updates have been released and consist of 622 new CVEs to Microsoft products and 428 CVEs of non-Microsoft Chromium CVEs.


Of the Microsoft CVEs released, 63 are rated Critical, 6 moderate, 1 low and the rest are rated Important in severity. At the time of release, one is listed as publicly known and two as being actively exploited.

The security updates apply to the following products, features and roles: Windows and Windows components, Office and Office Components, Microsoft Edge (Chromium-based), Azure, .NET and Visual Studio, Github Copilot, Defender, Exchange Server, Hyper-V, Ages of Empire II, and Minecraft Serve.

Information regarding known issues with KBs included in the security updates can be found at the bottom of the page at July 2026 Security Updates - Release Notes - Security Update Guide - Microsoft.

Recommended Reading:  See Dustin Childs complete review and analysis in Zero Day Initiative -- The July 2026 Security Update Review.

Additional Update Notes:

 

References




Remember - "A day without laughter is a day wasted."
May the wind sing to you and the sun rise in your heart...

Tuesday, July 07, 2026

Mozilla Firefox Version 152.0.5 Released

 Mozilla sent Firefox Version 152.0.5 to the release channel. 

From the Release Notes, the update includes a fix to an issue where the Manage payment methods list in Settings appears empty when a saved payment card had no expiration date. 

Update:  To get the update now, select "Help" from the Firefox menu and pick "About Firefox".  Mac users need to select "About Firefox" from the Firefox menu.  If you do not use the English language version, Fully Localized Versions are available for download.

Rapid Release Calendar


Remember - "A day without laughter is a day wasted."
May the wind sing to you and the sun rise in your heart...

Tuesday, June 30, 2026

Mozilla Firefox Version 152.0.4 Released with Security Update

 Mozilla sent Firefox Version 152.0.4 to the release channel. 

The update includes one security update rated critical. The security update can be reviewed here.

A new feature and three fixes are included in the update.  To review the new features and fixes, see the Release Notes.

Update:  To get the update now, select "Help" from the Firefox menu and pick "About Firefox".  Mac users need to select "About Firefox" from the Firefox menu.  If you do not use the English language version, Fully Localized Versions are available for download.

Rapid Release Calendar


Remember - "A day without laughter is a day wasted."
May the wind sing to you and the sun rise in your heart...

Thursday, June 25, 2026

Mozilla Firefox Version 152.0.3 Released

 Mozilla sent Firefox Version 152.0.3 to the release channel. 

From the Release Notes, the update includes a fix to an issue that could cause extreme memory usage and freezing on startup for users with language packs installed.

Update:  To get the update now, select "Help" from the Firefox menu and pick "About Firefox".  Mac users need to select "About Firefox" from the Firefox menu.  If you do not use the English language version, Fully Localized Versions are available for download.

Rapid Release Calendar


Remember - "A day without laughter is a day wasted."
May the wind sing to you and the sun rise in your heart...

Wednesday, June 24, 2026

Pale Moon Version 34.3.1 Released with Security Updates

 Pale Moon Pale Moon has been updated to version 34.3.1.  This is a security and bugfix update.

Changes/Fixes:

  • Pale Moon will now exclude local resources from <base> CSP checks, aligning it with the rest of CSP handling.
  • Fixed an issue where the devtools JSON viewer would, in some cases, make erroneous requests to remote servers.
  • Updated libpng to 1.6.58+apng.
  • Updated NSS to 3.90.12 (UXP), addressing multiple security issues.
  • Fixed several intermittent and rare crashes.
  • Security issues addressed: CVE-2026-12318 (CWE-125), CVE-2026-12322, CVE-2026-12292 (DiD), and multiple other issues that did not have a CVE designation at the time of patching.

Notes:

*DiD: This means that a fix is "Defense-in-Depth": It is a fix that does not apply to a (potentially) actively exploitable vulnerability in Pale Moon, but prevents future vulnerabilities caused by the same code, e.g. when surrounding code changes, exposing the problem, or when new attack vectors are discovered.

Pale Moon includes both 32- and 64-bit versions for Windows: Pale Moon for Windows downloads.

Update: To get the update now, select "Help" from the Pale Moon menu at the upper left of the browser window.  Select About Pale Moon > Check for Updates.

Release Notes
Release Cycle


Remember - "A day without laughter is a day wasted."

Tuesday, June 23, 2026

June 2026 Non-Security Preview Update for Windows 11

  Microsoft released KB5095091 (OS Build 28000.2340) for Windows 11 Version 26H1.  Microsoft also released KB5095093 (OS Builds 26200.8737 and 26100.8732) for Windows 11 versions 25H2 and 24H2.  

See the referenced KB Articles for information about any quality improvements, new features and the highlights included in the updates.

Update:  To get the update, go to Settings > Update & Security > Windows Update. The link to download the update can be found in the Optional updates available section.


Remember - "A day without laughter is a day wasted."
May the wind sing to you and the sun rise in your heart...

Mozilla Firefox Version 152.0.2 Released

 Mozilla sent Firefox Version 152.0.2 to the release channel. 

The update includes four fixes. To review the fixes, see the Release Notes.

Update:  To get the update now, select "Help" from the Firefox menu and pick "About Firefox".  Mac users need to select "About Firefox" from the Firefox menu.  If you do not use the English language version, Fully Localized Versions are available for download.

Rapid Release Calendar


Remember - "A day without laughter is a day wasted."
May the wind sing to you and the sun rise in your heart...

Thursday, June 18, 2026

Mozilla Firefox Version 152.0.1 Released

 Mozilla sent Firefox Version 152.0.1 to the release channel. 

The update includes two fixes affecting the operation of the browser. To review the fixes, see the Release Notes.

Update:  To get the update now, select "Help" from the Firefox menu and pick "About Firefox".  Mac users need to select "About Firefox" from the Firefox menu.  If you do not use the English language version, Fully Localized Versions are available for download.

Rapid Release Calendar


Remember - "A day without laughter is a day wasted."
May the wind sing to you and the sun rise in your heart...

Tuesday, June 16, 2026

Mozilla Firefox Version 151.0 Released with Security Updates

 Mozilla sent Firefox Version 152.0 to the release channel. 

The update includes forty security updates of which thirteen (13) are rated critical, eighteen (18) are rated moderate, and nine (9) are rated low. The security updates can be reviewed here.

New features, fixes, and changes are included in the update.  To review the new features and fixes, see the Release Notes.

Update:  To get the update now, select "Help" from the Firefox menu and pick "About Firefox".  Mac users need to select "About Firefox" from the Firefox menu.  If you do not use the English language version, Fully Localized Versions are available for download.

Rapid Release Calendar


Remember - "A day without laughter is a day wasted."
May the wind sing to you and the sun rise in your heart...

Wednesday, June 10, 2026

Pale Moon Version 34.3.0.1 Released with Fixes

 Pale MoonPale Moon has been updated to version 34.3.0.1.  This is a small update to address 2 important usability/stability issues.

Changes/fixes:

  • Fixed intermittent JavaScript engine crashes due to the newly-implemented FinalizationRegistry code.
  • Fixed a webaudio channel mixing regression resulting in broken audio.

    Pale Moon includes both 32- and 64-bit versions for Windows: Pale Moon for Windows downloads.

    Update: To get the update now, select "Help" from the Pale Moon menu at the upper left of the browser window.  Select About Pale Moon > Check for Updates.

    Release Notes
    Release Cycle

    Home
    Remember - "A day without laughter is a day wasted."
    May the wind sing to you and the sun rise in your heart...

    Tuesday, June 09, 2026

    Microsoft June 2026 Security Updates

     

    The Microsoft June 2026 security updates have been released and consist of 208 new CVEs to Microsoft products. 


    Of the Microsoft CVEs released, 39 are rated Critical, 167 are rated Important and the rest are rated Low in severity. At the time of release, three are listed as publicly known and one as being actively exploited.

    The security updates apply to the following products, features and roles: Windows and Windows components, Office and Office Components, Microsoft Edge (Chromium-based), Azure, .NET and Visual Studio, Github Copilot, Defender, Exchange Server, Hyper-V, Secure Boot, and BitLocker.

    Information regarding known issues with KBs included in the security updates can be found at the bottom of the page at June 2026 Security Updates - Release Notes - Security Update Guide - Microsoft.

    Recommended Reading:  See Dustin Childs complete review and analysis in Zero Day Initiative -- The June 2026 Security Update Review.

    Additional Update Notes:

     

    References




    Remember - "A day without laughter is a day wasted."
    May the wind sing to you and the sun rise in your heart...

    Mozilla Firefox Version 151.0.4 Released

     Mozilla sent Firefox Version 151.0.4 to the release channel. 

    The update includes four fixes affecting the operation of the browser. To review the fixes, see the Release Notes.

    Update:  To get the update now, select "Help" from the Firefox menu and pick "About Firefox".  Mac users need to select "About Firefox" from the Firefox menu.  If you do not use the English language version, Fully Localized Versions are available for download.

    Rapid Release Calendar


    Remember - "A day without laughter is a day wasted."
    May the wind sing to you and the sun rise in your heart...

    Tuesday, June 02, 2026

    Pale Moon Version 34.3.0 Released with Security Updates

     Pale Moon Pale Moon has been updated to version 34.3.0.  This is a major development, bugfix and security release.

    The update includes a long list of both New Features as well as Changes/fixes.  In addition, 18 potential vulnerabilities were found applicable and fixed.  Another 18 issues had *DiD code changes applied, and 4 were already mitigated before being reported. Of the reported security bugs, 150 were not applicable to Pale Moon code (with a good portion once again pertaining to e10s/multi-process browser architectures).

    Notes:

    *DiD: This means that a fix is "Defense-in-Depth": It is a fix that does not apply to a (potentially) actively exploitable vulnerability in Pale Moon, but prevents future vulnerabilities caused by the same code, e.g. when surrounding code changes, exposing the problem, or when new attack vectors are discovered.

    Pale Moon includes both 32- and 64-bit versions for Windows: Pale Moon for Windows downloads.

    Update: To get the update now, select "Help" from the Pale Moon menu at the upper left of the browser window.  Select About Pale Moon > Check for Updates.

    Release Notes
    Release Cycle


    Remember - "A day without laughter is a day wasted."

    Mozilla Firefox Version 151.0.3 Released

     Mozilla sent Firefox Version 151.0.3 to the release channel. 

    The update includes two minor fixes. To review the fixes, see the Release Notes.

    Update:  To get the update now, select "Help" from the Firefox menu and pick "About Firefox".  Mac users need to select "About Firefox" from the Firefox menu.  If you do not use the English language version, Fully Localized Versions are available for download.

    Rapid Release Calendar


    Remember - "A day without laughter is a day wasted."
    May the wind sing to you and the sun rise in your heart...

    Tuesday, May 26, 2026

    May 2026 Non-Security Preview Update for Windows 11

      Microsoft released KB5089573 (OS Builds 26200.8524 and 26100.8524) for Windows 11 versions 25H2 and 24H2.  Microsoft also released KB5089570 (OS Build 28000.2179) for Windows 11 Version 26H1.

    See the referenced KB Articles for information about any quality improvements, new features and the highlights included in the updates.

    Update:  To get the update, go to Settings > Update & Security > Windows Update. The link to download the update can be found in the Optional updates available section.


    Remember - "A day without laughter is a day wasted."
    May the wind sing to you and the sun rise in your heart...

    Mozilla Firefox Version 151.0.2 Released

     Mozilla sent Firefox Version 151.0.2 to the release channel. 

    The update includes numerous fixes. To review the fixes, see the Release Notes.

    Update:  To get the update now, select "Help" from the Firefox menu and pick "About Firefox".  Mac users need to select "About Firefox" from the Firefox menu.  If you do not use the English language version, Fully Localized Versions are available for download.

    Rapid Release Calendar


    Remember - "A day without laughter is a day wasted."
    May the wind sing to you and the sun rise in your heart...

    Thursday, May 21, 2026

    Mozilla Firefox Version 151.0.1 Released

     Mozilla sent Firefox Version 151.0.1 to the release channel. 

    The update includes two important fixes. To review the fixes, see the Release Notes.

    Update:  To get the update now, select "Help" from the Firefox menu and pick "About Firefox".  Mac users need to select "About Firefox" from the Firefox menu.  If you do not use the English language version, Fully Localized Versions are available for download.

    Rapid Release Calendar


    Remember - "A day without laughter is a day wasted."
    May the wind sing to you and the sun rise in your heart...