Loading HuntDB...

CVE-2023-52459

UNKNOWN
Published 2024-02-23T14:46:21.006Z
Actions:
No CVSS data available

Description

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.

Available Exploits

No exploits available for this CVE.

Related News

No news articles found for this CVE.

Affected Products

References

Published: 2024-02-23T14:46:21.006Z
Last Modified: 2025-05-04T07:37:04.629Z
Copied to clipboard!