CVE-2023-52810

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-52810
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-52810.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-52810
Downstream
Related
Published
2024-05-21T16:15:19Z
Modified
2025-08-09T19:01:28Z
Summary
[none]
Details

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

fs/jfs: Add check for negative db_l2nbperpage

l2nbperpage is log2(number of blks per page), and the minimum legal value should be 0, not negative.

In the case of l2nbperpage being negative, an error will occur when subsequently used as shift exponent.

Syzbot reported this bug:

UBSAN: shift-out-of-bounds in fs/jfs/jfs_dmap.c:799:12 shift exponent -16777216 is negative

References

Affected packages