一、 漏洞 CVE-2022-49284 基础信息
漏洞标题
coresight: syscfg: 解决在设备注册失败时的内存泄露问题
来源:AIGC 神龙大模型
漏洞描述信息
在Linux内核中,已修复以下漏洞: coresight: syscfg: 修复在cscfg_create_device注册失败时的内存泄漏问题 device_register()调用了device_initialize(),根据device_initialize的文档说明: 在调用此函数后,使用put_device()释放你的引用,而不是直接释放* @dev。 为了防止潜在的内存泄漏,错误处理时应使用put_device()。
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
来源:AIGC 神龙大模型
漏洞类别
在移除最后引用时对内存的释放不恰当(内存泄露)
来源:AIGC 神龙大模型
漏洞标题
coresight: syscfg: Fix memleak on registration failure in cscfg_create_device
来源:美国国家漏洞数据库 NVD
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved: coresight: syscfg: Fix memleak on registration failure in cscfg_create_device device_register() calls device_initialize(), according to doc of device_initialize: Use put_device() to give up your reference instead of freeing * @dev directly once you have called this function. To prevent potential memleak, use put_device() for error handling.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
二、漏洞 CVE-2022-49284 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2022-49284 的情报信息
  • 标题: coresight: syscfg: Fix memleak on registration failure in cscfg_create_device - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

  • 标题: coresight: syscfg: Fix memleak on registration failure in cscfg_create_device - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

  • 标题: coresight: syscfg: Fix memleak on registration failure in cscfg_create_device - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

  • 标题: coresight: syscfg: Fix memleak on registration failure in cscfg_create_device - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

  • https://nvd.nist.gov/vuln/detail/CVE-2022-49284