Threats Tagged 'cve-2025-40233'
View all threats tagged with 'cve-2025-40233'. 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-40233'
Click on any threat for detailed analysis and mitigation recommendations
A high-severity vulnerability (CVE-2025-40214) in the Linux kernel's Unix domain sockets subsystem was resolved by initializing scc_index in unix_add_edge(). This flaw could lead to privilege escalation on Container-Optimized OS nodes, affecting multiple Google Kubernetes Engine (GKE) cluster types except those using GKE Sandbox. Patch versions have been released for various Container-Optimized OS node pools and Ubuntu Linux kernel packages. Bare metal GDC software is not affected. Users are advised to update to the specified patched kernel versions and reboot to apply fixes. Join the discussion | GCVE Database | 01/07/2026, 00:00:00 UTC Added: 06/03/2026, 21:10:57 UTC |
A vulnerability in the Linux kernel's ocfs2 filesystem occurs due to stale extent map cache after moving or defragmenting extents. This stale cache causes a mismatch between cached extent flags and the actual flags on disk, triggering a kernel BUG_ON condition. The issue arises specifically when reflinked extents are moved or defragmented without invalidating the extent map cache. The vulnerability has been resolved by clearing the extent map cache after each extent move or defragment operation to ensure fresh data is read from disk. Join the discussion | GCVE Database | 12/04/2025, 18:30:52 UTC Added: 07/30/2026, 15:50:45 UTC |
In the Linux kernel, the following vulnerability has been resolved: ocfs2: clear extent cache after moving/defragmenting extents The extent map cache can become stale when extents are moved or defragmented, causing subsequent operations to see outdated extent flags. This triggers a BUG_ON in ocfs2_refcount_cal_cow_clusters(). The problem occurs when: 1. copy_file_range() creates a reflinked extent with OCFS2_EXT_REFCOUNTED 2. ioctl(FITRIM) triggers ocfs2_move_extents() 3. __ocfs2_move_extents_range() reads and caches the extent (flags=0x2) 4. ocfs2_move_extent()/ocfs2_defrag_extent() calls __ocfs2_move_extent() which clears OCFS2_EXT_REFCOUNTED flag on disk (flags=0x0) 5. The extent map cache is not invalidated after the move 6. Later write() operations read stale cached flags (0x2) but disk has updated flags (0x0), causing a mismatch 7. BUG_ON(!(rec->e_flags & OCFS2_EXT_REFCOUNTED)) triggers Fix by clearing the extent map cache after each extent move/defrag operation in __ocfs2_move_extents_range(). This ensures subsequent operations read fresh extent data from disk. Join the discussion | GCVE Database | 12/04/2025, 16:16:00 UTC Added: 07/18/2026, 11:36:51 UTC |
Showing 1 to 3 of 3 results