CVE-2024-56531
Last modified
CVE-2024-56531 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ALSA: caiaq: Use snd_card_free_when_closed() at disconnection The USB disconnect callback is supposed to be short and not too-long waiting. OTOH, the current code uses snd_card_free() at disconnection, but this waits for the close of all used fds, hence it can take long. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ALSA: caiaq: Use snd_card_free_when_closed() at disconnection The USB disconnect callback is supposed to be short and not too-long waiting. OTOH, the current code uses snd_card_free() at disconnection, but this waits for the close of all used fds, hence it can take long. It eventually blocks the upper layer USB ioctls, which may trigger a soft lockup. An easy workaround is to replace snd_card_free() with snd_card_free_when_closed(). This variant returns immediately while the release of resources is done asynchronously by the card device release at the last close. This patch also splits the code to the disconnect and the free phases; the former is called immediately at the USB disconnect callback while the latter is called from the card destructor.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 2.6.22, < 4.19.325 |
| Linux | Linux Kernel | >= 4.20, < 5.4.287 |
| Linux | Linux Kernel | >= 5.5, < 5.10.231 |
| Linux | Linux Kernel | >= 5.11, < 5.15.174 |
| Linux | Linux Kernel | >= 5.16, < 6.1.120 |
| Linux | Linux Kernel | >= 6.2, < 6.6.64 |
| Linux | Linux Kernel | >= 6.7, < 6.11.11 |
| Linux | Linux Kernel | >= 6.12, < 6.12.2 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-56531?
How severe is CVE-2024-56531?
How do I fix CVE-2024-56531?
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 2024
- CVE-2024-56525In Public Knowledge Project (PKP) OJS, OMP, and OPS before 3…9.8
- CVE-2024-56526An issue was discovered in OXID eShop before 7. CMS pages in…4.9
- CVE-2024-56527An issue was discovered in TCPDF before 6.8.0. The Error fun…7.5
- CVE-2024-56528This vulnerability affects Snowplow Collector 3.x before 3.3…7.5
- CVE-2024-56529Mailcow through 2024-11b has a session fixation vulnerabilit…7.1
- CVE-2024-5653A vulnerability, which was classified as critical, has been …9.8
- CVE-2024-56532In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-56533In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-56534In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-56535In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-56536In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-56537In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-56531?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
