LandzDown Forum

Security => Security Alerts & Briefings => Topic started by: Corrine on July 29, 2025, 02:10:57 PM

Title: Pale Moon Version 33.8.1 Released with Security Updates
Post by: Corrine on July 29, 2025, 02:10:57 PM
Pale Moon has been updated to version 33.8.1.  This is a bugfix and security update.

Changes/fixes:

Implementation notes:

From this version forward we no longer accept nameless cookies. If a cookie has no name and starts with an equal sign, it is outright rejected. If a cookie consists only of a string with no equal sign, it is interpreted as a valueless cookie with the name set to the string. This departs from our inherited Mozilla behavior where this was previously treated as a nameless cookie with the string as the value.

RFC 6265 forbids cookies without an equal sign (§5.2 step 2), but browsers accept them anyway for web compatibility reasons (poor web design). Moreover, §5.2 step 5 explicitly forbids nameless cookies.

Valueless names also make more sense in web context: Set-cookie: itself supports secure and httponly as valueless attributes, and HTML supports valueless attributes as well.

Our new behavior therefore makes more logical sense, is closer to the spec and general principles, aligns with webkit/Safari and solves a whole class of potential sec bugs like CVE-2025-8037. Apologies if this causes web compat issues, but it's the same thing to do when encountering non-compliant cookies.

Pale Moon includes both 32- and 64-bit versions for Windows: Pale Moon for Windows downloads (https://www.palemoon.org/download.shtml?fbclid=IwAR2YsYQ2YAbSVgyFl_bk5GfMJyNy1FfvPYK9MYSCSanIHmx9U7ZspxJeImo).

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 (https://www.palemoon.org/releasenotes.shtml)
Release Cycle (https://developer.palemoon.org/docs/release-engineering/)