NONE · 0

CVE-2025-68734

In the Linux kernel, the following vulnerability has been resolved: isdn: mISDN: hfcsusb: fix memory leak in hfcsusb_probe() In hfcsusb_probe(), the memory allocated for ctrl_urb gets leaked when se...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: isdn: mISDN: hfcsusb: fix memory leak in hfcsusb_probe() In hfcsusb_probe(), the memory allocated for ctrl_urb gets leaked when setup_instance() fails with an error code. Fix that by freeing the urb before freeing the hw structure. Also change the error paths to use the goto ladder style. Compile tested only. Issue found using a prototype static analysis tool.

References

FAQ

What is CVE-2025-68734?

CVE-2025-68734 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: isdn: mISDN: hfcsusb: fix memory leak in hfcsusb_probe() In hfcsusb_probe(), the memory allocated for ctrl_urb gets leaked when se...

How severe is CVE-2025-68734?

CVSS scoring is not yet available for CVE-2025-68734. Check NVD for updates.

Is there a patch for CVE-2025-68734?

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