Lucene search

K
ubuntucveUbuntu.comUB:CVE-2022-48740
HistoryJun 20, 2024 - 12:00 a.m.

CVE-2022-48740

2024-06-2000:00:00
ubuntu.com
ubuntu.com
3
linux
kernel
vulnerability

AI Score

6.5

Confidence

High

EPSS

0

Percentile

5.0%

In the Linux kernel, the following vulnerability has been resolved:
selinux: fix double free of cond_list on error paths On error path from
cond_read_list() and duplicate_policydb_cond_list() the cond_list_destroy()
gets called a second time in caller functions, resulting in NULL pointer
deref. Fix this by resetting the cond_list_len to 0 in cond_list_destroy(),
making subsequent calls a noop. Also consistently reset the cond_list
pointer to NULL after freeing. [PM: fix line lengths in the description]

AI Score

6.5

Confidence

High

EPSS

0

Percentile

5.0%