一、 漏洞 CVE-2024-50218 基础信息
漏洞标题
OCFS2组件存在整数溢出漏洞
来源:AIGC 神龙大模型
漏洞描述信息
在Linux内核中,已解决以下漏洞: ocfs2: 向 ocfs2_truncate_inline 传递 u64 可能导致溢出 Syzbot 报告了 ocfs2_truncate_inline 中的一个内核 BUG。导致该问题的原因有两个:首先,传递的参数值大于 ocfs2_max_inline_data_with_xattr;其次,ocfs2_truncate_inline 的 start 和 end 参数是 "unsigned int"。 因此,我们需要在 ocfs2_remove_inode_range() 中调用 ocfs2_truncate_inline() 之前,为 byte_start 和 byte_len 添加合理性检查。如果它们大于 ocfs2_max_inline_data_with_xattr,则返回 -EINVAL。
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
来源:AIGC 神龙大模型
漏洞类别
整数溢出或超界折返
来源:AIGC 神龙大模型
漏洞标题
ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow
来源:美国国家漏洞数据库 NVD
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved: ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow Syzbot reported a kernel BUG in ocfs2_truncate_inline. There are two reasons for this: first, the parameter value passed is greater than ocfs2_max_inline_data_with_xattr, second, the start and end parameters of ocfs2_truncate_inline are "unsigned int". So, we need to add a sanity check for byte_start and byte_len right before ocfs2_truncate_inline() in ocfs2_remove_inode_range(), if they are greater than ocfs2_max_inline_data_with_xattr return -EINVAL.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Linux kernel 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于ocfs2_truncate_inline存在溢出问题。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2024-50218 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2024-50218 的情报信息
  • 标题: ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

    神龙速读
  • 标题: ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

    神龙速读
  • 标题: ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

    神龙速读
  • 标题: ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

    神龙速读
  • 标题: ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

    神龙速读
  • 标题: ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

    神龙速读
  • 标题: ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

    神龙速读
  • 标题: ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

    神龙速读
  • https://nvd.nist.gov/vuln/detail/CVE-2024-50218