Lucene search
+L

3436 matches found

OSV
OSV
added 2026/07/19 4:17 p.m.14 views

DEBIAN-CVE-2026-64079

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: allocate hook ops while under mutex arp/ip6tregistertable add the table to the per-netns list via xtregistertable before allocating the per-netns hook ops copy via kmemduparray. This leaves a window where the...

5.5CVSS5.3AI score0.00107EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.14 views

DEBIAN-CVE-2026-64067

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix missing barriers when accessing stream-subrequests locklessly The list of subrequests attached to stream-subrequests is accessed without locks by netfscollectreadresults and netfscollectwriteresults, and then they acce...

9.8CVSS5.2AI score0.00293EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.8 views

DEBIAN-CVE-2026-64060

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix leak of request in netfswritebegin error handling Fix netfswritebegin to not leak our ref on the request in the event that we get an error from netfswaitforread...

5.5CVSS5.2AI score0.00121EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.13 views

DEBIAN-CVE-2026-63999

In the Linux kernel, the following vulnerability has been resolved: ethtool: rss: fix indirtable and hkey leak on getrxfh failure rssprepareget allocates the indirection table and hash key buffer via rssgetdataalloc, then calls ops-getrxfh to populate them. If getrxfh fails, the function returns ...

5.4AI score0.00166EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.12 views

DEBIAN-CVE-2026-63974

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Set HCICMDDRAINWORKQUEUE during device close Since hcidevclosesync can now be called during the reset path, we should also set HCICMDDRAINWORKQUEUE. This avoids queuing timeouts while the hdev workqueue is bei...

8.8CVSS5.2AI score0.00317EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.10 views

DEBIAN-CVE-2026-63967

In the Linux kernel, the following vulnerability has been resolved: iio: imu: stlsm6dsx: fix stack leak in tagged FIFO buffer The tagged FIFO path declares iiobuff on the stack with aligned8 but no initializer, but there is a hole in the structure, which will then leak to userspace as...

5.4AI score0.00211EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.6 views

DEBIAN-CVE-2026-63954

In the Linux kernel, the following vulnerability has been resolved: hpfs: fix a crash if hpfsmapdnodebitmap fails If hpfsmapdnodebitmap fails, the code would call hpfsbrelse4 on uninitialized quad buffer head, causing a crash...

7.8CVSS5.5AI score0.00169EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.9 views

DEBIAN-CVE-2026-63947

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: fix missing length checks in hidpinputreport hidpinputreport reads keyboard and mouse payload data from an skb without first verifying that skb-len contains enough data. hidprecvintrframe pulls the 1-byte HIDP...

8.8CVSS5.2AI score0.00337EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.6 views

DEBIAN-CVE-2026-63946

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix UAF in isorecvframe isorecvframe reads conn-sk under isoconnlock but releases the lock before using sk, with no reference held. A concurrent isosockkill can free sk in that window, causing use-after-free on...

8.8CVSS5.3AI score0.00336EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.9 views

DEBIAN-CVE-2026-63950

In the Linux kernel, the following vulnerability has been resolved: mm/rmap: initialize nrpages to 1 at loop start in trytounmapone Initialize nrpages to 1 at the start of each loop iteration, like folioreferencedone does. Without this, nrpages computed by a previous foliounmapptebatch call can b...

7.8CVSS5.2AI score0.00166EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.8 views

DEBIAN-CVE-2026-63935

In the Linux kernel, the following vulnerability has been resolved: iio: adc: nxp-sar-adc: fix division by zero in writeraw Add a validation check for the sampling frequency value before using it as a divisor. A user writing zero or a negative value to the samplingfrequency sysfs attribute trigge...

5.3AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 3:16 p.m.11 views

DEBIAN-CVE-2026-63860

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Prefer NLANULSTRING These attributes are evaluated as c-string passed to strcmp, but NLASTRING doesn't check for the presence of a \0 terminator. Either this needs to switch to nlastrcmp and needs to adjust printf fmt...

8.4CVSS5.4AI score0.00145EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 3:16 p.m.16 views

DEBIAN-CVE-2026-63843

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/jpeg: set nouserfence for JPEG v4.0.5 ring JPEG rings do not support 64-bit user fence writes, reject CS submissions with user fences. cherry picked from commit f05d0a4f21fc720116d6e238f23308b199891058...

7.8CVSS5.2AI score0.00136EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 2:46 p.m.8 views

MINI-V6W5-5JMH-HF9V

Bulletin has no description...

9.6CVSS4.8AI score0.00347EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 12:16 p.m.12 views

DEBIAN-CVE-2026-63829

In the Linux kernel, the following vulnerability has been resolved: net: ipgre: require CAPNETADMIN in the device netns for changelink A tunnel changelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other...

8.8CVSS5.2AI score0.00127EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 12:16 p.m.15 views

DEBIAN-CVE-2026-63808

In the Linux kernel, the following vulnerability has been resolved: exfat: fix potential use-after-free in exfatfinddirentry In exfatfinddirentry, the bufferhead obtained from exfatgetdentry is released with brelsebh before the fall-through TYPEEXTEND branch reads the directory entry through ep...

9.8CVSS5.4AI score0.00527EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 12:16 p.m.12 views

DEBIAN-CVE-2026-53391

In the Linux kernel, the following vulnerability has been resolved: NFSv4/pNFS: reject zero-length raddr in nfs4decodempdsaddr nfs4decodempdsaddr decodes the rnetid and raddr opaques of a netaddr4 from a GETDEVICEINFO multipath-DS body, then immediately calls strrchrbuf, '.' to locate the port...

7.5CVSS5.4AI score0.00517EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/18 10:11 a.m.18 views

RHSA-2026:40041 Red Hat Security Advisory: Red Hat Hardened Images RPMs Security Update

Bulletin has no description...

6.2CVSS4.7AI score0.00353EPSS
SaveExploits0References25
OSV
OSV
added 2026/07/17 1:53 p.m.10 views

MINI-R88R-7M75-P2J9

Bulletin has no description...

9.6CVSS4.7AI score0.00347EPSS
SaveExploits0
OSV
OSV
added 2026/07/17 1:30 p.m.8 views

MINI-H6V2-XMPC-PHG2

Bulletin has no description...

9.1CVSS4.8AI score0.006EPSS
SaveExploits0
Rows per page
Query Builder