CVE-2024-26981: nilfs2: fix OOB in nilfs_set_de_type

Published May 1, 2024
·
Updated

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

nilfs2: fix OOB in nilfssetdetype

The size of the nilfstypebymode array in the fs/nilfs2/dir.c file is defined as "SIFMT >> SSHIFT", but the nilfssetdetype() function, which uses this array, specifies the index to read from the array in the same way as "(mode & SIFMT) >> SSHIFT".

static void nilfssetdetype(struct nilfsdirentry de, struct inode inode) { umodet mode = inode->imode;

de->filetype = nilfstypebymode[(mode & SIFMT)>>SSHIFT]; // oob }

However, when the index is determined this way, an out-of-bounds (OOB) error occurs by referring to an index that is 1 larger than the array size when the condition "mode & SIFMT == SIFMT" is satisfied. Therefore, a patch to resize the nilfstypebymode array should be applied to prevent OOB errors.

Affected Software

13 affected componentsFixes available
Linux Linux kernel>=2.6.30<4.19.313
Linux Linux kernel>=4.20<5.4.275
Linux Linux kernel>=5.5<5.10.216
Linux Linux kernel>=5.11<5.15.157
Linux Linux kernel>=5.16<6.1.88
Linux Linux kernel>=6.2<6.6.29
Linux Linux kernel>=6.7<6.8.8
Linux Linux kernel=6.9-rc1
Linux Linux kernel=6.9-rc2
Linux Linux kernel=6.9-rc3
Linux Linux kernel=6.9-rc4
Debian Debian Linux=10.0
debian/linux
5.10.223-15.10.234-16.1.129-16.1.135-16.12.25-16.12.27-1

Event History

May 1, 2024
CVE Published
via MITRE·05:27 AM
Data Sourced
via MITRE·05:27 AM
Description
Data Sourced
via NVD·06:15 AM
RemedyDescriptionSeverityWeaknessAffected Software
Jul 11, 2024
Data Sourced
via Launchpad·07:45 PM
Description
Apr 27, 2025
Data Sourced
via Ubuntu·12:16 AM
RemedyDescriptionSeverityAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2024-26981?

CVE-2024-26981 is classified as a moderate severity vulnerability due to potential out-of-bounds access in the nilfs2 file system.

2

How do I fix CVE-2024-26981?

To fix CVE-2024-26981, upgrade to the stable Linux kernel versions 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.119-1, 6.12.10-1, or 6.12.11-1.

3

What systems are affected by CVE-2024-26981?

CVE-2024-26981 affects various Linux kernel versions ranging from 2.6.30 to 6.9-rc4.

4

Is CVE-2024-26981 present in Linux distributions?

Yes, CVE-2024-26981 is present in multiple Linux distributions that utilize vulnerable versions of the Linux kernel.

5

What type of vulnerability is CVE-2024-26981?

CVE-2024-26981 is an out-of-bounds access vulnerability affecting the nilfs2 filesystem in the Linux kernel.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203