Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2024-26736
HistoryApr 03, 2024 - 5:15 p.m.

CVE-2024-26736

2024-04-0317:15:51
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
7
linux kernel
vulnerability
afs_update_volume_status
buffer size
overflow
linux verification center
svace

AI Score

7.5

Confidence

High

EPSS

0

Percentile

10.3%

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

afs: Increase buffer size in afs_update_volume_status()

The max length of volume->vid value is 20 characters.
So increase idbuf[] size up to 24 to avoid overflow.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

[DH: Actually, it’s 20 + NUL, so increase it to 24 and use snprintf()]

AI Score

7.5

Confidence

High

EPSS

0

Percentile

10.3%