
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53749 is a flaw in the Linux kernel's x86 exception handling annotation for the clear_user_rep_good() function, where an incorrect placement of the exception table annotation causes improper error handling during user memory access operations. Instead of returning a standard -EFAULT error when a user space access takes an exception, the kernel may generate a kernel oops, potentially causing a crash or misinterpreting the error as a filesystem bug. The CVE has been marked as Rejected by its CVE Numbering Authority, though it was previously tracked and patched in certain downstream distributions (e.g., Microsoft's Azure Linux 3 kernel). The estimated CVSS v3.1 base score is 7.1 (High), with a local attack vector requiring low privileges (Red Hat Advisory, Red Hat Bugzilla).
The root cause is an incorrect exception table annotation placement in the clear_user_rep_good() assembly function in arch/x86/lib/clear_page_64.S (CWE-703: Improper Check or Handling of Exceptional Conditions). The annotation pointed to a register move instruction immediately before the rep movsb instruction that performs the actual user space write, rather than to the rep movsb itself. When a page fault occurs during the user memory access, the kernel's exception handler cannot locate the faulting instruction in the exception table, so instead of returning -EFAULT to the caller, it escalates to a kernel oops. This manifests as a BUG: unable to handle page fault report with a call trace through clear_user → iov_iter_zero → filesystem I/O paths (e.g., ext4 direct I/O), making it appear as a filesystem bug rather than an annotation error. The fix is a one-liner correcting the annotation to point at the actual rep movsb instruction; the upstream Linux kernel had already removed this code path entirely via commit d2c95f9d6802 (Red Hat Bugzilla).
Successful exploitation of this flaw by a local, low-privileged user can trigger a kernel oops, leading to a system crash (denial of service) or misleading kernel error reports that may be misdiagnosed as filesystem corruption. The confidentiality and availability impacts are rated High in the estimated CVSS score, as a kernel crash affects all processes on the system and could potentially expose kernel memory state in oops output. There is no integrity impact, and the scope is limited to the affected host with no lateral movement potential inherent to this vulnerability (Red Hat Advisory, Red Hat Bugzilla).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation for this vulnerability. The EPSS score is approximately 0.018% (0.000180), indicating a very low probability of exploitation in the near term. The CVE has been formally rejected by its CVE Numbering Authority, and exploit code maturity is rated as Unproven. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog (Red Hat Advisory).
BUG: unable to handle page fault for address with RIP: 0010:clear_user_rep_good in the stack trace, appearing in /var/log/kern.log, dmesg, or journalctl -k.__clear_user, iov_iter_zero, iomap_dio_hole_iter, or ext4_dio_read_iter following a page fault in kernel mode.preadv2 syscalls) to sparse files or holes on ext4 or iomap-based filesystems.The primary remediation is to update to a patched kernel version. For Microsoft Azure Linux 3, the fix is included in kernel version 6.6.117.1-1 or later. Red Hat has published a patch via its advisory system (Bugzilla #2419882). Upstream Linux kernels are not affected, as the vulnerable clear_user_rep_good() code path was removed in commit d2c95f9d6802. As a workaround, restricting local user access to minimize exploitation opportunity is advisable until patching is complete (Red Hat Bugzilla, Microsoft MSRC).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."