Lucene search
+L

132093 matches found

SUSE CVE
SUSE CVE
added 2026/08/15 11:52 p.m.13 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.00126EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/15 11:52 p.m.13 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.0056EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:52 p.m.14 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
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.13 views

SUSE CVE-2026-74488

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: use the subframe length when parsing A-MSDU TDLS frames mwifiex11ndispatchamsdupkt splits an A-MSDU with ieee80211amsduto8023s and walks the resulting subframes. For each subframe it passes the subframe data pointe...

8.8CVSS5.8AI score0.00255EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.20 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
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.13 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
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.14 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
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.12 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
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.13 views

SUSE CVE-2026-74501

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix use-after-free in umptoendpoint createmidi2ump registers a card-owned sndumpendpoint and stores a back-pointer to its per-interface sndusbmidi2ump object in ump-privatedata, but it never installs an...

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

SUSE CVE-2026-74503

In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: Clear SNDRVTIMERIFLGDEAD once the close completes sndtimercloselocked marks an instance with SNDRVTIMERIFLGDEAD and returns early when the flag is already set, but the flag is never cleared again. A completed close...

7.8CVSS5.5AI score0.00129EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.12 views

SUSE CVE-2026-74505

In the Linux kernel, the following vulnerability has been resolved: ALSA: 6fire: Fix UAF at error handling during probe Although 6fire driver had a few fixes for dealing with the early error handling during the probe phase, it forgot a pending URB before freeing the resources, which may lead to a...

5.4AI score0.00177EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.14 views

SUSE CVE-2026-74506

In the Linux kernel, the following vulnerability has been resolved: afs: Fix UAF when sending a message In afsmakecall, there's a race with async call reception and destruction. If a call is dispatched that doesn't have call-writeiter set used to specify the data content for FS.StoreData, then th...

7.8CVSS5.6AI score0.00124EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.14 views

SUSE CVE-2026-74509

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Fix advertising data UAFs hcifindadvinstance returns an advinfo pointer that is valid only while hdev-lock is held. The advertising command-sync paths perform instance lookups without that lock and, in some...

8.8CVSS5.6AI score0.00249EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.12 views

SUSE CVE-2026-74510

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: mgmt: fix UAF in pair command cancellation The pairing completion and authentication failure callbacks look up the pending MGMTOPPAIRDEVICE command by walking hdev-mgmtpending. The lookup returned a command that was...

7.8CVSS5.6AI score0.00139EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.16 views

SUSE CVE-2026-74511

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score0.00125EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.11 views

SUSE CVE-2026-74512

In the Linux kernel, the following vulnerability has been resolved: audit: fix potential use-after-free in auditdelrule auditdelrule destroys e-rule.exe via auditremovemarkrule before unlinking the rule from RCU-visible filter lists and waiting for a grace period. Concurrent readers in auditfilte...

7.8CVSS5.6AI score0.00126EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.14 views

SUSE CVE-2026-74513

In the Linux kernel, the following vulnerability has been resolved: dibs: fix use-after-free of dmbnode in loopback attach/detach/unregister dibsloattachdmb, dibslodetachdmb and dibslounregisterdmb look up the dmbnode under dmbhtlock, drop the lock and only then operate on the node's refcount...

7.8CVSS5.7AI score0.00124EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.12 views

SUSE CVE-2026-74517

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Cancel delayed I/O APIC EOI handling before destroying vCPUs Cancel and flush the I/O APIC's delayed EOI handling work during the "pre VM destroy" phase, before vCPUs are destroyed, as processing the EOI broadcast will...

9.3CVSS5.5AI score0.00138EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.12 views

SUSE CVE-2026-74518

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix list corruption in allocatefileregionentries allocatefileregionentries tops up resv-regioncache with freshly allocated fileregion descriptors. The allocation uses GFPKERNEL, so resv-lock is dropped around it: the...

7.8CVSS5.6AI score0.00126EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:51 p.m.11 views

SUSE CVE-2026-74522

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in closefiletableids A ksmbdfile can remain alive after logical close while another session holds a temporary reference obtained through ksmbdlookupfdinode. ksmbdclosefd currently marks the file closed a...

8.8CVSS5.5AI score0.00435EPSS
SaveExploits0References3
Rows per page
Query Builder