Lucene search
+L

1370 matches found

CVE
CVE
added 2025/02/26 1:56 a.m.92 views

CVE-2022-49252

Technical details for CVE-2022-49252 are not present in the provided documents. The connected Astra/SUSE/EUVD entries reference kernel issues but do not disclose specifics for this CVE. Monitor for updates in the supplied feeds.

7.1CVSS5.4AI score0.00263EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.55 views

CVE-2022-49249 ASoC: codecs: wc938x: fix accessing array out of bounds for enum type

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wc938x: fix accessing array out of bounds for enum type Accessing enums using integer would result in array out of bounds access on platforms like aarch64 where sizeoflong is 8 compared to enum size which is 4 bytes...

0.0027EPSS
SaveExploits0References4
CVE
CVE
added 2025/02/26 1:56 a.m.96 views

CVE-2022-49250

CVE-2022-49250 : In the Linux kernel ASoC codecs rx-macro path, the AUX interpolator may access compander data without checking that compander exists, potentially causing an out-of-bounds access in the comp_enabled[] array. The issue is resolved by adding a guard before accessing compander data. ...

7.1CVSS5.4AI score0.00263EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/02/26 1:56 a.m.99 views

CVE-2022-49249

Summary (CVE-2022-49249) In the Linux kernel, the ASoC codecs WC938X path was fixed to prevent array out-of-bounds when an enum is treated as an int. The root cause was using integers to index an enum, which could access memory beyond the array on platforms like aarch64 (where long is 8 bytes whi...

7.1CVSS6.5AI score0.0027EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/02/26 1:56 a.m.24 views

CVE-2022-49249 ASoC: codecs: wc938x: fix accessing array out of bounds for enum type

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wc938x: fix accessing array out of bounds for enum type Accessing enums using integer would result in array out of bounds access on platforms like aarch64 where sizeoflong is 8 compared to enum size which is 4 bytes...

5.3AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/02/26 1:56 a.m.19 views

CVE-2022-49246

In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Fix error handling in sndprotoprobe The devicenode pointer is returned by ofparsephandle with refcount incremented. We should use ofnodeput on it when done. This function only calls ofnodeput in the regular path. And...

5.5CVSS5.6AI score0.00256EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.28 views

CVE-2022-49246 ASoC: atmel: Fix error handling in snd_proto_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Fix error handling in sndprotoprobe The devicenode pointer is returned by ofparsephandle with refcount incremented. We should use ofnodeput on it when done. This function only calls ofnodeput in the regular path. And...

0.00256EPSS
SaveExploits0References4
CVE
CVE
added 2025/02/26 1:56 a.m.99 views

CVE-2022-49246

CVE-2022-49246 affects the Linux kernel, specifically ASoC: atmel: snd_proto_probe. The issue is a refcount leak: of_parse_phandle() returns a device_node with refcount incremented, but of_node_put() was only called in the regular path, not in error paths. The fix ensures of_node_put() is called ...

5.5CVSS5.4AI score0.00256EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/02/26 1:56 a.m.21 views

CVE-2022-49246 ASoC: atmel: Fix error handling in snd_proto_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Fix error handling in sndprotoprobe The devicenode pointer is returned by ofparsephandle with refcount incremented. We should use ofnodeput on it when done. This function only calls ofnodeput in the regular path. And...

5.3AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/02/26 1:56 a.m.18 views

CVE-2022-49245

In the Linux kernel, the following vulnerability has been resolved: ASoC: rockchip: Fix PM usage reference of rockchipi2stdmresume pmruntimegetsync will increment pm usage counter even it failed. Forgetting to putting operation will result in reference leak here. We fix it by replacing it with...

5.5CVSS5.4AI score0.00253EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 1:56 a.m.89 views

CVE-2022-49244

CVE-2022-49244 concerns the Linux kernel ASoC path for the mediatek mt8192-mt6359 driver. The issue arises from improper reference counting of the device_node returned by of_parse_phandle(): the code increments the refcount, but only calls of_node_put() on the success path, creating a refcount le...

5.5CVSS6.5AI score0.00263EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/02/26 1:56 a.m.20 views

CVE-2022-49243 ASoC: atmel: Add missing of_node_put() in at91sam9g20ek_audio_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Add missing ofnodeput in at91sam9g20ekaudioprobe This node pointer is returned by ofparsephandle with refcount incremented in this function. Calling ofnodeput to avoid the refcount leak...

5.3AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/02/26 1:56 a.m.54 views

CVE-2022-49243

In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Add missing ofnodeput in at91sam9g20ekaudioprobe This node pointer is returned by ofparsephandle with refcount incremented in this function. Calling ofnodeput to avoid the refcount leak...

5.5CVSS5.6AI score0.00263EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 1:56 a.m.100 views

CVE-2022-49243

CVE-2022-49243 is a Linux kernel vulnerability affecting ASoC: atmel via the at91sam9g20ek_audio_probe path. The issue is a refcount mismatch: of_parse_phandle() returns a node pointer with a refcount that is incremented in the probe function, but a missing of_node_put() caused a leak. A fix was ...

5.5CVSS5.3AI score0.00263EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.29 views

CVE-2022-49241 ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Fix error handling in sam9x5wm8731driverprobe The devicenode pointer is returned by ofparsephandle with refcount incremented. We should use ofnodeput on it when done. This function only calls ofnodeput in the regular...

0.00256EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/26 1:56 a.m.18 views

CVE-2022-49241 ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Fix error handling in sam9x5wm8731driverprobe The devicenode pointer is returned by ofparsephandle with refcount incremented. We should use ofnodeput on it when done. This function only calls ofnodeput in the regular...

5.5CVSS5.3AI score
SaveExploits0References8
OSV
OSV
added 2025/02/26 1:56 a.m.20 views

CVE-2022-49242 ASoC: mxs: Fix error handling in mxs_sgtl5000_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs: Fix error handling in mxssgtl5000probe This function only calls ofnodeput in the regular path. And it will cause refcount leak in error paths. For example, when codecnp is NULL, saifnp0 and saifnp1 are not NULL, it wil...

5.5CVSS5.2AI score
SaveExploits0References12
CVE
CVE
added 2025/02/26 1:56 a.m.111 views

CVE-2022-49241

CVE-2022-49241 affects the Linux kernel ASoC: atmel subsystem, specifically the sam9x5_wm8731_driver_probe. The root cause is a device_node pointer returned by of_parse_phandle() with refcount incremented, but of_node_put() is not invoked in the error path, causing a refcount leak. The fix adds p...

5.5CVSS5.4AI score0.00256EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.26 views

CVE-2022-49242 ASoC: mxs: Fix error handling in mxs_sgtl5000_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs: Fix error handling in mxssgtl5000probe This function only calls ofnodeput in the regular path. And it will cause refcount leak in error paths. For example, when codecnp is NULL, saifnp0 and saifnp1 are not NULL, it wil...

0.00263EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/02/26 1:56 a.m.37 views

CVE-2022-49242

In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs: Fix error handling in mxssgtl5000probe This function only calls ofnodeput in the regular path. And it will cause refcount leak in error paths. For example, when codecnp is NULL, saifnp0 and saifnp1 are not NULL, it wil...

5.5CVSS5.6AI score0.00263EPSS
SaveExploits0
Rows per page
Query Builder