Lucene search
+L

455 matches found

OSV
OSV
•added 2026/09/25 11:17 a.m.•4 views

AZL-104622 CVE-2026-98086 affecting package kernel 6.6.157.1-1

In the Linux kernel, the following vulnerability has been resolved: ALSA: ump: do not touch legacyrmidi before it exists sndumpparseendpoint sets ump-parsed on every exit, including error, before the caller attaches the legacy rawmidi device. umphandleepnamemsg then treats parsed as "legacyrmidi ...

5.8AI score0.002EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/25 11:17 a.m.•5 views

AZL-104391 CVE-2026-98064 affecting package kernel 6.6.157.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NULL-ptr-deref when showing a void BTF type btfmodifiershow resolves the modifier and then calls btftypeopst-show unconditionally. For the void type typeid 0, BTFKINDUNKN kindops has no entry, so -show is NULL. A "const...

5.8AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/25 11:17 a.m.•3 views

AZL-104492 CVE-2026-98063 affecting package kernel 6.6.157.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NULL-ptr-deref in btfvarshow btfvarshow calls btftypeidresolve unconditionally, which dereferences btf-resolvedids. That is NULL for a base BTF - e.g. the vmlinux BTF that bpfsnprintfbtf renders against - since base BTF ...

5.7AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/25 11:17 a.m.•6 views

DEBIAN-CVE-2026-98064

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NULL-ptr-deref when showing a void BTF type btfmodifiershow resolves the modifier and then calls btftypeopst-show unconditionally. For the void type typeid 0, BTFKINDUNKN kindops has no entry, so -show is NULL. A "const...

5.9AI score0.00168EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/25 11:17 a.m.•10 views

CVE-2026-98064

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NULL-ptr-deref when showing a void BTF type btfmodifiershow resolves the modifier and then calls btftypeopst-show unconditionally. For the void type typeid 0, BTFKINDUNKN kindops has no entry, so -show is NULL. A "const...

0.00168EPSS
SaveExploits0References4
NVD
NVD
•added 2026/09/25 11:17 a.m.•8 views

CVE-2026-97989

In the Linux kernel, the following vulnerability has been resolved: vduse: validate virtqueue alignment vdusevalidateconfig only checks the upper bound of vqalign. Invalid values can therefore reach vringcreatevirtqueuemap. The split-ring helpers use align - 1 as a bit mask, so the alignment must...

0.00155EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/25 11:17 a.m.•3 views

AZL-104751 CVE-2026-97989 affecting package kernel 6.6.157.1-1

In the Linux kernel, the following vulnerability has been resolved: vduse: validate virtqueue alignment vdusevalidateconfig only checks the upper bound of vqalign. Invalid values can therefore reach vringcreatevirtqueuemap. The split-ring helpers use align - 1 as a bit mask, so the alignment must...

6AI score0.00155EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/25 10:36 a.m.•4 views

CVE-2026-98119 netfs: break unbuffered write when netfs_alloc_subrequest() fails

In the Linux kernel, the following vulnerability has been resolved: netfs: break unbuffered write when netfsallocsubrequest fails syzbot reported a null-ptr-deref below 1 following a fault injection in netfsallocsubrequest. 0 When netfsallocsubrequest fails, subreq is NULL. Later, netfspreparewri...

5.8AI score
SaveExploits0References6
CVE
CVE
•added 2026/09/25 10:36 a.m.•11 views

CVE-2026-98119

A null-pointer dereference vulnerability exists in the Linux kernel 's netfs component. When netfs_alloc_subrequest() fails during an unbuffered write, it returns a NULL subrequest. The system subsequently attempts to initialize members of this NULL pointer within netfs_prepare_write() , leading ...

5.8AI score0.00178EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/25 10:36 a.m.•7 views

EUVD-2026-86950

In the Linux kernel, the following vulnerability has been resolved: netfs: break unbuffered write when netfsallocsubrequest fails syzbot reported a null-ptr-deref below 1 following a fault injection in netfsallocsubrequest. 0 When netfsallocsubrequest fails, subreq is NULL. Later, netfspreparewri...

5.8AI score0.00178EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/25 10:24 a.m.•7 views

EUVD-2026-86916

In the Linux kernel, the following vulnerability has been resolved: ALSA: ump: do not touch legacyrmidi before it exists sndumpparseendpoint sets ump-parsed on every exit, including error, before the caller attaches the legacy rawmidi device. umphandleepnamemsg then treats parsed as "legacyrmidi ...

5.8AI score0.002EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:24 a.m.•16 views

CVE-2026-98086

The Linux kernel contains a vulnerability in the ALSA subsystem related to the UMP component. The function snd_ump_parse_endpoint() incorrectly sets ump->parsed on every exit, including errors, before the legacy rawmidi device is attached. Consequently, ump_handle_ep_name_msg() may treat parse...

5.8AI score0.002EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:24 a.m.•7 views

EUVD-2026-86716

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NULL-ptr-deref in btfvarshow btfvarshow calls btftypeidresolve unconditionally, which dereferences btf-resolvedids. That is NULL for a base BTF - e.g. the vmlinux BTF that bpfsnprintfbtf renders against - since base BTF ...

5.7AI score0.00168EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/25 10:24 a.m.•5 views

CVE-2026-98063

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NULL-ptr-deref in btfvarshow btfvarshow calls btftypeidresolve unconditionally, which dereferences btf-resolvedids. That is NULL for a base BTF - e.g. the vmlinux BTF that bpfsnprintfbtf renders against - since base BTF ...

5.8AI score0.00168EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/25 10:24 a.m.•6 views

EUVD-2026-86717

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NULL-ptr-deref when showing a void BTF type btfmodifiershow resolves the modifier and then calls btftypeopst-show unconditionally. For the void type typeid 0, BTFKINDUNKN kindops has no entry, so -show is NULL. A "const...

5.8AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:24 a.m.•13 views

CVE-2026-98063

The Linux kernel contains a NULL pointer dereference vulnerability in the btf_var_show() function. The issue occurs because btf_var_show() unconditionally calls btf_type_id_resolve() , which dereferences btf->resolved_ids . This pointer is NULL for base BTF structures, such as the vmlinux BTF ...

5.7AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/25 10:24 a.m.•4 views

CVE-2026-98064 bpf: Fix NULL-ptr-deref when showing a void BTF type

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NULL-ptr-deref when showing a void BTF type btfmodifiershow resolves the modifier and then calls btftypeopst-show unconditionally. For the void type typeid 0, BTFKINDUNKN kindops has no entry, so -show is NULL. A "const...

5.8AI score
SaveExploits0References7
Debian CVE
Debian CVE
•added 2026/09/25 10:24 a.m.•5 views

CVE-2026-98064

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NULL-ptr-deref when showing a void BTF type btfmodifiershow resolves the modifier and then calls btftypeopst-show unconditionally. For the void type typeid 0, BTFKINDUNKN kindops has no entry, so -show is NULL. A "const...

5.9AI score0.00168EPSS
SaveExploits0
CVE
CVE
•added 2026/09/25 10:24 a.m.•9 views

CVE-2026-98064

The Linux kernel contains a NULL-pointer dereference vulnerability within the BPF subsystem. The issue occurs in btf_modifier_show() when it attempts to call the show() operation on a void type (type_id 0, BTF_KIND_UNKN). Because the kind_ops[] array lacks an entry for this type, the pointer is N...

5.8AI score0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/25 10:24 a.m.•31 views

CVE-2026-98064 bpf: Fix NULL-ptr-deref when showing a void BTF type

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NULL-ptr-deref when showing a void BTF type btfmodifiershow resolves the modifier and then calls btftypeopst-show unconditionally. For the void type typeid 0, BTFKINDUNKN kindops has no entry, so -show is NULL. A "const...

0.00168EPSS
SaveExploits0References4
Rows per page
Query Builder