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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2023-53337— nilfs2: do not write dirty data after degenerating to read-only

AI Predicted 4.3 Difficulty: Theoretical EPSS 0.19% · P9

Possible ATT&CK Techniques 1AI

T1078 · Valid Accounts

Affected Version Matrix 20

VendorProductVersion RangeStatus
LinuxLinux8c26c4e2694a163d525976e804d81cd955bbb40c< bd89073fc7a5d03b1d06b372addbe405e5a925f4affected
8c26c4e2694a163d525976e804d81cd955bbb40c< e9c5412c5972124776c1b873533eb39e287a4dfaaffected
8c26c4e2694a163d525976e804d81cd955bbb40c< 4569a292a84e340e97d178898ad1cfe1a3080a61affected
8c26c4e2694a163d525976e804d81cd955bbb40c< 7c3e662048053802f6b0db3a78e97f4e1f7edc4faffected
8c26c4e2694a163d525976e804d81cd955bbb40c< 13f73ef77baa4764dc1ca4fcbae9cade05b83866affected
8c26c4e2694a163d525976e804d81cd955bbb40c< a73201c607d8e506358d60aafddda4246bdd9350affected
8c26c4e2694a163d525976e804d81cd955bbb40c< 4005cec6847c06ee191583270b7cdd7e696543ccaffected
8c26c4e2694a163d525976e804d81cd955bbb40c< 55f7810632f993cff622a0ddbc7c865892294b61affected
… +12 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2023-53337

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
nilfs2: do not write dirty data after degenerating to read-only
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: nilfs2: do not write dirty data after degenerating to read-only According to syzbot's report, mark_buffer_dirty() called from nilfs_segctor_do_construct() outputs a warning with some patterns after nilfs2 detects metadata corruption and degrades to read-only mode. After such read-only degeneration, page cache data may be cleared through nilfs_clear_dirty_page() which may also clear the uptodate flag for their buffer heads. However, even after the degeneration, log writes are still performed by unmount processing etc., which causes mark_buffer_dirty() to be called for buffer heads without the "uptodate" flag and causes the warning. Since any writes should not be done to a read-only file system in the first place, this fixes the warning in mark_buffer_dirty() by letting nilfs_segctor_do_construct() abort early if in read-only mode. This also changes the retry check of nilfs_segctor_write_out() to avoid unnecessary log write retries if it detects -EROFS that nilfs_segctor_do_construct() returned.
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存在安全漏洞,该漏洞源于在文件系统降级为只读模式后仍尝试写入脏数据,可能导致数据损坏。
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 8c26c4e2694a163d525976e804d81cd955bbb40c ~ bd89073fc7a5d03b1d06b372addbe405e5a925f4 -
LinuxLinux 3.10 -

II. Public POCs for CVE-2023-53337

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2023-53337

登录查看更多情报信息。

Same Patch Batch · Linux · 2025-09-17 · 56 CVEs total

CVE-2023-533389.8 CRITICALlwt: Fix return values of BPF xmit ops
CVE-2022-503739.8 CRITICALfs: dlm: fix race in lowcomms
CVE-2022-503639.8 CRITICALskmsg: pass gfp argument to alloc_sk_msg()
CVE-2023-533609.8 CRITICALNFSv4.2: Rework scratch handling for READ_PLUS (again)
CVE-2023-533588.8 HIGHksmbd: fix racy issue under cocurrent smb2 tree disconnect
CVE-2023-533407.8 HIGHnet/mlx5: Collect command failures data only for known commands
CVE-2022-503687.8 HIGHdrm/msm/dsi: fix memory corruption with too many bridges
CVE-2022-503677.8 HIGHfs: fix UAF/GPF bug in nilfs_mdt_destroy
CVE-2022-503627.8 HIGHdmaengine: hisilicon: Add multi-thread support for a DMA channel
CVE-2023-533547.8 HIGHskbuff: skb_segment, Call zero copy functions before using skbuff frags
CVE-2022-503557.8 HIGHstaging: vt6655: fix some erroneous memory clean-up loops
CVE-2022-503547.8 HIGHdrm/amdkfd: Fix kfd_process_device_init_vm error handling
CVE-2023-533357.5 HIGHRDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()
CVE-2022-503657.5 HIGHskbuff: Account for tail adjustment during pull operations
CVE-2023-53336media: ipu-bridge: Fix null pointer deref on SSDB/PLD parsing warnings
CVE-2022-50369drm/vkms: Fix null-ptr-deref in vkms_release()
CVE-2022-50372cifs: Fix memory leak when build ntlmssp negotiate blob failed
CVE-2022-50371led: qcom-lpg: Fix sleeping in atomic
CVE-2022-50370i2c: designware: Fix handling of real but unexpected device interrupts
CVE-2022-50374Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failure

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

IV. Related Vulnerabilities

V. Comments for CVE-2023-53337

No comments yet


Leave a comment