Cyber Resilience

CVE-2025-5020

Mozilla Firefox ≤ 139.0

Published
21 May 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 4.3
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:L/A:N
EPSS Score 0.0021 11th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-5020 is a medium-severity Improper Authorization in Handler for Custom URL Scheme (CWE-939) vulnerability in Mozilla Firefox. Its CVSS base score is 4.3 (Medium).

Operationally, ranked at the 11th 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 AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Opening maliciously-crafted URLs in Firefox from other apps such as Safari could have allowed attackers to spoof website addresses if the URLs utilized non-HTTP schemes used internally by the Firefox iOS client. This vulnerability was fixed in Firefox for iOS…

more

139.

CWE(s)

Related Threats

CVEs Like This One

CVE-2023-37206Same product: Mozilla Firefox
CVE-2024-5698Same product: Mozilla Firefox
CVE-2026-8390Same product: Mozilla Firefox
CVE-2026-10702Same product: Mozilla Firefox
CVE-2026-4717Same product: Mozilla Firefox
CVE-2024-10941Same product: Mozilla Firefox
CVE-2024-4771Same product: Mozilla Firefox
CVE-2023-32208Same product: Mozilla Firefox
CVE-2026-3846Same product: Mozilla Firefox
CVE-2024-2613Same product: Mozilla Firefox

Affected Assets

mozilla
firefox
≤ 139.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Access enforcement directly stops unauthorized actors from invoking the custom URL handler by requiring approved authorizations for that entry point.

Least privilege limits the authorizations granted to the handler, reducing the chance that any actor can invoke it without restriction.

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.AA-05 mostly match
prevents

Defining, enforcing, and reviewing access permissions directly addresses the missing authorization checks for custom URL scheme handlers.

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 discover missing authorization checks, but does not itself implement the required controls.

prevents

Enforces explicit authorization checks on which actors may invoke handlers, directly addressing the missing restriction on custom-URL-scheme access.

prevents

High-level access-control policy provides governance context but does not prescribe the technical authorization logic needed for URL-scheme handlers.

prevents

Requires security requirements that define which callers are permitted to trigger custom URL handlers, mitigating the authorization gap.

prevents

Mandates secure coding practices that include proper authorization checks before executing actions triggered by custom URL schemes.

References