Lucene search
+L

524 matches found

Kitploit
Kitploit
added 2026/09/17 7:50 p.m.13 views

tap-ducky

TapDucky - Android USB HID 击键注入器 TapDucky - Android USB HID 击键注入器 用于已 Root 安卓设备的开源 DuckyScript 执行器,支持 USB Gadget ConfigFS TapDucky 允许您通过模拟 USB 键盘、鼠标或复合 HID 设备,在 Android 上创建、自定义、调度和运行 DuckyScript,用于授权测试和自动化。它包括有效载荷参数化、多个调度器触发器、执行日志以及一个由 GitHub 支持的有效载荷库,具有自动 DuckyScript 验证和可选的 Digispark .ino 转换功能。 ...

6.3AI score
SaveExploits0References4
OSV
OSV
added 2026/09/17 5:18 p.m.6 views

DEBIAN-CVE-2026-93120

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: configfs: fix out-of-bounds read of qwsign osdescqwsignshow passes OSSTRINGQWSIGNLEN as the input length to utf16stoutf8s, but that argument counts UTF-16 code units while OSSTRINGQWSIGNLEN 14 is the byte size of...

SaveExploits0References1
OSV
OSV
added 2026/09/17 5:17 p.m.4 views

DEBIAN-CVE-2026-90184

In the Linux kernel, the following vulnerability has been resolved: nullblk: serialize configfs attribute updates with device setup The attribute store methods generated with NULLBDEVICEATTR refuse to change the configuration of a live device by testing NULLBDEVFLCONFIGURED, but that flag is only...

SaveExploits0References1
Kitploit
Kitploit
added 2026/09/17 4:57 p.m.12 views

Chimera

Chimera Emulación de hardware y explotación por proximidad Por qué El equipo de Hak5 es pesado y evidente. Mi teléfono tiene un kernel Linux completo en su interior, así que lo hice hacer el mismo trabajo — emulación HID, RNDIS, almacenamiento masivo, todo — directamente a través de ConfigFS. Sin...

6AI score
SaveExploits0References6
EUVD
EUVD
added 2026/09/17 4:11 p.m.4 views

EUVD-2026-82230

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uac: validate rate list length before storing UAC1 and UAC2 configfs rate-list attributes parse a comma-separated list of sampling rates and store each parsed value in fixed-size arrays. The arrays have UACMAXRATES...

SaveExploits0References2
CVE
CVE
added 2026/09/17 4:11 p.m.9 views

CVE-2026-93122

CVE-2026-93122 is a buffer overflow vulnerability in the Linux kernel's USB gadget UAC1 and UAC2 drivers (drivers/usb/gadget/function/f_uac1.c and f_uac2.c). The configfs rate-list attributes parse a comma-separated list of sampling rates into fixed-size arrays of UAC_MAX_RATES (10) entries, but ...

SaveExploits0References2
OSV
OSV
added 2026/09/17 4:11 p.m.2 views

CVE-2026-93120 usb: gadget: configfs: fix out-of-bounds read of qw_sign

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: configfs: fix out-of-bounds read of qwsign osdescqwsignshow passes OSSTRINGQWSIGNLEN as the input length to utf16stoutf8s, but that argument counts UTF-16 code units while OSSTRINGQWSIGNLEN 14 is the byte size of...

SaveExploits0References11
CVE
CVE
added 2026/09/17 4:11 p.m.9 views

CVE-2026-93120

CVE-2026-93120 affects the Linux kernel 's USB gadget configfs subsystem. The function os_desc_qw_sign_show() passes OS_STRING_QW_SIGN_LEN (a byte count of 14) as the input length to utf16s_to_utf8s(), which expects a count of UTF-16 code units. Since the qw_sign[] array holds only 7 code units (...

SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:11 p.m.5 views

EUVD-2026-82228

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: configfs: fix out-of-bounds read of qwsign osdescqwsignshow passes OSSTRINGQWSIGNLEN as the input length to utf16stoutf8s, but that argument counts UTF-16 code units while OSSTRINGQWSIGNLEN 14 is the byte size of...

SaveExploits0References8
CVE
CVE
added 2026/09/17 4:10 p.m.4 views

CVE-2026-93056

This vulnerability affects the Linux kernel 's USB gadget f_uac1_legacy driver. The UAC1_STR_ATTRIBUTE macro defines configfs show/store handlers for the fn_play, fn_cap, and fn_cntl string options, but its store function contains an inverted null check on the kstrndup() return value. As a result...

SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:10 p.m.3 views

EUVD-2026-82166

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fuac1legacy: remove broken string configfs attributes The UAC1STRATTRIBUTE macro defines configfs show/store handlers for the fnplay, fncap, and fncntl string options. The store function contains an inverted null che...

SaveExploits0References8
CVE
CVE
added 2026/09/17 4:07 p.m.5 views

CVE-2026-90206

CVE-2026-90206 is a race condition in the Linux kernel's nvmet (NVM Express Target) subsystem. The function nvmet_alloc_ctrl() allocates queue memory based on the subsystem's current max_qid , but a concurrent write via configfs can increase max_qid before the new controller is added to the subsy...

SaveExploits0References2
EUVD
EUVD
added 2026/09/17 4:07 p.m.3 views

EUVD-2026-81799

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix maxqid race between configfs and controller allocation The function nvmetsubsysattrqidmaxstore can race against nvmetallocctrl when a subsystem's maxqid limit is modified. Suppose maxqid is currently 64. If...

SaveExploits0References2
EUVD
EUVD
added 2026/09/17 4:07 p.m.2 views

EUVD-2026-81783

In the Linux kernel, the following vulnerability has been resolved: nullblk: use DEFINEMUTEX for the file-scope mutex In nullinit, mutexinit&lock currently happens after configfsregistersubsystem, which exposes the nullb subsystem to userspace. A racing mkdir into /sys/kernel/config/nullb/ can...

SaveExploits0References6
EUVD
EUVD
added 2026/09/17 4:07 p.m.3 views

EUVD-2026-81782

In the Linux kernel, the following vulnerability has been resolved: nullblk: register configfs subsystem after creating default devices In nullinit, configfsregistersubsystem currently runs before registerblkdev, so when nullblk is built as a module, a racing mkdir + poweron from userspace can...

SaveExploits0References6
CVE
CVE
added 2026/09/17 4:07 p.m.6 views

CVE-2026-90189

CVE-2026-90189 affects the Linux kernel's null_blk module. In null_init(), configfs_register_subsystem() is called before register_blkdev(), creating a race window where a userspace mkdir() + poweron can reach null_add_dev() while null_major is still 0, causing a WARN_ON failure in __add_disk(). ...

SaveExploits0References6
EUVD
EUVD
added 2026/09/17 4:07 p.m.5 views

EUVD-2026-81778

In the Linux kernel, the following vulnerability has been resolved: nullblk: serialize configfs attribute stores with the lock The NULLBDEVICEATTR store takes no lock: applyfn attributes submitqueues, pollqueues get dev-NAME written again after applyfn returns, outside its lock; APPLY=NULL...

SaveExploits0References6
CVE
CVE
added 2026/09/17 4:07 p.m.7 views

CVE-2026-90185

This Linux kernel vulnerability affects the null_blk driver's configfs attribute store path. The NULLB_DEVICE_ATTR _store handlers fail to take the device lock, so concurrent stores on separate file descriptors race . For apply_fn attributes (submit_queues, poll_queues), a losing store can overwr...

SaveExploits0References6
CVE
CVE
added 2026/09/17 4:07 p.m.7 views

CVE-2026-90184

CVE-2026-90184 is a race condition in the Linux kernel's null_blk block device driver. Configfs attribute store methods (e.g., for zoned) run concurrently with null_add_dev() without holding a lock, allowing device configuration to change mid-setup. This can lead to a failed device setup (-EIO vi...

SaveExploits0References6
EUVD
EUVD
added 2026/09/17 4:07 p.m.4 views

EUVD-2026-81777

In the Linux kernel, the following vulnerability has been resolved: nullblk: serialize configfs attribute updates with device setup The attribute store methods generated with NULLBDEVICEATTR refuse to change the configuration of a live device by testing NULLBDEVFLCONFIGURED, but that flag is only...

SaveExploits0References6
Rows per page
Query Builder