CVE Vulnerabilities

CVE-2023-3354

NULL Pointer Dereference

Published: Jul 11, 2023 | Modified: Mar 11, 2024
CVSS 3.x
7.5
HIGH
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

A flaw was found in the QEMU built-in VNC server. When a client connects to the VNC server, QEMU checks whether the current number of connections crosses a certain threshold and if so, cleans up the previous connection. If the previous connection happens to be in the handshake phase and fails, QEMU cleans up the connection again, resulting in a NULL pointer dereference issue. This could allow a remote unauthenticated client to cause a denial of service.

Weakness

A NULL pointer dereference occurs when the application dereferences a pointer that it expects to be valid, but is NULL, typically causing a crash or exit.

Affected Software

Name Vendor Start Version End Version
Qemu Qemu * 8.1.0 (excluding)
Qemu Qemu 8.1.0-rc0 (including) 8.1.0-rc0 (including)
Qemu Qemu 8.1.0-rc1 (including) 8.1.0-rc1 (including)

Potential Mitigations

References