Lucene search

K
osvGoogleOSV:CVE-2024-46681
HistorySep 13, 2024 - 6:15 a.m.

CVE-2024-46681

2024-09-1306:15:12
Google
osv.dev
cve-2024-46681
linux kernel
pktgen
cpus read lock
warn on
syslog flood

AI Score

6.8

Confidence

Low

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

pktgen: use cpus_read_lock() in pg_net_init()

I have seen the WARN_ON(smp_processor_id() != cpu) firing
in pktgen_thread_worker() during tests.

We must use cpus_read_lock()/cpus_read_unlock()
around the for_each_online_cpu(cpu) loop.

While we are at it use WARN_ON_ONCE() to avoid a possible syslog flood.

AI Score

6.8

Confidence

Low

Related for OSV:CVE-2024-46681