Bug 2213139 (CVE-2023-31084) - CVE-2023-31084 kernel: blocking operation in dvb_frontend_get_event and wait_event_interruptible
Summary: CVE-2023-31084 kernel: blocking operation in dvb_frontend_get_event and wait_...
Keywords:
Status: NEW
Alias: CVE-2023-31084
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On: 2213141 2213142 2213140 2213143 2213144
Blocks: 2189448
TreeView+ depends on / blocked
 
Reported: 2023-06-07 08:25 UTC by Alex
Modified: 2023-08-14 14:24 UTC (History)
46 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
A potential deadlock flaw was found in the Linux’s kernel DVB API (used by Digital TV devices) functionality. This flaw allows a local user to crash the system.
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Alex 2023-06-07 08:25:28 UTC
A flaw in the Linux Kernel found in drivers/media/dvb-core/dvb_frontend.c. 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.

Reference:
https://lore.kernel.org/all/CA+UBctCu7fXn4q41O_3=id1+OdyQ85tZY1x+TkT-6OVBL6KAUw@mail.gmail.com/

Comment 1 Alex 2023-06-07 08:25:54 UTC
Created kernel tracking bugs for this issue:

Affects: fedora-all [bug 2213140]


Note You need to log in before you can comment on or make changes to this bug.