CVE-2011-1991
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 untrusted search path vulnerabilities in Microsoft Windows XP SP2 and SP3, Windows Server 2003 SP2, Windows Vista SP2, Windows Server 2008 SP2, R2, and R2 SP1, and Windows 7 Gold and SP1 allow local users to gain privileges via a Trojan horse DLL in the current working directory, as demonstrated by a directory that contains a .doc, .rtf, or .txt file, related to (1) deskpan.dll in the Display Panning CPL Extension, (2) EAPHost Authenticator Service, (3) Folder Redirection, (4) HyperTerminal, (5) the Japanese Input Method Editor (IME), and (6) Microsoft Management Console (MMC), aka "Windows Components Insecure Library Loading Vulnerability."
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 confidenceThis is an untrusted search path (DLL preloading/hijacking) vulnerability affecting multiple Windows components. When Windows applications load DLLs without specifying a full path, they may search the current working directory first. Attackers can place a malicious DLL (e.g., deskpan.dll) in directories containing common files like .doc, .rtf, or .txt, and trick users into opening those directories, causing the application to load the Trojan horse DLL with elevated privileges.
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 dataall versionsall versionsall versionsall versions= r2all versionsall versionsCVSS 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
- Complete
- Integrity
- Complete
- Availability
- Complete
AV:N/AC:M/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.
-
Check Windows versionRun 'systeminfo | findstr /B /C:"OS Name" /C:"OS Version"' or 'winver' to identify the installed Windows edition and versionAffected if The version matches any of: Windows XP, Windows Vista, Windows 7, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2 (all versions of these releases)
-
Verify security updates are installedRun 'wmic qfe list' or check 'Control Panel > Programs > View installed updates' for KB2533623 and KB2567053Affected if Neither KB2533623 nor KB2567053 is listed among installed updates, meaning the DLL search path fix is absent
-
Check for suspicious DLLs in document directoriesSearch common document folders (.doc, .rtf, .txt locations) for unexpected DLL files, particularly 'deskpan.dll'. Use: 'dir /s /b C:\Users\*.dll' or similar in document directoriesAffected if A DLL file such as deskpan.dll is found in a directory that also contains document files (.doc, .rtf, .txt)
-
Audit DLL search order behaviorCheck registry key 'HKLM\System\CurrentControlSet\Control\Session Manager\SafeDllSearchMode' - if set to 0, the current working directory is searched before system directories. Run 'reg query "HKLM\System\CurrentControlSet\Control\Session Manager" /v SafeDllSearchMode'Affected if SafeDllSearchMode is set to 0 or the key does not exist (default vulnerable state on affected systems), allowing DLL loading from the current working directory
A user is affected if they run any of the listed Windows versions WITHOUT the KB2533623/KB2567053 updates AND have the vulnerable DLL search behavior enabled, making them susceptible to DLL hijacking via malicious DLLs placed alongside document files.
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 · scopedApply Microsoft security updates addressing insecure library loading (particularly KB2533623 and KB2567053). Avoid opening files from untrusted or shared network directories, and implement the CWD policy to prevent loading DLLs from the current working directory.
Windows 10 or Windows 11 (depending on hardware compatibility) or Windows Server 2016/2019/2022 for server environments
- 1. Identify all systems running the affected Windows versions (XP, Vista, 2003, 2008, 2008 R2, 7)
- 2. Assess each system's eligibility for upgrade to a supported Windows version
- 3. For critical systems that cannot be immediately upgraded, apply the Microsoft security update MS11-043 which addresses this specific vulnerability
- 4. As a defensive measure, ensure users do not open files from untrusted or shared network locations that could contain malicious DLLs
- 5. Implement the Workaround: Set the 'HKLM\System\CurrentControlSet\Control\Session Manager\SafeDLLSearchMode' registry value to 1 to enforce safe DLL search order
- 6. After upgrading to a supported Windows version, ensure Windows Update is enabled and configured for automatic security updates
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing1.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 $1,744.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2011-1991 — 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-2011-1991 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