CVE-2024-8383
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedFirefox normally asks for confirmation before asking the operating system to find an application to handle a scheme that the browser does not support. It did not ask before doing so for the Usenet-related schemes news: and snews:. Since most operating systems don't have a trusted newsreader installed by default, an unscrupulous program that the user downloaded could register itself as a handler. The website that served the application download could then launch that application at will. This vulnerability affects Firefox < 130, Firefox ESR < 128.2, and Firefox ESR < 115.15.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceFirefox fails to prompt for user confirmation before delegating unsupported URL schemes to the operating system. For the 'news:' and 'snews:' Usenet schemes specifically, Firefox bypasses the normal confirmation dialog, allowing malicious websites to silently launch externally downloaded applications registered as handlers without user consent.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 130.0< 115.15>= 128.0, < 128.2CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check installed Firefox versionNavigate to about:support in Firefox or go to Menu > Help > About Firefox to see the version numberAffected if Version is below 130.0 for standard Firefox, or below 128.2 (for 128.x branch) or below 115.15 (for 115.x ESR branch)
-
Identify Firefox release channelIn about:support, look at the 'Application Basics' section to see if you are using the Release, Beta, Dev, or ESR channelAffected if Using ESR channel with version less than 128.2 or less than 115.15, or using Release/Beta/Dev with version less than 130.0
-
Check news: and snews: URL scheme handler configurationIn the Firefox address bar, type about:config and search for 'network.protocol-handler.expose.news' and 'network.protocol-handler.expose.snews' preferences. Also check for 'network.protocol-handler.app.news' and 'network.protocol-handler.warn-scheme-news'Affected if network.protocol-handler.warn-scheme-news is set to false, or external application paths are configured in network.protocol-handler.app.news without a corresponding confirmation prompt setting set to true
-
Verify external application handler registrationCheck the Windows Registry (HKCU\Software\Classes\news:) or macOS plist files for registered handlers for the 'news:' protocol, or examine any custom protocol handler configurations in Firefox's profileAffected if An external application is registered to handle 'news:' or 'snews:' URLs and Firefox does not show a confirmation dialog before launching it (the fix adds back the network.protocol-handler.warn-external.snews preference)
You are affected if your Firefox version is below 130.0 (Release/Beta/Dev) or below 128.2/115.15 (ESR) and you have an external application registered as a handler for the 'news:' or 'snews:' URL schemes without a confirmation prompt appearing.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped115.15128.2130.0
Update Firefox to version 130 or later, or Firefox ESR to version 128.2/115.15 or later to receive the fix that restores the confirmation prompt before launching external applications for these schemes.
Firefox 130.0+ or Firefox ESR 128.2+ (or Firefox ESR 115.15+)
- Open Firefox and click the menu button (three horizontal lines) in the top right corner
- Select 'Help' from the menu, then select 'About Firefox'
- The About Firefox window will open and automatically check for updates
- If an update is available, click 'Update to [version]' or wait for the download to complete
- Once the update is downloaded, click 'Restart to update Firefox' to apply the changes
- Alternatively, visit https://www.mozilla.org/firefox/download/ and download the latest version for your OS
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing1.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,744.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-8383 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2024-8383 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data