CVE-2022-49733
Last modified
CVE-2022-49733 is a medium-severity vulnerability rated 4.7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNC There is a small race window at snd_pcm_oss_sync() that is called from OSS PCM SNDCTL_DSP_SYNC ioctl; namely the function calls snd_pcm_oss_make_ready() at first, then takes the params_lock mutex for the rest. When the stream is set up again by another thread between them, it leads to inconsistency, and may result in unexpected results such as NULL dereference of OSS buffer as a fuzzer spotted recently. The fix is simply to cover snd_pcm_oss_make_ready() call into the same params_lock mutex with snd_pcm_oss_make_ready_locked() variant.. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNC There is a small race window at snd_pcm_oss_sync() that is called from OSS PCM SNDCTL_DSP_SYNC ioctl; namely the function calls snd_pcm_oss_make_ready() at first, then takes the params_lock mutex for the rest. When the stream is set up again by another thread between them, it leads to inconsistency, and may result in unexpected results such as NULL dereference of OSS buffer as a fuzzer spotted recently. The fix is simply to cover snd_pcm_oss_make_ready() call into the same params_lock mutex with snd_pcm_oss_make_ready_locked() variant.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | < 5.4.215 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.148 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.68 | — |
| Linux | Linux Kernel | >= 5.16, < 5.19.9 | — |
| Linux | Linux Kernel | 6.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-49733?
How severe is CVE-2022-49733?
How do I fix CVE-2022-49733?
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 2022
- CVE-2022-49728In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49729In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-4973WordPress Core, in versions up to 6.0.2, is vulnerable to Au…5.4
- CVE-2022-49730Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2022-49731In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49732In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49737In X.Org X server 20.11 through 21.1.16, when a client appli…7.7
- CVE-2022-49738In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2022-49739In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-4974The Freemius SDK, as used by hundreds of WordPress plugin an…6.3
- CVE-2022-49740In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2022-49741In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2022-49733?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
