Lucene search
+L

13865 matches found

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

CVE-2022-49270

In the Linux kernel, the following vulnerability has been resolved: dm: fix use-after-free in dmcleanupzoneddev dmcleanupzoneddev uses queue, so it must be called before blkcleanupdisk starts its killing: blkcleanupdisk-blkcleanupqueue-kobjectput-blkreleasequeue-...

7.8CVSS5.7AI score0.00262EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 1:56 a.m.13 views

CVE-2022-49265

In the Linux kernel, the following vulnerability has been resolved: PM: domains: Fix sleep-in-atomic bug caused by genpddebugremove When a genpd with GENPDFLAGIRQSAFE gets removed, the following sleep-in-atomic bug will be seen, as genpddebugremove will be called with a spinlock being held...

5.5CVSS5.5AI score0.00263EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:56 a.m.18 views

CVE-2022-49260 crypto: hisilicon/sec - fix the aead software fallback for engine

In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/sec - fix the aead software fallback for engine Due to the subreq pointer misuse the private context memory. The aead soft crypto occasionally casues the OS panic as setting the 64K page. Here is fix it...

9.8CVSS5.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.24 views

CVE-2022-49259 block: don't delete queue kobject before its children

In the Linux kernel, the following vulnerability has been resolved: block: don't delete queue kobject before its children kobjects aren't supposed to be deleted before their child kobjects are deleted. Apparently this is usually benign; however, a WARN will be triggered if one of the child kobjec...

0.00264EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 1:56 a.m.13 views

CVE-2022-49256 watch_queue: Actually free the watch

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Actually free the watch freewatch does everything barring actually freeing the watch object. Fix this by adding the missing kfree. kmemleak produces a report something like the following. Note that as an address can b...

5.3AI score
SaveExploits0References8
CVE
CVE
added 2025/02/26 1:56 a.m.148 views

CVE-2022-49253

CVE-2022-49253 affects the Linux kernel in the media: usb: go7007: s2250-board path, where a leak is fixed by calling i2c_unregister_device(audio) on the error path during probe. Connected sources (SUSE Astra Linux advisories) confirm the fix is in this area. The CVE description in the initial do...

5.5CVSS5.4AI score0.0027EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/02/26 1:56 a.m.17 views

CVE-2022-49251 ASoC: codecs: va-macro: fix accessing array out of bounds for enum type

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: va-macro: 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 byt...

5.3AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.34 views

CVE-2022-49250 ASoC: codecs: rx-macro: fix accessing compander for aux

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: rx-macro: fix accessing compander for aux AUX interpolator does not have compander, so check before accessing compander data for this. Without this checkan array of out bounds access will be made in compenabled arra...

0.00263EPSS
SaveExploits0References4
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
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.57 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
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.36 views

CVE-2022-49245 ASoC: rockchip: Fix PM usage reference of rockchip_i2s_tdm_resume

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...

0.00253EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/02/26 1:56 a.m.16 views

CVE-2022-49244

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

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

CVE-2022-49236

CVE-2022-49236 concerns a Linux kernel use-after-free in BPF/BTF handling: a race between module init and module reuse could allow BTF IDs to be published before a module is fully live. The fix, as described in the related documentation, is to set a BTF_MODULE_F_LIVE flag at MODULE_STATE_LIVE so ...

7.8CVSS5.3AI score0.0027EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:56 a.m.56 views

CVE-2022-49236

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix UAF due to race between btftrygetmodule and loadmodule While working on code to populate kfunc BTF ID sets for module BTF from its initcall, I noticed that by the time the initcall is invoked, the module BTF can already ...

7.8CVSS5.6AI score0.0027EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:55 a.m.16 views

CVE-2022-49233 drm/amd/display: Call dc_stream_release for remove link enc assignment

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Call dcstreamrelease for remove link enc assignment Why A porting error resulted in the stream assignment for the link being retained without being released - a memory leak. How Fix the porting error by adding ba...

5.5CVSS5.3AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.22 views

CVE-2022-49229

In the Linux kernel, the following vulnerability has been resolved: ptp: unregister virtual clocks when unregistering physical clock. When unregistering a physical clock which has some virtual clocks, unregister the virtual clocks with it. This fixes the following oops, which can be triggered by...

5.5CVSS5.3AI score0.00256EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:55 a.m.20 views

CVE-2022-49213 ath10k: Fix error handling in ath10k_setup_msa_resources

In the Linux kernel, the following vulnerability has been resolved: ath10k: Fix error handling in ath10ksetupmsaresources 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...

5.5CVSS5.3AI score0.00256EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.21 views

CVE-2022-49208

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent some integer underflows My static checker complains that: drivers/infiniband/hw/irdma/ctrl.c:3605 irdmascceqinit warn: can subtract underflow 'info-dev-hmcfpmmisc.maxceqs'? It appears that...

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

CVE-2022-49205

CVE-2022-49205 fixes a double memory uncharge bug in the Linux kernel’s bpf/sockmap path (sk_msg) during teardown when psock is freed, which could cause an error path to propagate to user space. Affected component: kernel networking code (tcp_bpf_sendmsg -> tcp_bpf_send_verdict -> sk_msg_re...

7.8CVSS6.4AI score0.00279EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/02/26 1:55 a.m.16 views

CVE-2022-49191 mxser: fix xmit_buf leak in activate when LSR == 0xff

In the Linux kernel, the following vulnerability has been resolved: mxser: fix xmitbuf leak in activate when LSR == 0xff When LSR is 0xff in -activate rather unlike, we return an error. Provided -shutdown is not called when -activate fails, nothing actually frees the buffer in this case. Fix this...

6.1AI score
SaveExploits0References12
Rows per page
Query Builder