一、 漏洞 CVE-2022-49794 基础信息
漏洞信息
                                        # iio: adc: at91_adc: 在 at91_adc_allocate_trigger() 中修复可能的内存泄漏问题

## 概述
在 Linux 内核中修复了以下漏洞:`iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()`

## 细节
当 `iio_trigger_register()` 返回错误时,需要调用 `iio_trigger_free()` 释放 `iio_trigger_alloc()` 中持有的引用。这可以确保当引用计数为 0 时,可以通过调用 `iio_trig_release()` 来释放内存。

## 影响
此漏洞可能导致内存泄漏。
                                        
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()
来源:美国国家漏洞数据库 NVD
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved: iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger() If iio_trigger_register() returns error, it should call iio_trigger_free() to give up the reference that hold in iio_trigger_alloc(), so that it can call iio_trig_release() to free memory when the refcount hit to 0.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Linux kernel 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于at91_adc驱动中触发器注册失败未释放内存,可能导致内存泄漏。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2022-49794 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2022-49794 的情报信息