Lucene search
+L

3827 matches found

OSV
OSV
added 2025/10/07 3:21 p.m.6 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...

5.5CVSS6.2AI score0.00119EPSS
SaveExploits0References5
CVE
CVE
added 2025/10/07 3:21 p.m.22 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.14 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
CVE
CVE
added 2025/10/07 3:21 p.m.24 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
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.10 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
EUVD
EUVD
added 2025/10/07 3:21 p.m.6 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
OSV
OSV
added 2025/10/07 3:21 p.m.6 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...

7.1CVSS5.2AI score0.00139EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.7 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
Cvelist
Cvelist
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...

0.00184EPSS
SaveExploits0References4
CVE
CVE
added 2025/10/07 3:19 p.m.21 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
OSV
OSV
added 2025/10/07 3:19 p.m.5 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...

5.5CVSS6.5AI score0.00184EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.5 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
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.20 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.12 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.11 views

EUVD-2015-7887

Malware in sbrugna...

5CVSS6.4AI score0.01808EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.6 views

EUVD-2019-13984

Malware in sbrugna...

4.3CVSS4.8AI score0.0134EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2016-0406

Malware in sbrugna...

5.5CVSS5.5AI score0.00343EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2019-1039

Malware in sbrugna...

7.5CVSS7.6AI score0.01754EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.6 views

EUVD-2013-3210

Malware in sbrugna...

2.1CVSS6.4AI score0.00336EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2016-6852

Malware in sbrugna...

4.7CVSS4.9AI score0.00296EPSS
SaveExploits0References3
Rows per page
Query Builder