๐Ÿ” CVE Alert

CVE-2025-40049

UNKNOWN 0.0

Squashfs: fix uninit-value in squashfs_get_parent

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: Squashfs: fix uninit-value in squashfs_get_parent Syzkaller reports a "KMSAN: uninit-value in squashfs_get_parent" bug. This is caused by open_by_handle_at() being called with a file handle containing an invalid parent inode number. In particular the inode number is that of a symbolic link, rather than a directory. Squashfs_get_parent() gets called with that symbolic link inode, and accesses the parent member field. unsigned int parent_ino = squashfs_i(inode)->parent; Because non-directory inodes in Squashfs do not have a parent value, this is uninitialised, and this causes an uninitialised value access. The fix is to initialise parent with the invalid inode 0, which will cause an EINVAL error to be returned. Regular inodes used to share the parent field with the block_list_start field. This is removed in this commit to enable the parent field to contain the invalid inode number 0.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Oct 28, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
122601408d20c77704268f1dea9f9ce4abf997c2 < f81a5bc9e924ee1950e0dd82bd10749048390f6e 122601408d20c77704268f1dea9f9ce4abf997c2 < 382a47fae449e554ef1e8c198667fd2f3270b945 122601408d20c77704268f1dea9f9ce4abf997c2 < 61d38b5ce2782bff3cacaacbb8164087a73ed1a5 122601408d20c77704268f1dea9f9ce4abf997c2 < 81a2bca52d43fc9d9abf07408b91255131c5dc53 122601408d20c77704268f1dea9f9ce4abf997c2 < c28b0ca029edf5d0558abcd76cb8c732706cd339 122601408d20c77704268f1dea9f9ce4abf997c2 < 1b3ccd0019132880c94bb00ca7088c1749308f82 122601408d20c77704268f1dea9f9ce4abf997c2 < 91b99db7a92e57ff48a96a1b10fddfd2547e7f53 122601408d20c77704268f1dea9f9ce4abf997c2 < 74058c0a9fc8b2b4d5f4a0ef7ee2cfa66a9e49cf
Linux / Linux
2.6.29

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/f81a5bc9e924ee1950e0dd82bd10749048390f6e git.kernel.org: https://git.kernel.org/stable/c/382a47fae449e554ef1e8c198667fd2f3270b945 git.kernel.org: https://git.kernel.org/stable/c/61d38b5ce2782bff3cacaacbb8164087a73ed1a5 git.kernel.org: https://git.kernel.org/stable/c/81a2bca52d43fc9d9abf07408b91255131c5dc53 git.kernel.org: https://git.kernel.org/stable/c/c28b0ca029edf5d0558abcd76cb8c732706cd339 git.kernel.org: https://git.kernel.org/stable/c/1b3ccd0019132880c94bb00ca7088c1749308f82 git.kernel.org: https://git.kernel.org/stable/c/91b99db7a92e57ff48a96a1b10fddfd2547e7f53 git.kernel.org: https://git.kernel.org/stable/c/74058c0a9fc8b2b4d5f4a0ef7ee2cfa66a9e49cf