Lucene search
+L

7538 matches found

CVE
CVE
added 2026/09/04 5:11 p.m.5 views

CVE-2026-80887

CVE-2026-80887 is an integer overflow vulnerability in the Linux kernel 's drm/vmwgfx (VMware SVGA virtual GPU) driver. In vmw_shader_define(), the bounds check (u64)buffer->tbo.base.size guest_memory_offset and forwarded to host SVGA shader-create commands, potentially enabling out-of-bounds ...

5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/09/04 5:11 p.m.5 views

EUVD-2026-71637

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: use checkaddoverflow for shader size+offset bound vmwshaderdefine validates the user-supplied shader window against its backing buffer with u64buffer-tbo.base.size guestmemoryoffset and forwarded to host SVGA...

5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/09/04 3:54 p.m.6 views

EUVD-2026-71277

In the Linux kernel, the following vulnerability has been resolved: USB: serial: option: fix slab OOB read in interrupt URB callback The interrupt URB buffer is allocated in setupportinterruptin based on the endpoint's wMaxPacketSize: buffersize = usbendpointmaxpepd; port-interruptinbuffer =...

5.5AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/09/04 3:13 p.m.5 views

CVE-2026-80814

In the Linux kernel, the following vulnerability has been resolved: rndishost: add overflow check in rndisrxfixup Add an overflow check to ensure that dataoffset + datalen + 8 does not wrap, which would enable an OOB read of the USB data buffer...

5.4AI score
SaveExploits0
EUVD
EUVD
added 2026/09/04 3:13 p.m.4 views

EUVD-2026-71240

In the Linux kernel, the following vulnerability has been resolved: xfs: validate attr entry pointer before field access xfsattr3leafverifyentry accesses lentry/rentry fields namelen, valuelen before checking if the entry pointer itself is within bounds. If nameidx is crafted to point near the en...

5.3AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/09/04 3:13 p.m.5 views

CVE-2026-80796

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: add datalen bound checks to activation parameter extractors nciextractactivationparamsisodep and nciextractactivationparamsnfcdep read an inner length byte from the NCI RFINTFACTIVATEDNTF payload and use it to memcpy in...

5.4AI score
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/04 3:12 p.m.5 views

CVE-2026-80760

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: reject HCICMDSYNC paramslen above 255 mgmthcicmdsync checks that the message length agrees with paramslen but puts no upper bound on it. paramslen is le16 while the parameter length in the HCI command header is a...

5.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/04 7:18 a.m.5 views

CVE-2026-11105-Stack-Buffer-Overflow-in-Custom-Base64-Decoder

CVE-2026-11105 – Переполнение буфера стека в собственном декодере Base64 Код программы C root@kitploit: // base64vuln.c - Vulnerable Base64 decoder include include include int base64decodeconst char in, sizet inlen, char out, sizet outlen static const char table =...

6.5CVSS6.4AI score0.00243EPSS
SaveExploits1
OSV
OSV
added 2026/09/03 1:06 p.m.4 views

AZL-99041 CVE-2026-80747 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Add bounds check for CRAT subtype length The CRAT parser validates that the subtype header fits within the image, but does not verify that the advertised subtype length fits. A malformed CRAT table with an oversized...

8CVSS5.4AI score0.00164EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/03 1:06 p.m.7 views

CVE-2026-80747

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Add bounds check for CRAT subtype length The CRAT parser validates that the subtype header fits within the image, but does not verify that the advertised subtype length fits. A malformed CRAT table with an oversized...

8CVSS0.00164EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/03 1:06 p.m.8 views

CVE-2026-71221

A stack out-of-bounds write vulnerability was found in gfs2-utils. In savemeta, the height value from on-disk inode metadata is used as a loop bound without bounds checking, causing a stack buffer overflow that may lead to arbitrary code execution when processing crafted GFS2 filesystem images...

7CVSS0.00135EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 8:26 a.m.15 views

CVE-2026-80755

CVE-2026-80755 affects the Linux kernel SELinux subsystem. The root cause is in perm_read(), which bounds a permission value by SEL_VEC_MAX but never by nprim (the count of permissions for the owning class or common, taken verbatim from the policy image). As a result, security_get_permissions() w...

5.8AI score0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/03 8:26 a.m.5 views

CVE-2026-80755 selinux: reject a permission value exceeding the class permission count

In the Linux kernel, the following vulnerability has been resolved: selinux: reject a permission value exceeding the class permission count permread bounds a permission value by SELVECMAX but never by the nprim of the owning class or common, which is taken verbatim from the policy image...

5.6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/03 8:26 a.m.33 views

CVE-2026-80747 drm/amdkfd: Add bounds check for CRAT subtype length

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Add bounds check for CRAT subtype length The CRAT parser validates that the subtype header fits within the image, but does not verify that the advertised subtype length fits. A malformed CRAT table with an oversized...

8CVSS0.00164EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 8:26 a.m.10 views

CVE-2026-80747

CVE-2026-80747 is a Linux kernel vulnerability in the drm/amdkfd driver's CRAT table parser . The root cause is a missing bounds check: the parser verifies that the subtype header fits within the image but does not validate that the advertised subtype length stays within bounds. A malformed CRAT ...

8CVSS5.8AI score0.00164EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/03 8:26 a.m.8 views

EUVD-2026-70351

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Add bounds check for CRAT subtype length The CRAT parser validates that the subtype header fits within the image, but does not verify that the advertised subtype length fits. A malformed CRAT table with an oversized...

5.8AI score0.00164EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/02 11:21 p.m.10 views

CVE-2026-85084

This vulnerability affects Samsung Open Source TizenFX in the MediaBufferBase indexer setter , where a missing bounds check (Improper Validation of Array Index) leads to an Out-of-bounds Write that can overflow buffers. The CVSS 3.1 score is 6.3 (MEDIUM) with a local attack vector, high complexit...

6.3CVSS5.2AI score0.00136EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/02 11:21 p.m.30 views

CVE-2026-85084 Out-of-bounds write in TizenFX MediaBufferBase indexer setter due to missing bounds check

Out-of-bounds Write and Improper Validation of Array Index vulnerability in Samsung Open Source TizenFX Samsung/TizenFX allows Overflow Buffers...

6.3CVSS0.00136EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/02 9:50 a.m.2 views

SpeculativeExecutionAssessment

SpeculativeExecutionAssessment يقوم بتقييم النظام للكشف عن ثغرات "التنفيذ التخميني" الموضحة في: CVE-2017-5715 حقن هدف الفرع CVE-2017-5753 تجاوز فحص الحدود CVE-2017-5754 تحميل بيانات ذاكرة التخزين المؤقت المارقة تحذير: تأكد من عدم تحديد خيار "Prefer 32-bit" في خيارات الإنشاء. يتطلب صلاحيات مرتفعة...

6.9AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.6 views

kernel: netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table()

A flaw was found in the Linux kernel's nfnetlinkcthelper component. This vulnerability, an out-of-bounds read, occurs in the nfnlcthelperdumptable function when a network connection tracking helper is removed during a dump operation, leading to a bypassed bounds check. A local attacker could...

7.1CVSS5.8AI score0.00132EPSS
SaveExploits0References5
Rows per page
Query Builder