CVE-2018-5155
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 · uneditedA use-after-free vulnerability can occur while adjusting layout during SVG animations with text paths. This results in a potentially exploitable crash. This vulnerability affects Thunderbird < 52.8, Thunderbird ESR < 52.8, Firefox < 60, and Firefox ESR < 52.8.
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 confidenceA use-after-free vulnerability exists in Mozilla Firefox and Thunderbird's layout engine when processing SVG animations that use text paths. During layout adjustment, memory for a previously freed object is accessed after it has been deallocated, leading to memory corruption and potentially exploitable crash conditions.
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= 7.0= 8.0= 9.0= 6.0= 7.0= 6.0= 7.0= 7.6= 7.5= 7.6= 7.6= 6.0= 7.0< 52.8.0< 60.0CVSS 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
- High
- Integrity
- High
- Availability
- High
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
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 Firefox version on Windows/macOSOpen Firefox, click the menu button, go to Help > About Firefox. The version number is displayed in the window that opens.Affected if The version displayed is less than 52.8.0 or between 53.x and 59.x (less than 60.0)
-
Check Thunderbird version on Windows/macOSOpen Thunderbird, click the menu button, go to Help > About Thunderbird. The version number is displayed in the window that opens.Affected if The version displayed is less than 52.8.0 or between 53.x and 59.x (less than 60.0)
-
Check Firefox version on Linux via command lineRun 'firefox --version' or 'rpm -q firefox' (RHEL) or 'dpkg -l firefox' (Debian) in a terminal.Affected if The reported version is less than 52.8.0 or between 53.x and 59.x (less than 60.0)
-
Check Thunderbird version on Linux via command lineRun 'thunderbird --version' or 'rpm -q thunderbird' (RHEL) or 'dpkg -l thunderbird' (Debian) in a terminal.Affected if The reported version is less than 52.8.0 or between 53.x and 59.x (less than 60.0)
-
Check Debian package versions for Firefox or IceweaselRun 'dpkg -l | grep -i firefox' or 'dpkg -l | grep -i iceweasel' to list installed Mozilla package versions.Affected if The package version shown is 1:52.8.0-1~deb7u1, 1:52.8.0-1~deb8u1, or 1:52.8.0-1~deb9u1 (exact matches to Debian 7, 8, or 9)
-
Check Red Hat Enterprise Linux package versionsRun 'rpm -qa | grep -i firefox' or 'rpm -qa | grep -i thunderbird' to list installed Mozilla package versions.Affected if The package version matches the affected RHEL versions: 6.0 or 7.0 desktop/server/workstation, or 7.5/7.6 for Server EUS/Aus/Tus variants
You are affected if your installed Firefox or Thunderbird version is less than 52.8.0 or falls between 53.0 and 59.x, or if your Linux distribution package versions match the specific affected Debian or RHEL versions listed.
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 · scoped52.8.060.0
Upgrade affected installations to Firefox 60+, Firefox ESR 52.8+, Thunderbird 52.8+, or Thunderbird ESR 52.8+ to receive the patched version. Alternatively, disable SVG animations or restrict handling of SVG content with text paths until patching can be completed.
Firefox 60.0+ or Firefox ESR 52.8+; Thunderbird 52.8+ or Thunderbird ESR 52.8+
- 1. Identify the installed Firefox or Thunderbird version by navigating to Help > About (or using 'firefox --version' or 'thunderbird --version' in terminal)
- 2. If running Firefox < 60.0, upgrade to Firefox 60.0 or later (or Firefox ESR 52.8 or later for ESR users)
- 3. If running Thunderbird < 52.8, upgrade to Thunderbird 52.8 or later (or Thunderbird ESR 52.8 or later)
- 4. On Linux systems using distribution packages, run 'apt-get update && apt-get upgrade' (Debian) or 'yum update' (Enterprise Linux) to obtain the patched packages
- 5. After upgrade, restart the application and verify the version matches the fixed release
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation16.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 $8,960.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2018-5155 — 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
- www.mozilla.org
- www.mozilla.org
- www.securityfocus.com
- www.securitytracker.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- bugzilla.mozilla.org
- lists.debian.org
- lists.debian.org
- security.gentoo.org
- security.gentoo.org
- usn.ubuntu.com
- usn.ubuntu.com
- www.debian.org
- www.debian.org
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2018-5155 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