In the Linux kernel, the following vulnerability has been resolved: driver core: class: Fix wild pointer dereferences in API class_dev_iter_next() There are a potential wild pointer dereferences is…
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: driver core: class: Fix wild pointer dereferences in API class_dev_iter_next() There are a potential wild pointer dereferences issue regarding APIs class_dev_iter_(init|next|exit)(), as explained by below typical usage: // All members of @iter are wild pointers. struct class_dev_iter iter; // class_dev_iter_init(@iter, @class, ...) checks parameter @class for // potential class_to_subsys() error, and it returns void type an…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/1614e75d1a1b63db6421c7a4bf37004720c7376c Patch
- https://git.kernel.org/stable/c/5c504e9767b947cf7d4e29b811c0c8b3c53242b7 Patch
- https://git.kernel.org/stable/c/e128f82f7006991c99a58114f70ef61e937b1ac1 Patch
- https://git.kernel.org/stable/c/f4b9bc823b0cfdebfed479c0e87d6939c7562e87 Patch
Timeline
- nvd_ingest NVD