491466 matches found
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...
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...
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...
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...
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...
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...
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...
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...
GhostLock
GhostLock - استغلال ثغرة رفع الامتيازات المحلية CVE-2026-43499 نظرة عامة على الثغرة رقم CVE: CVE-2026-43499 نوع الثغرة: futex PI ميراث الأولوية UAF في المكدس استخدام بعد التحرير النطاق المتأثر: نواة Linux 6.1 6.12 Android GKI نتيجة الاستغلال: رفع امتيازات محلي + تعطيل SELinux والحصول على قشرة roo...
bx2-writeups
كتابات في الأمن السيبراني مجموعة من كتاباتي في الأمن السيبراني تغطي: TryHackMe Hack The Box تصعيد الامتيازات في لينكس أمن الذكاء الاصطناعي والبنية التحتية CTFs تحديات أمنية المؤلف: Nanashi Bx2...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...