Threats Tagged 'cve-2025-40190'
View all threats tagged with 'cve-2025-40190'. 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-2025-40190'
Click on any threat for detailed analysis and mitigation recommendations
A vulnerability in the Linux kernel's ext4 filesystem was resolved that prevented an inode reference count underflow during extended attribute (EA) updates. The flaw allowed the EA inode refcount to drop below zero, causing filesystem errors and potential corruption. The fix enforces a check that treats non-positive refcounts as on-disk corruption, aborting the operation to prevent underflow and related issues. Join the discussion | GCVE Database | 11/13/2025, 00:30:18 UTC Added: 07/30/2026, 15:50:45 UTC |
In the Linux kernel, the following vulnerability has been resolved: ext4: guard against EA inode refcount underflow in xattr update syzkaller found a path where ext4_xattr_inode_update_ref() reads an EA inode refcount that is already <= 0 and then applies ref_change (often -1). That lets the refcount underflow and we proceed with a bogus value, triggering errors like: EXT4-fs error: EA inode <n> ref underflow: ref_count=-1 ref_change=-1 EXT4-fs warning: ea_inode dec ref err=-117 Make the invariant explicit: if the current refcount is non-positive, treat this as on-disk corruption, emit ext4_error_inode(), and fail the operation with -EFSCORRUPTED instead of updating the refcount. Delete the WARN_ONCE() as negative refcounts are now impossible; keep error reporting in ext4_error_inode(). This prevents the underflow and the follow-on orphan/cleanup churn. Join the discussion | GCVE Database | 11/12/2025, 22:15:00 UTC Added: 07/18/2026, 11:37:12 UTC |
Showing 1 to 2 of 2 results