Lucene search
+L

248863 matches found

OSV
OSV
added 2026/08/15 6:21 a.m.6 views

UBUNTU-CVE-2026-72017

In the Linux kernel, the following vulnerability has been resolved: net: macb: drop in-flight Tx SKBs on close The MACB driver has since forever leaked the outgoing SKBs that have not yet been marked as completed. They live in queue-txskb which gets freed without remorse nor checking...

5.4AI score0.002EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 6:21 a.m.5 views

UBUNTU-CVE-2026-72273

In the Linux kernel, the following vulnerability has been resolved: fbdev: efifb: fix memory leak in efifbprobe Since commit 73ce73c30ba9 "fbdev: Transfer video= option strings to caller; clarify ownership" the string returned from fbgetoptions is expected to be freed by the caller, but the strin...

5.3AI score0.002EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 6:21 a.m.7 views

UBUNTU-CVE-2026-72123

In the Linux kernel, the following vulnerability has been resolved: can: bcm: defer rxop deallocation to workqueue to fix thrtimer UAF Commit f1b4e32aca08 "can: bcm: use callrcu instead of costly synchronizercu" replaced synchronizercu in bcmdeleterxop with callrcu and introduced the RXNOAUTOTIME...

7.8CVSS5.4AI score0.00164EPSS
SaveExploits0References9
OSV
OSV
added 2026/08/15 6:21 a.m.5 views

UBUNTU-CVE-2026-72127

In the Linux kernel, the following vulnerability has been resolved: netdev-genl: report NAPI thread PID in the caller's pid namespace netdevnlnapifillone reports the NAPI kthread PID in NETDEVANAPIPID using taskpidnr, which returns the PID in the initial pid namespace. NETDEVCMDNAPIGET does not...

5.3AI score0.002EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 6:21 a.m.8 views

UBUNTU-CVE-2026-72014

In the Linux kernel, the following vulnerability has been resolved: drbd: reject data replies with an out-of-range payload size recvdlessread receives a PDATAREPLY from a peer into the bio of an outstanding read request. The peer-supplied payload length reaches it as the signed int datasize, and...

9.8CVSS5.4AI score0.00674EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/15 6:21 a.m.10 views

UBUNTU-CVE-2026-72121

In the Linux kernel, the following vulnerability has been resolved: can: bcm: add locking when updating filter and timer values KCSAN detected a simultaneous access to timer values that can be overwritten in bcmrxsetup when updating timer and filter content while bcmrxhandler, bcmrxtimeouthandler...

8.8CVSS5.7AI score0.00345EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 6:21 a.m.5 views

UBUNTU-CVE-2026-72120

In the Linux kernel, the following vulnerability has been resolved: can: bcm: add missing rcu list annotations and operations sashiko-bot remarked the missing use of listaddrcu in bcmrx|txsetup to have a proper initialized bcmop structure when bcmprocshow traverses the bcmop's under rcureadlock. ...

7.8CVSS5.4AI score0.00164EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/15 6:21 a.m.5 views

UBUNTU-CVE-2026-72111

In the Linux kernel, the following vulnerability has been resolved: bpf: Reset register bounds before narrowing retval range in checkmemaccess When the BPF verifier processes a context load of an LSM hook return value, it calls markregs32range to narrow the register to the hook's valid range...

8.8CVSS5.4AI score0.00172EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 6:21 a.m.5 views

UBUNTU-CVE-2026-72027

In the Linux kernel, the following vulnerability has been resolved: mm/compaction: handle freepagesprepare properly in compactionfree freepagesprepare can fail but compactionfree does not handle the failure case. Failed pages should not be added back to cc-freepages for future use, since they can...

7.8CVSS5.4AI score0.00175EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 6:21 a.m.6 views

UBUNTU-CVE-2026-72248

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: support IPIP tunnel with direct xmit The combination of IPIP tunnel with direct xmit, eg. bridge device, breaks because no dstentry is provided to check the skb headroom and to set the iph-fragoff field. Thi...

9.8CVSS5.5AI score0.00516EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 6:21 a.m.6 views

UBUNTU-CVE-2026-72182

In the Linux kernel, the following vulnerability has been resolved: power: supply: charger-manager: fix refcount leak in isfullcharged In isfullcharged, powersupplygetbyname is called to obtain a reference to the fuelgauge power supply. If the voltage check uV = desc-fullbattuV succeeds, the...

5.4AI score0.0021EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/15 6:21 a.m.8 views

UBUNTU-CVE-2026-72105

In the Linux kernel, the following vulnerability has been resolved: dm-log: fix a bitsetsize overflow on 32bit machines Commit c20e36b7631d "dm log: fix out-of-bounds write due to regioncount overflow" made sure that regioncount could fit in an unsigned int. But the bitmap memory isn't allocated...

7.8CVSS5.5AI score0.00164EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/15 6:21 a.m.7 views

UBUNTU-CVE-2026-72040

In the Linux kernel, the following vulnerability has been resolved: ipmi: fix refcount leak in iipmirequest When a caller provides a suppliedrecv message to iipmirequest, the function increments the user's nrmsgs reference count. If an error occurs later, the outerr cleanup path only frees the...

5.5AI score0.002EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 6:21 a.m.3 views

UBUNTU-CVE-2026-72036

In the Linux kernel, the following vulnerability has been resolved: net/sched: schmultiq: Replace direct dequeue call with peek and qdiscdequeuepeeked multiqdequeue takes a packet from a band's child with a direct -dequeue call after multiqpeek peeked it. When the child is non-work-conserving the...

7.8CVSS5.4AI score0.00164EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/15 6:21 a.m.7 views

UBUNTU-CVE-2026-72167

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: pl353: fix probe resource allocation During probe, the devmioremap is called with the parent device instead of the current one. So when the module is unloaded, the register area isn't released. Target the pl35x devi...

5.3AI score0.00205EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/15 6:21 a.m.5 views

UBUNTU-CVE-2026-72233

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: reacquire gw address after skb realloc The pskbmaypull called by batadvblaisbackbonegw could reallocate the buffer behind the skb. Variables which were pointing to the old buffer need to be reassigned to avoid an...

8.8CVSS5.6AI score0.00339EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/15 6:21 a.m.5 views

UBUNTU-CVE-2026-72048

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: fix casctl leak on spiasync failure ca8210spitransfer allocates casctl with kzallocobjGFPATOMIC and relies entirely on the SPI completion callback ca8210spitransfercomplete to free it. The spiasync API only...

5.5AI score0.0021EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/15 6:21 a.m.5 views

UBUNTU-CVE-2026-72206

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate index block header more strictly Modify ntfsindexblockinconsisent to perform stricter validation of INDEXHEADER geometry in INDX blocks, and update ntfslookupinodebyname to use that function to validate INDX blocks...

9.8CVSS5.3AI score0.00516EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 6:21 a.m.7 views

UBUNTU-CVE-2026-72132

In the Linux kernel, the following vulnerability has been resolved: NFS: Charge unstable writes by request size, not folio size nfsfoliomarkunstable and nfsfolioclearcommit charge and uncharge NRWRITEBACK/WBWRITEBACK by folionrpagesfolio once per request added to or removed from a commit list. Th...

5.5AI score0.002EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 6:21 a.m.5 views

UBUNTU-CVE-2026-72083

In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Fix iSCSI ISID use-after-free in REGISTER AND MOVE corescsi3emulateproregisterandmove maps the PERSISTENT RESERVE OUT parameter list with transportkmapdatasg and parses the destination TransportID with...

9.8CVSS5.8AI score0.00734EPSS
SaveExploits0References11
Rows per page
Query Builder