Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-49423— Remote DOS via uninitialized memory access in KTLS receive

Quick assessment

Affected
FreeBSD FreeBSD
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

在构建用于接收 TLS 1.2 CBC 记录的 iovec 数组时, 函数会对链中的每个 mbuf(内存缓冲区)递增 iovec 索引,即使某些 mbuf 因仅包含 TLS 头部字节而被跳过,仍会被计入索引。这导致 iovec 数组中存在未初始化的条目。由于该 iovec 数组在分配时并未清零,因此其内容未初始化。 远程 TLS 对等方可以通过控制 TCP 分段,使得一个 CBC 记录对应的第一个 mbuf 仅包含 5 字节的 TLS 记录头部,从而诱导内核在计算 HMAC 时读取未初始化的 iovec 条目,最终

AI Predicted 7.5 Difficulty: Hard EPSS 0.15% · P4

Affected Version Matrix 4

VendorProduct Version RangeStatus
FreeBSD FreeBSD 15.1-RELEASE< p1 affected
15.0-RELEASE< p11 affected
14.4-RELEASE< p7 affected
14.3-RELEASE< p16 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-49423

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Remote DOS via uninitialized memory access in KTLS receive
Source: CVE Program / CVE List V5
Vulnerability Description
When building the iovec array for a received TLS 1.2 CBC record, ktls_ocf_tls_cbc_decrypt() incremented the iovec index for every mbuf in the chain, including mbufs that were skipped because they contained only TLS header bytes. This left uninitialized entries in the iovec array. The iovec array was allocated without zeroing. A remote TLS peer can cause the kernel to read from uninitialized iovec entries during HMAC computation, resulting in a kernel panic. The peer must be able to control TCP segmentation such that the first mbuf of a CBC record contains only the 5-byte TLS record header.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
对未经初始化资源的使用
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
FreeBSD FreeBSD 15.1-RELEASE ~ p1 -

II. Public POCs for CVE-2026-49423

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-49423

登录查看更多情报信息。

Vendor Advisories for CVE-2026-49423 (1)

Same Patch Batch · FreeBSD · 2026-08-19 · 23 CVEs total

CVE-2026-49426 Incorrect audit records for ptrace(2) syscall requests
CVE-2026-58087 Heap out-of-bounds access in semctl(2)
CVE-2026-58088 Race condition in ELF core dump segment counting
CVE-2026-58083 Use-after-free in kqueue copy-on-fork
CVE-2026-58084 Kernel stack disclosure via timer_settime(2)
CVE-2026-58085 Missing MAC validation in wg(4) packet decryption
CVE-2026-58086 ktrace(2) privilege incorrectly validated in jails
CVE-2026-49425 Kernel stack disclosure in 32-bit compatibility support
CVE-2026-49424 Kernel stack disclosure in Linux compatibility layer
CVE-2026-58081 Heap based buffer overflow in iconv(3)
CVE-2026-58082 Stack based buffer overflow in iconv(3)
CVE-2026-49418 Use-after-free in device pager page list
CVE-2026-49427 posixshm: largepage shared memory objects not explicitly wired
CVE-2026-49428 posixshm: system calls can incorrectly free memory of largepage objects
CVE-2026-49420 Buffer overflow in libalias RTSP handler
CVE-2026-49422 Use-after-free in TCP RACK stack option handler
CVE-2026-49421 unlinkat(2) ignores AT_RESOLVE_BENEATH flag
CVE-2026-49430 Kernel heap overflow in ZFS_IOC_RECV_NEW ioctl
CVE-2026-49429 Kernel heap overflow in ZFS_IOC_USERSPACE_MANY ioctl
CVE-2026-49431 Incorrect user validation in ZFS_IOC_SET_PROP ioctl

Showing top 20 of 23 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-49423

No comments yet


Leave a comment