AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2024-26653

HIGH · CVSS 7.8 EPSS 0.24%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-04-01 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.8. It affects Linux.

CVE
CVE-2024-26653
Severity
HIGH
CVSS
7.8
EPSS
0.24%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: usb: misc: ljca: Fix double free in error handling path When auxiliary_device_add() returns error and then calls auxiliary_device_uninit(), callback function ljca_auxdev_release calls kfree(auxdev->dev.platform_data) to free the parameter data of the function ljca_new_client_device. The callers of ljca_new_client_device shouldn't call kfree() again in the error handling path to free the platform data. Fix this by cleaning up the redundant kfree() in all callers and adding kfree() the passed in platform_data on errors which happen before auxiliary_device_init() succeeds .

Related CVEs

Other vulnerabilities affecting the same vendor(s)