NONE · 0

CVE-2026-23305

In the Linux kernel, the following vulnerability has been resolved: accel/rocket: fix unwinding in error path in rocket_probe When rocket_core_init() fails (as could be the case with EPROBE_DEFER), ...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: accel/rocket: fix unwinding in error path in rocket_probe When rocket_core_init() fails (as could be the case with EPROBE_DEFER), we need to properly unwind by decrementing the counter we just incremented and if this is the first core we failed to probe, remove the rocket DRM device with rocket_device_fini() as well. This matches the logic in rocket_remove(). Failing to properly unwind results in out-of-bounds accesses.

References

FAQ

What is CVE-2026-23305?

CVE-2026-23305 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: accel/rocket: fix unwinding in error path in rocket_probe When rocket_core_init() fails (as could be the case with EPROBE_DEFER), ...

How severe is CVE-2026-23305?

CVSS scoring is not yet available for CVE-2026-23305. Check NVD for updates.

Is there a patch for CVE-2026-23305?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.