We use these services and cookies to improve your user experience. You may opt out if you wish, however, this may limit some features on this site.

Please see our statement on Data Privacy.

Crisp.chat (Helpdesk and Chat)

Ok

THREATINT
PUBLISHED

CVE-2022-49990

s390: fix double free of GS and RI CBs on fork() failure



Description

In the Linux kernel, the following vulnerability has been resolved: s390: fix double free of GS and RI CBs on fork() failure The pointers for guarded storage and runtime instrumentation control blocks are stored in the thread_struct of the associated task. These pointers are initially copied on fork() via arch_dup_task_struct() and then cleared via copy_thread() before fork() returns. If fork() happens to fail after the initial task dup and before copy_thread(), the newly allocated task and associated thread_struct memory are freed via free_task() -> arch_release_task_struct(). This results in a double free of the guarded storage and runtime info structs because the fields in the failed task still refer to memory associated with the source task. This problem can manifest as a BUG_ON() in set_freepointer() (with CONFIG_SLAB_FREELIST_HARDENED enabled) or KASAN splat (if enabled) when running trinity syscall fuzz tests on s390x. To avoid this problem, clear the associated pointer fields in arch_dup_task_struct() immediately after the new task is copied. Note that the RI flag is still cleared in copy_thread() because it resides in thread stack memory and that is where stack info is copied.

Reserved 2025-06-18 | Published 2025-06-18 | Updated 2025-06-18 | Assigner Linux

Product status

Default status
unaffected

8d9047f8b967ce6181fd824ae922978e1b055cc0 before 25a95303b9e513cd2978aacc385d06e6fec23d07
affected

8d9047f8b967ce6181fd824ae922978e1b055cc0 before cacd522e6652fbc2dc0cc6ae11c4e30782fef14b
affected

8d9047f8b967ce6181fd824ae922978e1b055cc0 before 297ae7e87a87a001dd3dfeac1cb26a42fd929708
affected

8d9047f8b967ce6181fd824ae922978e1b055cc0 before 8195e065abf3df84eb0ad2987e76a40f21d1791c
affected

8d9047f8b967ce6181fd824ae922978e1b055cc0 before fbdc482d43eda40a70de4b0155843d5472f6de62
affected

8d9047f8b967ce6181fd824ae922978e1b055cc0 before 13cccafe0edcd03bf1c841de8ab8a1c8e34f77d9
affected

9e51ee1b76efc7b5e9404010793a39fde0e03cb7
affected

232b47b3c88af1da737cd7760f247c4ed58168cf
affected

b8e212c599082896a180a18a0c9bd529526590be
affected

Default status
affected

4.15
affected

Any version before 4.15
unaffected

4.19.257
unaffected

5.4.212
unaffected

5.10.140
unaffected

5.15.64
unaffected

5.19.6
unaffected

6.0
unaffected

References

git.kernel.org/...c/25a95303b9e513cd2978aacc385d06e6fec23d07

git.kernel.org/...c/cacd522e6652fbc2dc0cc6ae11c4e30782fef14b

git.kernel.org/...c/297ae7e87a87a001dd3dfeac1cb26a42fd929708

git.kernel.org/...c/8195e065abf3df84eb0ad2987e76a40f21d1791c

git.kernel.org/...c/fbdc482d43eda40a70de4b0155843d5472f6de62

git.kernel.org/...c/13cccafe0edcd03bf1c841de8ab8a1c8e34f77d9

cve.org (CVE-2022-49990)

nvd.nist.gov (CVE-2022-49990)

Download JSON

Share this page
https://cve.threatint.eu/CVE/CVE-2022-49990

Support options

Helpdesk Chat, Email, Knowledgebase