Racy interactions between dirty vram tracking and paging log dirty hypercalls Activation of log dirty mode done by XEN_DMOP_track_dirty_vram (was named HVMOP_track_dirty_vram before Xen 4.9) is racy with ongoing log dirty hypercalls. A suitably timed call to XEN_DMOP_track_dirty_vram can enable log dirty while another CPU is still in the process of tearing down the structures related to a previously enabled log dirty mode (XEN_DOMCTL_SHADOW_OP_OFF). This is due to lack of mutually exclusive locking between both operations and can lead to entries being added in already freed slots, resulting in a memory leak.
References
Link | Resource |
---|---|
http://www.openwall.com/lists/oss-security/2022/04/05/1 | Mailing List Patch Third Party Advisory |
http://xenbits.xen.org/xsa/advisory-397.html | Patch Third Party Advisory |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6ETPM2OVZZ6KOS2L7QO7SIW6XWT5OW3F/ | |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UHFSRVLM2JUCPDC2KGB7ETPQYJLCGBLD/ | |
https://security.gentoo.org/glsa/202402-07 | |
https://www.debian.org/security/2022/dsa-5117 | Third Party Advisory |
https://xenbits.xenproject.org/xsa/advisory-397.txt | Third Party Advisory |
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
Configuration 3 (hide)
|
History
08 Aug 2023, 14:22
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-667 |
29 Jul 2022, 18:59
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:* cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:* cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:* |
|
References | (DEBIAN) https://www.debian.org/security/2022/dsa-5117 - Third Party Advisory | |
References | (FEDORA) https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UHFSRVLM2JUCPDC2KGB7ETPQYJLCGBLD/ - Mailing List, Third Party Advisory | |
References | (FEDORA) https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6ETPM2OVZZ6KOS2L7QO7SIW6XWT5OW3F/ - Mailing List, Third Party Advisory |
02 May 2022, 12:16
Type | Values Removed | Values Added |
---|---|---|
References |
|
21 Apr 2022, 23:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
19 Apr 2022, 12:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
14 Apr 2022, 18:21
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : 4.0
v3 : 5.6 |
References | (MLIST) http://www.openwall.com/lists/oss-security/2022/04/05/1 - Mailing List, Patch, Third Party Advisory | |
References | (MISC) https://xenbits.xenproject.org/xsa/advisory-397.txt - Third Party Advisory | |
References | (CONFIRM) http://xenbits.xen.org/xsa/advisory-397.html - Patch, Third Party Advisory | |
CWE | CWE-772 | |
CPE | cpe:2.3:o:xen:xen:*:*:*:*:*:*:x86:* |
05 Apr 2022, 15:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
05 Apr 2022, 13:21
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2022-04-05 13:15
Updated : 2024-02-04 08:15
NVD link : CVE-2022-26356
Mitre link : CVE-2022-26356
CVE.ORG link : CVE-2022-26356
JSON object : View
Products Affected
debian
- debian_linux
xen
- xen
fedoraproject
- fedora
CWE
CWE-667
Improper Locking