一、 漏洞 CVE-2022-49848 基础信息
漏洞信息
                                        # phy: qcom-qmp-combo:修复运行时恢复过程中的空指针引用漏洞

## 概述
在Linux内核中发现并修复了一个漏洞:在运行时恢复过程中,由于使用了错误的基地址,导致NULL指针解引用(NULL-deref)。

## 影响版本
未明确指出具体影响的Linux内核版本,但与commit `fc64623637da`相关的版本受此问题影响。

## 细节
Commit `fc64623637da` ("phy: qcom-qmp-combo,usb: add support for separate PCS_USB region") 开始将PCS_USB寄存器视为可能与PCS寄存器分离,但在没有提供PCS_USB偏移量时使用了错误的基地址。这导致在没有提供PCS_USB偏移量的平台上(如SC7180),在运行时恢复过程中发生NULL指针解引用。

## 影响
此漏洞会导致在运行时恢复过程中发生NULL指针解引用,可能导致系统不稳定或崩溃。
                                        
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
phy: qcom-qmp-combo: fix NULL-deref on runtime resume
来源:美国国家漏洞数据库 NVD
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp-combo: fix NULL-deref on runtime resume Commit fc64623637da ("phy: qcom-qmp-combo,usb: add support for separate PCS_USB region") started treating the PCS_USB registers as potentially separate from the PCS registers but used the wrong base when no PCS_USB offset has been provided. Fix the PCS_USB base used at runtime resume to prevent dereferencing a NULL pointer on platforms that do not provide a PCS_USB offset (e.g. SC7180).
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Linux kernel 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于phy qcom-qmp-combo驱动中错误的PCS_USB基址处理,可能导致空指针取消引用。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2022-49848 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2022-49848 的情报信息