一、 漏洞 CVE-2024-50087 基础信息
漏洞标题
Btrfs读取读取read_alloc_one_name()错误时释放未初始化指针漏洞
来源:AIGC 神龙大模型
漏洞描述信息
在Linux内核中,已修复以下漏洞: btrfs: 修复read_alloc_one_name()错误时未初始化指针释放问题 函数read_alloc_one_name()在kmalloc未能成功分配相应缓冲区的情况下,不会初始化传递的fscrypt_str结构体的name字段。因此,在释放fscrypt_str.name时,无法保证其已被初始化。 这是针对之前提交(e43eec81c516 "btrfs: 使用struct qstr代替name和namelen对")引入的bug剩余实例的修复补丁的后续措施。
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源:AIGC 神龙大模型
漏洞类别
使用未经初始化的指针
来源:AIGC 神龙大模型
漏洞标题
btrfs: fix uninitialized pointer free on read_alloc_one_name() error
来源:美国国家漏洞数据库 NVD
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix uninitialized pointer free on read_alloc_one_name() error The function read_alloc_one_name() does not initialize the name field of the passed fscrypt_str struct if kmalloc fails to allocate the corresponding buffer. Thus, it is not guaranteed that fscrypt_str.name is initialized when freeing it. This is a follow-up to the linked patch that fixes the remaining instances of the bug introduced by commit e43eec81c516 ("btrfs: use struct qstr instead of name and namelen pairs").
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Linux kernel 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于在read_alloc_one_name函数中未初始化fscrypt_str结构体的name字段,导致释放未初始化的指针。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2024-50087 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2024-50087 的情报信息
  • 标题: btrfs: fix uninitialized pointer free on read_alloc_one_name() error - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

    神龙速读
  • 标题: btrfs: fix uninitialized pointer free on read_alloc_one_name() error - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

    神龙速读
  • 标题: btrfs: fix uninitialized pointer free on read_alloc_one_name() error - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

    神龙速读
  • 标题: btrfs: fix uninitialized pointer free on read_alloc_one_name() error - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

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