CVE-2026-28815
HP · X-Wing HPKE Implementation
A remote attacker can trigger an out-of-bounds read in the C decapsulation path of X-Wing HPKE by supplying a short encapsulated key, potentially causing a crash or memory disclosure.
Executive summary
A high-severity out-of-bounds read vulnerability in the X-Wing HPKE implementation could lead to memory disclosure or a remote denial-of-service.
Vulnerability
An unauthenticated remote attacker can supply a specially crafted, short X-Wing HPKE encapsulated key. This triggers an out-of-bounds read during the C decapsulation process, which can lead to a system crash or the disclosure of sensitive memory contents.
Business impact
This vulnerability directly impacts the confidentiality and availability of systems using this cryptographic implementation. With a CVSS score of 7.5, the risk includes the potential for attackers to leak sensitive information from memory or crash critical communication services, leading to operational downtime.
Remediation
Immediate Action: Apply the vendor-provided security patches for the affected cryptographic library to fix the out-of-bounds read in the decapsulation path.
Proactive Monitoring: Implement monitoring for application crashes and review system memory logs for signs of abnormal access patterns related to cryptographic operations.
Compensating Controls: Utilize memory-safe runtime protections where possible and ensure that all input keys are validated for correct length before processing.
Exploitation status
Public Exploit Available: false
Analyst recommendation
Immediate patching is required to protect against remote memory disclosure and denial-of-service. Security teams should ensure that all applications utilizing the affected X-Wing HPKE implementation are updated to the latest secure version.