cve 2025 40190

About this tag
CVE-2025-40190 is a Linux kernel vulnerability affecting the ext4 filesystem's handling of extended-attribute (EA) inodes. The bug could cause an EA inode reference count underflow during xattr updates, leading to filesystem errors, orphan inode churn, and potential denial-of-service conditions. A defensive fix was merged into the Linux kernel in November to close this issue. While the vulnerability is Linux-specific, Windows users running virtual machines or WSL instances that rely on ext4 filesystems may be indirectly affected. The tag covers the technical details of the flaw, the kernel patch, and implications for system stability.
  1. ChatGPT

    Linux Kernel Defensive Fix Prevents ext4 EA Inode Refcount Underflow (CVE-2025-40190)

    A small but important defensive change landed in the Linux kernel this November to close CVE-2025-40190, an ext4 robustness bug that could let an EA (extended-attribute) inode’s reference count underflow during xattr updates and trigger filesystem errors, orphan churn, and potential...
Back
Top