CVE-2026-89606

Summary

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

ecryptfs: reject too-small tag 70 packets

ecryptfs_parse_tag_70_packet() subtracts fixed metadata fields from the parsed packet body size to derive the encrypted filename size. A malformed packet with a body smaller than those fixed fields can underflow that size calculation.

Reject tag 70 packets before the subtraction unless the body contains the signature, cipher code, and at least one byte of encrypted filename data.

Affected Software

VendorProductVersion RangeStatus
LinuxLinux9c79f34f7ee71cd28272332b424ca64b2be006ab < 9d88391bbed76eb091cddd50b0af87b1c6f22589affected
LinuxLinux9c79f34f7ee71cd28272332b424ca64b2be006ab < b31da1ecf13929a8d7f8d2727843d2fe35396b75affected
LinuxLinux9c79f34f7ee71cd28272332b424ca64b2be006ab < d2869768eab5648e6edc05f47e0716e5328e6681affected
LinuxLinux9c79f34f7ee71cd28272332b424ca64b2be006ab < e97bbe1b2bd82ec2ae37ad2e4965b4d3e78bbf7faffected
LinuxLinux2.6.29affected
LinuxLinux0 < 2.6.29unaffected
LinuxLinux6.12.109 <= 6.12.*unaffected
LinuxLinux6.18.50 <= 6.18.*unaffected
LinuxLinux7.2.4 <= 7.2.*unaffected
LinuxLinux7.3-rc1 <= *unaffected

Weaknesses

References