In the Linux kernel, the following vulnerability has been resolved:
KVM: s390: vsie: fix race during shadow creation
Right now it is possible to see gmap->private being zero in
kvm_s390_vsie_gmap_notifier resulting in a crash. This is due to the
fact that we add gmap->private == kvm after creation:
static int acquire_gmap_shadow(struct kvm_vcpu *vcpu,
struct vsie_page *vsie_page)
{
[...]
gmap = gmap_shadow(vcpu->arch.gmap, asce, edat);
if (IS_ERR(gmap))
return PTR_ERR(gmap);
gmap->private = vcpu->kvm;
Let children inherit the private field of the parent.
References
Configurations
Configuration 1 (hide)
|
History
17 Mar 2025, 15:40
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-362 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 4.7 |
First Time |
Linux linux Kernel
Linux |
|
CPE | cpe:2.3:o:linux:linux_kernel:6.8:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc3:*:*:*:*:*:* |
|
References | () https://git.kernel.org/stable/c/28bb27824f25f36e5f80229a358d66ee09244082 - Patch | |
References | () https://git.kernel.org/stable/c/5df3b81a567eb565029563f26f374ae3803a1dfc - Patch | |
References | () https://git.kernel.org/stable/c/f5572c0323cf8b4f1f0618178648a25b8fb8a380 - Patch | |
References | () https://git.kernel.org/stable/c/fe752331d4b361d43cfd0b89534b4b2176057c32 - Patch |
Information
Published : 2024-04-03 15:15
Updated : 2025-03-17 15:40
NVD link : CVE-2023-52639
Mitre link : CVE-2023-52639
CVE.ORG link : CVE-2023-52639
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')