CVEFinder.io

CVE-2026-53282

🔶 medium
🔍 Scan for this CVE
Summary

In the Linux kernel, the following vulnerability has been resolved: x86/kexec: Push kjump return address even for non-kjump kexec The version of purgatory code shipped by kexec-tools attempts to look above the top of its stack to find a return address for a kjump, even in a non-kjump kexec. After the commit in Fixes: the word above the stack might not be there, leading to a fault (which is at least now caught by my exception-handling code in kexec). That commit fixed things for the actual kj

Description

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

x86/kexec: Push kjump return address even for non-kjump kexec

The version of purgatory code shipped by kexec-tools attempts to look above
the top of its stack to find a return address for a kjump, even in a non-kjump
kexec.

After the commit in Fixes: the word above the stack might not be there,
leading to a fault (which is at least now caught by my exception-handling code
in kexec).

That commit fixed things for the actual kjump path, but no longer
"gratuitously" pushes the unused return address to the stack in the non-kjump
path. Put that *back* in the non-kjump path, to prevent purgatory from
crashing when trying to access it.

CVSS Score
5.5
Medium
EPSS Score
0.1
Exploit Probability
Published Date
2026-06-26
First Seen: 2026-06-27
📊 Relative Risk Intelligence

This CVE is Lower Risk - more severe than 31.5% of all 349,016 vulnerabilities in our database.

#238,911
Below average severity
Severity Percentile
Last Modified 2026-07-08
Source NVD 🔗
CVSS Vector 3.1 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

📦 Affected Products 3

🔗 References 3

🔗 Related CVEs 6

CVE ID Severity CVSS EPSS Summary Published
CVE-2026-64298 ⚠️ high 7.1 0.2 In the Linux kernel, the following vulnerability has been resolved: NFSv4: include MAY_WRITE in open permission mask fo... 2026-07-25
CVE-2026-64297 🔶 medium 5.5 0.2 In the Linux kernel, the following vulnerability has been resolved: module: decompress: check return value of module_ex... 2026-07-25
CVE-2026-64296 ⚠️ high 7.8 0.2 In the Linux kernel, the following vulnerability has been resolved: exfat: bound uniname advance in exfat_find_dir_entr... 2026-07-25
CVE-2026-64295 🔶 medium 5.5 0.2 In the Linux kernel, the following vulnerability has been resolved: mm: page_ext: add count limit to page_ext_iter_next... 2026-07-25
CVE-2026-64294 🔶 medium 5.5 0.2 In the Linux kernel, the following vulnerability has been resolved: mm: do file ownership checks with the proper mount ... 2026-07-25
CVE-2026-64293 ⚠️ high 7.8 0.2 In the Linux kernel, the following vulnerability has been resolved: iommufd: Use sizeof(*hdr) instead of sizeof(hdr) in... 2026-07-25
These CVEs affect the same products