CVE-2024-56550
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
27/12/2024
Last modified:
08/10/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
s390/stacktrace: Use break instead of return statement<br />
<br />
arch_stack_walk_user_common() contains a return statement instead of a<br />
break statement in case store_ip() fails while trying to store a callchain<br />
entry of a user space process.<br />
This may lead to a missing pagefault_enable() call.<br />
<br />
If this happens any subsequent page fault of the process won&#39;t be resolved<br />
by the page fault handler and this in turn will lead to the process being<br />
killed.<br />
<br />
Use a break instead of a return statement to fix this.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.9.4 (including) | 6.10 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.10 (including) | 6.12.4 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



