Lucene search
+L

18760 matches found

Debian CVE
Debian CVE
added 2025/02/26 2:12 a.m.13 views

CVE-2022-49410

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix potential double free in createvarref In createvarref, initvarref is called to initialize the fields of variable reffield, which is allocated in the previous function call to createhistfield. Function initvarref...

7.8CVSS5.6AI score0.00297EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 2:12 a.m.16 views

CVE-2022-49410 tracing: Fix potential double free in create_var_ref()

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix potential double free in createvarref In createvarref, initvarref is called to initialize the fields of variable reffield, which is allocated in the previous function call to createhistfield. Function initvarref...

7.8CVSS5.5AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/02/26 2:11 a.m.23 views

CVE-2022-49391 remoteproc: mtk_scp: Fix a potential double free

In the Linux kernel, the following vulnerability has been resolved: remoteproc: mtkscp: Fix a potential double free 'scp-rproc' is allocated using devmrprocalloc, so there is no need to free it explicitly in the remove function...

0.00244EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/02/26 2:11 a.m.18 views

CVE-2022-49391

In the Linux kernel, the following vulnerability has been resolved: remoteproc: mtkscp: Fix a potential double free 'scp-rproc' is allocated using devmrprocalloc, so there is no need to free it explicitly in the remove function...

7.8CVSS5.6AI score0.00244EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/02/26 2:11 a.m.4 views

CVE-2022-49391 remoteproc: mtk_scp: Fix a potential double free

In the Linux kernel, the following vulnerability has been resolved: remoteproc: mtkscp: Fix a potential double free 'scp-rproc' is allocated using devmrprocalloc, so there is no need to free it explicitly in the remove function...

6.2AI score0.00244EPSS
SaveExploits0References2
CVE
CVE
added 2025/02/26 2:11 a.m.82 views

CVE-2022-49391

CVE-2022-49391 — Linux kernel remoteproc mtk_scp double free . The issue concerns the removal path for scp->rproc: it is allocated via devm_rproc_alloc(), so an explicit free in the remove function was unnecessary. The vulnerabilities describe a potential double free in the mtk_scp remoteproc ...

7.8CVSS5.4AI score0.00244EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/02/26 2:11 a.m.14 views

CVE-2022-49391 remoteproc: mtk_scp: Fix a potential double free

In the Linux kernel, the following vulnerability has been resolved: remoteproc: mtkscp: Fix a potential double free 'scp-rproc' is allocated using devmrprocalloc, so there is no need to free it explicitly in the remove function...

7.8CVSS5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/02/26 2:11 a.m.30 views

CVE-2022-49384 md: fix double free of io_acct_set bioset

In the Linux kernel, the following vulnerability has been resolved: md: fix double free of ioacctset bioset Now ioacctset is alloc and free in personality. Remove the codes that free ioacctset in mdfree and mdstop...

0.0027EPSS
SaveExploits0References4
CVE
CVE
added 2025/02/26 2:11 a.m.106 views

CVE-2022-49384

CVE-2022-49384 is a Linux kernel vulnerability in the md (memory descriptor) subsystem where io_acct_set bioset could be freed twice. The fix relocates allocation/free of io_acct_set to the personality path and removes freeing in md_free and md_stop. Connected advisories (Astra Linux SUSE securit...

7.8CVSS5.5AI score0.0027EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/02/26 2:11 a.m.13 views

CVE-2022-49384 md: fix double free of io_acct_set bioset

In the Linux kernel, the following vulnerability has been resolved: md: fix double free of ioacctset bioset Now ioacctset is alloc and free in personality. Remove the codes that free ioacctset in mdfree and mdstop...

7.8CVSS5.5AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/02/26 2:11 a.m.52 views

CVE-2022-49384

In the Linux kernel, the following vulnerability has been resolved: md: fix double free of ioacctset bioset Now ioacctset is alloc and free in personality. Remove the codes that free ioacctset in mdfree and mdstop...

7.8CVSS5.8AI score0.0027EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/02/26 2:11 a.m.6 views

CVE-2022-49384 md: fix double free of io_acct_set bioset

In the Linux kernel, the following vulnerability has been resolved: md: fix double free of ioacctset bioset Now ioacctset is alloc and free in personality. Remove the codes that free ioacctset in mdfree and mdstop...

6.4AI score0.0027EPSS
SaveExploits0References4
CVE
CVE
added 2025/02/26 1:56 a.m.184 views

CVE-2022-49290

CVE-2022-49290 affects the Linux kernel mac80211 mesh code. A double-free could occur in ieee80211_join_mesh() when rejoining a mesh, after a prior fix in ieee80211_leave_mesh() leaked memory. The root cause was a freed old_ie during copy_mesh_setup() in join, which could lead to memory corruptio...

7.8CVSS5.5AI score0.00254EPSS
SaveExploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2025/02/26 1:56 a.m.2 views

CVE-2022-49290 mac80211: fix potential double free on mesh join

In the Linux kernel, the following vulnerability has been resolved: mac80211: fix potential double free on mesh join While commit 6a01afcf8468 "mac80211: mesh: Free ie data when leaving mesh" fixed a memory leak on mesh leave / teardown it introduced a potential memory corruption caused by a doub...

7.8CVSS5.3AI score0.00254EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 1:56 a.m.18 views

CVE-2022-49290 mac80211: fix potential double free on mesh join

In the Linux kernel, the following vulnerability has been resolved: mac80211: fix potential double free on mesh join While commit 6a01afcf8468 "mac80211: mesh: Free ie data when leaving mesh" fixed a memory leak on mesh leave / teardown it introduced a potential memory corruption caused by a doub...

7.8CVSS5.4AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/02/26 1:56 a.m.19 views

CVE-2022-49290

In the Linux kernel, the following vulnerability has been resolved: mac80211: fix potential double free on mesh join While commit 6a01afcf8468 "mac80211: mesh: Free ie data when leaving mesh" fixed a memory leak on mesh leave / teardown it introduced a potential memory corruption caused by a doub...

7.8CVSS5.6AI score0.00254EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.29 views

CVE-2022-49290 mac80211: fix potential double free on mesh join

In the Linux kernel, the following vulnerability has been resolved: mac80211: fix potential double free on mesh join While commit 6a01afcf8468 "mac80211: mesh: Free ie data when leaving mesh" fixed a memory leak on mesh leave / teardown it introduced a potential memory corruption caused by a doub...

7.8CVSS0.00254EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 1:55 a.m.19 views

CVE-2022-49205 bpf, sockmap: Fix double uncharge the mem of sk_msg

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix double uncharge the mem of skmsg If tcpbpfsendmsg is running during a tear down operation, psock may be freed. tcpbpfsendmsg tcpbpfsendverdict skmsgreturn tcpbpfsendmsgredir unlikely!psock skmsgfree The mem of m...

5.5AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.23 views

CVE-2022-49203

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix double free during GPU reset on DC streams Why The issue only occurs during the GPU reset code path. We first backup the current state prior to commiting 0 streams internally from DM to DC. This state backup...

7.8CVSS5.7AI score0.0023EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.29 views

CVE-2022-49203 drm/amd/display: Fix double free during GPU reset on DC streams

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix double free during GPU reset on DC streams Why The issue only occurs during the GPU reset code path. We first backup the current state prior to commiting 0 streams internally from DM to DC. This state backup...

7.8CVSS0.0023EPSS
SaveExploits0References2
Rows per page
Query Builder