Bug 2500849 (CVE-2026-15811) - CVE-2026-15811 kronosnet: kronosnet: encryption key exposure in memory after cryptographic configuration changes
Summary: CVE-2026-15811 kronosnet: kronosnet: encryption key exposure in memory after ...
Keywords:
Status: NEW
Alias: CVE-2026-15811
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2500850
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-15 10:28 UTC by OSIDB Bzimport
Modified: 2026-07-20 07:32 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-15 10:28:54 UTC
Vulnerability Reference: A flaw was found in kronosnet where it fails to properly sanitize sensitive memory locations following cryptographic configuration adjustments, potentially exposing encryption keys to local attackers.

Component / Vulnerable Part: kronosnet -> Core cryptographic configuration and memory management subsystems (https://github.com/kronosnet/kronosnet/).

Technical Analysis & Root Cause: When cryptographic configuration changes are performed within kronosnet, the internal memory structures holding active encryption keys are freed or reallocated. However, the runtime implementation lacks an explicit memory-wiping routine (such as memset_s or equivalent secure clearing operations) before releasing these blocks back to the system heap. As a result, the raw cryptographic key material remains resident in unallocated memory space. A local attacker with the capability to exploit secondary memory disclosure vulnerabilities or inspect uninitialized heap segments can recover the active encryption key.

Impact: With the recovered cryptographic key, a local attacker can decrypt network communications handled by the kronosnet framework or inject unauthorized packets into the cluster traffic, leading to data exposure and cluster or system instability.


Note You need to log in before you can comment on or make changes to this bug.