Lucene search
+L

249899 matches found

SUSE CVE
SUSE CVE
added 2026/08/15 11:52 p.m.11 views

SUSE CVE-2026-74474

In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskbnetworkmaypull for transmit path header pulls In vxlanxmit, arpreduce, and vxlanmdbentryskbget, pskbmaypull was being called to verify the availability of network layer headers ARP, IPv6/ND, IP/IPv6 MDB keys...

9.8CVSS5.5AI score0.00442EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:52 p.m.7 views

SUSE CVE-2026-74475

In the Linux kernel, the following vulnerability has been resolved: vxlan: use neighhasnapshot in routeshortcircuit The neighbour hardware address n-ha can be updated asynchronously by the neighbour subsystem, protected by n-halock seqlock. Reading n-ha without holding the seqlock loop can lead t...

10CVSS5.5AI score0.00454EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:52 p.m.10 views

SUSE CVE-2026-74476

In the Linux kernel, the following vulnerability has been resolved: veth: convert fraglist skbs before running XDP A fraglist skb can reach veth with datalen set but nrfrags zero. vethconvertskbtoxdpbuff only converts skbs that are shared, locked, have frags, or do not have enough headroom. It...

9.1CVSS5.5AI score0.00457EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:52 p.m.11 views

SUSE CVE-2026-74477

In the Linux kernel, the following vulnerability has been resolved: uprobes: Fix NULL pointer dereference in hprobeexpire Forking a task that has a pending uretprobe can oops the kernel with a NULL pointer dereference in the clone path: BUG: kernel NULL pointer dereference, address:...

5.5AI score0.00166EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:52 p.m.9 views

SUSE CVE-2026-74478

In the Linux kernel, the following vulnerability has been resolved: um: vector: fix use-after-free in vectormmsgrx When vectormmsgrx discards a packet whose overlay header fails verifyheader, it frees the skb and continues the loop: if headercheck estats.rxencapserrors++; continue; The normal and...

9.8CVSS5.6AI score0.00573EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:52 p.m.9 views

SUSE CVE-2026-74479

In the Linux kernel, the following vulnerability has been resolved: net: pktgen: fix proc entry use-after-free pktgenchangename replaces pktdev-entry while holding t-iflock. pktgenremovedevice removes the same entry before remdevfromiflist takes that lock. This allows the following interleaving:...

7.8CVSS5.6AI score0.00124EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:52 p.m.9 views

SUSE CVE-2026-74480

In the Linux kernel, the following vulnerability has been resolved: net: bridge: stop fast-leave after deleting a port group brmulticastleavegroup iterates mp-ports with pp = &p-next in its fast-leave path. After brmulticastdelpg removes p, continuing the loop advances pp through the deleted entr...

9.8CVSS5.5AI score0.00514EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:52 p.m.9 views

SUSE CVE-2026-74482

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: unlock immaprwsem before releasing after-split folios foliosplit keeps dereferencing the mapping after the split: shmemunchargemapping-host and remappage while the folios are still frozen/locked, and...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:52 p.m.10 views

SUSE CVE-2026-74483

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: don't leak the user namespace when the mount fails bmgettree takes a reference to the user namespace and hands it to gettreekeyed as the sget key. sgetfc moves that reference into sb-sfsinfo and clears fc-sfsinfo, so...

5.5AI score0.00155EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:52 p.m.9 views

SUSE CVE-2026-74484

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: don't let an 'F' entry pin its own instance An entry registered with 'F' opens its interpreter at registration time and holds that file until the entry is freed. Any entry nobody removes by hand only gets closed once...

5.5AI score0.00168EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.8 views

SUSE CVE-2026-74485

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: reject a flag character as the field delimiter The registration string starts with a user chosen delimiter that separates the individual fields. So that the field parsers terminate even on a truncated string createent...

7.1CVSS5.8AI score0.00126EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.8 views

SUSE CVE-2026-74486

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: use exefiledenywriteaccess for the interpreter clone For MISCFMTOPENFILE entries loadmiscbinary clones the registered interpreter file and denies write access to the clone via plain denywriteaccess. The clone is...

5.5AI score0.00166EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.9 views

SUSE CVE-2026-74487

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: restore write access when removing an entry Registering an entry with the MISCFMTOPENFILE flag opens the interpreter via openexec which denies write access to it for as long as the entry exists. Removing the entry...

5.4AI score0.00166EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.12 views

SUSE CVE-2026-74489

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix tidtx use-after-free on BA session stop ieee80211stoptxbacb hands tidtx to kfreercu through ieee80211removetidtx, and then reads tidtx-ndp after dropping sta-lock: ieee80211removetidtxsta, tid; / kfreercutidtx...

8.8CVSS5.7AI score0.00218EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.9 views

SUSE CVE-2026-74490

In the Linux kernel, the following vulnerability has been resolved: tipc: avoid use-after-free in poll trace queue dumps TIPC socket tracepoints dump queue state through tipcskdump. Most queue-dump callsites already serialize that walk under the socket lock or sk-sklock.slock, but tipcpoll calls...

8.8CVSS5.4AI score0.00455EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.9 views

SUSE CVE-2026-74491

In the Linux kernel, the following vulnerability has been resolved: of/address: Fix NULL bus dereference in ofpcirangeparserone The bus matching rework made ofmatchbus return NULL for nodes with ranges/dma-ranges but no local address-cells. parserinit stored that NULL bus, and the range iterator...

5.3AI score0.00166EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.10 views

SUSE CVE-2026-74492

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: do not update comments from kernel-side hash adds mtyperesize copies comment pointers with memcpy, not the comment objects themselves. During the window after an entry has been copied but before the table swap a...

8.4CVSS5.4AI score0.00142EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.8 views

SUSE CVE-2026-74493

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix socket use-after-free during link group termination smclgrterminate drops connslock after finding a connection in lgr-connsall, but before taking a reference on its socket. The connection is embedded in the socket, a...

9.8CVSS5.6AI score0.005EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.10 views

SUSE CVE-2026-74494

In the Linux kernel, the following vulnerability has been resolved: ksmbd: reject repeated SMB2 NEGOTIATE requests Unauthenticated client can send multiple successful SMB2 NEGOTIATE requests on one connection before SESSIONSETUP. While the connection is in KSMBDSESSNEEDSETUP, smb2handlenegotiate...

5.5AI score0.00166EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.9 views

SUSE CVE-2026-74495

In the Linux kernel, the following vulnerability has been resolved: igbvf: Fix leak in TX DMA error cleanup If an error is encountered while mapping TX buffers, the driver should unmap any buffers already mapped for that skb. Because count is incremented before each frag mapping, it will always...

9.8CVSS5.4AI score0.00514EPSS
SaveExploits0References3
Rows per page
Query Builder