Bug 2425173 (CVE-2023-54092) - CVE-2023-54092 kernel: KVM: s390: pv: fix index value of replaced ASCE
Summary: CVE-2023-54092 kernel: KVM: s390: pv: fix index value of replaced ASCE
Keywords:
Status: NEW
Alias: CVE-2023-54092
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-24 14:08 UTC by OSIDB Bzimport
Modified: 2025-12-24 21:14 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-24 14:08:34 UTC
In the Linux kernel, the following vulnerability has been resolved:

KVM: s390: pv: fix index value of replaced ASCE

The index field of the struct page corresponding to a guest ASCE should
be 0. When replacing the ASCE in s390_replace_asce(), the index of the
new ASCE should also be set to 0.

Having the wrong index might lead to the wrong addresses being passed
around when notifying pte invalidations, and eventually to validity
intercepts (VM crash) if the prefix gets unmapped and the notifier gets
called with the wrong address.


Note You need to log in before you can comment on or make changes to this bug.