Lucene search
+L

10198 matches found

Kitploit
Kitploit
•added 2026/09/12 1:51 a.m.•5 views

mongobleed-exploit-CVE-2025-14847

🩸 MongoBleed - CVE-2025-14847 Security Research Lab CVE-2025-14847 | CVSS 8.7 High | Unauthenticated Memory Disclosure šŸ“– Full Documentation • šŸ”¬ Technical Analysis • ⚔ Quick Commands šŸŽÆ CVE-2025-14847 Summary MongoBleed is a critical memory disclosure vulnerability in MongoDB's network transport...

8.7CVSS7.7AI score0.83218EPSS
SaveExploits39References3
Fedora
Fedora
•added 2026/09/12 1:15 a.m.•3 views

[SECURITY] Fedora 43 Update: srt-1.5.7-1.fc43

Secure Reliable Transport SRT is an open source transport technology that optimizes streaming performance across unpredictable networks, such as the Internet...

5.8AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/11 11:49 p.m.•7 views

USSH

USSH USSH is a shell protocol and client/server pair built on top of USTP-Secure. It is not a TCP tunnel and does not wrap SSH inside TCP. Status: Beta License: MIT AEAD cipher names chacha20 = CHACHA20POLY1305 aes-256-gcm = AES256GCM aes-128-gcm = AES128GCM Default AEAD cipher: chacha20 Default...

6AI score
SaveExploits0
RedhatCVE
RedhatCVE
•added 2026/09/11 11:27 p.m.•2 views

CVE-2026-89535

A flaw was found in the svcrdma module of the Linux kernel. A use-after-free vulnerability can occur due to an incorrect order of operations during the teardown of an RDMA Remote Direct Memory Access transport. If a device unregistration process happens concurrently, it can attempt to access a...

SaveExploits0References6
RedhatCVE
RedhatCVE
•added 2026/09/11 11:25 p.m.•2 views

CVE-2026-89478

A flaw was found in the Linux kernel's Stream Control Transmission Protocol SCTP implementation. An authenticated attacker could exploit a timing window during the removal of an SCTP transport. This could lead to the system attempting to read from freed memory, potentially causing a denial of...

SaveExploits0References7
Kitploit
Kitploit
•added 2026/09/11 10:22 p.m.•9 views

pentest-mcp

Pentest MCP Professional penetration-testing MCP server with modern transport/auth support and expanded recon tooling. What Changed in 0.9.0 Upgraded MCP SDK to @modelcontextprotocol/sdk@^1.26.0 Kept MCP Inspector at the latest release @modelcontextprotocol/inspector@^0.20.0 with bundled launcher...

5.9AI score
SaveExploits0
RedhatCVE
RedhatCVE
•added 2026/09/11 10:20 p.m.•3 views

CVE-2026-80988

A flaw was found in the Linux kernel's Non-Transparent Bridge NTB transport module. When the NTB transport attempts to transmit packets while the Queue Pair QP link is down, the system incorrectly reports a successful transmission without properly consuming the packet. This oversight leads to a...

4.1CVSS
SaveExploits0References7
RedhatCVE
RedhatCVE
•added 2026/09/11 10:17 p.m.•2 views

CVE-2026-80987

A flaw was found in the Linux kernel's Non-Transparent Bridge NTB transport module. When processing oversized transmit TX buffers, the system fails to properly free the allocated memory, leading to a memory leak. This continuous leakage of memory could eventually exhaust system resources, resulti...

4.4CVSS
SaveExploits0References7
Github Security Blog
Github Security Blog
•added 2026/09/11 8:35 p.m.•4 views

MySQL MCP Server: Missing Origin/Host Validation in SSE Transport Enables Unauthenticated SQL Execution (DNS Rebinding / Direct Exposure)

Summary In SSE/HTTP transport mode, mysqlmcpserver constructs SseServerTransport without passing securitysettings. As a result, the MCP Python SDK's DNS-rebinding protection Origin/Host header validation is disabled; the Starlette application has no CORS or TrustedHost middleware; and the service...

SaveExploits0References4Affected Software1
NVD
NVD
•added 2026/09/11 8:19 p.m.•2 views

CVE-2026-89536

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: wait for in-flight client TLS handshake callback xstlshandshakesync gives xstlshandshakedone a reference to the lower transport before submitting the handshake request. On timeout or signal, the synchronous waiter drops...

SaveExploits0References4
NVD
NVD
•added 2026/09/11 8:19 p.m.•1 views

CVE-2026-89531

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reject connection when transport allocation fails handleconnectreq returns without action when svcrdmacreatexprt fails to allocate the new transport. The CM core returns 0 for CONNECTREQUEST events, so it does not destro...

SaveExploits0References4
NVD
NVD
•added 2026/09/11 8:19 p.m.•2 views

CVE-2026-89478

In the Linux kernel, the following vulnerability has been resolved: sctp: drop a chunk if its transport was removed sctprcv resolves the transport once per packet and leaves it in chunk-transport. The lookup reference, or the one sctpaddbacklog takes if the socket is owned by userspace, keeps it...

SaveExploits0References4
NVD
NVD
•added 2026/09/11 8:19 p.m.•2 views

CVE-2026-89479

In the Linux kernel, the following vulnerability has been resolved: sctp: stop processing a packet once its association is deleted sctpendpointbhrcv looks the association up only when chunk-asoc is NULL, and caches the result in chunk-asoc and chunk-transport without taking a reference. A packet...

SaveExploits0References4
NVD
NVD
•added 2026/09/11 8:19 p.m.•2 views

CVE-2026-80988

In the Linux kernel, the following vulnerability has been resolved: NTB: ntbtransport: Fail TX enqueue when the QP link is down Commit f195a1a6fe41 "ntb: Drop packets when qp link is down" meant to make ntbtransporttxenqueue drop packets submitted while the QP link is down, but it only returns 0...

SaveExploits0References4
EUVD
EUVD
•added 2026/09/11 7:44 p.m.•3 views

EUVD-2026-76460

In the Linux kernel, the following vulnerability has been resolved: sunrpc: route to a populated pool in svcpoolforcpu svcsetnumthreads spreads the requested threads evenly across the service's pools base = nrservs / svnrpools. When a service runs fewer threads than it has pools -- e.g. an nfsd...

SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/11 7:44 p.m.•7 views

CVE-2026-89536 SUNRPC: wait for in-flight client TLS handshake callback

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: wait for in-flight client TLS handshake callback xstlshandshakesync gives xstlshandshakedone a reference to the lower transport before submitting the handshake request. On timeout or signal, the synchronous waiter drops...

SaveExploits0References4
CVE
CVE
•added 2026/09/11 7:44 p.m.•4 views

CVE-2026-89536

CVE-2026-89536 affects the Linux kernel SUNRPC subsystem. The root cause is a race condition between cancellation and completion during a client-side TLS handshake. When xs_tls_handshake_sync() drops its reference to the lower transport after calling tls_handshake_cancel(), the completion callbac...

SaveExploits0References4
CVE
CVE
•added 2026/09/11 7:43 p.m.•4 views

CVE-2026-89479

CVE-2026-89479 is a use-after-free in the Linux kernel's SCTP subsystem. In sctp_endpoint_bh_rcv(), a packet's association and transport are cached without holding a reference. A peer can bundle COOKIE ECHO , SHUTDOWN , and SHUTDOWN ACK in a single packet, causing the association to be freed mid-...

SaveExploits0References4
EUVD
EUVD
•added 2026/09/11 7:43 p.m.•2 views

EUVD-2026-76385

In the Linux kernel, the following vulnerability has been resolved: sctp: stop processing a packet once its association is deleted sctpendpointbhrcv looks the association up only when chunk-asoc is NULL, and caches the result in chunk-asoc and chunk-transport without taking a reference. A packet...

SaveExploits0References4
CVE
CVE
•added 2026/09/11 7:43 p.m.•4 views

CVE-2026-89478

CVE-2026-89478 is a use-after-free in the Linux kernel SCTP subsystem. The root cause is a race condition: an authenticated ASCONF DEL-IP can remove a transport while a received chunk still holds a reference to it. After the packet is processed, the reference count drops, the transport is freed v...

SaveExploits0References4
Rows per page
Query Builder