Lucene search
+L

3930 matches found

CVE
CVE
added 2025/10/07 3:21 p.m.25 views

CVE-2023-53686

CVE-2023-53686: Linux kernel vulnerability in net/handshake/netlink.c fix null-ptr-deref in handshake_nl_done_doit(); ensures trace_handshake_cmd_done_err() is not called if socket lookup fails and is invoked before releasing the file to avoid dereferencing sock->sk. Affects kernel networking ...

5.5CVSS5.8AI score0.00119EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.17 views

CVE-2023-53686 net/handshake: fix null-ptr-deref in handshake_nl_done_doit()

In the Linux kernel, the following vulnerability has been resolved: net/handshake: fix null-ptr-deref in handshakenldonedoit We should not call tracehandshakecmddoneerr if socket lookup has failed. Also we should call tracehandshakecmddoneerr before releasing the file, otherwise dereferencing...

0.00119EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 3:21 p.m.8 views

EUVD-2025-32731

In the Linux kernel, the following vulnerability has been resolved: net/handshake: fix null-ptr-deref in handshakenldonedoit We should not call tracehandshakecmddoneerr if socket lookup has failed. Also we should call tracehandshakecmddoneerr before releasing the file, otherwise dereferencing...

5.7AI score0.00119EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/07 3:21 p.m.7 views

CVE-2023-53686 net/handshake: fix null-ptr-deref in handshake_nl_done_doit()

In the Linux kernel, the following vulnerability has been resolved: net/handshake: fix null-ptr-deref in handshakenldonedoit We should not call tracehandshakecmddoneerr if socket lookup has failed. Also we should call tracehandshakecmddoneerr before releasing the file, otherwise dereferencing...

6.2AI score
SaveExploits0References5
OSV
OSV
added 2025/10/07 3:21 p.m.7 views

CVE-2023-53668 ring-buffer: Fix deadloop issue on reading trace_pipe

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix deadloop issue on reading tracepipe Soft lockup occurs when reading file 'tracepipe': watchdog: BUG: soft lockup - CPU6 stuck for 22s! cat:4488 ... RIP: 0010:ringbufferemptycpu+0xed/0x170 RSP: 0018:ffff88810dd6fc...

5.2AI score
SaveExploits0References11
EUVD
EUVD
added 2025/10/07 3:21 p.m.7 views

EUVD-2025-32744

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix deadloop issue on reading tracepipe Soft lockup occurs when reading file 'tracepipe': watchdog: BUG: soft lockup - CPU6 stuck for 22s! cat:4488 ... RIP: 0010:ringbufferemptycpu+0xed/0x170 RSP: 0018:ffff88810dd6fc...

6.3AI score0.00139EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.14 views

CVE-2023-53668 ring-buffer: Fix deadloop issue on reading trace_pipe

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix deadloop issue on reading tracepipe Soft lockup occurs when reading file 'tracepipe': watchdog: BUG: soft lockup - CPU6 stuck for 22s! cat:4488 ... RIP: 0010:ringbufferemptycpu+0xed/0x170 RSP: 0018:ffff88810dd6fc...

0.00139EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.12 views

CVE-2023-53668

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix deadloop issue on reading tracepipe Soft lockup occurs when reading file 'tracepipe': watchdog: BUG: soft lockup - CPU6 stuck for 22s! cat:4488 ... RIP: 0010:ringbufferemptycpu+0xed/0x170 RSP: 0018:ffff88810dd6fc...

7.1CVSS5.8AI score0.00139EPSS
SaveExploits0
CVE
CVE
added 2025/10/07 3:21 p.m.33 views

CVE-2023-53668

CVE-2023-53668 affects the Linux kernel ring-buffer subsystem used by tracing_read_pipe/trace_pipe. The issue is a deadloop where a non-empty buffer cannot be read because rb_num_of_entries() == 0, leading to endless waiting when user-space buffers aren’t filled. Root cause: when the ringbuffer i...

7.1CVSS6.4AI score0.00139EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/10/07 3:19 p.m.7 views

CVE-2023-53649 perf trace: Really free the evsel->priv area

In the Linux kernel, the following vulnerability has been resolved: perf trace: Really free the evsel-priv area In 3cb4d5e00e037c70 "perf trace: Free syscall tp fields in evsel-priv" it only was freeing if strcmpevsel-tpformat-system, "syscalls" returned zero, while the corresponding initializati...

6.5AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.8 views

CVE-2023-53649

In the Linux kernel, the following vulnerability has been resolved: perf trace: Really free the evsel-priv area In 3cb4d5e00e037c70 "perf trace: Free syscall tp fields in evsel-priv" it only was freeing if strcmpevsel-tpformat-system, "syscalls" returned zero, while the corresponding initializati...

5.5CVSS5.4AI score0.00184EPSS
SaveExploits0
CVE
CVE
added 2025/10/07 3:19 p.m.26 views

CVE-2023-53649

CVE-2023-53649 concerns a memory-leak in the Linux kernel related to perf trace. The described fix corrects how the evsel->priv area is freed: previously, freeing occurred only when evsel->tp_format->system compared to 'syscalls' yielded zero, but evsel->priv could be non-zero in othe...

5.5CVSS6.1AI score0.00184EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.11 views

CVE-2023-53649 perf trace: Really free the evsel->priv area

In the Linux kernel, the following vulnerability has been resolved: perf trace: Really free the evsel-priv area In 3cb4d5e00e037c70 "perf trace: Free syscall tp fields in evsel-priv" it only was freeing if strcmpevsel-tpformat-system, "syscalls" returned zero, while the corresponding initializati...

0.00184EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.23 views

CVE-2023-53632 net/mlx5e: Take RTNL lock when needed before calling xdp_set_features()

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Take RTNL lock when needed before calling xdpsetfeatures Hold RTNL lock when calling xdpsetfeatures with a registered netdev, as the call triggers the netdev notifiers. This could happen when switching from uplink rep ...

0.00168EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.14 views

CVE-2023-53618

In the Linux kernel, the following vulnerability has been resolved: btrfs: reject invalid reloc tree root keys with stack dump BUG Syzbot reported a crash that an ASSERT got triggered inside preparetomerge. That ASSERT makes sure the reloc tree is properly pointed back by its subvolume tree. CAUS...

5.5CVSS5.3AI score0.00186EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/07 12:30 a.m.13 views

EUVD-2016-4665

Malware in sbrugna...

5.5CVSS5.6AI score0.00375EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2011-0071

Malware in sbrugna...

7.2CVSS6.1AI score0.03796EPSS
SaveExploits7References13
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2008-7209

Malware in sbrugna...

4.3CVSS6.3AI score0.02093EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2020-28369

Malware in sbrugna...

9CVSS7AI score0.04418EPSS
SaveExploits1References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2019-14048

Malware in sbrugna...

5.3CVSS5.7AI score0.01596EPSS
SaveExploits0References3
Rows per page
Query Builder