Lucene search
+L

433 matches found

OSV
OSV
added 2024/08/21 7:15 a.m.15 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
OSV
OSV
added 2024/08/21 7:15 a.m.13 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.20 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.6 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
OSV
OSV
added 2024/08/21 7:15 a.m.23 views

UBUNTU-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.6AI score0.0023EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/21 7:15 a.m.11 views

UBUNTU-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.1AI score0.00241EPSS
SaveExploits0References8
CVE
CVE
added 2024/08/21 6:10 a.m.84 views

CVE-2022-48874

The CVE-2022-48874 issue is in the Linux kernel fastrpc subsystem. The description specifies a race condition between fastrpc_map_lookup() unlocking a mutex and the reference count increment in fastrpc_map_find() via fastrpc_map_get(), which can lead to use-after-free. The proposed fix merges fas...

7.8CVSS6.5AI score0.0023EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/08/21 6:10 a.m.18 views

CVE-2022-48873 misc: fastrpc: Don't remove map on creater_process and device_release

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.9AI score0.00241EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/08/21 6:10 a.m.41 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.8CVSS5.3AI score0.00241EPSS
SaveExploits0
OSV
OSV
added 2024/08/21 6:10 a.m.20 views

CVE-2022-48873 misc: fastrpc: Don't remove map on creater_process and device_release

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.8AI score
SaveExploits0References8
CVE
CVE
added 2024/08/21 6:10 a.m.91 views

CVE-2022-48873

CVE-2022-48873 affects the Linux kernel in the misc: fastrpc subsystem. The root cause is improper handling of map removal on error paths during creater_process and device_release, risking a use‑after‑free. The fixed behavior is to avoid removing the map from the list on error in fastrpc_init_cre...

7.8CVSS6.5AI score0.00241EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/08/21 6:10 a.m.42 views

CVE-2022-48873 misc: fastrpc: Don't remove map on creater_process and device_release

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
OSV
OSV
added 2024/08/21 6:10 a.m.16 views

CVE-2022-48872 misc: fastrpc: Fix use-after-free race condition for maps

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.8CVSS5.9AI score
SaveExploits0References8
CVE
CVE
added 2024/08/21 6:10 a.m.104 views

CVE-2022-48872

CVE-2022-48872 concerns a Linux kernel use-after-free race in the fastrpc maps. The vulnerability arises between fastrpc_map_get() and fastrpc_free_map(), where a concurrent thread could call fastrpc_map_lookup() and obtain a reference to a map about to be deleted, leading to a potential use-afte...

7.8CVSS6.5AI score0.00244EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/08/21 6:10 a.m.54 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...

7.8CVSS5.5AI score0.00244EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/08/21 6:10 a.m.42 views

CVE-2022-48872 misc: fastrpc: Fix use-after-free race condition for maps

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.8CVSS0.00244EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/08/21 6:10 a.m.16 views

CVE-2022-48872 misc: fastrpc: Fix use-after-free race condition for maps

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.8CVSS6.8AI score0.00244EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/08/21 12:00 a.m.13 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a mapping that should not be removed by the fastrpc component during process creation and device release...

7.8CVSS6.3AI score0.00241EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2024/08/21 12:00 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a post-release reuse and race condition in the misc/fastrpc component...

7.8CVSS7.3AI score0.0023EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/08/21 12:00 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that originates from a post-release reuse of the misc/fastrpc component...

7CVSS6.4AI score0.00244EPSS
SaveExploits0References8
Rows per page
Query Builder