Lucene search
+L

35234 matches found

OSV
OSV
added 2025/10/02 7:10 p.m.30 views

CLSA-2025-1759432250 kernel: Fix of 36 CVEs

ASoC: topology: Clean up route loading CVE-2024-41069 - ASoC: topology: Fix references to freed memory CVE-2024-41069 - drm/dpmst: Fix MST sideband message body length check CVE-2024-56616 - Bluetooth: L2CAP: Fix not validating setsockopt user input CVE-2024-35965 - Bluetooth: L2CAP:...

9.8CVSS7.3AI score0.0788EPSS
SaveExploits16References1
RedhatCVE
RedhatCVE
added 2025/10/02 11:13 a.m.7 views

CVE-2025-39900

In the Linux kernel, the following vulnerability has been resolved: netsched: genestimator: fix esttimer vs CONFIGPREEMPTRT=y syzbot reported a WARNING in esttimer 1 Problem here is that with CONFIGPREEMPTRT=y, timer callbacks can be preempted. Adopt preemptdisablenested/preemptenablenested to fi...

7CVSS5.8AI score0.00143EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/10/02 10:48 a.m.14 views

CVE-2025-39915

In the Linux kernel, the following vulnerability has been resolved: net: phy: transfer phyconfiginband locking responsibility to phylink Problem description =================== Lockdep reports a possible circular locking dependency AB/BA between &pl-;statemutex and &phy-;lock, as follows...

7CVSS5.4AI score0.001EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/10/02 10:07 a.m.6 views

kernel: net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too

In the Linux kernel, the following vulnerability has been resolved: netsched: hfsc: Fix a potential UAF in hfscdequeue too Similarly to the previous patch, we need to safe guard hfscdequeue too. But for this one, we don't have a reliable reproducer...

7.8CVSS6.5AI score0.00203EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/10/02 10:07 a.m.9 views

kernel: xfrm: interface: fix use-after-free after changing collect_md xfrm interface

In the Linux kernel, the following vulnerability has been resolved: xfrm: interface: fix use-after-free after changing collectmd xfrm interface collectmd property on xfrm interfaces can only be set on device creation, thus xfrmichangelink should fail when called on such interfaces. The check to...

7.8CVSS6.7AI score0.00154EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2025/10/02 1:06 a.m.6 views

net: hns3: fix kernel crash when devlink reload during pf initialization

...

5.5CVSS7AI score0.00222EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/10/02 1:04 a.m.9 views

net/mlx5e: Avoid field-overflowing memcpy()

...

7.8CVSS7AI score0.00607EPSS
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/10/02 12:00 a.m.8 views

TLoRa: Implementing TLS over LoRa for Secure HTTP Communication in IoT

We present TLoRa, an end-to-end architecture for HTTPS communication over LoRa by integrating TCP tunneling and a complete TLS 1.3 handshake. It enables a seamless and secure communication channel between WiFi-enabled end devices and the Internet over LoRa using an End Hub EH and a Net Relay NR...

6.9AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/10/01 11:30 p.m.12 views

SUSE CVE-2023-53499

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix error unwinding of XDP initialization When initializing XDP in virtnetopen, some rq xdp initialization may hit an error causing net device open failed. However, previous rqs have already initialized XDP and enabled...

5.5CVSS6.5AI score0.00156EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/10/01 11:23 p.m.8 views

SUSE CVE-2025-39900

In the Linux kernel, the following vulnerability has been resolved: netsched: genestimator: fix esttimer vs CONFIGPREEMPTRT=y syzbot reported a WARNING in esttimer 1 Problem here is that with CONFIGPREEMPTRT=y, timer callbacks can be preempted. Adopt preemptdisablenested/preemptenablenested to fi...

5.5CVSS6.5AI score0.00143EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2025/10/01 11:23 p.m.7 views

SUSE CVE-2025-39908

In the Linux kernel, the following vulnerability has been resolved: net: devioctl: take ops lock in hwtstamp lower paths ndo hwtstamp callbacks are expected to run under the per-device ops lock. Make the lower get/set paths consistent with the rest of ndo invocations. Kernel log: WARNING: CPU: 13...

7.8CVSS6.4AI score0.00134EPSS
SaveExploits0References3
NVD
NVD
added 2025/10/01 12:15 p.m.7 views

CVE-2023-53499

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix error unwinding of XDP initialization When initializing XDP in virtnetopen, some rq xdp initialization may hit an error causing net device open failed. However, previous rqs have already initialized XDP and enabled...

7CVSS0.00156EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/01 12:15 p.m.9 views

UBUNTU-CVE-2023-53463

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Do not reset dql stats on NONFATAL err All ibmvnic resets, make a call to netdevtxresetqueue when re-opening the device. netdevtxresetqueue resets the numqueued and numcompleted byte counters. These stats are used in Byt...

7.5CVSS5.7AI score0.00356EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/01 12:15 p.m.15 views

UBUNTU-CVE-2022-50441

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Lag, fix failure to cancel delayed bond work Commit 0d4e8ed139d8 "net/mlx5: Lag, avoid lockdep warnings" accidentally removed a call to cancel delayed bond work thus it may cause queued delay to expire and fall on an...

5.5CVSS5.7AI score0.00154EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/01 12:15 p.m.9 views

UBUNTU-CVE-2022-50461

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix PM runtime leakage in am65cpswnussndoslaveopen Ensure pmruntimeput is issued in error path...

5.5CVSS5.7AI score0.00154EPSS
SaveExploits0References6
CVE
CVE
added 2025/10/01 11:45 a.m.40 views

CVE-2023-53499

The CVE-2023-53499 vulnerability stems from virtio_net XDP initialization handling in virtnet_open(): an error during rq XDP init could leave previously initialized XDP and NAPI enabled, causing leaks during error unwinding. The fix rolls back prior rq initialization on error, and extracts/uses h...

7CVSS6.1AI score0.00156EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/10/01 11:45 a.m.8 views

CVE-2023-53499 virtio_net: Fix error unwinding of XDP initialization

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix error unwinding of XDP initialization When initializing XDP in virtnetopen, some rq xdp initialization may hit an error causing net device open failed. However, previous rqs have already initialized XDP and enabled...

7CVSS6.5AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.14 views

CVE-2023-53462 hsr: Fix uninit-value access in fill_frame_info()

In the Linux kernel, the following vulnerability has been resolved: hsr: Fix uninit-value access in fillframeinfo Syzbot reports the following uninit-value access problem. ===================================================== BUG: KMSAN: uninit-value in fillframeinfo net/hsr/hsrforward.c:601 inli...

7.1CVSS0.00227EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.22 views

CVE-2022-50441 net/mlx5: Lag, fix failure to cancel delayed bond work

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Lag, fix failure to cancel delayed bond work Commit 0d4e8ed139d8 "net/mlx5: Lag, avoid lockdep warnings" accidentally removed a call to cancel delayed bond work thus it may cause queued delay to expire and fall on an...

0.00154EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/01 11:42 a.m.38 views

CVE-2022-50441

CVE-2022-50441 details (Linux kernel, net/mlx5): A bug introduced by commit 0d4e8ed139d8 removed a call to cancel_delayed_work_sync(), which could cause a queued delay to expire on an already destroyed workqueue, potentially leading to a kernel NULL pointer dereference. The fix restores cancel_de...

5.5CVSS6AI score0.00154EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder