CVE-2021-47350
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2021-47350 affects the Linux kernel's PowerPC architecture implementation. The vulnerability stems from the kernel's inability to properly handle execution faults from kernel mode. The issue was discovered when the function is_exec_fault() returns 'false' when an execution fault is taken by the kernel, due to the check being based on reading current->thread.regs->trap which contains the trap from user mode (Kernel Git).

Technical details

The vulnerability occurs because when provoking a LKDTM EXEC_USERSPACE test, current->thread.regs->trap is set to SYSCALL trap (0xc00), and the fault taken by the kernel is not recognized as an execution fault by set_access_flags_filter(). On the PowerPC 603 processor, all upper bits of SRR1 get cleared when the TLB instruction miss handler bails out to ISI. The issue leads to a minor fault because PAGE_EXEC is not set, and set_access_flags_filter() should set PAGE_EXEC. However, since is_exec_fault() returns false, set_access_flags_filter() exits without setting the PAGE_EXEC flag, resulting in an infinite minor execution fault (Kernel Git).

Impact

The vulnerability results in a kernel lockup condition when execution faults occur in kernel mode on PowerPC systems. This can lead to system stability issues and potential denial of service conditions (NVD).

Exploitability

The vulnerability requires local access and can be triggered through specific kernel operations. The CVSS base score is 5.5 (Medium) with vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H (CISA-ADP).

Mitigation and workarounds

The issue has been fixed in the Linux kernel through a patch that modifies the bad_kernel_fault() function to fire for any execution fault taken by the kernel, reverting to behavior prior to commit d3ca587404b3. The fix involves removing specific error code checks and treating all execution faults from kernel mode as bad faults (Kernel Git).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-68454HIGH8.8
  • Linux Kernel logoLinux Kernel
  • kernel-debug-devel-matched
NoYesAug 13, 2026
CVE-2026-68452HIGH7.8
  • Linux Kernel logoLinux Kernel
  • kernel-headers
NoYesAug 13, 2026
CVE-2026-68451HIGH7.8
  • Linux Kernel logoLinux Kernel
  • linux-oracle-5.15
NoYesAug 13, 2026
CVE-2026-68453HIGH7.1
  • Linux Kernel logoLinux Kernel
  • kernel-uki-virt-addons
NoYesAug 13, 2026
CVE-2026-68450NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fips
NoYesAug 12, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management