Skip to main content

Linux Kernel EUVDEUVD-2026-75101

| CVE-2026-80924 HIGH
2026-09-09 Linux GHSA-v3j5-mp2x-9859
7.5
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
vuln.today AI
4.7 MEDIUM

Recovering freed slab data requires local kernel memory access via crash dump or chained disclosure bug, making AV:L/AC:H/PR:L far more accurate than the assigned AV:N/PR:N.

3.1 AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
4.0 AV:L/AC:H/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

5
Analysis Generated
Sep 10, 2026 - 06:23 vuln.today
CVSS changed
Sep 10, 2026 - 06:22 NVD
7.5 (HIGH)
Patch available
Sep 09, 2026 - 17:04 EUVD
CVE Published
Sep 09, 2026 - 16:19 cve.org
UNKNOWN (no severity yet)
CVE Published
Sep 09, 2026 - 16:19 cve.org
HIGH 7.5

DescriptionCVE.org

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

crypto: krb5 - use kfree_sensitive() for derived key buffers

crypto_krb5_prepare_encryption() and crypto_krb5_prepare_checksum() free the buffer holding the freshly derived keys with plain kfree(), leaving the key material behind in the freed slab object.

AnalysisAI

The krb5 crypto subsystem in the Linux kernel fails to zero derived Kerberos key material before freeing memory buffers, leaving sensitive cryptographic keys resident in freed slab allocator objects. Both crypto_krb5_prepare_encryption() and crypto_krb5_prepare_checksum() call plain kfree() instead of the security-aware kfree_sensitive() wrapper, which would first zero the allocation. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
technique details hidden
Delivery
technique details hidden
Exploit
technique details hidden
Execution
technique details hidden
Persist
technique details hidden
Impact
technique details hidden

Vulnerability AssessmentAI

Exploitation The vulnerable code path is only exercised when Kerberos-authenticated kernel crypto services are active - specifically NFSv4 mounts configured with `sec=krb5`, `sec=krb5i`, or `sec=krb5p`, or CIFS/SMB shares using Kerberos authentication at the kernel level. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The formally assigned CVSS vector AV:N/AC:L/PR:N/UI:N/S:U/C:H scores 7.5 but substantially overstates exploitability for this vulnerability class. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario Full exploit scenario with step-by-step reproduction available after sign-in.
Remediation The primary fix is to upgrade to Linux kernel 6.18.49, 7.1.13, 7.2.3, or 7.3-rc1, each of which incorporates the one-line change replacing `kfree()` with `kfree_sensitive()` for the affected key buffers. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, identify all systems running affected Linux kernel versions (commit 3936f02b and later) with NFSv4 sec=krb5 or CIFS/SMB Kerberos authentication enabled by auditing kernel versions and filesystem mount options. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

EUVD-2026-75101 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy