CVE-2012-2450
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 · uneditedVMware Workstation 8.x before 8.0.3, VMware Player 4.x before 4.0.3, VMware Fusion 4.x before 4.1.2, VMware ESXi 3.5 through 5.0, and VMware ESX 3.5 through 4.1 do not properly register SCSI devices, which allows guest OS users to cause a denial of service (invalid write operation and VMX process crash) or possibly execute arbitrary code on the host OS by leveraging administrative privileges on the guest OS.
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 confidenceThe vulnerability exists in improper SCSI device registration in VMware virtualization products. A guest OS user with administrative privileges can trigger an invalid write operation causing a denial of service (VMX process crash) or potentially execute arbitrary code on the host OS by exploiting the flawed device registration logic.
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= 8.0= 8.0.1= 8.0.2= 4.0= 4.0.1= 4.0.2= 4.0= 4.0.1= 4.0.2= 4.1= 4.1.1= 3.5= 4.0= 4.1= 5.0= 3.5= 4.0= 4.1CVSS 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
- Single
- Confidentiality
- Complete
- Integrity
- Complete
- Availability
- Complete
AV:N/AC:L/Au:S/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.
-
Identify the installed VMware productOn the host system, determine which VMware virtualization product is installed. For Windows: check Program Files for VMware folders or check Add/Remove Programs. For Linux: check /usr/lib/vmware or use 'vmware -v'. For ESXi/ESX: use 'vmware -v' via SSH or check the vSphere Client inventory.Affected if The product is VMware Workstation, Player, Fusion, ESXi, or ESX
-
Check VMware Workstation versionIf VMware Workstation is installed, run 'vmware -v' or check Help > About VMware Workstation. Compare the version to the affected list: 8.0, 8.0.1, or 8.0.2.Affected if The installed version is 8.0, 8.0.1, or 8.0.2
-
Check VMware Player versionIf VMware Player is installed, run 'vmware-player -v' or check Help > About VMware Player. Compare the version to the affected list: 4.0, 4.0.1, or 4.0.2.Affected if The installed version is 4.0, 4.0.1, or 4.0.2
-
Check VMware Fusion versionIf VMware Fusion is installed, check VMware Fusion > About VMware Fusion from the menu bar. Compare the version to the affected list: 4.0, 4.0.1, 4.0.2, 4.1, or 4.1.1.Affected if The installed version is 4.0, 4.0.1, 4.0.2, 4.1, or 4.1.1
-
Check VMware ESXi or ESX versionIf VMware ESXi or ESX is installed, run 'vmware -v' at the ESXi/ESX console or via SSH, or view the summary in vSphere Client. Compare to affected lists: ESXi 3.5, 4.0, 4.1, or 5.0; ESX 3.5, 4.0, or 4.1.Affected if The installed ESXi version is 3.5, 4.0, 4.1, or 5.0, or the installed ESX version is 3.5, 4.0, or 4.1
The environment is affected if any VMware Workstation version is 8.0-8.0.2, Player is 4.0-4.0.2, Fusion is 4.0-4.1.1, ESXi is 3.5-5.0, or ESX is 3.5-4.1.
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 the vendor-supplied patches: update VMware Workstation to 8.0.3 or later, VMware Player to 4.0.3 or later, VMware Fusion to 4.1.2 or later, and update ESXi/ESX to patched versions. Test patches in a non-production environment before deploying to production hosts.
VMware Workstation 8.0.3+, VMware Player 4.0.3+, VMware Fusion 4.1.2+, or corresponding patched ESXi/ESX versions per VMware security advisory
- 1. Identify the exact VMware product and version currently installed (Workstation, Player, Fusion, ESXi, or ESX).
- 2. For VMware Workstation 8.x: Upgrade to version 8.0.3 or later.
- 3. For VMware Player 4.x: Upgrade to version 4.0.3 or later.
- 4. For VMware Fusion 4.x: Upgrade to version 4.1.2 or later.
- 5. For VMware ESXi: Apply the appropriate VMware patch for the installed version (refer to VMware KB article for CVE-2012-2450), or upgrade to a patched ESXi version as specified in VMware security advisories.
- 6. For VMware ESX: Apply the appropriate VMware patch for the installed version (refer to VMware KB article for CVE-2012-2450), or upgrade to a patched ESX version as specified in VMware security advisories.
- 7. After upgrading/patching, restart the affected system as required by the update.
- 8. Verify the new version is correctly installed and the vulnerability is resolved.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,752.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2012-2450 — 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-2012-2450 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