• CVE-2023-31084

发布时间: 2023年6月17日

修改时间: 2024年10月31日

概要

An issue was discovered in drivers/media/dvb-core/dvb_frontend.c in the Linux kernel 6.2. There is a blocking operation when a task is in !TASK_RUNNING. In dvb_frontend_get_event, wait_event_interruptible is called; the condition is dvb_frontend_test_event(fepriv,events). In dvb_frontend_test_event, down(&fepriv->sem) is called. However, wait_event_interruptible would put the process to sleep, and down(&fepriv->sem) may block the process.

CVSS v3 指标

NVD openEuler
Confidentiality None None
Attack Vector Local Local
CVSS评分 5.5 5.5
Attack Complexity Low Low
Privileges Required Low Low
Scope Unchanged Unchanged
Integrity None None
User Interaction None None
Availability High High

安全公告

公告名 概要 发布时间
KylinSec-SA-2023-2197 kernel security update 2023年7月8日
KylinSec-SA-2023-2254 kernel security update 2023年6月27日

影响产品

产品 状态
KY3.4-4A kernel Fixed
KY3.5.2 kernel Fixed
KY3.4-5A kernel Fixed
KY3.5.1 kernel Fixed