In the Linux kernel, the following vulnerability has been resolved:
binder: fix async_free_space accounting for empty parcels
In 4.13, commit 74310e06be4d ("android: binder: Move buffer out of area shared with user space") fixed a kernel structure visibility issue. As part of that patch, sizeof(void *) was used as the buffer size for 0-length data payloads so the driver could detect abusive clients sending 0-length asynchronous transactions to a server by enforcing limits on async_free_size.
Unfortunately, on the "free" side, the accounting of async_free_space did not add the sizeof(void *) back. The result was that up to 8-bytes of async_free_space were leaked on every async transaction of 8-bytes or less. These small transactions are uncommon, so this accounting issue has gone undetected for several years.
The fix is to use "buffer_size" (the allocated buffer size) instead of "size" (the logical buffer size) when updating the async_free_space during the free operation. These are the same except for this corner case of asynchronous transactions with payloads < 8 bytes.
CVSS Details
- CVSS 3.1 Base Score: 5.5
- CVSS 3.1 Vector: (CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Debian | — | Upgrade linux | Jul 30, 2024 | Feb 27, 2024 |
| Redhat_linux | — | No solution exists | Jul 9, 2025 | Feb 27, 2024 |
| Ubuntu | — | Upgrade linux-hwe-5.4Upgrade linux-aws-5.4Upgrade linux-gcp-5.4Upgrade linux-aws-hweUpgrade linux-oracle-5.4Upgrade linux-ibmUpgrade linux-gkeopUpgrade linux-oracleUpgrade linux-aws-fipsUpgrade linux-kvmUpgrade linux-fipsUpgrade linux-azureUpgrade linux-azure-fipsUpgrade linuxUpgrade linux-raspiUpgrade linux-ibm-5.4Upgrade linux-raspi-5.4Upgrade linux-hweUpgrade linux-azure-5.4Upgrade linux-awsUpgrade linux-bluefieldUpgrade linux-gcp-fipsUpgrade linux-azure-4.15Upgrade linux-gcp-4.15Upgrade linux-gcp | Nov 19, 2024 | Feb 27, 2024 |
| Vmware Photon_os | — | Use 'tdnf update' to upgrade all packages to the latest version. | Jan 20, 2025 | Feb 27, 2024 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub