QemuApplication

CVE-2013-2007

MEDIUM · 6.9 CVSS v2.0 Published 2013-05-21
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
74/100
Remediation priority · Elevated
No privileges Zero-click

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 · unedited
The qemu guest agent in Qemu 1.4.1 and earlier, as used by Xen, when started in daemon mode, uses weak permissions for certain files, which allows local users to read and write to these files.

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 confidence

The qemu guest agent in Qemu 1.4.1 and earlier, as used by Xen, creates files with weak permissions when started in daemon mode. This allows local users to read and potentially modify these files, leading to information disclosure or privilege escalation.

MitigationUpgrade Qemu to a version newer than 1.4.1, or manually enforce restrictive permissions on qemu guest agent files and sockets in daemon mode.

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
QemuApplication
Affected:= 1.4.1

CVSS 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
Local
Complexity
M
Authentication
None
Confidentiality
Complete
Integrity
Complete
Availability
Complete

AV:L/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 checks

Work through these to decide whether this CVE applies to you.

  1. Identify QEMU installation and version
    Run 'qemu-img --version' or 'qemu-system-x86_64 --version' to determine the installed QEMU version
    Affected if The version is 1.4.1 or earlier
  2. Locate qemu guest agent
    Check if qemu-guest-agent daemon is present on the system using 'which qemu-ga' or 'ps aux | grep qemu-ga'
    Affected if The qemu-guest-agent daemon is installed and running
  3. Verify daemon mode operation
    Inspect the qemu-guest-agent process and its configuration to determine if it was started in daemon mode (check init scripts, systemd service files, or process arguments)
    Affected if The guest agent is running as a daemon (not in foreground or interactive mode)
  4. Inspect file permissions
    Locate qemu guest agent files (typically socket files in /var/lib/qemu or /var/run, and log/state files) and check their permissions using 'ls -la'
    Affected if Files or sockets are owned by root but readable/writable by other users (e.g., permissions like 0666 or 0777, or group/world-readable)
  5. Compare against vulnerable configuration
    If the agent runs in daemon mode and files are world-readable/writable, the system is vulnerable regardless of version
    Affected if Daemon mode is enabled AND weak file permissions (world-readable or group-readable) exist on agent files/sockets

A system is affected if it runs QEMU version 1.4.1 or earlier with the qemu-guest-agent running in daemon mode, and if agent-related files or sockets have overly permissive access controls.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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 data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Upgrade Qemu to a version newer than 1.4.1, or manually enforce restrictive permissions on qemu guest agent files and sockets in daemon mode.

Fix this in Qemu Scoped from the published advisory
  • Consultation2.0 h
  • Implementation3.0 h
  • Testing2.0 h
  • Review / QA1.0 h
8.0 hours of engineering $1,420
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,272.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2013-2007 — 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

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2013-2007 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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