Lucene search
+L

115002 matches found

OSV
OSV
added yesterday6 views

UBUNTU-CVE-2026-64216

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix potential UAF in netfsunlockabandonedreadpages netfsunlockabandonedreadpagesrreq accesses the index of the folios it is wanting to unlock and compares that to rreq-nounlockfolio so that it doesn't unlock a folio being...

9.8CVSS5.6AI score0.00448EPSS
SaveExploits0References7
OSV
OSV
added yesterday6 views

UBUNTU-CVE-2026-64401

In the Linux kernel, the following vulnerability has been resolved: smb: client: resolve SWN tcon from live registrations cifsswnnotify looks up a witness registration by id under cifsswnregidrmutex, drops the mutex, and then uses the registration's cached tcon pointer. That pointer is not a...

7.8CVSS5.6AI score0.00126EPSS
SaveExploits0References9
OSV
OSV
added yesterday4 views

UBUNTU-CVE-2026-64423

In the Linux kernel, the following vulnerability has been resolved: ipv4: igmp: remove multicast group from hash table on device destruction When a device is destroyed under RTNL, ipmcdestroydev iterates through the multicast list and calls ipmaput on each membership, scheduling them for RCU...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References11
OSV
OSV
added yesterday5 views

UBUNTU-CVE-2026-64396

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix UAF of struct filelock in SMB2LOCK deferred-lock cancellation When a blocking byte-range lock request is deferred in the FILELOCKDEFERRED path, ksmbd registers the asynchronous work into the connection's asyncrequests...

8.8CVSS5.6AI score0.00435EPSS
SaveExploits0References9
OSV
OSV
added yesterday5 views

UBUNTU-CVE-2026-64346

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: Fix use-after-free in gadgetmatchdriver The udc structure acts as the management structure for the gadget, but their lifecycles are decoupled. A race condition exists where usbdelgadget frees the udc memory e.g....

5.6AI score0.00206EPSS
SaveExploits0References10
OSV
OSV
added yesterday5 views

UBUNTU-CVE-2026-64212

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: don't dereference a pointer before NULL checking it In iwlmldremovelink, the link-fwid is saved at the beginning of the function so we have it after we freed the link. But the link pointer can be NULL, and is...

5.7AI score0.00166EPSS
SaveExploits0References7
OSV
OSV
added yesterday5 views

UBUNTU-CVE-2026-64468

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderfreetransaction In binderfreetransaction, the t-toproc is read under the t-lock. However, once the t-lock is dropped, the toproc can die in parallel. This leads to a use-after-free error when we attempt t...

7.8CVSS5.6AI score0.00135EPSS
SaveExploits0References11
OSV
OSV
added yesterday4 views

UBUNTU-CVE-2026-64343

In the Linux kernel, the following vulnerability has been resolved: USB: ldusb: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 Use a kr...

5.7AI score0.00177EPSS
SaveExploits0References11
OSV
OSV
added yesterday5 views

UBUNTU-CVE-2026-64342

In the Linux kernel, the following vulnerability has been resolved: USB: iowarrior: fix use-after-free on disconnect Submitted write URBs are not stopped on close and therefore need to be stopped unconditionally on disconnect to avoid use-after-free in the completion handler...

5.6AI score0.00177EPSS
SaveExploits0References11
OSV
OSV
added yesterday4 views

UBUNTU-CVE-2026-64469

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderthreadrelease When a thread exits, binderthreadrelease walks its transaction stack to clear the t-from and t-toproc that correspond with the exiting thread. However, a process dying in parallel might...

7.8CVSS5.6AI score0.00135EPSS
SaveExploits0References11
OSV
OSV
added yesterday5 views

UBUNTU-CVE-2026-64363

In the Linux kernel, the following vulnerability has been resolved: HID: appleir: fix UAF on pending keyuptimer in remove appleirremove runs hidhwstop before timerdeletesync. hidhwstop synchronously unregisters the HID input device via hiddisconnect - hidinputdisconnect - inputunregisterdevice,...

5.7AI score0.00211EPSS
SaveExploits0References11
OSV
OSV
added yesterday4 views

UBUNTU-CVE-2026-64390

In the Linux kernel, the following vulnerability has been resolved: ksmbd: track the connection owning a byte-range lock SMB2LOCK adds each granted byte-range lock to both the file lock list and the lock list of the connection which handled the request. The final close and durable handle paths,...

8.8CVSS5.6AI score0.00467EPSS
SaveExploits0References10
OSV
OSV
added yesterday4 views

UBUNTU-CVE-2026-64246

In the Linux kernel, the following vulnerability has been resolved: power: reset: linkstation-poweroff: fix use-after-free in the linkstationpoweroffinit Move ofnodeputdn after the ofmatchnode call, which still needs the node pointer. The node reference is correctly released after use...

5.6AI score0.00161EPSS
SaveExploits0References10
OSV
OSV
added yesterday4 views

UBUNTU-CVE-2026-64265

In the Linux kernel, the following vulnerability has been resolved: fuse: clear intrentry in fuseresend and fuseremovependingreq When fuseresend moves a request from fpq-processing back to fiq-pending, it sets FRPENDING and clears FRSENT but does not remove the requests intrentry from...

7.8CVSS5.7AI score0.00159EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added yesterday7 views

RHEL 8 : tigervnc (RHSA-2026:46382)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:46382 advisory. Virtual Network Computing VNC is a remote display system which allows users to view a computing desktop environment not only on the machine...

7.8CVSS6.2AI score0.00165EPSS
SaveExploits0References20
CVE
CVE
added yesterday10 views

CVE-2026-51296

SQLite 3.41 contains a use-after-free in the JSON module’s jsonRemoveFunc: the parsed JSON object is freed at line 3555, but jsonLookupStep is called with the released pointer at line 3575. This can allow remote attackers to crash the service and potentially leak heap information. No remediation ...

7.5CVSS5.9AI score
SaveExploits0References2
CVE
CVE
added yesterday15 views

CVE-2026-51302

The CVE-2026-51302 entry concerns SQLite 3.41 with a use-after-free in the expression evaluation logic. The root cause is in sqlite3ReleaseTempReg, which improperly releases temporary register resources, after which exprComputeOperands continues to access the freed memory. This can allow a remote...

9.8CVSS6.4AI score
SaveExploits0References2
CVE
CVE
added yesterday8 views

CVE-2026-51304

sqlite 3.41 has a use-after-free (UAF) vulnerability in the ORDER BY clause parsing routine. The vendor descriptions state that the code releases memory of an ExprList via sqlite3ExprListDelete(), then accesses the nExpr member of the already freed object, causing invalid memory reads. An attacke...

7.5CVSS6.6AI score
SaveExploits0References2
CVE
CVE
added yesterday9 views

CVE-2026-51298

CVE-2026-51298 affects SQLite 3.41. The issue is a use-after-free in the JSON extraction function: after releasing a JsonParse object with jsonParseFree(), the code may still access an internal member of the freed pointer, which can cause a service crash and denial of service. The CVE entry lists...

6.2CVSS5.9AI score
SaveExploits0References2
CVE
CVE
added yesterday15 views

CVE-2026-51297

SQLite 3.41 contains a use-after-free in the JSON parsing logic. Remote attackers can craft a malicious JSON payload to trigger memory free followed by invalid access, potentially leading to arbitrary code execution, sensitive information leakage, and service denial. The sources confirm sqlite 3....

8.8CVSS6AI score
SaveExploits0References2
Rows per page
Query Builder