CVE-2014-1545
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 · uneditedMozilla Netscape Portable Runtime (NSPR) before 4.10.6 allows remote attackers to execute arbitrary code or cause a denial of service (out-of-bounds write) via vectors involving the sprintf and console functions.
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 confidenceMozilla Netscape Portable Runtime (NSPR) versions before 4.10.6 contain an out-of-bounds write vulnerability triggered through sprintf and console functions, allowing remote attackers to execute arbitrary code or cause a denial of service.
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<= 4.10.5= 4.1.1= 4.1.2= 4.2= 4.2.2= 4.3= 4.4.1= 4.5.1= 4.6= 4.6.1= 4.6.2= 4.6.3CVSS 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
- Authentication
- None
- Confidentiality
- Complete
- Integrity
- Complete
- Availability
- Complete
AV:N/AC:L/Au:N/C:C/I:C/A:C
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.
-
Locate NSPR library filesSearch for nspr library files on the system: on Linux/Unix run 'find /usr -name "libnspr4*" 2>/dev/null' or check /usr/lib; on Windows search for nspr4.dll in system directories and application foldersAffected if NSPR library files are present on the system
-
Determine installed NSPR versionRun 'nspr-config --version' if available, or examine the library file directly using 'strings libnspr4.so | grep "4\."' or checking file metadata. On Windows, right-click nspr4.dll and view Properties > Details for version infoAffected if The reported version is 4.10.5 or earlier, or matches any of these: 4.1.1, 4.1.2, 4.2, 4.2.2, 4.3, 4.4.1, 4.5.1, 4.6, 4.6.1, 4.6.2, 4.6.3
-
Check for NSPR bundled with Firefox or ThunderbirdIf NSPR is bundled with a Mozilla application, identify the application version: Firefox runs 'firefox --version' or check Help > About; Thunderbird runs 'thunderbird --version' or check Help > About. NSPR version typically matches the application release cycleAffected if Firefox version is before 31, Thunderbird version is before 31, or the bundled NSPR library version is vulnerable per step 2
-
Verify if console or sprintf functions are in useReview application logs and configuration for use of console output functions that may trigger the vulnerable sprintf code path. This is a code-level check - the vulnerability requires the console feature or sprintf-based logging to be exercisedAffected if The application uses console output or logging functions that invoke the vulnerable sprintf code path in NSPR
You are affected if NSPR version 4.10.5 or lower, or any of the specific listed versions (4.1.1 through 4.6.3), is installed either standalone or bundled with an older Mozilla application, and the vulnerable code path is reachable through console or sprintf functions.
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 · scopedUpgrade NSPR to version 4.10.6 or later; if NSPR is bundled with applications (e.g., Firefox, Thunderbird), update those applications to versions incorporating the patched NSPR library.
NSPR 4.10.6 or later
- Identify the NSPR library currently in use by checking your application's dependencies or system packages
- For systems using package managers (e.g., yum, apt, zypper), update the nspr package to version 4.10.6 or later using the appropriate package manager command (e.g., 'yum update nspr', 'apt-get install libnspr4', 'zypper update nspr')
- If building from source, download NSPR version 4.10.6 or later from the Mozilla archives (ftp://ftp.mozilla.org/pub/nspr/)
- Rebuild and redeploy any applications that link against NSPR to ensure they use the updated library
- Verify the fix by confirming the installed NSPR version is 4.10.6 or higher using 'nspr-config --version' or checking the library file version
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing6.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,808.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2014-1545 — 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 sources- www.mozilla.org
- kb.juniper.net
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- secunia.com
- www.debian.org
- www.debian.org
- www.debian.org
- www.oracle.com
- www.oracle.com
- www.securityfocus.com
- www.securitytracker.com
- www.ubuntu.com
- bugzilla.mozilla.org
- bugzilla.redhat.com
- security.gentoo.org
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2014-1545 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