Bug 5893 - BUG: CVE-2023-31084
Summary: BUG: CVE-2023-31084
Status: RESOLVED FIXED
Alias: None
Product: ANCK 4.19 Dev
Classification: ANCK
Component: drivers (show other bugs) drivers
Version: 4.19-026.x
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:32 UTC by ljubomir
Modified: 2023-07-24 15:00 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:32:19 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:35:25 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/1908
Comment 2 小龙 admin 2023-07-24 15:00:37 UTC
PR: 
https://gitee.com/anolis/cloud-kernel/pulls/1908