Lucene search
+L

1284 matches found

RedhatCVE
RedhatCVE
added 2024/10/22 5:20 a.m.17 views

CVE-2022-48992

In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-pcm: Add NULL check in BE reparenting Add NULL check in dpcmbereparent API, to handle kernel NULL pointer dereference error. The issue occurred in fuzzing test...

5.5CVSS6.7AI score0.00236EPSS
SaveExploits0References4
NVD
NVD
added 2024/10/21 8:15 p.m.17 views

CVE-2022-49005

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Fix bounds check for sx controls For sx controls the semantics of the max field is not the usual one, max is the number of steps rather than the maximum value. This means that our check in sndsocputvolswsx needs to jus...

5.5CVSS0.00236EPSS
SaveExploits0References8
NVD
NVD
added 2024/10/21 8:15 p.m.27 views

CVE-2022-48992

In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-pcm: Add NULL check in BE reparenting Add NULL check in dpcmbereparent API, to handle kernel NULL pointer dereference error. The issue occurred in fuzzing test...

5.5CVSS0.00236EPSS
SaveExploits0References8
NVD
NVD
added 2024/10/21 8:15 p.m.19 views

CVE-2022-48951

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Check bounds for second channel in sndsocputvolswsx The bounds checks in sndsocputvolswsx are only being applied to the first channel, meaning it is possible to write out of bounds values to the second channel in stere...

7.8CVSS0.00245EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/10/21 8:6 p.m.12 views

CVE-2022-49005 ASoC: ops: Fix bounds check for _sx controls

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Fix bounds check for sx controls For sx controls the semantics of the max field is not the usual one, max is the number of steps rather than the maximum value. This means that our check in sndsocputvolswsx needs to jus...

7.1AI score0.00236EPSS
SaveExploits0References8
CVE
CVE
added 2024/10/21 8:6 p.m.103 views

CVE-2022-49005

CVE-2022-49005 is tied to a Linux kernel issue in ASoC: ops where _sx controls use a non-standard max field. The root cause is an incorrect bounds check in snd_soc_put_volsw_sx(): the max value must be treated as the number of steps and checked accordingly against the maximum. Connected Astra Lin...

5.5CVSS5.2AI score0.00236EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/10/21 8:6 p.m.35 views

CVE-2022-49005 ASoC: ops: Fix bounds check for _sx controls

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Fix bounds check for sx controls For sx controls the semantics of the max field is not the usual one, max is the number of steps rather than the maximum value. This means that our check in sndsocputvolswsx needs to jus...

0.00236EPSS
SaveExploits0References8
OSV
OSV
added 2024/10/21 8:6 p.m.17 views

CVE-2022-49005 ASoC: ops: Fix bounds check for _sx controls

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Fix bounds check for sx controls For sx controls the semantics of the max field is not the usual one, max is the number of steps rather than the maximum value. This means that our check in sndsocputvolswsx needs to jus...

5.9AI score
SaveExploits0References11
CVE
CVE
added 2024/10/21 8:6 p.m.184 views

CVE-2022-48992

CVE-2022-48992 pertains to the Linux kernel: the ASoC subsystem (soc-pcm) BE reparenting path had a NULL pointer dereference risk exposed during fuzzing. The root cause is a missing NULL check in the dpcm_be_reparent API, which could lead to kernel NULL pointer dereference. The fix adds an explic...

5.5CVSS6.2AI score0.00236EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/10/21 8:6 p.m.41 views

CVE-2022-48992 ASoC: soc-pcm: Add NULL check in BE reparenting

In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-pcm: Add NULL check in BE reparenting Add NULL check in dpcmbereparent API, to handle kernel NULL pointer dereference error. The issue occurred in fuzzing test...

0.00236EPSS
SaveExploits0References8
OSV
OSV
added 2024/10/21 8:6 p.m.38 views

CVE-2022-48992 ASoC: soc-pcm: Add NULL check in BE reparenting

In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-pcm: Add NULL check in BE reparenting Add NULL check in dpcmbereparent API, to handle kernel NULL pointer dereference error. The issue occurred in fuzzing test...

5.9AI score
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/10/21 8:6 p.m.20 views

CVE-2022-48992 ASoC: soc-pcm: Add NULL check in BE reparenting

In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-pcm: Add NULL check in BE reparenting Add NULL check in dpcmbereparent API, to handle kernel NULL pointer dereference error. The issue occurred in fuzzing test...

6.9AI score0.00236EPSS
SaveExploits0References8
CVE
CVE
added 2024/10/21 8:5 p.m.126 views

CVE-2022-48951

The CVE-2022-48951 vulnerability is in the Linux kernel ASoC path: snd_soc_put_volsw_sx() does bounds checks only for the first channel, allowing potential out-of-bounds writes to the second channel in stereo controls. This is fixed upstream by adding proper checks (e.g., kernel commits cf611d......

7.8CVSS7.3AI score0.00245EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/10/21 8:5 p.m.16 views

CVE-2022-48951 ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx()

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Check bounds for second channel in sndsocputvolswsx The bounds checks in sndsocputvolswsx are only being applied to the first channel, meaning it is possible to write out of bounds values to the second channel in stere...

7AI score0.00245EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/10/21 8:5 p.m.24 views

CVE-2022-48951 ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx()

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Check bounds for second channel in sndsocputvolswsx The bounds checks in sndsocputvolswsx are only being applied to the first channel, meaning it is possible to write out of bounds values to the second channel in stere...

0.00245EPSS
SaveExploits0References8
OSV
OSV
added 2024/10/21 8:5 p.m.20 views

CVE-2022-48951 ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx()

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Check bounds for second channel in sndsocputvolswsx The bounds checks in sndsocputvolswsx are only being applied to the first channel, meaning it is possible to write out of bounds values to the second channel in stere...

6AI score
SaveExploits0References11
NVD
NVD
added 2024/10/21 7:15 p.m.28 views

CVE-2024-50011

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: soc-acpi-intel-rpl-match: add missing empty item There is no linksnum in struct sndsocacpimach , and we test !link-numadr as a condition to end the loop in hdasdwmachineselect. So an empty item in struct...

5.5CVSS0.00191EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/10/21 6:54 p.m.37 views

CVE-2024-50011 ASoC: Intel: soc-acpi-intel-rpl-match: add missing empty item

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: soc-acpi-intel-rpl-match: add missing empty item There is no linksnum in struct sndsocacpimach , and we test !link-numadr as a condition to end the loop in hdasdwmachineselect. So an empty item in struct...

0.00191EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/10/21 6:54 p.m.14 views

CVE-2024-50011 ASoC: Intel: soc-acpi-intel-rpl-match: add missing empty item

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: soc-acpi-intel-rpl-match: add missing empty item There is no linksnum in struct sndsocacpimach , and we test !link-numadr as a condition to end the loop in hdasdwmachineselect. So an empty item in struct...

6.9AI score0.00191EPSS
SaveExploits0References2
CVE
CVE
added 2024/10/21 6:54 p.m.121 views

CVE-2024-50011

CVE-2024-50011 is a Linux kernel vulnerability describing an ASoC: Intel soc-acpi-intel-rpl-match issue where an empty item is required in struct snd_soc_acpi_link_adr[]. The root cause is the absence of a links_num and the test !link->num_adr to end the loop in hda_sdw_machine_select(), which...

5.5CVSS5.2AI score0.00191EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder