Cyber Resilience

CVE-2024-10941

Mozilla Firefox ≤ 126.0

Published
06 November 2024
Modified
10 February 2025
Patch / advisory
CVSS Score v3.1 6.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
EPSS Score 0.0039 32th percentile
Risk Priority 50 floored blend · peak EPSS

Summary

CVE-2024-10941 is a medium-severity Improper Neutralization of Invalid Characters in Identifiers in Web Pages (CWE-86) vulnerability in Mozilla Firefox. Its CVSS base score is 6.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 32th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A malicious website could have included an iframe with an malformed URI resulting in a non-exploitable browser crash. This vulnerability affects Firefox < 126.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1659 Content Injection Initial Access
Adversaries may gain access and continuously communicate with victims by injecting malicious content into systems through online network traffic.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-5271Same product: Mozilla Firefox
CVE-2025-6429Same product: Mozilla Firefox
CVE-2024-43113Same product: Mozilla Firefox
CVE-2024-43111Same product: Mozilla Firefox
CVE-2026-9308Same product: Mozilla Firefox
CVE-2024-4776Same product: Mozilla Firefox
CVE-2025-23108Same product: Mozilla Firefox
CVE-2024-43112Same product: Mozilla Firefox
CVE-2023-5758Same product: Mozilla Firefox
CVE-2024-26281Same product: Mozilla Firefox

Affected Assets

mozilla
firefox
≤ 126.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Input validation directly stops invalid characters from being accepted in identifiers and tag/URI contexts.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require proper input neutralization and validation to prevent identifier-handling flaws.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect the weakness but does not itself implement the neutralization controls.

prevents

Secure development life cycle mandates input validation and sanitization that directly prevents improper neutralization of invalid characters in identifiers.

prevents

Application security requirements explicitly call for validation of all inputs including identifiers, mitigating this weakness.

prevents

Secure coding standards require proper neutralization of invalid characters in tag names, URIs and identifiers, directly addressing CWE-86.

References