Lucene search
+L

263 matches found

NVD
NVD
•added 2025/12/24 11:15 a.m.•7 views

CVE-2023-54015

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Devcom, fix error flow in mlx5devcomregisterdevice In case devcom allocation is failed, mlx5 is always freeing the priv. However, this priv might have been allocated by a different thread, and freeing it might lead to...

0.00201EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2025/12/24 11:15 a.m.•5 views

CVE-2023-54015

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Devcom, fix error flow in mlx5devcomregisterdevice In case devcom allocation is failed, mlx5 is always freeing the priv. However, this priv might have been allocated by a different thread, and freeing it might lead to...

5.7AI score0.00201EPSS
SaveExploits0References7
OSV
OSV
•added 2025/12/24 11:15 a.m.•13 views

UBUNTU-CVE-2023-54015

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Devcom, fix error flow in mlx5devcomregisterdevice In case devcom allocation is failed, mlx5 is always freeing the priv. However, this priv might have been allocated by a different thread, and freeing it might lead to...

5.9AI score0.00201EPSS
SaveExploits0References8
OSV
OSV
•added 2025/12/24 10:55 a.m.•12 views

CVE-2023-54015 net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Devcom, fix error flow in mlx5devcomregisterdevice In case devcom allocation is failed, mlx5 is always freeing the priv. However, this priv might have been allocated by a different thread, and freeing it might lead to...

6.5AI score
SaveExploits0References9
CVE
CVE
•added 2025/12/24 10:55 a.m.•28 views

CVE-2023-54015

CVE-2023-54015: In the Linux kernel, the mlx5_devcom_register_device allocation flow could cause a use-after-free. If devcom allocation fails, the code frees priv, but priv might belong to another thread, risking use-after-free. The fix frees priv only when it was allocated by the running thread,...

6.2AI score0.00201EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
•added 2025/12/24 12:00 a.m.•11 views

PT-2025-53063

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s networking component related to Realtek DSA drivers. Specifically, the issue involves an out-of-bounds access within the probe function when setting t...

6.6AI score0.00148EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
•added 2025/12/24 12:00 a.m.•56 views

PT-2025-52972

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the net/mlx5 component, specifically in the mlx5 devcom register device function. A use-after-free condition can occur if devcom allocation fails,...

7.8CVSS6.4AI score0.00932EPSS
SaveExploits2References898
OSV
OSV
•added 2025/12/23 10:15 p.m.•8 views

CVE-2025-14489

RealDefense SUPERAntiSpyware Exposed Dangerous Function Local Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of RealDefense SUPERAntiSpyware. An attacker must first obtain the ability to execute low-privileged code on...

7.8CVSS6.2AI score0.00201EPSS
SaveExploits0References1
EUVD
EUVD
•added 2025/12/09 6:30 p.m.•10 views

EUVD-2022-55746

In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - Fix PCI device refcount leak foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the reference count fo...

5.9AI score0.0027EPSS
SaveExploits0References10
NVD
NVD
•added 2025/12/09 4:17 p.m.•12 views

CVE-2022-50659

In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - Fix PCI device refcount leak foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the reference count fo...

0.0027EPSS
SaveExploits0References9
OSV
OSV
•added 2025/12/09 4:17 p.m.•11 views

UBUNTU-CVE-2022-50659

In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - Fix PCI device refcount leak foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the reference count fo...

5.7AI score0.0027EPSS
SaveExploits0References12
Cvelist
Cvelist
•added 2025/12/09 1:29 a.m.•32 views

CVE-2022-50659 hwrng: geode - Fix PCI device refcount leak

In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - Fix PCI device refcount leak foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the reference count fo...

0.0027EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2025/12/08 12:00 a.m.•19 views

CVE-2022-50626

In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: fix memory leak in dvbusbadapterinit Syzbot reports a memory leak in "dvbusbadapterinit". The leak is due to not accounting for and freeing current iteration's adapter-priv in case of an error. Currently if an err...

5.7AI score0.00227EPSS
SaveExploits0References11
NVD
NVD
•added 2025/12/04 4:16 p.m.•7 views

CVE-2025-40262

In the Linux kernel, the following vulnerability has been resolved: Input: imxsckey - fix memory corruption on unload This is supposed to be "priv" but we accidentally pass "&priv" which is an address in the stack and so it will lead to memory corruption when the imxsckeyaction function is called...

7.8CVSS0.00144EPSS
SaveExploits0References8
EUVD
EUVD
•added 2025/12/04 4:08 p.m.•7 views

EUVD-2025-201195

In the Linux kernel, the following vulnerability has been resolved: Input: imxsckey - fix memory corruption on unload This is supposed to be "priv" but we accidentally pass "&priv" which is an address in the stack and so it will lead to memory corruption when the imxsckeyaction function is called...

6.1AI score0.00144EPSS
SaveExploits0References5
CVE
CVE
•added 2025/12/04 4:08 p.m.•40 views

CVE-2025-40262

CVE-2025-40262 applies to the Linux kernel, specifically the imx_sc_key_action() path in drivers/input/keyboard/imx_sc_key.c. The root cause is passing the address of a stack-allocated variable as &priv instead of the intended priv, which enables memory corruption when imx_sc_key_action() is invo...

7.8CVSS6.2AI score0.00144EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2025/12/04 4:08 p.m.•35 views

CVE-2025-40262 Input: imx_sc_key - fix memory corruption on unload

In the Linux kernel, the following vulnerability has been resolved: Input: imxsckey - fix memory corruption on unload This is supposed to be "priv" but we accidentally pass "&priv" which is an address in the stack and so it will lead to memory corruption when the imxsckeyaction function is called...

7.8CVSS0.00144EPSS
SaveExploits0References7
OSV
OSV
•added 2025/11/18 2:15 a.m.•10 views

CVE-2025-8693

A post-authentication command injection vulnerability in the "priv" parameter of Zyxel DX3300-T0 firmware version 5.50ABVY.6.3C0 and earlier could allow an authenticated attacker to execute operating system OS commands on an affected device...

8.8CVSS5.9AI score0.01073EPSS
SaveExploits0References1
NVD
NVD
•added 2025/11/18 2:15 a.m.•12 views

CVE-2025-8693

A post-authentication command injection vulnerability in the "priv" parameter of Zyxel DX3300-T0 firmware version 5.50ABVY.6.3C0 and earlier could allow an authenticated attacker to execute operating system OS commands on an affected device...

8.8CVSS0.01073EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
•added 2025/11/18 1:25 a.m.•5 views

CVE-2025-8693

A post-authentication command injection vulnerability in the "priv" parameter of Zyxel DX3300-T0 firmware version 5.50ABVY.6.3C0 and earlier could allow an authenticated attacker to execute operating system OS commands on an affected device...

8.8CVSS7.3AI score0.01073EPSS
SaveExploits0References1
Rows per page
Query Builder