Input validation error in Firefox for Android and Mozilla Firefox - CVE-2024-5699
Published: June 11, 2024
Firefox for Android
Mozilla Firefox
Gentoo Linux
Ubuntu
openEuler
Fedora
www-client/firefox
firefox
firefox (Ubuntu package)
firefox-debuginfo
firefox-debugsource
Detailed vulnerability description
The vulnerability allows a remote attacker to gain access to sensitive information.
The vulnerability exists due to the way Firefox handles cookie prefixes. Cookie prefixes such as __Secure were being ignored if they
were not correctly capitalized - by spec they should be checked with a
case-insensitive comparison. This could have resulted in the browser not
correctly honoring the behaviors specified by the prefix.