CVE-2023-52459
N/A
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
media: v4l: async: Fix duplicated list deletion
The list deletion call dropped here is already called from the helper function in the line before. Having a second list_del() call results in either a warning (with CONFIG_DEBUG_LIST=y):
list_del corruption, c46c8198->next is LIST_POISON1 (00000100)
If CONFIG_DEBUG_LIST is disabled the operation results in a kernel error due to NULL pointer dereference.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 28a1295795d85a25f2e7dd391c43969e95fcb341 < b7062628caeaec90e8f691ebab2d70f31b7b6b91 | affected |
| Linux | Linux | 28a1295795d85a25f2e7dd391c43969e95fcb341 < 49d82811428469566667f22749610b8c132cdb3e | affected |
| Linux | Linux | 28a1295795d85a25f2e7dd391c43969e95fcb341 < 3de6ee94aae701fa949cd3b5df6b6a440ddfb8f2 | affected |
| Linux | Linux | 6.6 | affected |
| Linux | Linux | 0 < 6.6 | unaffected |
| Linux | Linux | 6.6.14 <= 6.6.* | unaffected |
| Linux | Linux | 6.7.2 <= 6.7.* | unaffected |
| Linux | Linux | 6.8 <= * | unaffected |
Weaknesses
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: no
- Technical Impact: partial
CVE Program Container
Additional References
- https://git.kernel.org/stable/c/b7062628caeaec90e8f691ebab2d70f31b7b6b91
- https://git.kernel.org/stable/c/49d82811428469566667f22749610b8c132cdb3e
- https://git.kernel.org/stable/c/3de6ee94aae701fa949cd3b5df6b6a440ddfb8f2
References
- https://git.kernel.org/stable/c/b7062628caeaec90e8f691ebab2d70f31b7b6b91
- https://git.kernel.org/stable/c/49d82811428469566667f22749610b8c132cdb3e
- https://git.kernel.org/stable/c/3de6ee94aae701fa949cd3b5df6b6a440ddfb8f2
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.