CVE-2013-1981
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 X.org libX11 1.5.99.901 (1.6 RC1) and earlier allow X servers to trigger allocation of insufficient memory and a buffer overflow via vectors related to the (1) XQueryFont, (2) _XF86BigfontQueryFont, (3) XListFontsWithInfo, (4) XGetMotionEvents, (5) XListHosts, (6) XGetModifierMapping, (7) XGetPointerMapping, (8) XGetKeyboardMapping, (9) XGetWindowProperty, (10) XGetImage, (11) LoadColornameDB, (12) XrmGetFileDatabase, (13) _XimParseStringFile, or (14) TransFileName 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 confidenceMultiple integer overflow vulnerabilities exist in libX11's font querying, window property retrieval, and resource database parsing functions. These flaws allow a malicious X server to provide specially crafted responses that cause insufficient memory allocation followed by buffer overflows in the client application.
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.04<= 1.5.99.901= 1.5.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
- M
- Authentication
- None
- Confidentiality
- Partial
- Integrity
- Partial
- Availability
- Partial
AV:N/AC:M/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 libX11 library versionRun 'dpkg -l libx11-6' on Debian/Ubuntu systems, or 'rpm -q libX11' on Red Hat-based systems, or examine the library file directly with 'ls -la /usr/lib/*/libX11.so*' or 'ldconfig -p | grep libX11'Affected if The version displayed is 1.5.0 or any version <= 1.5.99.901 (including development releases) rather than 1.6.0 or later
-
Check if X11 forwarding is enabled in SSH configurationInspect /etc/ssh/sshd_config for 'X11Forwarding yes' entries and review user-specific SSH config files in ~/.ssh/configAffected if X11Forwarding is set to yes and the system uses SSH to connect to remote hosts, as this enables connections to potentially untrusted X servers
-
Verify X server connection settingsCheck for XDMCP configuration in /etc/gdm/custom.conf or /etc/x11/gdm/gdm.conf, and review display manager settings that allow remote X connectionsAffected if The system is configured to accept remote X connections (XDMCP enabled, firewall allows port 6000+) or connects to untrusted X servers
-
Identify applications using libX11Run 'ldd /usr/bin/* 2>/dev/null | grep libX11' to list executables linked against libX11, or check specific critical applicationsAffected if Multiple client applications dynamically link to libX11 and may be used to connect to X servers, increasing attack surface
The environment is affected if libX11 version 1.5.0 or any version <= 1.5.99.901 is installed AND the system runs X11 applications or enables X11 forwarding that could connect to potentially untrusted X servers.
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 libX11 to version 1.6.0 or later which contains the security patches. As a defense-in-depth measure, restrict X server connections to trusted sources and disable X11 forwarding in SSH when not required.
- Consultation2.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,248.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2013-1981 — 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-2013-1981 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