Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2023-53564— ocfs2: fix defrag path triggering jbd2 ASSERT

AI Predicted 7.8 Difficulty: Moderate EPSS 0.14% · P3

Possible ATT&CK Techniques 1AI

T1499 · Endpoint Denial of Service

Affected Version Matrix 18

VendorProductVersion RangeStatus
LinuxLinux8f603e567aa7a243e68ca48b4f105b990851360f< 5f43d34a51ed30e6a60f7e59d224a63014fe2cd5affected
8f603e567aa7a243e68ca48b4f105b990851360f< 7f3b1c28e2908755fb248d3ee8ff56826f2387dbaffected
8f603e567aa7a243e68ca48b4f105b990851360f< 669134a66d37258e1c4a5cfbd5b82f547ae30fcaaffected
8f603e567aa7a243e68ca48b4f105b990851360f< 2c559b3ba8e0b9e3c4bb08159a28ccadc698410faffected
8f603e567aa7a243e68ca48b4f105b990851360f< 33665d1042666f2e5c736a3df1f453e31f030663affected
8f603e567aa7a243e68ca48b4f105b990851360f< 8163ea90d89b7012dd1fa4b28edf5db0c641eca7affected
8f603e567aa7a243e68ca48b4f105b990851360f< 590507ebabd33cd93324c04f9a5538309a5ba934affected
8f603e567aa7a243e68ca48b4f105b990851360f< 60eed1e3d45045623e46944ebc7c42c30a4350f0affected
… +10 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2023-53564

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
ocfs2: fix defrag path triggering jbd2 ASSERT
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix defrag path triggering jbd2 ASSERT code path: ocfs2_ioctl_move_extents ocfs2_move_extents ocfs2_defrag_extent __ocfs2_move_extent + ocfs2_journal_access_di + ocfs2_split_extent //sub-paths call jbd2_journal_restart + ocfs2_journal_dirty //crash by jbs2 ASSERT crash stacks: PID: 11297 TASK: ffff974a676dcd00 CPU: 67 COMMAND: "defragfs.ocfs2" #0 [ffffb25d8dad3900] machine_kexec at ffffffff8386fe01 #1 [ffffb25d8dad3958] __crash_kexec at ffffffff8395959d #2 [ffffb25d8dad3a20] crash_kexec at ffffffff8395a45d #3 [ffffb25d8dad3a38] oops_end at ffffffff83836d3f #4 [ffffb25d8dad3a58] do_trap at ffffffff83833205 #5 [ffffb25d8dad3aa0] do_invalid_op at ffffffff83833aa6 #6 [ffffb25d8dad3ac0] invalid_op at ffffffff84200d18 [exception RIP: jbd2_journal_dirty_metadata+0x2ba] RIP: ffffffffc09ca54a RSP: ffffb25d8dad3b70 RFLAGS: 00010207 RAX: 0000000000000000 RBX: ffff9706eedc5248 RCX: 0000000000000000 RDX: 0000000000000001 RSI: ffff97337029ea28 RDI: ffff9706eedc5250 RBP: ffff9703c3520200 R8: 000000000f46b0b2 R9: 0000000000000000 R10: 0000000000000001 R11: 00000001000000fe R12: ffff97337029ea28 R13: 0000000000000000 R14: ffff9703de59bf60 R15: ffff9706eedc5250 ORIG_RAX: ffffffffffffffff CS: 0010 SS: 0018 #7 [ffffb25d8dad3ba8] ocfs2_journal_dirty at ffffffffc137fb95 [ocfs2] #8 [ffffb25d8dad3be8] __ocfs2_move_extent at ffffffffc139a950 [ocfs2] #9 [ffffb25d8dad3c80] ocfs2_defrag_extent at ffffffffc139b2d2 [ocfs2] Analysis This bug has the same root cause of 'commit 7f27ec978b0e ("ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_write_end_nolock()")'. For this bug, jbd2_journal_restart() is called by ocfs2_split_extent() during defragmenting. How to fix For ocfs2_split_extent() can handle journal operations totally by itself. Caller doesn't need to call journal access/dirty pair, and caller only needs to call journal start/stop pair. The fix method is to remove journal access/dirty from __ocfs2_move_extent(). The discussion for this patch: https://oss.oracle.com/pipermail/ocfs2-devel/2023-February/000647.html
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于defrag路径触发jbd2断言失败,可能导致系统崩溃。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux 8f603e567aa7a243e68ca48b4f105b990851360f ~ 5f43d34a51ed30e6a60f7e59d224a63014fe2cd5 -
LinuxLinux 3.0 -

II. Public POCs for CVE-2023-53564

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2023-53564

登录查看更多情报信息。

Patches & Fixes for CVE-2023-53564 (8)

Same Patch Batch · Linux · 2025-10-04 · 144 CVEs total

CVE-2025-399329.8 CRITICALsmb: client: let smbd_destroy() call disable_work_sync(&info->post_send_credits_work)
CVE-2025-399489.8 CRITICALice: fix Rx page leak on multi-buffer frames
CVE-2025-399469.8 CRITICALtls: make sure to abort the stream if headers are bogus
CVE-2025-399339.4 CRITICALsmb: client: let recv_done verify data_offset, data_length and remaining_data_length
CVE-2025-399439.4 CRITICALksmbd: smbdirect: validate data_offset and data_length field of smb_direct_data_transfer
CVE-2023-536009.1 CRITICALtunnels: fix kasan splat when generating ipv4 pmtu error
CVE-2023-536158.8 HIGHscsi: qla2xxx: Fix deletion race condition
CVE-2025-399528.8 HIGHwifi: wilc1000: avoid buffer overflow in WID string configuration
CVE-2023-535898.8 HIGHwifi: iwlwifi: mvm: don't trust firmware n_channels
CVE-2023-535868.8 HIGHscsi: target: Fix multiple LUN_RESET handling
CVE-2022-504938.8 HIGHscsi: qla2xxx: Fix crash when I/O abort times out
CVE-2023-535988.4 HIGHbus: mhi: host: Range check CHDBOFF and ERDBOFF
CVE-2023-535667.8 HIGHnetfilter: nft_set_rbtree: fix null deref on element insertion
CVE-2023-535367.8 HIGHblk-crypto: make blk_crypto_evict_key() more robust
CVE-2023-535607.8 HIGHtracing/histograms: Add histograms to hist_vars if they have referenced variables
CVE-2023-535597.8 HIGHip_vti: fix potential slab-use-after-free in decode_session6
CVE-2023-535577.8 HIGHfprobe: Release rethook after the ftrace_ops is unregistered
CVE-2023-535377.8 HIGHf2fs: fix to avoid use-after-free for cached IPU bio
CVE-2023-535397.8 HIGHRDMA/rxe: Fix incomplete state save in rxe_requester
CVE-2023-535457.8 HIGHdrm/amdgpu: unmap and remove csa_va properly

Showing top 20 of 144 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2023-53564

No comments yet


Leave a comment