Lucene search

K
ubuntucveUbuntu.comUB:CVE-2022-48804
HistoryJul 16, 2024 - 12:00 a.m.

CVE-2022-48804

2024-07-1600:00:00
ubuntu.com
ubuntu.com
5
linux kernel
transient integer underflow
vt_ioctl
array_index_nospec
vusec group
vu amsterdam

AI Score

6.9

Confidence

High

EPSS

0

Percentile

5.1%

In the Linux kernel, the following vulnerability has been resolved:
vt_ioctl: fix array_index_nospec in vt_setactivate
array_index_nospec ensures that an out-of-bounds value is set to zero
on the transient path. Decreasing the value by one afterwards causes
a transient integer underflow. vsa.console should be decreased first
and then sanitized with array_index_nospec.
Kasper Acknowledgements: Jakob Koschel, Brian Johannesmeyer, Kaveh
Razavi, Herbert Bos, Cristiano Giuffrida from the VUSec group at VU
Amsterdam.

AI Score

6.9

Confidence

High

EPSS

0

Percentile

5.1%