Lucene search
+L

491466 matches found

OSV
OSV
added 2026/09/04 4:18 p.m.2 views

AZL-99591 CVE-2026-80770 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: stop device IO before hidhwstop on probe failure nintendohidprobe calls hiddeviceiostart before joyconinit and joyconledscreate. If either fails, the error path jumps to errclose which calls hidhwclose/hidhwstop...

5.8AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.3 views

AZL-99660 CVE-2026-80768 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: ft260: fix stack-use-after-return write in I2C read race ft260i2cread points dev-readbuf at a caller-supplied buffer often an on-stack variable, arms a completion and waits up to five seconds for the device to return the dat...

6AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.3 views

AZL-99500 CVE-2026-80767 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: sensor: custom: Fix use-after-free in enablesensor enablesensorstore can call setpowerreportstate, which dereferences sensorinst-powerstate and sensorinst-reportstate. These pointers refer to entries in sensorinst-fields...

6.4AI score0.00195EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.2 views

AZL-99486 CVE-2026-80762 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Fix accept list UAF during suspend hciupdateeventfiltersync walks hdev-acceptlist while sending a synchronous HCI command for each remote-wakeup device. The suspend path holds hdev-reqlock, but accept-list...

6.4AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.3 views

AZL-99513 CVE-2026-80766 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: fix use-after-free of inrangetimer on remove uclogicremove cancels the pen in-range timer and then stops the device: timerdeletesync&drvdata-inrangetimer; hidhwstophdev; timerdeletesync only guarantees the timer is...

6.3AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.2 views

AZL-99594 CVE-2026-80761 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: zero the sockaddr before returning it in getname isosockgetname fills a struct sockaddriso in place and returns its size without clearing it first, so bytes it does not write are copied to user space from the kern...

5.8AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.2 views

AZL-99654 CVE-2026-80763 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: validate LE Set CIG Parameters response The Command Complete dispatch validates only the fixed part of the LE Set CIG Parameters response. After that part is pulled from the skb, hcicclesetcigparams trusts...

5.9AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.3 views

AZL-99575 CVE-2026-80764 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: fix LE list UAF on reset hciccreset clears the LE accept and resolving lists without taking hdev-lock. Other command-complete handlers serialize updates to these lists with that lock, and the debugfs readers...

6.4AI score0.00173EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/04 4:15 p.m.4 views

GhostLock

GhostLock - استغلال ثغرة رفع الامتيازات المحلية CVE-2026-43499 نظرة عامة على الثغرة رقم CVE: CVE-2026-43499 نوع الثغرة: futex PI ميراث الأولوية UAF في المكدس استخدام بعد التحرير النطاق المتأثر: نواة Linux 6.1 6.12 Android GKI نتيجة الاستغلال: رفع امتيازات محلي + تعطيل SELinux والحصول على قشرة roo...

7.8CVSS7.4AI score0.00768EPSS
SaveExploits80References2
Kitploit
Kitploit
added 2026/09/04 4:12 p.m.5 views

bx2-writeups

كتابات في الأمن السيبراني مجموعة من كتاباتي في الأمن السيبراني تغطي: TryHackMe Hack The Box تصعيد الامتيازات في لينكس أمن الذكاء الاصطناعي والبنية التحتية CTFs تحديات أمنية المؤلف: Nanashi Bx2...

5.9AI score
SaveExploits0
CVE
CVE
added 2026/09/04 3:55 p.m.8 views

CVE-2026-80864

CVE-2026-80864 is a use-after-free in the Linux kernel's RDMA/rxe subsystem. The flaw occurs because rxe_qp_from_attr() handles IB_QP_MAX_DEST_RD_ATOMIC outside the IB_QP_STATE path, holding no state_lock and running concurrently with the live responder task rxe_receiver(). A modify_qp() call set...

5.4AI score0.00156EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/04 3:55 p.m.5 views

CVE-2026-80864

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix responder UAF on IBQPMAXDESTRDATOMIC modifyqp rxeqpfromattr handles IBQPMAXDESTRDATOMIC outside the IBQPSTATE path, so it holds no statelock and runs while the responder task rxereceiver recvtask on rxewq is live. A...

6.5AI score0.00156EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/04 3:55 p.m.4 views

EUVD-2026-71314

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix responder UAF on IBQPMAXDESTRDATOMIC modifyqp rxeqpfromattr handles IBQPMAXDESTRDATOMIC outside the IBQPSTATE path, so it holds no statelock and runs while the responder task rxereceiver recvtask on rxewq is live. A...

5.4AI score0.00156EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/04 3:55 p.m.4 views

EUVD-2026-71313

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix OOB in freerdatomicresources freerdatomicresources iterates using qp-attr.maxdestrdatomic. Updating maxdestrdatomic before freeing the old array can make the free path walk past the old allocation and trigger a slab...

5.3AI score0.00182EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/09/04 3:55 p.m.7 views

CVE-2026-80863

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix OOB in freerdatomicresources freerdatomicresources iterates using qp-attr.maxdestrdatomic. Updating maxdestrdatomic before freeing the old array can make the free path walk past the old allocation and trigger a slab...

6.3AI score0.00182EPSS
SaveExploits0
OSV
OSV
added 2026/09/04 3:55 p.m.4 views

CVE-2026-80863 RDMA/rxe: Fix OOB in free_rd_atomic_resources()

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix OOB in freerdatomicresources freerdatomicresources iterates using qp-attr.maxdestrdatomic. Updating maxdestrdatomic before freeing the old array can make the free path walk past the old allocation and trigger a slab...

5.6AI score
SaveExploits0References12
CVE
CVE
added 2026/09/04 3:55 p.m.11 views

CVE-2026-80863

CVE-2026-80863 is a slab out-of-bounds write (size 4) in the Linux kernel's RDMA/rxe (Soft-RoCE) driver, specifically in free_rd_atomic_resources() at drivers/infiniband/sw/rxe/rxe_qp.c. The root cause is that max_dest_rd_atomic is updated before the old array is freed, causing the free path to i...

5.3AI score0.00182EPSS
SaveExploits0References9
CVE
CVE
added 2026/09/04 3:55 p.m.11 views

CVE-2026-80862

This Linux kernel vulnerability affects the nvme-tcp subsystem. The page_frag_cache is used to preallocate PDU buffers for preallocated block device requests, but since block devices are created in parallel threads, the cache is accessed in a thread-unsafe manner. This leads to incorrect refcount...

5.3AI score0.00156EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/04 3:55 p.m.6 views

CVE-2026-80862

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix usage of pagefragcache nvme uses pagefragcache to preallocate PDU for each preallocated request of block device. Block devices are created in parallel threads, consequently pagefragcache is used in not thread-safe...

5.8AI score0.00156EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/04 3:55 p.m.5 views

EUVD-2026-71312

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix usage of pagefragcache nvme uses pagefragcache to preallocate PDU for each preallocated request of block device. Block devices are created in parallel threads, consequently pagefragcache is used in not thread-safe...

5.3AI score0.00156EPSS
SaveExploits0References5
Rows per page
Query Builder