CVE-2025-40275
Last modified
CVE-2025-40275 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix NULL pointer dereference in snd_usb_mixer_controls_badd In snd_usb_create_streams(), for UAC version 3 devices, the Interface Association Descriptor (IAD) is retrieved via usb_ifnum_to_if(). If this call fails, a fallback routine attempts to obtain the IAD from the next interface and sets a BADD profile. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix NULL pointer dereference in snd_usb_mixer_controls_badd In snd_usb_create_streams(), for UAC version 3 devices, the Interface Association Descriptor (IAD) is retrieved via usb_ifnum_to_if(). If this call fails, a fallback routine attempts to obtain the IAD from the next interface and sets a BADD profile. However, snd_usb_mixer_controls_badd() assumes that the IAD retrieved from usb_ifnum_to_if() is always valid, without performing a NULL check. This can lead to a NULL pointer dereference when usb_ifnum_to_if() fails to find the interface descriptor. This patch adds a NULL pointer check after calling usb_ifnum_to_if() in snd_usb_mixer_controls_badd() to prevent the dereference. This issue was discovered by syzkaller, which triggered the bug by sending a crafted USB device descriptor.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 17156f23e93c0f59e06dd2aaffd06221341caaee, < 23aea9c74aeea2625aaf4fbcc6beb9d09e30f9e4; >= 17156f23e93c0f59e06dd2aaffd06221341caaee, < c5c08965ab96b16361e69a1e2a0e89dbcb99b5a6; >= 17156f23e93c0f59e06dd2aaffd06221341caaee, < 9f282104627be5fbded3102ff9004f753c55a063; >= 17156f23e93c0f59e06dd2aaffd06221341caaee, < 2762d3ea9c929ca4094541ca517c317ffa94625b; >= 17156f23e93c0f59e06dd2aaffd06221341caaee, < 57f607c112966c21240c424b33e2cb71e121dcf0; >= 17156f23e93c0f59e06dd2aaffd06221341caaee, < cbdbfc756f2990942138ed0138da9303b4dbf9ff; >= 17156f23e93c0f59e06dd2aaffd06221341caaee, < 85568535893600024d7d8794f4f8b6428b521e0c; >= 17156f23e93c0f59e06dd2aaffd06221341caaee, < 632108ec072ad64c8c83db6e16a7efee29ebfb74 |
| Linux | Linux | 4.18 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-40275?
How severe is CVE-2025-40275?
How do I fix CVE-2025-40275?
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-4027A vulnerability, which was classified as critical, was found…9.8
- CVE-2025-40270In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40271In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40272In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40273In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2025-40274In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40276In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2025-40277In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40278In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40279In the Linux kernel, the following vulnerability has been re…
- CVE-2025-4028A vulnerability has been found in PHPGurukul COVID19 Testing…9.8
- CVE-2025-40280In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2025-40275?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
