Lucene search
+L

419 matches found

OSV
OSV
added 2025/12/24 10:56 a.m.9 views

CVE-2023-54038 Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no link

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: return ERRPTR instead of NULL when there is no link hciconnectsco currently returns NULL when there is no link i.e. when hciconnlink returns NULL. scoconnect expects an ERRPTR in case of any error see line 266...

6.2AI score
SaveExploits0References5
CVE
CVE
added 2025/12/24 10:56 a.m.16 views

CVE-2023-54038

The CVE-2023-54038 issue affects the Linux kernel Bluetooth HCI path. The root cause is that hci_connect_sco() (and similarly hci_connect_cis()) returned NULL on error, causing sco_conn_add() to dereference hcon->hdev and crash. The fix switches to returning an ERR_PTR on error for both hci_co...

6AI score0.00158EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/24 10:56 a.m.41 views

CVE-2023-54038 Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no link

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: return ERRPTR instead of NULL when there is no link hciconnectsco currently returns NULL when there is no link i.e. when hciconnlink returns NULL. scoconnect expects an ERRPTR in case of any error see line 266...

0.00158EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.7 views

PT-2025-52995

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel's Bluetooth implementation within the hci conn component. Specifically, the hci connect sco and hci connect cis functions were returning NULL when a lin...

6.2AI score0.00158EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/17 12:25 a.m.6 views

SUSE CVE-2025-68187

In the Linux kernel, the following vulnerability has been resolved: net: mdio: Check regmap pointer returned by devicenodetoregmap The call to devicenodetoregmap in airohamdioprobe can return an ERRPTR if regmap initialization fails. Currently, the driver stores the pointer without validation,...

6.6AI score0.00165EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/16 1:43 p.m.8 views

CVE-2025-68187 net: mdio: Check regmap pointer returned by device_node_to_regmap()

In the Linux kernel, the following vulnerability has been resolved: net: mdio: Check regmap pointer returned by devicenodetoregmap The call to devicenodetoregmap in airohamdioprobe can return an ERRPTR if regmap initialization fails. Currently, the driver stores the pointer without validation,...

6.5AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/12/10 8:34 a.m.5 views

CVE-2023-53807

In the Linux kernel, the following vulnerability has been resolved: clk: clocking-wizard: Fix Oops in clkwzrdregisterdivider Smatch detected this potential error pointer dereference clkwzrdregisterdivider. If devmclkhwregister fails then it sets "hw" to an error pointer and then dereferences it o...

5.8AI score0.00166EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/10 12:35 a.m.5 views

SUSE CVE-2023-53807

In the Linux kernel, the following vulnerability has been resolved: clk: clocking-wizard: Fix Oops in clkwzrdregisterdivider Smatch detected this potential error pointer dereference clkwzrdregisterdivider. If devmclkhwregister fails then it sets "hw" to an error pointer and then dereferences it o...

5.5CVSS6.5AI score0.00166EPSS
SaveExploits0References17
NVD
NVD
added 2025/12/09 1:16 a.m.9 views

CVE-2023-53807

In the Linux kernel, the following vulnerability has been resolved: clk: clocking-wizard: Fix Oops in clkwzrdregisterdivider Smatch detected this potential error pointer dereference clkwzrdregisterdivider. If devmclkhwregister fails then it sets "hw" to an error pointer and then dereferences it o...

0.00166EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/09 1:16 a.m.2 views

DEBIAN-CVE-2023-53807

In the Linux kernel, the following vulnerability has been resolved: clk: clocking-wizard: Fix Oops in clkwzrdregisterdivider Smatch detected this potential error pointer dereference clkwzrdregisterdivider. If devmclkhwregister fails then it sets "hw" to an error pointer and then dereferences it o...

5.2AI score0.00166EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/09 1:16 a.m.5 views

UBUNTU-CVE-2023-53807

In the Linux kernel, the following vulnerability has been resolved: clk: clocking-wizard: Fix Oops in clkwzrdregisterdivider Smatch detected this potential error pointer dereference clkwzrdregisterdivider. If devmclkhwregister fails then it sets "hw" to an error pointer and then dereferences it o...

5.7AI score0.00166EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/09 12:1 a.m.6 views

CVE-2023-53807 clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider()

In the Linux kernel, the following vulnerability has been resolved: clk: clocking-wizard: Fix Oops in clkwzrdregisterdivider Smatch detected this potential error pointer dereference clkwzrdregisterdivider. If devmclkhwregister fails then it sets "hw" to an error pointer and then dereferences it o...

6.4AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/09 12:1 a.m.5 views

CVE-2023-53807

In the Linux kernel, the following vulnerability has been resolved: clk: clocking-wizard: Fix Oops in clkwzrdregisterdivider Smatch detected this potential error pointer dereference clkwzrdregisterdivider. If devmclkhwregister fails then it sets "hw" to an error pointer and then dereferences it o...

5.2AI score0.00166EPSS
SaveExploits0
CVE
CVE
added 2025/12/09 12:1 a.m.32 views

CVE-2023-53807

CVE-2023-53807—Linux kernel clocking-wizard (clk_wzrd_register_divider) : Smatch found a potential NULL/error-pointer dereference when devm_clk_hw_register() fails and the code dereferences the error pointer. The fix returns the error directly to prevent a dereference of an invalid pointer. This ...

6.1AI score0.00166EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.5 views

PT-2025-49667

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue was identified in the Linux kernel related to clocking-wizard functionality. Specifically, a potential error pointer dereference exists within the clk wzrd register divider...

5.9AI score0.00166EPSS
SaveExploits0
OSV
OSV
added 2025/11/25 6:51 p.m.3 views

SUSE-SU-2025:21052-1 Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and 6.1 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2025-38008: mm/pagealloc: fix race condition in unaccepted memory handling bsc1244939. - CVE-2025-38539: trace/fgraph: Fix the warning caused by...

9.8CVSS6.5AI score0.08942EPSS
SaveExploits3References406
SUSE CVE
SUSE CVE
added 2025/11/14 12:24 a.m.8 views

SUSE CVE-2025-40156

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: mtk-cci: Fix potential error pointer dereference in probe The drv-sramreg pointer could be set to ERRPTR-EPROBEDEFER which would lead to a error pointer dereference. Use ISERRORNULL to check that the pointer is vali...

5.5CVSS6.4AI score0.00183EPSS
SaveExploits0References20
RedhatCVE
RedhatCVE
added 2025/11/13 4:44 p.m.6 views

CVE-2025-40156

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: mtk-cci: Fix potential error pointer dereference in probe The drv-sramreg pointer could be set to ERRPTR-EPROBEDEFER which would lead to a error pointer dereference. Use ISERRORNULL to check that the pointer is vali...

5.5AI score0.00183EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/11/13 1:37 p.m.5 views

CVE-2025-40116

In the Linux kernel, the following vulnerability has been resolved: usb: host: max3421-hcd: Fix error pointer dereference in probe cleanup The kthreadrun function returns error pointers so the max3421hcd-spithread pointer can be either error pointers or NULL. Check for both before dereferencing i...

5.9AI score0.00207EPSS
SaveExploits0References4
NVD
NVD
added 2025/11/12 11:15 a.m.8 views

CVE-2025-40156

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: mtk-cci: Fix potential error pointer dereference in probe The drv-sramreg pointer could be set to ERRPTR-EPROBEDEFER which would lead to a error pointer dereference. Use ISERRORNULL to check that the pointer is vali...

0.00183EPSS
SaveExploits0References5
Rows per page
Query Builder