CVE-2026-74506

Source
https://cve.org/CVERecord?id=CVE-2026-74506
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74506.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74506
Downstream
Published
2026-08-15T12:27:30.057Z
Modified
2026-08-18T03:56:49.898491156Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
afs: Fix UAF when sending a message
Details

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

afs: Fix UAF when sending a message

In afsmakecall(), there's a race with async call reception and destruction. If a call is dispatched that doesn't have call->writeiter set (used to specify the data content for FS.StoreData), then the first rxrpckernelsenddata() will not set MSG_MORE in the msghdr.

Once rxrpcsenddata() queues the last request packet, the response could come in at any time and cause the call to be completed and put. However, afsmakecall() will look at the call again to see it ->write_iter should be handled - something it's only allowed to do if it has its own ref on the call. Whilst this is the case for synchronous calls, it isn't true for async calls such as FS.FetchData.

There's also a potential UAF in afsmakecall() in the event that an asynchronous call is being sent, but the call fails in some way (e.g. it gets aborted from the server). The problem there is that afsmakecall() tries to abort a call if the rxrpc send fails, but the asynchronous notification from rxrpc may have caused the afs_call to be torn down.

generic/650 plays games with randomly taking CPUs offline, and can interject a significant delay such that the call is deallocated before afsmakecall() gets to check call->write_iter - and a UAF ensues (caught by KASAN).

BUG: KASAN: slab-use-after-free in afsmakecall+0x1c90/0x2210 [kafs] Read of size 8 at addr ffff888035e050e8 by task fsstress/1409

Fix this by making afsmakeopcall() give the op->call its own ref rather than transferring the caller's ref to it and then dropping the ref when afsmake_call() returns.

This also means that the afsmakecall() func never loses its ref on the call now.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74506.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
e49c7b2f6de7ff81ca34c56e4eeb4fa740c099f2
Fixed
c0d3b81f703b2a9e37fe1347610a50cdf0078c27
Fixed
daaa726b14fc3026a6b328614d312b698f62f391
Fixed
4af1ec68d54b3871155914d584fb10669c41a861

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74506.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.8.0
Fixed
6.18.44
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.8

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74506.json"