softmmu/physmem.c in QEMU through 7.0.0 can perform an uninitialized read on the translate_fail path, leading to an io_readx or io_writex crash. NOTE: a third party states that the Non-virtualization Use Case in the qemu.org reference applies here, i.e., "Bugs affecting the non-virtualization use case are not considered security bugs at this time.
https://www.qemu.org/docs/master/system/security.html#non-virtualization-use-case
https://www.mail-archive.com/qemu-devel%40nongnu.org/msg895266.html
https://sick.codes/sick-2022-113
https://lists.debian.org/debian-lts-announce/2022/09/msg00008.html
https://gitlab.com/qemu-project/qemu/-/issues/1065
https://github.com/qemu/qemu/commit/418ade7849ce7641c0f7333718caf5091a02fd4c
https://github.com/qemu/qemu/blob/v7.0.0/include/exec/cpu-all.h#L145-L148
https://github.com/qemu/qemu/blob/f200ff158d5abcb974a6b597a962b6b2fbea2b06/softmmu/physmem.c