CVE-2026-93141 PUBLISHED

usb: gadget: r8a66597: avoid double free of ep0_req in probe error path

Assigner: Linux
Reserved: 17.09.2026 Published: 17.09.2026 Updated: 17.09.2026

In the Linux kernel, the following vulnerability has been resolved:

usb: gadget: r8a66597: avoid double free of ep0_req in probe error path

If usb_add_gadget_udc() fails, r8a66597_probe() jumps to err_add_udc and frees ep0_req, then falls through to clean_up2 where ep0_req is freed again when it is non-NULL.

Remove the redundant free from err_add_udc and keep the cleanup in clean_up2 so the request is released exactly once.

Issue found using a prototype static analysis tool and confirmed by code review.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 776976a67ae25d18be42794fd783a50757402cbe to c9e93290ffe7db22a8131a5f5fd026335090fbbe (excl.)
  • affected from 776976a67ae25d18be42794fd783a50757402cbe to 7721cf32efa428bd9649f4a9b89fc85601df87de (excl.)
  • affected from 776976a67ae25d18be42794fd783a50757402cbe to f9c43246128a2dd0f2bbad71decf153910ce3606 (excl.)
  • affected from 776976a67ae25d18be42794fd783a50757402cbe to 150d3f3c461345b6c9ae784912cf1e49c8e5ff6b (excl.)
  • affected from 776976a67ae25d18be42794fd783a50757402cbe to b2e68583c7c51eea2aafb8f1793e0d285c56ac82 (excl.)
  • affected from 776976a67ae25d18be42794fd783a50757402cbe to 6648c470918371766f6d368113dd2a4faebac93f (excl.)
  • affected from 776976a67ae25d18be42794fd783a50757402cbe to 6be64cca6527f7fc99b05abf54f22db91bbc116f (excl.)
  • affected from 776976a67ae25d18be42794fd783a50757402cbe to 41d541e3718db01668a4cd29815ee4b3b55f76d2 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 3.17 is affected
  • unaffected from 0 to 3.17 (excl.)
  • unaffected from 5.10.270 to 5.10.* (incl.)
  • unaffected from 5.15.221 to 5.15.* (incl.)
  • unaffected from 6.1.188 to 6.1.* (incl.)
  • unaffected from 6.6.157 to 6.6.* (incl.)
  • unaffected from 6.12.110 to 6.12.* (incl.)
  • unaffected from 6.18.52 to 6.18.* (incl.)
  • unaffected from 7.2.6 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References