Lucene search

K
prionPRIOn knowledge basePRION:CVE-2023-52459
HistoryFeb 23, 2024 - 3:15 p.m.

Null pointer dereference

2024-02-2315:15:00
PRIOn knowledge base
www.prio-n.com
7
linux kernel
media
v4l
vulnerability
list deletion
duplicated
null pointer dereference
nvd
fix

7.3 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

5.1%

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.

7.3 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

5.1%