CRITICAL🇵🇱 Wersja polska

CVE-2024-5699

CVSS 9.8v3.1pub. 2024-06-11upd. 2025-04-04

In violation of spec, 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. This vulnerability affects Firefox < 127.

🤖 AI Analysis
How it works

According to the specification, cookie prefixes such as `__Secure` should be recognized using case-insensitive comparison. Firefox incorrectly ignored these prefixes if they were not written with the exact required capitalization, which constitutes a specification violation (CWE-178). As a result, protective mechanisms enforced by the prefixes — such as requiring the Secure flag — were not enforced by the browser. An attacker could potentially set or modify cookies in a way that should be blocked by these prefixes.

Impact

An attacker could bypass security measures related to cookie prefixes, which could result in unauthorized access to protected resources, disclosure of sensitive data, or violation of user session integrity.

Mitigation & patch

Mozilla Firefox browser should be updated to version 127 or newer. Details available in the security advisory from the vendor: https://www.mozilla.org/security/advisories/mfsa2024-25/

Who is affected

Mozilla Firefox in versions earlier than 127

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Mozilla Firefox

    APP
    Mozilla
    < 127.0
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
CWE
References

Related vulnerabilities

CVE-2024-9680CRITICAL9.8⚠ KEVPL ✓same product

Use-after-free w Animation timelines Firefox/Thunderbird — RCE

CVE-2022-26486CRITICAL9.6⚠ KEVPL ✓same product

Use-after-free w WebGPU IPC framework Mozilla — sandbox escape

CVE-2019-11708CRITICAL10.0⚠ KEVPL ✓same product

Mozilla Firefox/Thunderbird: przełamanie sandbox przez IPC Prompt:Open

CVE-2010-3765CRITICAL9.8⚠ KEVPL ✓same product

RCE w Mozilla Firefox przez błąd nsCSSFrameConstructor::ContentAppended

CVE-2026-84119CRITICAL9.6same product

Sandbox escape due to use-after-free in the DOM: Navigation component. This vulnerability was fixed in Firefox...