Skip to main content

Linux CVE-2026-89833

| EUVDEUVD-2026-80433
2026-09-16 Linux GHSA-fw8r-p3gh-gw7x

Lifecycle Timeline

2
Patch available
Sep 16, 2026 - 11:03 EUVD
CVE Published
Sep 16, 2026 - 10:31 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

In the Linux kernel, the following vulnerability has been resolved:

f2fs: fix to avoid potential deadloop in f2fs_fsync_node_pages()

There is potential deadloop in race condition:

Thread A Thread B

  • fsync
  • f2fs_do_sync_file
  • f2fs_fsync_node_pages
  • last_fsync_dnode
  • folio_get(last_folio)
  • f2fs_setattr
  • f2fs_truncate
  • f2fs_truncate_blocks
  • f2fs_do_truncate_blocks
  • f2fs_truncate_inode_blocks
  • truncate_dnode
  • truncate_node
  • invalidate_mapping_pages
  • folio->mapping = NULL
  • is_node_folio alwasy return false
  • atomic && !marked is always true,

then goto retry

Analysis

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential deadloop in f2fs_fsync_node_pages() There is potential deadloop in race condition: Thread A Thread B - fsync - f2fs_do_sync_file - f2fs_fsync_node_pages - last_fsync_dnode - folio_get(last_folio) - f2fs_setattr - f2fs_truncate - f2fs_truncate_blocks - f2fs_do_truncate_blocks - f2fs_truncate_inode_blocks - truncate_dnode - truncate_node - invalidate_mapping_pages - folio->mapping = NULL - is_node_folio alwasy return false - atomic && !marked is always true, then goto retry

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-89833 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy