In the Linux kernel, the following vulnerability has been resolved:
firmware: armffa: Fix out-of-bound writes in ffasetupandtransmit()
Sashiko (locally) reports multiple out-of-bound issues in ffasetupandtransmit: 1) Writing epmemaccess->reserved can write out of bounds for FFA versions < 1.2 as ffaemadsizeget() returns 16 bytes in that case while reserved has an offset of 24. Instead of zeroing fields, memset the struct to zero first based on the FFA version.
2) Make sure there is enough size to write constituents.
While at it, convert the only sizeof() in the driver that uses a type instead of variable.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68401.json",
"cna_assigner": "Linux"
}