Bug 5892 - BUG: CVE-2023-31084
Summary: BUG: CVE-2023-31084
Status: RESOLVED FIXED
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: drivers (show other bugs) drivers
Version: 5.10.y-15
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: GuixinLiu
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-17 15:16 UTC by ljubomir
Modified: 2023-07-24 14:59 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ljubomir inspur_group 2023-07-17 15:16:22 UTC
Description of problem:

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.
Comment 1 小龙 admin 2023-07-17 15:28:58 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/1907
Comment 2 小龙 admin 2023-07-24 14:59:56 UTC
PR: 
https://gitee.com/anolis/cloud-kernel/pulls/1907