CVE-2023-52639
Last modified
CVE-2023-52639 is a medium-severity vulnerability rated 4.7/10 on the CVSS scale. 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.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.8, < 6.1.82 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.22 | — |
| Linux | Linux Kernel | >= 6.7, < 6.7.6 | — |
| Linux | Linux Kernel | 6.8 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2023-52639?
How severe is CVE-2023-52639?
How do I fix CVE-2023-52639?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-52633In the Linux kernel, the following vulnerability has been re…5
- CVE-2023-52634In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52635In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52636In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52637In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52638In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5264A vulnerability classified as critical was found in huakecms…7.2
- CVE-2023-52640In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2023-52641In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52642In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52643In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52644In the Linux kernel, the following vulnerability has been re…6.3
Are you affected by CVE-2023-52639?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
