CVE-2013-1739
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 Network Security Services (NSS) before 3.15.2 does not ensure that data structures are initialized before read operations, which allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors that trigger a decryption failure.
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 Network Security Services (NSS) before version 3.15.2 fails to ensure data structures are initialized before read operations. This vulnerability can be triggered by remote attackers through vectors that cause decryption failures, potentially leading to denial of service or unspecified other impact due to reads of uninitialized memory.
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<= 3.15.1= 3.12= 3.12.1= 3.12.2= 3.12.3= 3.12.3.1= 3.12.3.2= 3.12.4= 3.12.5= 3.12.6= 3.12.7= 3.12.8CVSS 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
- None
- Integrity
- None
- Availability
- Partial
AV:N/AC:L/Au:N/C:N/I:N/A:P
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.
-
Identify NSS library files present on the systemSearch for NSS library files such as libnss3.so on Linux or NSS3.dll on Windows. Common locations include /usr/lib, /usr/lib64, /lib, /lib64, or C:\Windows\System32. Use commands like 'find /usr -name "libnss*" 2>/dev/null' on Linux or check the Windows system directory.Affected if NSS library files exist on the system and the version is 3.15.1 or earlier, or matches any of the affected 3.12.x versions listed.
-
Determine the installed NSS versionRun 'nss-config --version' if the nss-config utility is installed, or use 'strings libnss3.so | grep "NSS"' to extract version strings from the library file. On Windows, use a tool like 'strings' or a DLL version checker to read the version resource.Affected if The reported version number is 3.15.1 or lower, or exactly matches any of these: 3.12, 3.12.1, 3.12.2, 3.12.3, 3.12.3.1, 3.12.3.2, 3.12.4, 3.12.5, 3.12.6, 3.12.7, or 3.12.8.
-
Identify applications or services that link against NSSUse 'ldd' on Linux to see which executables are linked to libnss3.so, or on Windows use a dependency walker tool. Common applications include browsers like Firefox, Thunderbird, and server software that performs TLS/SSL operations.Affected if Any application using NSS for cryptographic operations (particularly TLS/SSL decryption) is present and connects to remote servers or processes encrypted data.
-
Verify NSS is used for TLS/SSL operationsCheck configuration files of applications using NSS (such as web servers, mail servers, or browsers) for SSL/TLS enabled configurations. Review whether these applications accept incoming TLS connections or make outbound secure connections.Affected if Any application is configured to perform TLS/SSL handshake or decryption operations using the NSS library.
-
Confirm the vulnerability trigger conditionThe flaw is triggered when decryption failures occur, causing the code to read uninitialized memory. This can happen during TLS/SSL sessions with malformed data or specific cryptographic failure conditions.Affected if The system processes TLS/SSL traffic where decryption errors can occur, which is inherent in normal TLS/SSL operation.
You are affected if the installed NSS library version is 3.15.1 or earlier, or matches any of the specific affected 3.12.x versions (3.12 through 3.12.8), and any application uses NSS for TLS/SSL operations.
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.
From vendor dataUpdate NSS library to version 3.15.2 or later, which includes proper initialization of data structures before read operations. Verify all cryptographic operations continue to function correctly after the update.
- Consultation2.0 h
- Implementation4.0 h
- Testing8.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,864.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2013-1739 — 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- developer.mozilla.org
- kb.juniper.net
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- rhn.redhat.com
- rhn.redhat.com
- seclists.org
- security.gentoo.org
- www.debian.org
- www.mozilla.org
- www.oracle.com
- www.oracle.com
- www.oracle.com
- www.oracle.com
- www.oracle.com
- www.securityfocus.com
- www.securityfocus.com
- www.ubuntu.com
- www.vmware.com
- bugzilla.mozilla.org
- bugzilla.redhat.com
- oval.cisecurity.org
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2013-1739 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