Lucene search
+L

83377 matches found

NVD
NVD
added 2026/09/11 9:17 p.m.9 views

CVE-2026-54165

Dobase is an open-source, self-hosted workspace with installable tools. Versions prior to 2026.06.03 have a one-click stored DOM-based cross-site scripting XSS vulnerability in the public, unauthenticated shared-folder image gallery. A file's name is fully attacker-controlled and is never...

6.4CVSS0.00314EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/11 9:09 p.m.6 views

StickyExim

StickyExim 一个电子邮件蜜罐 功能 易于部署。安装脚本完成所有工作。 滥用报告会自动创建并发送给攻击IP的所有者。 滥用报告在创建时以哈希值存储,以备后续需要。 要求 域名。 一个用于正常电子邮件通信的真实域名。例如:myrealdomain.com 一个用于蜜罐的域名。例如:myhoneydomain.com DNS记录控制。 为myhoneydomain.com的所有子域名添加通配符记录,指向myrealdomain.com邮件服务器的IP。 在Bind中,这看起来像 ".myhoneydomain.com. IN A 1.1.1.1." 另一个邮件服务器...

10CVSS8.7AI score0.99961EPSS
SaveExploits27References1
Kitploit
Kitploit
added 2026/09/11 9:04 p.m.7 views

cve-2015-2315-report

cve-2015-2315-report 这个项目包含一个报告和代码,用于模拟CVE-2015-2315的情况。...

4.3CVSS5.8AI score0.07034EPSS
SaveExploits2
OSV
OSV
added 2026/09/11 8:20 p.m.7 views

DEBIAN-CVE-2026-89754

In the Linux kernel, the following vulnerability has been resolved: mm/pagewalk: fix stale walk-action escaping walkpmdrange If -pmdentry sets walk-action = ACTIONAGAIN, the pmdnone check is retried. The PMD entry may be cleared at the point of retry. In this case, if walk-ops-installpte is not...

7.8CVSS6.2AI score0.00118EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/11 8:19 p.m.7 views

CVE-2026-89627

In the Linux kernel, the following vulnerability has been resolved: HID: roccat: free buffered reports when destroying device roccatreportevent duplicates each report with kmemdup and stores the allocation in a circular-buffer slot. The allocation is released only when that slot is reused. The...

0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/11 8:19 p.m.6 views

DEBIAN-CVE-2026-89627

In the Linux kernel, the following vulnerability has been resolved: HID: roccat: free buffered reports when destroying device roccatreportevent duplicates each report with kmemdup and stores the allocation in a circular-buffer slot. The allocation is released only when that slot is reused. The...

6AI score0.0021EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/11 8:19 p.m.5 views

AZL-100644 CVE-2026-89621 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: mcp2221: validate report size in mcp2221rawevent mcp2221rawevent never validates the size of incoming HID reports. In the MCP2221I2CGETDATA path it trusts the device-supplied data3 as the copy length without checking that 4 ...

6AI score0.0022EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/11 8:19 p.m.11 views

CVE-2026-89620

In the Linux kernel, the following vulnerability has been resolved: HID: intel-thc-hid: intel-quickspi: validate report size before copy writecmdtotxdma builds an output report in qsdev-reportbuf, a heap buffer allocated in quickspiallocreportbuf to the device-descriptor derived maxreportlen a fe...

7.8CVSS0.00161EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 8:19 p.m.8 views

DEBIAN-CVE-2026-89620

In the Linux kernel, the following vulnerability has been resolved: HID: intel-thc-hid: intel-quickspi: validate report size before copy writecmdtotxdma builds an output report in qsdev-reportbuf, a heap buffer allocated in quickspiallocreportbuf to the device-descriptor derived maxreportlen a fe...

7.8CVSS6.1AI score0.00161EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/11 7:45 p.m.8 views

EUVD-2026-76539

In the Linux kernel, the following vulnerability has been resolved: HID: roccat: free buffered reports when destroying device roccatreportevent duplicates each report with kmemdup and stores the allocation in a circular-buffer slot. The allocation is released only when that slot is reused. The...

5.9AI score0.0021EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:45 p.m.10 views

CVE-2026-89627

CVE-2026-89627 affects the Linux kernel 's HID roccat driver. The root cause is a memory leak : roccat_report_event() duplicates each report via kmemdup() into a circular buffer (cbuf[]), but the device destruction paths free struct roccat_device without releasing reports still stored in those sl...

5.9AI score0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/11 7:45 p.m.9 views

EUVD-2026-76533

In the Linux kernel, the following vulnerability has been resolved: HID: mcp2221: validate report size in mcp2221rawevent mcp2221rawevent never validates the size of incoming HID reports. In the MCP2221I2CGETDATA path it trusts the device-supplied data3 as the copy length without checking that 4 ...

6AI score0.0022EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:45 p.m.15 views

CVE-2026-89621

CVE-2026-89621 is a Linux kernel vulnerability in the HID mcp2221 driver's mcp2221_raw_event() function. The function fails to validate the size of incoming HID reports in the MCP2221_I2C_GET_DATA path, trusting a device-supplied data[3] field as the copy length without verifying that 4 + data[3]...

6AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.27 views

CVE-2026-89621 HID: mcp2221: validate report size in mcp2221_raw_event()

In the Linux kernel, the following vulnerability has been resolved: HID: mcp2221: validate report size in mcp2221rawevent mcp2221rawevent never validates the size of incoming HID reports. In the MCP2221I2CGETDATA path it trusts the device-supplied data3 as the copy length without checking that 4 ...

0.0022EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/11 7:45 p.m.7 views

CVE-2026-89621 HID: mcp2221: validate report size in mcp2221_raw_event()

In the Linux kernel, the following vulnerability has been resolved: HID: mcp2221: validate report size in mcp2221rawevent mcp2221rawevent never validates the size of incoming HID reports. In the MCP2221I2CGETDATA path it trusts the device-supplied data3 as the copy length without checking that 4 ...

6.1AI score
SaveExploits0References11
EUVD
EUVD
added 2026/09/11 7:45 p.m.10 views

EUVD-2026-76532

In the Linux kernel, the following vulnerability has been resolved: HID: intel-thc-hid: intel-quickspi: validate report size before copy writecmdtotxdma builds an output report in qsdev-reportbuf, a heap buffer allocated in quickspiallocreportbuf to the device-descriptor derived maxreportlen a fe...

5.8AI score0.00161EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:45 p.m.8 views

CVE-2026-89620 HID: intel-thc-hid: intel-quickspi: validate report size before copy

In the Linux kernel, the following vulnerability has been resolved: HID: intel-thc-hid: intel-quickspi: validate report size before copy writecmdtotxdma builds an output report in qsdev-reportbuf, a heap buffer allocated in quickspiallocreportbuf to the device-descriptor derived maxreportlen a fe...

7.8CVSS6AI score
SaveExploits0References6
Circl
Circl
added 2026/09/11 5:50 p.m.12 views

CVE-2026-81908

creationtimestamp| type| source ---|---|--- 2026-09-11 17:50:00+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/7sz63vg42eztk...

6CVSS5.7AI score0.00207EPSS
SaveExploits0References1
Circl
Circl
added 2026/09/11 5:18 p.m.12 views

CVE-2026-72709

creationtimestamp| type| source ---|---|--- 2026-09-11 17:18:00+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/eezs3rf76rjy6 2026-09-11 17:30:09+00:00| seen| https://bsky.app/profile/stackflag.bsky.social/post/3mvb3rspmhl2b 2026-09-11 18:08:50+00:00| seen|...

9.8CVSS5.7AI score0.00364EPSS
SaveExploits0References16
Circl
Circl
added 2026/09/11 2:00 p.m.14 views

CVE-2026-79708

creationtimestamp| type| source ---|---|--- 2026-09-11 14:00:11+00:00| seen| https://bsky.app/profile/o2cloud.bsky.social/post/3mvaq2esev62q 2026-09-14 07:45:28+00:00| seen| https://www.hkcert.org/security-bulletin/gitlab-multiple-vulnerabilities20260914 2026-09-14 07:45:48+00:00| seen|...

5.7AI score
SaveExploits0References3
Rows per page
Query Builder