Threats Tagged 'cve-2026-31451'
View all threats tagged with 'cve-2026-31451'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cve-2026-31451'
Click on any threat for detailed analysis and mitigation recommendations
A vulnerability in the Linux kernel's ext4 filesystem code involved improper error handling in the ext4_read_inline_folio function. The issue was that a BUG_ON() macro was used when inline data size exceeded PAGE_SIZE, causing a kernel panic. The fix replaces BUG_ON() with proper error handling that logs the error, releases resources to prevent memory leaks, and returns an error code indicating filesystem corruption, allowing the system to continue running. Join the discussion | GCVE Database | 04/22/2026, 15:31:41 UTC Added: 07/04/2026, 22:34:35 UTC |
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. Join the discussion | GCVE Database | 04/22/2026, 14:16:00 UTC Added: 07/18/2026, 11:23:50 UTC |
Showing 1 to 2 of 2 results