CVE-2025-68750
Published: Dec 24, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: usb: potential integer overflow in usbg_make_tpg() The variable tpgt in usbg_make_tpg() is defined as unsigned long and is assigned to tpgt->tport_tpgt, which is defined as u16. This may cause an integer overflow when tpgt is greater than USHRT_MAX (65535). I haven't tried to trigger it myself, but it is possible to trigger it by calling usbg_make_tpg() with a large value for tpgt. I modified the type of tpgt to match tpgt->tport_tpgt and adjusted the relevant code accordingly. This patch is similar to commit 59c816c1f24d ("vhost/scsi: potential memory corruption").
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected c52661d60f636d17e26ad834457db333bd1df494 - < 0861b9cb2ff519b7c5a3b1dd52a343e18c4efb24affected c52661d60f636d17e26ad834457db333bd1df494 - < 603a83e5fee38a950bfcfb2f36449311fa00a474affected c52661d60f636d17e26ad834457db333bd1df494 - < 6f77e344515b5258edb3988188311464209b1c7caffected c52661d60f636d17e26ad834457db333bd1df494 - < 6722e080b5b39ab7471386c73d0c1b39572f943caffected c52661d60f636d17e26ad834457db333bd1df494 - < a33f507f36d5881f602dab581ab0f8d22b49762c+3 more versions |
Linux | Linux | affected 3.5unaffected 0 - < 3.5unaffected 5.4.296 - <= 5.4.*unaffected 5.10.240 - <= 5.10.*unaffected 5.15.187 - <= 5.15.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now