CVE-2014-0211
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 · uneditedMultiple integer overflows in the (1) fs_get_reply, (2) fs_alloc_glyphs, and (3) fs_read_extent_info functions in X.Org libXfont before 1.4.8 and 1.4.9x before 1.4.99.901 allow remote font servers to execute arbitrary code via a crafted xfs reply, which triggers a buffer overflow.
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 confidenceMultiple integer overflows in libXfont's font server reply processing functions (fs_get_reply, fs_alloc_glyphs, fs_read_extent_info) allow a malicious or compromised remote font server to send crafted xfs replies that trigger buffer overflows, potentially enabling arbitrary code execution on the X server client.
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= 10.04= 12.04= 12.10= 13.10= 14.04<= 1.4.7= 1.2.3= 1.2.4= 1.2.5= 1.2.6= 1.2.7= 1.2.8= 1.2.9= 1.3.0= 1.3.1= 1.3.2= 1.3.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
- Partial
- Integrity
- Partial
- Availability
- Partial
AV:N/AC:L/Au:N/C:P/I:P/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 installed libXfont versionRun 'dpkg -l libxfont1' on Debian/Ubuntu systems, or check the library directly with 'ldconfig -p | grep -i libxfont' and then query the package manager for that library fileAffected if The version listed is <= 1.4.7, or falls within 1.2.3-1.3.3 range, or matches any of the specific versions mentioned in the affected products list
-
Determine if remote font server (xfs) is in useInspect the X font server configuration file typically found at /etc/X11/fs/config or /etc/fs/config; also check for 'FontPath' entries in /etc/X11/xorg.conf or /etc/X11/xorg.conf.d/ that point to tcp:// hostsAffected if The configuration contains font server entries using tcp/hostname syntax (such as 'tcp/xfs.example.com:7100') rather than local directory paths only
-
Verify X client connections to remote font serversCheck the FONTSERVER environment variable ('echo $FONTSERVER') and look for X11 font server environment settings in startup scripts like /etc/profile, ~/.bashrc, or /etc/xinit/xinitrcAffected if The FONTSERVER variable points to a remote tcp address, or X is started with font server paths referencing remote hosts
-
Confirm libXfont is loaded by X serverRun 'ldd $(which X)' or 'ldd /usr/bin/X' to see if libXfont is linked, or use 'ps aux | grep X' to identify the X server process and then check its loaded librariesAffected if libXfont appears in the dependency list of the running X server process
You are affected if libXfont version is <= 1.4.7 (or 1.2.3-1.3.3) AND your X environment is configured to use or connect to a remote font server over the network.
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 libXfont to version 1.4.8 or later (or 1.4.99.901+ for 1.4.99.x branches). If patching is delayed, isolate font servers on trusted networks and verify that only authorized font servers are contacted by X clients.
- Consultation3.0 h
- Implementation2.0 h
- Testing3.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 $2,544.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2014-0211 — 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-2014-0211 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