CVE-2026-74610

Source
https://cve.org/CVERecord?id=CVE-2026-74610
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74610.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74610
Downstream
Published
2026-08-22T15:31:56.813Z
Modified
2026-08-24T11:47:07.724782949Z
Summary
tls: don't leave a full plaintext sk_msg ring unpushed
Details

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

tls: don't leave a full plaintext sk_msg ring unpushed

When the copy path in tlsswsendmsglocked() adds the fragment that fills the plaintext skmsg ring, it does not set fullrecord, so the record is left full and unpushed. A later splice() then adds to an already full ring: skmsgpageadd() has no fullness check of its own, so sg.end wraps onto sg.start and the ring appears empty. Fragments added after that overwrite live entries, and sg.size no longer matches what is reachable between sg.start and sg.end, so pushing the record runs the scatterwalk off the end of the scatterlist.

An unprivileged user can trigger this on a loopback TCP socket with the "tls" ULP attached:

BUG: kernel NULL pointer dereference, address: 0000000000000008 RIP: 0010:memcpyfromscatterwalk+0x32/0xc0 Call Trace: skcipherwalknext+0x1d1/0x2c0 gcmencryptaesniavx+0x1e9/0x220 bpfexectxverdict+0x3bb/0x860 tlsswsendmsg+0xa1a/0xca0 _syssendto+0x1da/0x1f0

Set full_record in the copy path when the ring becomes full, and push a record that is already full on entry to the sendmsg loop.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74610.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
fe1e81d4f73b6cbaed4fcc476960d26770642842
Fixed
aa8b14647721b5a4958712b35cf43e3125d47753
Fixed
f634289a0b557a197c5f37284b623cefedfe73d5
Fixed
3fc5044796dd87b8d68be4207046f5ce2748174c
Fixed
3c5f8f2aa57c647b83add4896aab64aac5fdedad
Fixed
7bca91d63341274e857f4aeaad54d229405e93dc

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.5.0
Fixed
6.6.152
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.104
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.45
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.9

Database specific

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