CVE-2024-56550

Source
https://cve.org/CVERecord?id=CVE-2024-56550
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-56550.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-56550
Downstream
Related
Published
2024-12-27T14:22:52.403Z
Modified
2026-03-09T23:51:56.745069Z
Summary
s390/stacktrace: Use break instead of return statement
Details

In the Linux kernel, the following vulnerability has been resolved:

s390/stacktrace: Use break instead of return statement

archstackwalkusercommon() contains a return statement instead of a break statement in case storeip() fails while trying to store a callchain entry of a user space process. This may lead to a missing pagefaultenable() call.

If this happens any subsequent page fault of the process won't be resolved by the page fault handler and this in turn will lead to the process being killed.

Use a break instead of a return statement to fix this.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/56xxx/CVE-2024-56550.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
ebd912ff9919a10609511383d94942362234c077
Fixed
20c26357826457dc7c8145297e60ddc012e18914
Fixed
588a9836a4ef7ec3bfcffda526dfa399637e6cfc
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
dd69165ac3dc12d8550aeec3fc4439c084ded3d8

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-56550.json"