Lucene search
+L

177372 matches found

UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.16 views

CVE-2026-64127

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: ecredreconfigure: send packed pdu, not stack pointer Commit 1c08108f3014 "Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warnings" converted the on-stack request PDU in l2capecredreconfigure from an...

5.5CVSS5.2AI score0.00127EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.20 views

CVE-2026-64170

In the Linux kernel, the following vulnerability has been resolved: spi: qup: fix error pointer deref after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to the clear the DMA channel pointers on setup failure to avoid dereferencing an error pointer...

5.5CVSS5.4AI score0.00114EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.28 views

CVE-2026-63852

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn: set nouserfence for VCN v4.0.3 enc ring VCN encoder and decoder rings do not support 64-bit user fence writes, reject CS submissions with user fences. cherry picked from commit...

7.8CVSS5.3AI score0.00132EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.17 views

CVE-2026-64158

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix write streaming disablement if fd open ORDWR In netfsperformwrite, "write streaming" the caching of dirty data in dirty but !uptodate folios is performed to avoid the need to read data that is just going to get...

5.4AI score0.00085EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.15 views

CVE-2026-64089

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix negative lastchangesetlen batadvpivtt::lastchangesetlen len was declared as s16, but the field is never intended to hold a negative value. When a value greater than 32767 is assigned, it wraps to a negative...

9.8CVSS5.6AI score0.00552EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.21 views

CVE-2026-63899

In the Linux kernel, the following vulnerability has been resolved: USB: serial: mxuport: fix memory corruption with small endpoint Make sure that the bulk-out endpoint max packet size is at least eight bytes to avoid user-controlled slab corruption should a malicious device report a smaller size...

5.5AI score0.00226EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.16 views

CVE-2026-63856

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn: set nouserfence for VCN v2.0 enc/dec rings VCN encoder and decoder rings do not support 64-bit user fence writes, reject CS submissions with user fences. cherry picked from commit...

7.8CVSS5.3AI score0.00132EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.18 views

CVE-2026-63962

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: bound altmodedesc per iteration in svdmconsumemodes svdmconsumemodes checks pmdata-altmodes against the array size once before the loop over the count, but forgot to check the bound at every point in the loop. I...

5.3AI score0.00206EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.20 views

CVE-2026-63892

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: property: Reject dirlen length u16 widened to sizet. Two distinct OOB conditions follow when entry-length uuid, ... which always reads 4 dwords from diroffset. tbpropertyentryvalid only enforces diroffset +...

5.3AI score0.00229EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.20 views

CVE-2026-63952

In the Linux kernel, the following vulnerability has been resolved: memfd: deny writeable mappings when implying SEALWRITE When SEALEXEC is added, SEALWRITE is implied to make W^X. But the implied seal is set after the check that makes sure the memfd can not have any writable mappings. This means...

8.4CVSS5.3AI score0.00164EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.16 views

CVE-2026-64174

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: advance loop vars in cfg80211mergeprofile cfg80211mergeprofile reassembles a Multi-BSSID non-transmitted BSS profile that has been split across multiple consecutive MBSSID elements. Its while-loop calls...

5.5CVSS5.5AI score0.0012EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.18 views

CVE-2026-63846

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

7.8CVSS5.3AI score0.00142EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.23 views

CVE-2026-63862

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not found In mtkpciesetupirq, the IRQ domains are allocated before the controller's IRQ is fetched. If the latter fails, the function directly returns an error, without...

5.3AI score0.00176EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.26 views

CVE-2026-64121

In the Linux kernel, the following vulnerability has been resolved: net: ifb: report ethtool stats over numtxqueues ifbdevinit allocates dp-txprivate to dev-numtxqueues entries via kzallocobjstxp, dev-numtxqueues. Both IFB per-queue RX and TX stats live in those entries: ifbxmit updates txp-rxsta...

7.1CVSS5.4AI score0.00126EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.18 views

CVE-2026-64135

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/adm1266 widen blackbox-info buffer to I2CSMBUSBLOCKMAX adm1266nvmemreadblackbox declares a 5-byte stack buffer and passes it to i2csmbusreadblockdata to retrieve the 4-byte BLACKBOXINFO response. i2csmbusreadblockdat...

5.5CVSS5.5AI score0.00123EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.19 views

CVE-2026-64048

In the Linux kernel, the following vulnerability has been resolved: net/smc: reject CHID-0 ACCEPT that matches an empty ismdev slot On the SMC-D client, slot 0 of ini-ismdev/ini-ismchid is reserved for an SMC-Dv1 device. smcfindismv2deviceclnt populates V2 entries starting at index 1, so when no ...

7.5CVSS5.6AI score0.00501EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.17 views

CVE-2026-15903

Out of bounds read and write in V8 in Google Chrome prior to 150.0.7871.128 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. Chromium security severity: High...

8.8CVSS5.8AI score0.00573EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.17 views

CVE-2026-15904

Use after free in Ozone in Google Chrome on Linux prior to 150.0.7871.128 allowed a remote attacker who convinced a user to engage in specific UI gestures to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: High...

8.8CVSS5.6AI score0.00298EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.19 views

CVE-2026-63949

In the Linux kernel, the following vulnerability has been resolved: auxdisplay: line-display: fix OOB read on zero-length messagestore linedispdisplay unconditionally reads msgcount - 1 before checking whether count is zero, so a write of zero bytes to the message sysfs attribute hits msg-1:...

5.5AI score0.00172EPSS
SaveExploits0References7
Amazon
Amazon
added 2026/07/20 12:00 a.m.13 views

Medium: golist

Issue Overview: On Unix systems, opening a file in an os.Root improperly follows symlinks to locations outside of the Root when the final path component of the a path is a symbolic link and the path ends in /. For example, 'root.Open"symlink/"' will open "symlink" even when "symlink" is a symboli...

7.8CVSS5.5AI score0.00382EPSS
SaveExploits0
Rows per page
Query Builder