Executive Summary

Informations
Name CVE-2022-49733 First vendor Publication 2025-03-02
Vendor Cve Last vendor Modification 2025-03-05

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Overall CVSS Score 4.7
Base Score 4.7 Environmental Score 4.7
impact SubScore 3.6 Temporal Score 4.7
Exploitabality Sub Score 1
 
Attack Vector Local Attack Complexity High
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact None
Integrity Impact None Availability Impact High
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

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.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-49733

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3549

Sources (Detail)

https://git.kernel.org/stable/c/4051324a6dafd7053c74c475e80b3ba10ae672b0
https://git.kernel.org/stable/c/723ac5ab2891b6c10dd6cc78ef5456af593490eb
https://git.kernel.org/stable/c/8015ef9e8a0ee5cecfd0cb6805834d007ab26f86
https://git.kernel.org/stable/c/8423f0b6d513b259fdab9c9bf4aaa6188d054c2d
https://git.kernel.org/stable/c/fce793a056c604b41a298317cf704dae255f1b36
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
Date Informations
2025-03-29 03:15:09
  • Multiple Updates
2025-03-28 13:35:28
  • Multiple Updates
2025-03-28 02:57:33
  • Multiple Updates
2025-03-19 02:53:41
  • Multiple Updates
2025-03-18 03:05:22
  • Multiple Updates
2025-03-14 00:20:55
  • Multiple Updates
2025-03-13 21:20:54
  • Multiple Updates
2025-03-05 17:20:35
  • Multiple Updates
2025-03-02 21:20:29
  • First insertion