CVE-2025-68750
Last modified
CVE-2025-68750 is a vulnerability of currently unknown severity. 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). EPSS estimates a 0.18% chance of exploitation in the next 30 days.
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").
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c52661d60f636d17e26ad834457db333bd1df494, < 0861b9cb2ff519b7c5a3b1dd52a343e18c4efb24; >= c52661d60f636d17e26ad834457db333bd1df494, < 603a83e5fee38a950bfcfb2f36449311fa00a474; >= c52661d60f636d17e26ad834457db333bd1df494, < 6f77e344515b5258edb3988188311464209b1c7c; >= c52661d60f636d17e26ad834457db333bd1df494, < 6722e080b5b39ab7471386c73d0c1b39572f943c; >= c52661d60f636d17e26ad834457db333bd1df494, < a33f507f36d5881f602dab581ab0f8d22b49762c; >= c52661d60f636d17e26ad834457db333bd1df494, < 358d5ba08f1609c34a054aed88c431844d09705a; >= c52661d60f636d17e26ad834457db333bd1df494, < 620a5e1e84a3a7004270703a118d33eeb1c0f368; >= c52661d60f636d17e26ad834457db333bd1df494, < 153874010354d050f62f8ae25cbb960c17633dc5 |
| Linux | Linux | 3.5 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-68750?
How severe is CVE-2025-68750?
How do I fix CVE-2025-68750?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-68745In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2025-68746In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68747In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68748In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68749In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2025-6875A vulnerability has been found in SourceCodester Best Salon …8.8
- CVE-2025-68751In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68752In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68753In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2025-68754In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68755In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68756In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2025-68750?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
