Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-45257

37
FAUCET Score

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.

First published: Jun 26, 2026Last modified: Jun 26, 2026

Impacted Technologies

VendorProductVersion(s)CPE
14.3CPE matchmatch criteria
cpe:2.3:o:freebsd:freebsd:14.3:-:*:*:*:*:*:*
14.3CPE matchmatch criteria
cpe:2.3:o:freebsd:freebsd:14.3:p1:*:*:*:*:*:*
14.3CPE matchmatch criteria
cpe:2.3:o:freebsd:freebsd:14.3:p10:*:*:*:*:*:*
14.3CPE matchmatch criteria
cpe:2.3:o:freebsd:freebsd:14.3:p11:*:*:*:*:*:*
14.3CPE matchmatch criteria
cpe:2.3:o:freebsd:freebsd:14.3:p12:*:*:*:*:*:*

CVSS Data

CVSS version used by this source: 3.1

7.8HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
HIGH
Availability Impact
HIGH
Exploitability Score
1.8
Impact Score
5.9
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.15%
Probability of exploitation in next 30 days
EPSS Percentile
5.0%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0015 is in the 22nd percentile among its peer group of 17,061 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.1 Reddit, 0.2 Bluesky, 0.1 Mastodon, and 0.2 GitHub mentions.

Media Mentions

The average CVE in this peer group has 0.3 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Remediation records are not available for this CVE.

References

heise.de / en/news/FreeBSD-Privilege-Escalation-Vulnerability-with-Tongue-in-Cheek-Codename-11329109.html
Third Party Advisory
openwall.com / lists/oss-security/2026/06/10/20
Mailing ListThird Party Advisory
openwall.com / lists/oss-security/2026/06/10/21
Mailing ListThird Party Advisory
security.freebsd.org / advisories/FreeBSD-SA-26:26.ktls.asc
Vendor Advisory