CVE-2023-31084
Last modified
CVE-2023-31084 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.41% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | 6.2 |
| Fedoraproject | Fedora | 37 |
| Fedoraproject | Fedora | 38 |
| Debian | Debian Linux | 10.0 |
| Debian | Debian Linux | 11.0 |
| Debian | Debian Linux | 12.0 |
| Netapp | H410c Firmware | All versions |
References
- https://lists.debian.org/debian-lts-announce/2023/07/msg00030.htmlMailing List, Third Party Advisory
- https://lists.debian.org/debian-lts-announce/2023/10/msg00027.htmlMailing List, Third Party Advisory
- https://security.netapp.com/advisory/ntap-20230929-0003/Third Party Advisory
- https://www.debian.org/security/2023/dsa-5448Third Party Advisory
- https://www.debian.org/security/2023/dsa-5480Third Party Advisory
- https://lists.debian.org/debian-lts-announce/2023/07/msg00030.htmlMailing List, Third Party Advisory
- https://lists.debian.org/debian-lts-announce/2023/10/msg00027.htmlMailing List, Third Party Advisory
- https://security.netapp.com/advisory/ntap-20230929-0003/Third Party Advisory
- https://www.debian.org/security/2023/dsa-5448Third Party Advisory
- https://www.debian.org/security/2023/dsa-5480Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-31084?
How severe is CVE-2023-31084?
How do I fix CVE-2023-31084?
Are you affected by CVE-2023-31084?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
