In the Linux kernel, the following vulnerability has been resolved:
media: imon: fix access to invalid resource for the second interface
imon driver probes two USB interfaces, and at the probe of the second
interface, the driver assumes blindly that the first interface got
bound with the same imon driver. It's usually true, but it's still
possible that the first interface is bound with another driver via a
malformed descriptor. Then it may lead to a memory corruption, as
spotted by syzkaller; imon driver accesses the data from drvdata as
struct imon_context object although it's a completely different one
that was assigned by another driver.
This patch adds a sanity check -- whether the first interface is
really bound with the imon driver or not -- for avoiding the problem
above at the probe time.
Metrics
Affected Vendors & Products
References
History
Mon, 04 Nov 2024 15:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-05-21T15:30:42.198Z
Updated: 2024-11-04T14:52:04.628Z
Reserved: 2024-05-21T15:19:24.235Z
Link: CVE-2023-52754
Vulnrichment
Updated: 2024-08-02T23:11:35.519Z
NVD
Status : Awaiting Analysis
Published: 2024-05-21T16:15:14.970
Modified: 2024-05-21T16:53:56.550
Link: CVE-2023-52754
Redhat