Security Advisory

CVE-2022-48880

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-08-21 06:10:11
Last updated 2026-05-11 18:48:57
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: platform/surface: aggregator: Add missing call to ssam_request_sync_free() Although rare, ssam_request_sync_init() can fail. In that case, the request should be freed via ssam_request_sync_free(). Currently it is leaked instead. Fix this.