Lucene search
+L

9912 matches found

Prion
Prion
added 2023/05/18 8:15 a.m.33 views

Race condition

The Linux kernel before 6.2.9 has a race condition and resultant use-after-free in drivers/net/ethernet/qualcomm/emac/emac.c if a physically proximate attacker unplugs an emac based device...

3.7CVSS6.4AI score0.00355EPSS
SaveExploits0References4Affected Software2
OSV
OSV
added 2023/05/18 8:15 a.m.5 views

UBUNTU-CVE-2023-33203

The Linux kernel before 6.2.9 has a race condition and resultant use-after-free in drivers/net/ethernet/qualcomm/emac/emac.c if a physically proximate attacker unplugs an emac based device...

6.4CVSS6.6AI score0.00355EPSS
SaveExploits0References17
CNNVD
CNNVD
added 2023/05/18 12:00 a.m.4 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 Linux kernel versions prior to 6.2.9, which stems from the presence of a race condition and post-release reuse in the...

6.4CVSS7.3AI score0.00355EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2023/05/18 12:00 a.m.53 views

CVE-2023-33203

The Linux kernel before 6.2.9 has a race condition and resultant use-after-free in drivers/net/ethernet/qualcomm/emac/emac.c if a physically proximate attacker unplugs an emac based device...

7AI score0.00355EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2023/05/18 12:00 a.m.62 views

CVE-2023-33203

The Linux kernel before 6.2.9 has a race condition and resultant use-after-free in drivers/net/ethernet/qualcomm/emac/emac.c if a physically proximate attacker unplugs an emac based device...

6.4CVSS6.7AI score0.00355EPSS
SaveExploits0References16
CVE
CVE
added 2023/05/18 12:00 a.m.233 views

CVE-2023-33203

The CVE-2023-33203 entry concerns the Linux kernel prior to version 6.2.9, where a race condition can lead to a use-after-free in drivers/net/ethernet/qualcomm/emac/emac.c when a physically proximate attacker unplugs an emac device. Affected software: Linux kernel up to 6.2.9 (including distribut...

6.4CVSS6.6AI score0.00355EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2023/05/18 12:00 a.m.36 views

CVE-2023-33203

The Linux kernel before 6.2.9 has a race condition and resultant use-after-free in drivers/net/ethernet/qualcomm/emac/emac.c if a physically proximate attacker unplugs an emac based device...

6.4CVSS7.4AI score0.00355EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2023/05/17 12:00 a.m.15 views

The vulnerability of the Qualcomm Technologies EMAC Gigabit Ethernet Controller kernel in the Linux operating system, located in the emacremove() function, allows a attacker to compromise the confidentiality, integrity, and accessibility of data.

The vulnerability of the Qualcomm Technologies EMAC Gigabit Ethernet Controller driver for the Linux operating system is related to concurrent access to resources due to incorrect synchronization in the emacremove function within the drivers/net/ethernet/qualcomm/emac/emac.c module. Exploiting th...

6.4CVSS6.8AI score
SaveExploits0References12Affected Software3
BDU FSTEC
BDU FSTEC
added 2023/05/17 12:00 a.m.19 views

The vulnerability of the adreno_set_param() function in the drivers/gpu/drm/msm/adreno/adreno_gpu.c file of the MSM DRM kernel in the Linux operating system allows a hacker to compromise the confidentiality, integrity, and accessibility of data.

The vulnerability of the adrenosetparam function in the drivers/gpu/drm/msm/adreno/adrenogpu.c file of the MSM DRM kernel in the Linux operating system is related to the use of previously freed memory. Exploiting this vulnerability could allow an attacker to compromise the confidentiality,...

7.8CVSS6.8AI score0.00112EPSS
SaveExploits0References16Affected Software3
RedHat Linux
RedHat Linux
added 2023/05/16 8:56 a.m.8 views

kernel: ASoC: qcom: Add checks for devm_kcalloc

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Add checks for devmkcalloc As the devmkcalloc may return NULL, the return value needs to be checked to avoid NULL poineter dereference...

5.5CVSS6.6AI score0.00155EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/09 10:04 a.m.11 views

kernel: net: qrtr: start MHI channel after endpoit creation

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: start MHI channel after endpoit creation MHI channel may generates event/interrupt right after enabling. It may leads to 2 race conditions issues. 1 Such event may be dropped by qcommhiqrtrdlcallback at check: if !qdev...

4.7CVSS6.2AI score0.00117EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/09 10:04 a.m.7 views

kernel: phy: qcom-qmp-combo: fix NULL-deref on runtime resume

In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp-combo: fix NULL-deref on runtime resume Commit fc64623637da "phy: qcom-qmp-combo,usb: add support for separate PCSUSB region" started treating the PCSUSB registers as potentially separate from the PCS registers but...

5.5CVSS6.3AI score0.00159EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/09 10:04 a.m.4 views

kernel: ASoC: qcom: Add checks for devm_kcalloc

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Add checks for devmkcalloc As the devmkcalloc may return NULL, the return value needs to be checked to avoid NULL poineter dereference...

5.5CVSS6.6AI score0.00155EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/09 10:04 a.m.4 views

kernel: soc: qcom: aoss: Fix refcount leak in qmp_cooling_devices_register

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: aoss: Fix refcount leak in qmpcoolingdevicesregister Every iteration of foreachavailablechildofnode decrements the reference count of the previous node. When breaking early from a foreachavailablechildofnode loop, we...

5.5CVSS6.3AI score0.00211EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/09 10:04 a.m.6 views

kernel: clk: qcom: ipq8074: dont disable gcc_sleep_clk_src

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: ipq8074: dont disable gccsleepclksrc Once the usb sleep clocks are disabled, clock framework is trying to disable the sleep clock source also. However, it seems that it cannot be disabled and trying to do so produces:...

5.5CVSS6.2AI score0.00166EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2023/05/08 12:00 a.m.41 views

CVE-2023-21106

In adrenosetparam of adrenogpu.c, there is a possible memory corruption due to a double free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID:...

7.8CVSS7.1AI score0.00112EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2023/05/02 5:21 p.m.35 views

CVE-2023-2483

A race condition vulnerability was found in the Linux kernel's Qualcomm EMAC Gigabit Ethernet Controller when the user physically removes the device before cleanup in the emacremove function. This flaw can eventually result in a use-after-free issue, possibly leading to a system crash or other...

6.8AI score
SaveExploits0References2
NVD
NVD
added 2023/05/02 6:15 a.m.32 views

CVE-2022-33292

Memory corruption in Qualcomm IPC due to use after free while receiving the incoming packet and reposting it...

7.8CVSS7.9AI score0.00116EPSS
SaveExploits0References1
Prion
Prion
added 2023/05/02 6:15 a.m.33 views

Memory corruption

Memory corruption in Qualcomm IPC due to use after free while receiving the incoming packet and reposting it...

4.3CVSS7.9AI score0.00116EPSS
SaveExploits0References1
CVE
CVE
added 2023/05/02 5:08 a.m.124 views

CVE-2022-33292

CVE-2022-33292 describes memory corruption in Qualcomm IPC caused by a use-after-free while receiving and reposting an incoming packet. The issue is cataloged under Qualcomm components with a kernel subcomponent and is rated High in impact (C/H/I/A). Public literature in the connected records rei...

7.8CVSS7.9AI score0.00116EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder