CVE-2023-52767

Source
https://cve.org/CVERecord?id=CVE-2023-52767
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-52767.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-52767
Downstream
Related
Published
2024-05-21T15:30:50Z
Modified
2026-08-12T03:51:26Z
Summary
tls: fix NULL deref on tls_sw_splice_eof() with empty record
Details

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

tls: fix NULL deref on tls_sw_splice_eof() with empty record

syzkaller discovered that if tls_sw_splice_eof() is executed as part of sendfile() when the plaintext/ciphertext sk_msg are empty, the send path gets confused because the empty ciphertext buffer does not have enough space for the encryption overhead. This causes tls_push_record() to go on the split = true path (which is only supposed to be used when interacting with an attached BPF program), and then get further confused and hit the tls_merge_open_record() path, which then assumes that there must be at least one populated buffer element, leading to a NULL deref.

It is possible to have empty plaintext/ciphertext buffers if we previously bailed from tls_sw_sendmsg_locked() via the tls_trim_both_msgs() path. tls_sw_push_pending_record() already handles this case correctly; let's do the same check in tls_sw_splice_eof().

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/52xxx/CVE-2023-52767.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
5ad627faed136089e27bcd15e0c33760e575c8c3
Fixed
944900fe2736c07288efe2d9394db4d3ca23f2c9
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
df720d288dbb1793e82b6ccbfc670ec871e9def4
Fixed
2214e2bb5489145aba944874d0ee1652a0a63dc8
Fixed
53f2cb491b500897a619ff6abd72f565933760f0

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.5.0
Fixed
6.6.4

Database specific

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