CVE-2025-68734

Summary

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.

Affected Software

VendorProductVersion RangeStatus
LinuxLinux69f52adb2d534afc41fcc658f155e01f0b322f9e < 475032fa2bb82ffb592c321885e917e39f47357faffected
LinuxLinux69f52adb2d534afc41fcc658f155e01f0b322f9e < adb7577e23a431fc53aa1b6107733c0d751015fbaffected
LinuxLinux69f52adb2d534afc41fcc658f155e01f0b322f9e < b70c24827e11fdc71465f9207e974526fb457bb9affected
LinuxLinux69f52adb2d534afc41fcc658f155e01f0b322f9e < 3f7c72bc73c4e542fde14cce017549d8a0b61a3caffected
LinuxLinux69f52adb2d534afc41fcc658f155e01f0b322f9e < 03695541b3349bc40bf5d6563d44d6147fb20260affected
LinuxLinux69f52adb2d534afc41fcc658f155e01f0b322f9e < 6dce43433e0635e7b00346bc937b69ce48ea71bbaffected
LinuxLinux69f52adb2d534afc41fcc658f155e01f0b322f9e < ea7936304ed74ab7f965d17f942a173ce91a5ca8affected
LinuxLinux69f52adb2d534afc41fcc658f155e01f0b322f9e < 3f978e3f1570155a1327ffa25f60968bc7b9398faffected
LinuxLinux2.6.29affected
LinuxLinux0 < 2.6.29unaffected
LinuxLinux5.4.302 <= 5.4.*unaffected
LinuxLinux5.10.247 <= 5.10.*unaffected
LinuxLinux5.15.197 <= 5.15.*unaffected
LinuxLinux6.1.159 <= 6.1.*unaffected
LinuxLinux6.6.117 <= 6.6.*unaffected
LinuxLinux6.12.59 <= 6.12.*unaffected
LinuxLinux6.17.9 <= 6.17.*unaffected
LinuxLinux6.18 <= *unaffected

Weaknesses

References