Linux Kernel virtio_vq_recordon TOCTOU race condition
CVE-2024-51563 Published on November 12, 2024

bhyve(8) virtio_vq_recordon time-of-check to time-of-use race
The virtio_vq_recordon function is subject to a time-of-check to time-of-use (TOCTOU) race condition.

Vendor Advisory NVD

Vulnerability Analysis

CVE-2024-51563 can be exploited with network access, and does not require authorization privileges or user interaction. This vulnerability is considered to have a low attack complexity. The potential impact of an exploit of this vulnerability is considered to have a small impact on confidentiality, a small impact on integrity, and a small impact on availability.

Attack Vector:
NETWORK
Attack Complexity:
LOW
Privileges Required:
NONE
User Interaction:
NONE
Scope:
UNCHANGED
Confidentiality Impact:
LOW
Integrity Impact:
NONE
Availability Impact:
LOW

Weakness Type

What is a TOCTTOU Vulnerability?

The software checks the state of a resource before using that resource, but the resource's state can change between the check and the use in a way that invalidates the results of the check. This can cause the software to perform invalid actions when the resource is in an unexpected state. This weakness can be security-relevant when an attacker can influence the state of the resource between check and use. This can happen with shared resources such as files, memory, or even variables in multithreaded programs.

CVE-2024-51563 has been classified to as a TOCTTOU vulnerability or weakness.


Products Associated with CVE-2024-51563

stack.watch emails you whenever new vulnerabilities are published in Linux Kernel or FreeBSD. Just hit a watch button to start following.

 
 

Affected Versions

FreeBSD: freebsd:

Exploit Probability

EPSS
0.06%
Percentile
19.74%

EPSS (Exploit Prediction Scoring System) scores estimate the probability that a vulnerability will be exploited in the wild within the next 30 days. The percentile shows you how this score compares to all other vulnerabilities.