Lucene search
+L

409 matches found

OSV
OSV
added 2024/09/18 8:15 a.m.1 views

DEBIAN-CVE-2024-46741

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix double free of 'buf' in error path smatch warning: drivers/misc/fastrpc.c:1926 fastrpcreqmmap error: double free of 'buf' In fastrpcreqmmap error path, the fastrpc buffer is freed in fastrpcreqmunmapimpl if unm...

7.8CVSS5.8AI score0.00246EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/18 8:15 a.m.5 views

UBUNTU-CVE-2024-46741

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix double free of 'buf' in error path smatch warning: drivers/misc/fastrpc.c:1926 fastrpcreqmmap error: double free of 'buf' In fastrpcreqmmap error path, the fastrpc buffer is freed in fastrpcreqmunmapimpl if unm...

7.8CVSS6.6AI score0.00246EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.25 views

CVE-2024-46741 misc: fastrpc: Fix double free of 'buf' in error path

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix double free of 'buf' in error path smatch warning: drivers/misc/fastrpc.c:1926 fastrpcreqmmap error: double free of 'buf' In fastrpcreqmmap error path, the fastrpc buffer is freed in fastrpcreqmunmapimpl if unm...

7.8CVSS0.00246EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/18 7:12 a.m.12 views

CVE-2024-46741 misc: fastrpc: Fix double free of 'buf' in error path

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix double free of 'buf' in error path smatch warning: drivers/misc/fastrpc.c:1926 fastrpcreqmmap error: double free of 'buf' In fastrpcreqmmap error path, the fastrpc buffer is freed in fastrpcreqmunmapimpl if unm...

7.8CVSS6.3AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.12 views

CVE-2024-46741 misc: fastrpc: Fix double free of 'buf' in error path

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix double free of 'buf' in error path smatch warning: drivers/misc/fastrpc.c:1926 fastrpcreqmmap error: double free of 'buf' In fastrpcreqmmap error path, the fastrpc buffer is freed in fastrpcreqmunmapimpl if unm...

7.8CVSS7AI score0.00246EPSS
SaveExploits0References3
CVE
CVE
added 2024/09/18 7:12 a.m.95 views

CVE-2024-46741

The CVE-2024-46741 issue is in the Linux kernel’s misc/fastrpc subsystem. The root cause is a double free of the fastrpc buffer in the error path of fastrpc_req_mmap(): the buffer is freed in fastrpc_req_munmap_impl() on a successful unmap, but there is an unconditional call to fastrpc_buf_free()...

7.8CVSS7.6AI score0.00246EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/09/18 7:12 a.m.12 views

CVE-2024-46741

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix double free of 'buf' in error path smatch warning: drivers/misc/fastrpc.c:1926 fastrpcreqmmap error: double free of 'buf' In fastrpcreqmmap error path, the fastrpc buffer is freed in fastrpcreqmunmapimpl if unm...

7.8CVSS5.8AI score0.00246EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/09/03 12:0 a.m.14 views

The vulnerability of the fastrpc component in the Linux operating system’s kernel allows attackers to compromise the confidentiality, integrity, and accessibility of protected information.

The vulnerability of the fastrpc component in the Linux operating system is related to the state of the race in fastrpcmapfind. Exploiting this vulnerability can allow an attacker to compromise the confidentiality, integrity, and accessibility of the protected information...

7.8CVSS7.1AI score0.0023EPSS
SaveExploits0References4Affected Software2
SUSE CVE
SUSE CVE
added 2024/08/22 3:29 a.m.5 views

SUSE CVE-2022-48872

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix use-after-free race condition for maps It is possible that in between calling fastrpcmapget until map-fl-lock is taken in fastrpcfreemap, another thread can call fastrpcmaplookup and get a reference to a map th...

7CVSS6.4AI score0.00244EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2024/08/22 3:29 a.m.4 views

SUSE CVE-2022-48873

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Don't remove map on createrprocess and devicerelease Do not remove the map from the list on error path in fastrpcinitcreateprocess, instead call fastrpcmapput, to avoid use-after-free. Do not remove it on...

7CVSS6.5AI score0.00241EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2024/08/22 3:29 a.m.5 views

SUSE CVE-2022-48874

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix use-after-free and race in fastrpcmapfind Currently, there is a race window between the point when the mutex is unlocked in fastrpcmaplookup and the reference count increasing fastrpcmapget in fastrpcmapfind,...

7.8CVSS7.5AI score0.0023EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/08/21 7:10 p.m.19 views

CVE-2022-48873

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Don't remove map on createrprocess and devicerelease Do not remove the map from the list on error path in fastrpcinitcreateprocess, instead call fastrpcmapput, to avoid use-after-free. Do not remove it on...

7.8CVSS7.2AI score0.00241EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/21 7:10 p.m.16 views

CVE-2022-48872

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix use-after-free race condition for maps It is possible that in between calling fastrpcmapget until map-fl-lock is taken in fastrpcfreemap, another thread can call fastrpcmaplookup and get a reference to a map th...

7CVSS6.8AI score0.00244EPSS
SaveExploits0References4
OSV
OSV
added 2024/08/21 7:15 a.m.2 views

DEBIAN-CVE-2022-48872

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix use-after-free race condition for maps It is possible that in between calling fastrpcmapget until map-fl-lock is taken in fastrpcfreemap, another thread can call fastrpcmaplookup and get a reference to a map th...

7CVSS5.4AI score0.00244EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/21 7:15 a.m.6 views

DEBIAN-CVE-2022-48874

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix use-after-free and race in fastrpcmapfind Currently, there is a race window between the point when the mutex is unlocked in fastrpcmaplookup and the reference count increasing fastrpcmapget in fastrpcmapfind,...

7.8CVSS6.3AI score0.0023EPSS
SaveExploits0References1
NVD
NVD
added 2024/08/21 7:15 a.m.23 views

CVE-2022-48873

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Don't remove map on createrprocess and devicerelease Do not remove the map from the list on error path in fastrpcinitcreateprocess, instead call fastrpcmapput, to avoid use-after-free. Do not remove it on...

7.8CVSS0.00241EPSS
SaveExploits0References5
NVD
NVD
added 2024/08/21 7:15 a.m.40 views

CVE-2022-48874

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix use-after-free and race in fastrpcmapfind Currently, there is a race window between the point when the mutex is unlocked in fastrpcmaplookup and the reference count increasing fastrpcmapget in fastrpcmapfind,...

7.8CVSS0.0023EPSS
SaveExploits0References2
OSV
OSV
added 2024/08/21 7:15 a.m.10 views

DEBIAN-CVE-2022-48873

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Don't remove map on createrprocess and devicerelease Do not remove the map from the list on error path in fastrpcinitcreateprocess, instead call fastrpcmapput, to avoid use-after-free. Do not remove it on...

7.8CVSS5.3AI score0.00241EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/08/21 7:15 a.m.18 views

CVE-2022-48873

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Don't remove map on createrprocess and devicerelease Do not remove the map from the list on error path in fastrpcinitcreateprocess, instead call fastrpcmapput, to avoid use-after-free. Do not remove it on...

7.8CVSS6.2AI score0.00241EPSS
SaveExploits0References7
OSV
OSV
added 2024/08/21 7:15 a.m.5 views

UBUNTU-CVE-2022-48872

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix use-after-free race condition for maps It is possible that in between calling fastrpcmapget until map-fl-lock is taken in fastrpcfreemap, another thread can call fastrpcmaplookup and get a reference to a map th...

7.8CVSS6AI score0.00244EPSS
SaveExploits0References8
Rows per page
Query Builder