CVE-2022-49955

Source
https://cve.org/CVERecord?id=CVE-2022-49955
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-49955.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-49955
Downstream
Published
2025-06-18T11:00:17.617Z
Modified
2026-04-02T08:28:04.744798Z
Summary
powerpc/rtas: Fix RTAS MSR[HV] handling for Cell
Details

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

powerpc/rtas: Fix RTAS MSR[HV] handling for Cell

The semi-recent changes to MSR handling when entering RTAS (firmware) cause crashes on IBM Cell machines. An example trace:

kernel tried to execute user page (2fff01a8) - exploit attempt? (uid: 0) BUG: Unable to handle kernel instruction fetch Faulting instruction address: 0x2fff01a8 Oops: Kernel access of bad area, sig: 11 [#1] BE PAGESIZE=64K MMU=Hash SMP NRCPUS=4 NUMA Cell Modules linked in: CPU: 0 PID: 0 Comm: swapper/0 Tainted: G W 6.0.0-rc2-00433-gede0a8d3307a #207 NIP: 000000002fff01a8 LR: 0000000000032608 CTR: 0000000000000000 REGS: c0000000015236b0 TRAP: 0400 Tainted: G W (6.0.0-rc2-00433-gede0a8d3307a) MSR: 0000000008001002 <ME,RI> CR: 00000000 XER: 20000000 ... NIP 0x2fff01a8 LR 0x32608 Call Trace: 0xc00000000143c5f8 (unreliable) .rtascall+0x224/0x320 .rtasgetboottime+0x70/0x150 .readpersistentclock64+0x114/0x140 .readpersistentwallandbootoffset+0x24/0x80 .timekeepinginit+0x40/0x29c .startkernel+0x674/0x8f0 starthere_common+0x1c/0x50

Unlike PAPR platforms where RTAS is only used in guests, on the IBM Cell machines Linux runs with MSR[HV] set but also uses RTAS, provided by SLOF.

Fix it by copying the MSR[HV] bit from the MSR value we've just read using mfmsr into the value used for RTAS.

It seems like we could also fix it using an #ifdef CELL to set MSR[HV], but that doesn't work because it's possible to build a single kernel image that runs on both Cell native and pseries.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/49xxx/CVE-2022-49955.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
b6b1c3ce06ca438eb24e0f45bf0e63ecad0369f5
Fixed
8b08d4f97233d8e58fff2fd9d5f86397a49733c5
Fixed
91926d8b7e71aaf5f84f0cf208fc5a8b7a761050
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
5ca40fcf0da0ce2b5bc44e7d8b036535955f2e3d
Last affected
5f4367448f6817c8a0e94dc9736ed84fa8eee4a3
Last affected
c9c41f0273826a13ac93124e66a4ff45df281ba0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-49955.json"