目標達成 すべての支援者に感謝 — 100%達成しました!

目標: 1000 CNY · 調達済み: 1336 CNY

100%

CVE-2022-50334— Linux kernel 安全漏洞

AI Predicted 7.8 Difficulty: Moderate EPSS 0.15% · P4

Affected Version Matrix 14

ベンダープロダクトVersion Rangeステータス
LinuxLinux32021982a324dce93b4ae00c06213bf45fb319c8< fa71639873518e3587632ae58e25e4a96b57fa90affected
32021982a324dce93b4ae00c06213bf45fb319c8< dcd28191be9bbf307ba51a5b485773a55b0037c4affected
32021982a324dce93b4ae00c06213bf45fb319c8< 9a8862820cbf1f18dca4f3b4c289d88561b3a384affected
32021982a324dce93b4ae00c06213bf45fb319c8< 965e8f8ae0f642b5528f5a82b7bcaf15a659d5bdaffected
32021982a324dce93b4ae00c06213bf45fb319c8< f2207145693ae5697a7b59e2add4b92f9e5b0e3caffected
32021982a324dce93b4ae00c06213bf45fb319c8< 26215b7ee923b9251f7bb12c4e5f09dc465d35f2affected
5.1affected
< 5.1unaffected
… +6 more rows
新しい脆弱性情報の通知を購読するログインして購読

I. CVE-2022-50334の基本情報

脆弱性情報

脆弱性についてご質問がありますか?Shenlongの分析が参考になるかご確認ください!
Shenlongの10の質問を表示 ↗

高度な大規模言語モデル技術を使用していますが、出力には不正確または古い情報が含まれる可能性があります。Shenlongはデータの正確性を確保するよう努めていますが、実際の状況に基づいて検証・判断してください。

脆弱性タイトル
hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
ソース: CVE Program / CVE List V5
脆弱性説明
In the Linux kernel, the following vulnerability has been resolved: hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param() Syzkaller reports a null-ptr-deref bug as follows: ====================================================== KASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007] RIP: 0010:hugetlbfs_parse_param+0x1dd/0x8e0 fs/hugetlbfs/inode.c:1380 [...] Call Trace: <TASK> vfs_parse_fs_param fs/fs_context.c:148 [inline] vfs_parse_fs_param+0x1f9/0x3c0 fs/fs_context.c:129 vfs_parse_fs_string+0xdb/0x170 fs/fs_context.c:191 generic_parse_monolithic+0x16f/0x1f0 fs/fs_context.c:231 do_new_mount fs/namespace.c:3036 [inline] path_mount+0x12de/0x1e20 fs/namespace.c:3370 do_mount fs/namespace.c:3383 [inline] __do_sys_mount fs/namespace.c:3591 [inline] __se_sys_mount fs/namespace.c:3568 [inline] __x64_sys_mount+0x27f/0x300 fs/namespace.c:3568 do_syscall_x64 arch/x86/entry/common.c:50 [inline] do_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80 entry_SYSCALL_64_after_hwframe+0x63/0xcd [...] </TASK> ====================================================== According to commit "vfs: parse: deal with zero length string value", kernel will set the param->string to null pointer in vfs_parse_fs_string() if fs string has zero length. Yet the problem is that, hugetlbfs_parse_param() will dereference the param->string, without checking whether it is a null pointer. To be more specific, if hugetlbfs_parse_param() parses an illegal mount parameter, such as "size=,", kernel will constructs struct fs_parameter with null pointer in vfs_parse_fs_string(), then passes this struct fs_parameter to hugetlbfs_parse_param(), which triggers the above null-ptr-deref bug. This patch solves it by adding sanity check on param->string in hugetlbfs_parse_param().
ソース: CVE Program / CVE List V5
CVSS情報
N/A
ソース: CVE Program / CVE List V5
脆弱性タイプ
N/A
ソース: CVE Program / CVE List V5
脆弱性タイトル
Linux kernel 安全漏洞
ソース: CNNVD (China National Vulnerability Database)
脆弱性説明
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于hugetlbfs_parse_param函数中存在空指针取消引用。
ソース: CNNVD (China National Vulnerability Database)
CVSS情報
N/A
ソース: CNNVD (China National Vulnerability Database)
脆弱性タイプ
N/A
ソース: CNNVD (China National Vulnerability Database)

影響を受ける製品

ベンダープロダクト影響を受けるバージョンCPE購読
LinuxLinux 32021982a324dce93b4ae00c06213bf45fb319c8 ~ fa71639873518e3587632ae58e25e4a96b57fa90 -
LinuxLinux 5.1 -

II. CVE-2022-50334の公開POC

#POC説明ソースリンクShenlongリンク
AI生成POCプレミアム

公開POCは見つかりませんでした。

ログインしてAI POCを生成

III. CVE-2022-50334のインテリジェンス情報

登录查看更多情报信息。

Same Patch Batch · Linux · 2025-09-15 · 210 CVEs total

CVE-2022-502359.8 CRITICALNFSD: Protect against send buffer overflow in NFSv2 READDIR
CVE-2022-503359.8 CRITICAL9p: set req refcount to zero to avoid uninitialized usage
CVE-2023-531929.8 CRITICALvxlan: Fix nexthop hash size
CVE-2023-532538.8 HIGHHID: nvidia-shield: Reference hid_device devm allocation of input_dev name
CVE-2023-532268.8 HIGHwifi: mwifiex: Fix OOB and integer underflow when rx packets
CVE-2022-502418.8 HIGHNFSD: fix use-after-free on source server when doing inter-server copy
CVE-2023-531948.4 HIGHfs/ntfs3: Add length check in indx_get_root
CVE-2023-532138.1 HIGHwifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
CVE-2023-531868.1 HIGHskbuff: Fix a race between coalescing and releasing SKBs
CVE-2023-532547.8 HIGHcacheinfo: Fix shared_cpu_map to handle shared caches at different levels
CVE-2023-532197.8 HIGHmedia: netup_unidvb: fix use-after-free at del_timer()
CVE-2023-532527.8 HIGHBluetooth: use RCU for hci_conn_params and iterate safely in hci_sync
CVE-2023-531707.8 HIGHnet: dsa: Removed unneeded of_node_put in felix_parse_ports_node
CVE-2023-531767.8 HIGHserial: 8250: Reinit port->pm on port specific driver unbind
CVE-2023-531787.8 HIGHmm: fix zswap writeback race condition
CVE-2023-531797.8 HIGHnetfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash_netportnet.c
CVE-2022-503157.8 HIGHata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTS
CVE-2023-531847.8 HIGHarm64/sme: Set new vector length before reallocating
CVE-2023-531877.8 HIGHbtrfs: fix use-after-free of new block group that became unused
CVE-2025-398007.8 HIGHbtrfs: abort transaction on unexpected eb generation at btrfs_copy_root()

Showing 20 of 210 CVEs. View all on vendor page →

IV. 関連脆弱性

V. CVE-2022-50334へのコメント

まだコメントはありません


コメントを残す