A race condition vulnerability was found in the way the spice-vdagentd daemon handled new client connections. This flaw may allow an unprivileged local guest user to become the active agent for spice-vdagentd, possibly resulting in a denial of service or information leakage from the host. The highest threat from this vulnerability is to data confidentiality as well as system availability. This flaw affects spice-vdagent versions 0.20 and prior.
The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Spice-vdagent | Spice-space | * | 0.20.0 (including) |
Red Hat Enterprise Linux 8 | RedHat | spice-vdagent-0:0.20.0-3.el8 | * |
Spice-vdagent | Ubuntu | bionic | * |
Spice-vdagent | Ubuntu | devel | * |
Spice-vdagent | Ubuntu | esm-apps/xenial | * |
Spice-vdagent | Ubuntu | esm-infra/bionic | * |
Spice-vdagent | Ubuntu | esm-infra/focal | * |
Spice-vdagent | Ubuntu | focal | * |
Spice-vdagent | Ubuntu | groovy | * |
Spice-vdagent | Ubuntu | hirsute | * |
Spice-vdagent | Ubuntu | impish | * |
Spice-vdagent | Ubuntu | jammy | * |
Spice-vdagent | Ubuntu | kinetic | * |
Spice-vdagent | Ubuntu | lunar | * |
Spice-vdagent | Ubuntu | mantic | * |
Spice-vdagent | Ubuntu | noble | * |
Spice-vdagent | Ubuntu | oracular | * |
Spice-vdagent | Ubuntu | plucky | * |
Spice-vdagent | Ubuntu | trusty | * |
Spice-vdagent | Ubuntu | xenial | * |
A race condition occurs within concurrent environments, and it is effectively a property of a code sequence. Depending on the context, a code sequence may be in the form of a function call, a small number of instructions, a series of program invocations, etc. A race condition violates these properties, which are closely related:
A race condition exists when an “interfering code sequence” can still access the shared resource, violating exclusivity. The interfering code sequence could be “trusted” or “untrusted.” A trusted interfering code sequence occurs within the product; it cannot be modified by the attacker, and it can only be invoked indirectly. An untrusted interfering code sequence can be authored directly by the attacker, and typically it is external to the vulnerable product.