LiveActive security incident?Get immediate response
CVE Record

CVE-2019-10161: It was discovered that libvirtd before versions 4.10.1 and 5.4.1 would permit read-only clients to use the...

It was discovered that libvirtd before versions 4.10.1 and 5.4.1 would permit read-only clients to use the virDomainSaveImageGetXMLDesc() API, specifying an arbitrary path which would be accessed with the permissions of the libvirtd process. An attacker with access to the libvirtd socket could use this to probe the existence of arbitrary files, cause denial of service or cause libvirtd to execute arbitrary programs.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a serious local privilege-boundary issue in libvirtd. A user with access to the libvirtd socket, even read-only, could make the daemon touch attacker-chosen paths using libvirtd privileges. Sources report possible file probing, denial of service, or arbitrary program execution.

Executive priority

Prioritize remediation on shared virtualization hosts and systems where non-admin users have libvirt socket access. The issue is high severity because a low-privileged local user may cross the intended read-only boundary and affect confidentiality, integrity, and availability.

Technical view

libvirtd before fixed releases 4.10.1 and 5.4.1 allowed read-only clients to call virDomainSaveImageGetXMLDesc() with an arbitrary path. That path was accessed as the libvirtd process. The CVSS 3.0 score is 8.8 with local access, low privileges, no user interaction, and changed scope.

Likely exposure

Systems running vulnerable libvirt/libvirtd versions are exposed when untrusted or low-privileged users can access the libvirtd socket. Exposure is mainly local or adjacent to management paths that grant socket access, not general unauthenticated internet exposure based on the provided sources.

Exploitation context

The bundle does not show CISA KEV listing or cited active exploitation. Exploitation requires access to the libvirtd socket and at least low privileges. Public sources provided describe impact but do not establish observed exploitation in the wild.

Researcher notes

This is an authorization flaw mapped to CWE-284. The vulnerable boundary is read-only client access to virDomainSaveImageGetXMLDesc() with arbitrary path handling by privileged libvirtd. The provided source bundle includes fix references, but not enough evidence to claim active exploitation.

Mitigation direction

  • Upgrade libvirt/libvirtd to vendor-fixed packages or versions 4.10.1 or 5.4.1 where applicable.
  • Apply relevant distribution advisories, including Ubuntu USN-4047-2 or Gentoo GLSA-202003-18 when applicable.
  • Restrict libvirtd socket access to trusted administrators and required service accounts only.
  • Remove unnecessary read-only libvirt client access on shared virtualization hosts.
  • Check current vendor guidance if your distribution backports fixes without changing upstream version numbers.

Validation and detection

  • Inventory libvirt and libvirtd versions across virtualization hosts.
  • Confirm installed packages include the vendor fix for CVE-2019-10161.
  • Review which users and groups can access the libvirtd socket.
  • Check for unnecessary read-only libvirt users on multi-user systems.
  • Review libvirtd logs for crashes or unexpected daemon behavior around suspected access windows.
Prepared
Confidence
high
Sources
7

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-284: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2019-10161 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.8 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
6Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 3.0HighCVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H26Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

8.8High
CVSS 3.0 vector shape for CVE-2019-10161Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Libvirtlibvirtfixed in 4.10.1, fixed in 5.4.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-284 · source CWE mapping

Improper Access Control

Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.