Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2022-48742
HistoryJun 20, 2024 - 11:13 a.m.

CVE-2022-48742 rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()

2024-06-2011:13:26
Linux
github.com
1
linux kernel
rtnetlink
vulnerability
resolved
use-after-free

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

In the Linux kernel, the following vulnerability has been resolved:

rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()

While looking at one unrelated syzbot bug, I found the replay logic
in __rtnl_newlink() to potentially trigger use-after-free.

It is better to clear master_dev and m_ops inside the loop,
in case we have to replay it.

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial