In the Linux kernel, the following vulnerability has been resolved:
KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr()
vgic_v2_parse_attr() is responsible for finding the vCPU that matches
the user-provided CPUID, which (of course) may not be valid. If the ID
is invalid, kvm_get_vcpu_by_id() returns NULL, which isn't handled
gracefully.
Similar to the GICv3 uaccess flow, check that kvm_get_vcpu_by_id()
actually returns something and fail the ioctl if not.
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
History
23 Dec 2025, 19:16
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/01981276d64e542c177b243f7c979fee855d5487 - Patch | |
| References | () https://git.kernel.org/stable/c/17db92da8be5dd3bf63c01f4109fe47db64fc66f - Patch | |
| References | () https://git.kernel.org/stable/c/3a5b0378ac6776c7c31b18e0f3c1389bd6005e80 - Patch | |
| References | () https://git.kernel.org/stable/c/4404465a1bee3607ad90a4c5f9e16dfd75b85728 - Patch | |
| References | () https://git.kernel.org/stable/c/6ddb4f372fc63210034b903d96ebbeb3c7195adb - Patch | |
| References | () https://git.kernel.org/stable/c/8d6a1c8e3de36cb0f5e866f1a582b00939e23104 - Patch | |
| References | () https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html - Third Party Advisory | |
| CWE | CWE-476 | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| First Time |
Linux
Debian Debian debian Linux Linux linux Kernel |
|
| CPE | cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc6:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc2:*:*:*:*:*:* |
21 Nov 2024, 09:22
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
|
| References | () https://git.kernel.org/stable/c/01981276d64e542c177b243f7c979fee855d5487 - | |
| References | () https://git.kernel.org/stable/c/17db92da8be5dd3bf63c01f4109fe47db64fc66f - | |
| References | () https://git.kernel.org/stable/c/3a5b0378ac6776c7c31b18e0f3c1389bd6005e80 - | |
| References | () https://git.kernel.org/stable/c/4404465a1bee3607ad90a4c5f9e16dfd75b85728 - | |
| References | () https://git.kernel.org/stable/c/6ddb4f372fc63210034b903d96ebbeb3c7195adb - | |
| References | () https://git.kernel.org/stable/c/8d6a1c8e3de36cb0f5e866f1a582b00939e23104 - |
05 Nov 2024, 10:17
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
04 Nov 2024, 19:35
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 4.4 |
27 Jun 2024, 14:15
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
|
| Summary |
|
30 May 2024, 16:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2024-05-30 16:15
Updated : 2025-12-23 19:16
NVD link : CVE-2024-36953
Mitre link : CVE-2024-36953
CVE.ORG link : CVE-2024-36953
JSON object : View
Products Affected
debian
- debian_linux
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
