Lucene search
+L

55214 matches found

EUVD
EUVD
added 2026/09/04 3:55 p.m.4 views

EUVD-2026-71302

In the Linux kernel, the following vulnerability has been resolved: tls: device: fix out-of-bounds write in tlsappendfrag Found with syzkaller and a local syzbot instance running on top of a netdevsim TLS offload emulation; tlsdevice.c is otherwise only reachable on a machine with a NIC that...

5.6AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/04 3:54 p.m.5 views

CVE-2026-80846

In the Linux kernel, the following vulnerability has been resolved: xfrm: drop ESP-in-TCP packets with no ingress device ESP-in-TCP receives records through the TCP strparser. handleesp restores skb-dev from the saved skbiif before passing the packet into the XFRM input path. Queued TCP data can ...

5.3AI score
SaveExploits0
CVE
CVE
added 2026/09/04 3:54 p.m.7 views

CVE-2026-80846

CVE-2026-80846 is a NULL pointer dereference in the Linux kernel affecting the XFRM ESP-in-TCP path. When queued TCP data is processed after the original ingress device has been removed (e.g., during veth or network namespace teardown), handle_esp() restores skb->dev from the saved skb_iif, bu...

5.3AI score
SaveExploits0References9
EUVD
EUVD
added 2026/09/04 3:54 p.m.4 views

EUVD-2026-71296

In the Linux kernel, the following vulnerability has been resolved: xfrm: drop ESP-in-TCP packets with no ingress device ESP-in-TCP receives records through the TCP strparser. handleesp restores skb-dev from the saved skbiif before passing the packet into the XFRM input path. Queued TCP data can ...

5.3AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/04 3:35 p.m.4 views

POC-ES-File-Explorer-CVE-2019-6447

PoC ES File Explorer 4.1.9.7.4 CVE-2019-6447 यह CVE-2019-6447 का bash में एक बहुत ही सरल कार्यान्वयन है। यह मूल रूप से सही पैरामीटर के साथ अनुरोध भेजने के लिए curl का उपयोग करता है। मैंने इसे इसलिए बनाया क्योंकि मैं एक CTF के दौरान एक समान स्क्रिप्ट ढूंढ रहा था और कोई नहीं मिली। आप मूल स्क्रिप्ट ...

8.1CVSS7.9AI score0.63531EPSS
SaveExploits9References1
EUVD
EUVD
added 2026/09/04 3:13 p.m.5 views

EUVD-2026-71238

In the Linux kernel, the following vulnerability has been resolved: nfc: digital: clamp SENSFRES length to the destination buffer digitalinrecvsensfres memcpys resp-len bytes from a remote NFC-F device response into the NFCSENSFRESMAXSIZE-byte target.sensfres field without an upper-bound check. A...

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

CVE-2026-80802

In the Linux kernel, the following vulnerability has been resolved: nfc: fdp: bound the device-reported read length and fix an skb leak fdpncii2cread takes the next packet length from two device-supplied bytes and never validates it. The value is a u16 used as the i2cmasterrecv count into a...

5.6AI score
SaveExploits0
CVE
CVE
added 2026/09/04 3:13 p.m.9 views

CVE-2026-80797

CVE-2026-80797 is a memory leak in the Linux kernel NFC PN533 driver. The function pn53x_common_clean() purges resp_q before freeing the common PN533 state but does not release fragment_skb , which holds queued transmit fragments used when sending large initiator or target-mode frames. If the dev...

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

EUVD-2026-71440

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: purge fragmented skbs during cleanup pn53xcommonclean purges respq before freeing the common PN533 state, but it leaves fragmentskb untouched. The fragmentation helpers queue transmit fragments there while sending lar...

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

CVE-2026-80783

CVE-2026-80783 affects the Linux kernel's HID magicmouse driver. The function magicmouse_raw_event() handles DOUBLE_REPORT_ID (0xf7) packets by splitting them and recursing on each half. The only guard was a size

5.7AI score
SaveExploits0References8
EUVD
EUVD
added 2026/09/04 3:12 p.m.4 views

EUVD-2026-71426

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: prevent unbounded recursion in magicmouserawevent magicmouserawevent handles DOUBLEREPORTID 0xf7 packets, which pack two touch reports into one, by splitting the packet and calling itself on each half. The only...

5.7AI score
SaveExploits0References8
CVE
CVE
added 2026/09/04 3:12 p.m.6 views

CVE-2026-80780

CVE-2026-80780 is an out-of-bounds write in the Linux kernel's HID: pidff driver, specifically in hid_pidff_init_with_quirks(). The function calls list_entry() on hid->inputs without verifying the list is non-empty. When hid->inputs is empty—possible with a USB device whose report descripto...

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

CVE-2026-80773

In the Linux kernel, the following vulnerability has been resolved: HID: huawei: fix missing hidisusb check tousbinterface can only be used on a hiddevice whose parent is really USB; uhid can create devices that identify as being on BUSUSB, but don't actually have a USB parent. Fix the use of...

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

CVE-2026-80771

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: register input device after capabilities are set inputregisterdevice exposes the device to userspace immediately. In joyconinputcreate it was called before joyconconfigrumble configures the FFRUMBLE capability and...

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

CVE-2026-80770

CVE-2026-80770 affects the Linux kernel Nintendo HID driver (Joy-Con). In nintendo_hid_probe(), when joycon_init() or joycon_leds_create() fails after hid_device_io_start(), the error path calls hid_hw_close()/hid_hw_stop() without first calling hid_device_io_stop(). Since hid_hw_stop() does not ...

5.3AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/04 3:12 p.m.6 views

CVE-2026-80770

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.3AI score
SaveExploits0
EUVD
EUVD
added 2026/09/04 3:12 p.m.6 views

EUVD-2026-71409

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...

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

CVE-2026-80766

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...

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

CVE-2026-80765

In the Linux kernel, the following vulnerability has been resolved: HID: hyperv: validate initial device info bounds The Hyper-V synthetic HID host supplies SYNTHHIDINITIALDEVICEINFO messages that contain a HID descriptor followed by the report descriptor bytes. mousevsconreceivedeviceinfo trusts...

5.3AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/04 3:07 p.m.2 views

Storm-Breaker

أداة ذات إمكانيات جذابة. الميزات: الحصول على معلومات الجهاز دون أي إذن! الوصول إلى الموقع الهواتف الذكية الوصول إلى كاميرا الويب الوصول إلى الميكروفون سجل التحديثات: التحديث الثاني الأحدث في 4 نوفمبر 2022. تمت برمجة الهيكل العام للأداة من البداية وهي متاحة كلوحة ويب في الإصدارات السابقة، كانت...

5.3AI score
SaveExploits0References1
Rows per page
Query Builder