Lucene search
+L

61586 matches found

CVE
CVE
•added 2026/09/24 4:04 p.m.•5 views

CVE-2026-97485

The Linux kernel contains a vulnerability in the omfs filesystem component where buffer_heads do not correctly handle block sizes greater than PAGE_SIZE . This flaw can lead to a BUG_ON crash in folio_set_bh during the first __bread_gfp call when mounting. The issue has been addressed in recent k...

5.8AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/09/24 4:04 p.m.•3 views

EUVD-2026-86078

In the Linux kernel, the following vulnerability has been resolved: tty: serial: 8250: protect against NULL uart-port.dev in register serial8250register8250port conditionally copies uart-port.dev from up-port.dev only when up-port.dev is non-NULL: if up-port.dev uart-port.dev = up-port.dev; ... S...

5.7AI score
SaveExploits0References2
EUVD
EUVD
•added 2026/09/24 4:03 p.m.•3 views

EUVD-2026-86047

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: fix handling of NAPI on the remove path All the NAPI instances for a DPSW device are attached to the first switch port's netdevice but shared by all ports. The NAPI instances get disabled only once the last port goe...

5.8AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/09/24 4:03 p.m.•3 views

EUVD-2026-86027

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8365-afe-pcm: fix possible NULL-pointer dereferences in mt8365afesuspend mt8365afesuspend allocates the register backup buffer with devmkcalloc, but does not check for allocation failure before using the returne...

5.8AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/09/24 4:03 p.m.•3 views

EUVD-2026-86216

In the Linux kernel, the following vulnerability has been resolved: virtio-fs: avoid double-free on failed queue setup virtiofssetupvqs allocates fs-vqs and fs-mqmap before calling virtiofindvqs. If virtiofindvqs fails, the error path frees both pointers and returns an error to virtiofsprobe...

5.7AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/09/24 4:03 p.m.•4 views

EUVD-2026-86212

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Let driver decide buffer size at AMDKFDIOCGETDMABUFINFO ioctl amdkfd driver needs allocate buffer to return bo metadata to user space. The buffer size is controlled by user currently. It is a potential security issue...

6AI score
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:03 p.m.•4 views

CVE-2026-93542 Out-of-bounds read in libXi's XI2 class parsing via size_classes() and copy_classes()

An out-of-bounds read in libXi's XI2 class parsing via sizeclasses and copyclasses in libXi before 1.8.4 could be used by malicous servers to crash the X client...

6.5CVSS
SaveExploits0References1
EUVD
EUVD
•added 2026/09/24 4:02 p.m.•3 views

EUVD-2026-86175

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: acpi: validate WGDS table revision index Check tblrev bounds before BITtblrev to avoid undefined shifts when firmware reports an invalid revision value...

5.8AI score
SaveExploits0References3
CVE
CVE
•added 2026/09/24 4:02 p.m.•5 views

CVE-2026-93788

The Linux kernel contains a vulnerability in the iwlwifi driver's ACPI handling. The issue stems from a failure to validate the WGDS table revision index bounds before performing a bitwise shift operation. This oversight occurs when firmware reports an invalid revision value, potentially leading ...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
•added 2026/09/24 4:01 p.m.•7 views

CVE-2025-53020-PoC

CVE-2025-53020 - Apache httpd HTTP/2 Memory Exhaustion PoC A proof of concept demonstrating CVE-2025-53020, a memory exhaustion vulnerability in Apache httpd's HTTP/2 implementation I found in mid-2025. 📖 Deep dive : galbarnahum.com/posts/apache-httpd-cve-2025-53020 Vulnerability Overview Apache...

6.7AI score0.04799EPSS
SaveExploits1
Kitploit
Kitploit
•added 2026/09/24 4:01 p.m.•12 views

CVE-2026-22007-NTP-monlist-Amplification-over-IPv6

CVE-2026-22007 – NTP monlist Amplification over IPv6 Program Code Python root@kitploit: ntpamplifysim.py - NTP server responding to monlist without authentication import socket, struct def ntpmonlistresponse: Simplified NTP reply with many entries return b'\x00' 1200 large response server =...

2.9CVSS6.9AI score0.00124EPSS
SaveExploits0
Kitploit
Kitploit
•added 2026/09/24 3:57 p.m.•10 views

dlink-dir-819-dos

CVE-2022-40946 Exploit: Unauthenticated Denial of Service in DLink consumer DIR 819 A1 routers Exploit Fetch the sources root@kitploit: $ git clone https://github.com/whokilleddb/dlink-dir-819-dos $ cd dlink-dir-819-dos $ pip install -r requirements.txt Run the exploit root@kitploit: $ ./exploit....

7.5CVSS7.6AI score0.07516EPSS
SaveExploits5
Kitploit
Kitploit
•added 2026/09/24 3:55 p.m.•12 views

RegEx-DoS

👮 👊 RegEx Denial of Service ReDos Scanner Helping you find Regular Expressions susceptible to Denial of Service Attacks. Please read thecontribution guidelines before contributing. A screenshot of ReDoS scanning in action. What is Regular Expression Denial of Service? Wikipedia and OSWAP have...

6.2AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/24 3:54 p.m.•36 views

slowloris

slowloris.py - Simple slowloris in Python What is Slowloris? Slowloris is basically an HTTP Denial of Service attack that affects threaded servers. It works like this: 1. We start making lots of HTTP requests. 2. We send headers periodically every 15 seconds to keep the connections open. 3. We...

5.9AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/24 3:54 p.m.•16 views

slowloris

slowloris.py - 简单的 Python slowloris 什么是 Slowloris? Slowloris 基本上是一种影响多线程服务器的 HTTP 拒绝服务攻击。它的工作原理如下: 1. 我们开始发起大量 HTTP 请求。 2. 我们定期(每约 15 秒)发送头部信息,以保持连接处于打开状态。 3. 除非服务器主动关闭,否则我们从不关闭连接。如果服务器关闭了一个连接,我们就创建一个新连接并继续做同样的事情。 这会耗尽服务器的线程池,导致服务器无法响应其他用户。 引用 如果你觉得这个作品有用,请按以下方式引用它 root@kitploit:...

6.1AI score
SaveExploits0References1
EUVD
EUVD
•added 2026/09/24 3:52 p.m.•3 views

EUVD-2026-86136

In the Linux kernel, the following vulnerability has been resolved: RDMA/efa: Fix PBL chunk length computation On register MR, when creating the PBL, if it's an indirect PBL we create a chunk list to hold the PBL pages pointers. Each chunk is 4KB in size and can hold 510 addresses EFAPTRSPERCHUNK...

6AI score
SaveExploits0References8
CVE
CVE
•added 2026/09/24 3:51 p.m.•11 views

CVE-2026-96746

The MongoDB C Driver contains an out-of-bounds write vulnerability within its connection-monitoring logic . Specifically, a heap buffer overflow can occur due to mid-scan command list growth during client topology monitoring. This flaw may allow an unauthenticated party —who controls name resolut...

8.3CVSS5.9AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/09/24 3:51 p.m.•6 views

EUVD-2026-86263

An out-of-bounds write in the connection-monitoring logic of the MongoDB C Driver may allow an unauthenticated party who controls name resolution and the responses of the hosts named in a client's connection string to write beyond the end of a heap buffer. This may cause the application using the...

8.3CVSS5.9AI score
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 3:51 p.m.•6 views

CVE-2026-96746 Heap buffer overflow via mid-scan command list growth in client topology monitoring

An out-of-bounds write in the connection-monitoring logic of the MongoDB C Driver may allow an unauthenticated party who controls name resolution and the responses of the hosts named in a client's connection string to write beyond the end of a heap buffer. This may cause the application using the...

8.3CVSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/24 3:40 p.m.•3 views

EUVD-2026-86249

In the Linux kernel, the following vulnerability has been resolved: mm/secretmem: properly account locked pages secretmem accounts folios by treating memory as if it were mlock'd and thus limited by the RLIMITMEMLOCK limit. However the folios are unevictable and remain so until the inode is...

5.8AI score
SaveExploits0References3
Rows per page
Query Builder