Filtered by CWE-479
Total 2 CVE
CVE Vendors Products Updated CVSS v3.1
CVE-2026-31451 1 Linux 1 Linux Kernel 2026-04-22 5.5 Medium
In the Linux kernel, the following vulnerability has been resolved: ext4: replace BUG_ON with proper error handling in ext4_read_inline_folio Replace BUG_ON() with proper error handling when inline data size exceeds PAGE_SIZE. This prevents kernel panic and allows the system to continue running while properly reporting the filesystem corruption. The error is logged via ext4_error_inode(), the buffer head is released to prevent memory leak, and -EFSCORRUPTED is returned to indicate filesystem corruption.
CVE-2021-26948 1 Htmldoc Project 1 Htmldoc 2024-11-21 7.8 High
Null pointer dereference in the htmldoc v1.9.11 and before may allow attackers to execute arbitrary code and cause a denial of service via a crafted html file.