Lucene search
+L

147971 matches found

UbuntuCve
UbuntuCve
โ€ขadded 2026/08/15 1:17 p.m.โ€ข13 views

CVE-2026-74520

In the Linux kernel, the following vulnerability has been resolved: iommu/iommufd: Fix IOPF group ownership UAF iopfgroupalloc links each last-page IOPF group into the generic IOPF pending list before invoking the domain fault handler. iommufdfaultiopfhandler also queued an accepted group in the...

8.8CVSS5.5AI score0.00127EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
โ€ขadded 2026/08/15 1:17 p.m.โ€ข10 views

CVE-2026-74511

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

5.6AI score0.00125EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
โ€ขadded 2026/08/15 1:17 p.m.โ€ข14 views

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
SaveExploits0References7
UbuntuCve
UbuntuCve
โ€ขadded 2026/08/15 1:17 p.m.โ€ข13 views

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
SaveExploits0References7
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข14 views

UBUNTU-CVE-2026-74534

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix refcounting of isoconn isoconndel and isochandel have a race that results to double-put of isoconn: Task hdev-workqueue Task 2 isoconndel isochandel isoconnholdunlesszero isoconnlock isoconnlock conn-sk = NULL...

8.8CVSS5.4AI score0.00239EPSS
SaveExploits0References6
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข11 views

UBUNTU-CVE-2026-74530

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: hold conn in hciconnectbigsync callback There is theoretical UAF if the conn is freed while the hcisync task is running. Hold refcount to avoid that. Handle NULL hcon, return 0 + do nothing to match the previo...

8.8CVSS5.3AI score0.00218EPSS
SaveExploits0References5
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข12 views

UBUNTU-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.2AI score0.00435EPSS
SaveExploits0References8
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข10 views

UBUNTU-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
SaveExploits0References6
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข9 views

UBUNTU-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.4AI score0.0056EPSS
SaveExploits0References8
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข18 views

UBUNTU-CVE-2026-74465

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix potential UAF on meter attach failure While attaching a newly created meter attachmeter function makes the new meter visible to other CPUs but can still fail afterwards. On failure, it detaches the meter bac...

7.8CVSS5.5AI score0.00126EPSS
SaveExploits0References8
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข10 views

UBUNTU-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.4AI score0.00138EPSS
SaveExploits0References5
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข16 views

UBUNTU-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.5AI score0.00124EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
โ€ขadded 2026/08/15 1:17 p.m.โ€ข8 views

CVE-2026-74528

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: hold conn in hcipastsync callback Avoids giving freed pointers to hciconnvalid, which kmalloc may have reused. Hold refcount to avoid that...

8CVSS5.4AI score0.0023EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
โ€ขadded 2026/08/15 1:17 p.m.โ€ข9 views

CVE-2026-74533

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix race of kfree vs krefgetunlesszero hciconn::isodata is accessed and modified without lock or RCU. This leads to a race Task hdev-workqueue Task 2 isorecv isoconnputconn conn = LOAD hcon-isodata isoconnfreeconn...

8.8CVSS5.4AI score0.00218EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
โ€ขadded 2026/08/15 1:17 p.m.โ€ข12 views

CVE-2026-74534

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix refcounting of isoconn isoconndel and isochandel have a race that results to double-put of isoconn: Task hdev-workqueue Task 2 isoconndel isochandel isoconnholdunlesszero isoconnlock isoconnlock conn-sk = NULL...

8.8CVSS5.5AI score0.00239EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
โ€ขadded 2026/08/15 1:17 p.m.โ€ข11 views

CVE-2026-74545

In the Linux kernel, the following vulnerability has been resolved: rtase: fix double free of multi-frag skb on DMA map failure In rtasestartxmit, when the head buffer DMA mapping fails after rtasexmitfrags has mapped all fragments, the error path clears the fragment descriptors with...

9.8CVSS5.7AI score0.00457EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
โ€ขadded 2026/08/15 1:17 p.m.โ€ข11 views

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.7AI score0.00168EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
โ€ขadded 2026/08/15 1:17 p.m.โ€ข9 views

CVE-2026-74446

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: hold eventmutex while checkpointing CRIU events kfdcriucheckpointevents counts the entries in p-eventidr via kfdgetnumevents, allocates an array sized to that count, and then walks the same IDR to fill it. Neither the...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
โ€ขadded 2026/08/15 1:17 p.m.โ€ข15 views

CVE-2026-74519

In the Linux kernel, the following vulnerability has been resolved: pinctrl: devicetree: don't free uninitialized devname on error path dtrememberorfreemap duplicates devname for each map entry. If kstrdupconst fails, dtfreemap frees devname in all nummaps entries, including entries that have not...

7.8CVSS5.6AI score0.00146EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
โ€ขadded 2026/08/15 1:17 p.m.โ€ข11 views

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.4AI score0.0056EPSS
SaveExploits0References7
Rows per page
Query Builder