CVE-2022-48880
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
21/08/2024
Last modified:
21/08/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
platform/surface: aggregator: Add missing call to ssam_request_sync_free()<br />
<br />
Although rare, ssam_request_sync_init() can fail. In that case, the<br />
request should be freed via ssam_request_sync_free(). Currently it is<br />
leaked instead. Fix this.