CVE detail
CVE-2026-45257
The KTLS receive path decrypted each record in place, assuming that the mbufs holding received data were anonymous and safe to modify. This assumption does not hold for data placed on a socket by sendfile(2), which can reference file-backed memory directly through non-anonymous M_EXTPG pages or EXT_SFBUF mbufs. When the sender transmits such data over a loopback connection without enabling KTLS on the transmit side, the file-backed mbufs reach the receiver's decryption path unchanged. Decrypting a record in place then overwrites the backing file's page cache instead of a private copy of the data. An unprivileged local user who can read a file can overwrite its contents with data of their choosing by sending the file over a loopback connection on which they have enabled KTLS receive. The write modifies the page cache directly, so it bypasses file flags such as schg and is written back to disk. By overwriting a setuid binary or other trusted file, a local user can escalate privileges, potentially gaining full control of the affected system.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 17.9 · diversity 20.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
5 source links · newest first
No excerpt available.
Third Party Advisorywww.heise.deJun 26, 2026, 3:16 PM- http://www.openwall.com/lists/oss-security/2026/06/10/21www.openwall.com
No excerpt available.
Exploitwww.openwall.comJun 26, 2026, 3:16 PM - http://www.openwall.com/lists/oss-security/2026/06/10/20www.openwall.com
No excerpt available.
Exploitwww.openwall.comJun 26, 2026, 3:16 PM - https://security.freebsd.org/advisories/FreeBSD-SA-26:26.ktls.ascsecurity.freebsd.org
No excerpt available.
Vendor Advisorysecurity.freebsd.orgJun 26, 2026, 3:16 PM - Bumsrakete - CVE-2026-45257Hacker News
Linked URL: https://bumsrake.de/ | Posted by jbk | 6 points | 0 comments
communitynews.ycombinator.comJun 12, 2026, 8:35 AM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-47473CVSS 7.4 · High
NVIDIA TensorRT-LLM contains a vulnerability where an attacker could cause a write-what-where condition. A successful exploit of this vulnerability might lead to data tampering, d…
- CVE-2026-30121CVSS 9.1 · Critical
remotion-dev remotion v4.0.409 was discovered to contain an arbitrary file write vulnerability.
- CVE-2026-46323CVSS 7.8 · High
In the Linux kernel, the following vulnerability has been resolved: net: gro: don't merge zcopy skbs skb_gro_receive() can currently copy frags between the source and GRO skb, w…
- CVE-2026-46300CVSS 7.8 · High
In the Linux kernel, the following vulnerability has been resolved: net: skbuff: preserve shared-frag marker during coalescing skb_try_coalesce() can attach paged frags from @fr…
- CVE-2026-43500CVSS 7.8 · High
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present The DATA-packet handler in rxrpc_input…
- CVE-2026-43284CVSS 8.8 · High
In the Linux kernel, the following vulnerability has been resolved: xfrm: esp: avoid in-place decrypt on shared skb frags MSG_SPLICE_PAGES can attach pages from a pipe directly…