Lucene search

K
redhatcveRedhat.comRH:CVE-2023-52804
HistoryMay 23, 2024 - 11:11 a.m.

CVE-2023-52804

2024-05-2311:11:21
redhat.com
access.redhat.com
2
linux kernel
fs/jfs
vulnerability
validity check
array index

6.5 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

13.0%

In the Linux kernel, the following vulnerability has been resolved: fs/jfs: Add validity check for db_maxag and db_agpref Both db_maxag and db_agpref are used as the index of the db_agfree array, but there is currently no validity check for db_maxag and db_agpref, which can lead to errors. The following is related bug reported by Syzbot: UBSAN: array-index-out-of-bounds in fs/jfs/jfs_dmap.c:639:20 index 7936 is out of range for type ‘atomic_t[128]’ Add checking that the values of db_maxag and db_agpref are valid indexes for the db_agfree array.

6.5 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

13.0%

Related for RH:CVE-2023-52804