
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-50708 is a resource leak vulnerability in the Linux kernel's HSI (High Speed Synchronous Serial Interface) subsystem, specifically in the ssip_pn_open() function of the ssi_protocol driver. When hsi_register_port_event() fails and returns a negative value, the HSI client's port claimed via hsi_claim_port() is not properly released, resulting in a resource leak. The vulnerability was published on December 24, 2025, and affects Linux kernel versions from the initial commit (1da177e4c3f4) up to the fixes applied in stable releases 5.19.17, 6.0.3, and 6.1. No CVSS score has been formally assigned by NVD at this time; Feedly estimates the severity as Medium (Feedly, NVD).
The root cause is improper resource management (CWE class: resource leak) in the ssip_pn_open() function within drivers/hsi/clients/ssi_protocol.c. The function calls hsi_claim_port() to acquire the HSI client port, then calls hsi_register_port_event(); if the latter fails, the error path does not invoke hsi_release_port(), leaving the port resource unreleased. The fix, applied across three stable kernel commits, adds a call to hsi_release_port() in the error handling path of ssip_pn_open(). Exploitation of this flaw would require local access to a system with an HSI/SSI interface and the ability to trigger the error condition in hsi_register_port_event() (NVD, kernel.org patch 1, kernel.org patch 2).
The primary impact of this vulnerability is a resource leak within the Linux kernel's HSI subsystem, where an unreleased port handle could lead to resource exhaustion or instability on affected systems. In practice, the impact is limited to systems that use HSI/SSI hardware interfaces (primarily found in certain mobile and embedded platforms), and exploitation does not directly enable remote code execution, privilege escalation, or data exfiltration. The availability impact is the most relevant concern, as repeated triggering of the error condition could degrade system stability (NVD).
There is no known public exploit code, proof-of-concept, or evidence of in-the-wild exploitation for CVE-2022-50708. The EPSS score is extremely low at 0.017% (0.000170), indicating a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. No threat actor attribution has been reported (Feedly).
The Linux kernel stable team has released patches addressing this vulnerability in versions 5.19.17, 6.0.3, and 6.1. Administrators should update to a patched kernel version. Systems that do not use HSI/SSI hardware interfaces are not affected in practice, and disabling or blacklisting the ssi_protocol kernel module (modprobe -r ssi_protocol) can serve as a workaround on systems where the hardware is not present or required (NVD, kernel.org patch 1, kernel.org patch 2, kernel.org patch 3).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."