Lucene search
+L

161762 matches found

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

DEBIAN-CVE-2026-80774

In the Linux kernel, the following vulnerability has been resolved: HID: asus: 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...

4.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.5 views

DEBIAN-CVE-2026-80779

In the Linux kernel, the following vulnerability has been resolved: net/ionic: avoid OOB TX partner lookup for hwstamp RXQ The dedicated hardware timestamp RX queue is allocated with q-index equal to lif-ionic-nrxqsperlif. The normal txqcqs array only contains the regular queue pairs, so using th...

4.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.4 views

DEBIAN-CVE-2026-80776

In the Linux kernel, the following vulnerability has been resolved: futex: Fix race in futexpivotpending during private hash resize A task performing a custom private hash resize can remain blocked in uninterruptible sleep indefinitely. The hung-task detector reports: INFO: task futex-resizer:314...

4.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.5 views

DEBIAN-CVE-2026-80778

In the Linux kernel, the following vulnerability has been resolved: futex/pi: Reject cross-mm private futex owners A private futex key borrows the waiter's mm without taking an mmusers reference. Nevertheless, attachtopiowner currently accepts an owner from a different address space and copies th...

4.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.4 views

DEBIAN-CVE-2026-80781

In the Linux kernel, the following vulnerability has been resolved: HID: core: fix OOB read of field-usage in hidsetfield hidsetfield hands field-usage + offset to hiddumpinput before the guard that bounds offset: hiddumpinputfield-report-device, field-usage + offset, value; if offset =...

4.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.3 views

DEBIAN-CVE-2026-80777

In the Linux kernel, the following vulnerability has been resolved: futex/pi: Plug private futex exec race The check for private futexes whether the waiter's mm, which is stored in the futexkey and copied into the pistate, is the same as the owner's mm is not sufficient for exec. exec has a gap...

4.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.2 views

DEBIAN-CVE-2026-80767

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

4.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.2 views

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

4.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.4 views

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

4.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.2 views

DEBIAN-CVE-2026-80772

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: fix out-of-bounds read in joyconctlrreadhandler joyconctlrreadhandler casts an incoming HID input report to struct joyconinputreport and parses it, guarding the cast only with a 12-byte length check: if size = 12 /...

4.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.3 views

DEBIAN-CVE-2026-80763

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

4.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.2 views

DEBIAN-CVE-2026-80761

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

4.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.4 views

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

4.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.2 views

DEBIAN-CVE-2026-80764

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

4.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.2 views

DEBIAN-CVE-2026-80762

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

4.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.3 views

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

4.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.5 views

DEBIAN-CVE-2026-80759

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciaml: validate firmware segment lengths amldownloadfirmware reads two lengths from the firmware header and uses them to build pointers before checking that the header and segment data are present. A truncated or...

4.9AI score
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.3 views

DEBIAN-CVE-2026-80758

In the Linux kernel, the following vulnerability has been resolved: futex: Avoid private hash use-after-free on final put futexprivatehashput drops the reference to fph before evaluating fph-mm for wakeupvar. futexrefput enables preemption again before returning. If that put drops the final...

4.9AI score
SaveExploits0References1
Circl
Circl
added 2026/09/04 4:08 p.m.4 views

CVE-2026-85672

creationtimestamp| type| source ---|---|--- 2026-09-04 16:08:20+00:00| seen| https://bsky.app/profile/stemshop.bsky.social/post/3mupdx3v56522 2026-09-04 17:20:06+00:00| seen| https://bsky.app/profile/stackflag.bsky.social/post/3muphxgfjop2l...

9.8CVSS4.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/04 3:43 p.m.5 views

CVE-2023-43343-Quick-CMS-Stored-XSS---Pages-Files

Quick CMS 存储型XSS v6.7 作者: Sergio 描述: Quick CMS v6.7 中的多个跨站脚本(XSS)漏洞允许本地攻击者通过精心编制的脚本在页面菜单中的文件 - 描述处执行任意代码。 攻击向量: 脚本注入:对“页面-文件菜单”中描述字段的清理存在漏洞,允许注入JavaScript代码,当用户访问网页时该代码将被执行。 POC: 登录面板后,我们将进入常规菜单中的“页面 - 文件”部分。 我们编辑该描述设置,发现可以在描述字段中注入任意JavaScript代码。 XSS Payload: root@kitploit: '"...

5.4CVSS5.6AI score0.00677EPSS
SaveExploits1
Rows per page
Query Builder