PatchSiren cyber security CVE debrief
CVE-2025-68792 Linux CVE debrief
The Linux kernel vulnerability CVE-2025-68792 has been resolved. The vulnerability was in the tpm2-sessions component, where 'name_size' did not have range checks, potentially leading to memory corruption. The issue was addressed by only processing known values and returning -EINVAL for unrecognized values. Additionally, 'tpm_buf_append_name' and 'tpm_buf_fill_hmac_session' were made fallible to detect errors before causing spurious TPM traffic. The authorization session is also ended on failure in both functions.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-01-13
- Original CVE updated
- 2026-07-30
- Advisory published
- 2026-01-13
- Advisory updated
- 2026-07-30
Who should care
Linux kernel developers and maintainers, as well as users of Linux-based systems, should be aware of this vulnerability and take steps to ensure their systems are updated with the latest patches. They should also monitor Linux kernel updates for any related security advisories and perform regular vulnerability assessments to identify potential issues. Additionally, operators, platform administrators, and security teams may need to review compensating controls for exposed systems while remediation is scheduled and verified.
Technical summary
The vulnerability was in the tpm2-sessions component of the Linux kernel. The 'name_size' variable did not have any range checks, potentially leading to memory corruption. The issue was addressed by only processing known values and returning -EINVAL for unrecognized values. Additionally, 'tpm_buf_append_name' and 'tpm_buf_fill_hmac_session' were made fallible to detect errors before causing spurious TPM traffic. The authorization session is also ended on failure in both functions. This vulnerability has a high CVSS score of 7.8 and is considered High priority due to potential memory corruption.
Defensive priority
High priority due to potential memory corruption and high CVSS score of 7.8.
Recommended defensive actions
- Review and apply the provided patches to ensure the vulnerability is addressed.
- Monitor Linux kernel updates for any related security advisories.
- Perform regular vulnerability assessments to identify potential issues.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
Evidence notes
The CVE record and NVD detail provide information on the vulnerability. Three source references are provided, detailing the commits that address the issue. The vulnerability was in the tpm2-sessions component of the Linux kernel, where 'name_size' did not have range checks, potentially leading to memory corruption. The issue was addressed by only processing known values and returning -EINVAL for unrecognized values. Additionally, 'tpm_buf_append_name' and 'tpm_buf_fill_hmac_session' were made fallible to detect errors before causing spurious TPM traffic. The authorization session is also ended on failure in both functions. Linux kernel developers and users should verify their systems are updated with the latest patches and monitor for any related security advisories.
Sources and references
Verified primary and authoritative sources
-
CVE-2025-68792 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2025-68792
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2025-68792 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2025-68792
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/04a3aa6e8c5f878cc51a8a1c90b6d3c54079bc43
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/47e676ce4d68f461dfcab906f6aeb254f7276deb
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/6e9722e9a7bfe1bbad649937c811076acf86e1fd
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.