Lucene search
+L

241 matches found

Kitploit
Kitploit
added 2026/09/13 3:32 a.m.9 views

Seal

Seal Peer-to-peer, end-to-end encrypted chat. No inbox. No account to recover. Nobody's listening — not even us. github.com/Emn4tor/Seal !GitHub last commithttps://img.shields.io/github/last-commi...

6AI score
SaveExploits0References10
Kitploit
Kitploit
added 2026/09/11 9:30 p.m.7 views

RendezvousRAT

Information This repository contains two minimal proof-of-concept RAT's utilizing GO, based on the examples found at go-libp2p-examples Currently, the RAT is inteded for linux hosts. However, they can be built for windows by modifying the go build variable. You can set the environment variable in...

5.9AI score
SaveExploits0References1
NVD
NVD
added 2026/09/11 11:16 a.m.6 views

CVE-2026-89146

libp2p-rendezvous through 0.17.1 fails to validate registration TTL values in discovery responses, allowing attackers to trigger timer arithmetic overflow. A malicious rendezvous server can send a discovery response with an unbounded TTL value that causes the client node process to panic when...

8.7CVSS0.00425EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 10:46 a.m.8 views

EUVD-2026-76035

libp2p-rendezvous through 0.17.1 fails to validate registration TTL values in discovery responses, allowing attackers to trigger timer arithmetic overflow. A malicious rendezvous server can send a discovery response with an unbounded TTL value that causes the client node process to panic when...

8.7CVSS0.00425EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 10:46 a.m.10 views

CVE-2026-89146

CVE-2026-89146 affects the Rust libp2p-rendezvous library (versions through 0.17.1 ). The library fails to validate registration TTL values in discovery responses, so a malicious rendezvous server can send an unbounded TTL that triggers a timer arithmetic overflow , causing the client node proces...

8.7CVSS0.00425EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 10:46 a.m.38 views

CVE-2026-89146 libp2p-rendezvous through 0.17.1 Denial of Service via Unbounded Registration TTL in Discovery Responses

libp2p-rendezvous through 0.17.1 fails to validate registration TTL values in discovery responses, allowing attackers to trigger timer arithmetic overflow. A malicious rendezvous server can send a discovery response with an unbounded TTL value that causes the client node process to panic when...

8.7CVSS0.00425EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/24 10:17 p.m.18 views

CVE-2026-77384

libp2p is a JavaScript implementation of the libp2p networking stack. Prior to version 4.2.9, the reservation refresh path in reservation-store.ts reuses the same retimeableSignal but unconditionally registers another abort listener on every refresh. As a result, a remote peer can repeatedly send...

7.5CVSS0.00339EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/24 9:06 p.m.37 views

CVE-2026-77384 libp2p: Circuit relay v2 server reservation refresh leaks abort listeners and allows remote resource exhaustion

libp2p is a JavaScript implementation of the libp2p networking stack. Prior to version 4.2.9, the reservation refresh path in reservation-store.ts reuses the same retimeableSignal but unconditionally registers another abort listener on every refresh. As a result, a remote peer can repeatedly send...

7.5CVSS0.00339EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/24 9:06 p.m.16 views

CVE-2026-77384 libp2p: Circuit relay v2 server reservation refresh leaks abort listeners and allows remote resource exhaustion

libp2p is a JavaScript implementation of the libp2p networking stack. Prior to version 4.2.9, the reservation refresh path in reservation-store.ts reuses the same retimeableSignal but unconditionally registers another abort listener on every refresh. As a result, a remote peer can repeatedly send...

7.5CVSS5.6AI score
SaveExploits0References5
CVE
CVE
added 2026/08/24 9:06 p.m.19 views

CVE-2026-77384

@libp2p/circuit-relay-v2 (part of the js-libp2p JavaScript networking stack) is vulnerable to a remote denial of service in its reservation refresh path within reservation-store.ts. Prior to version 4.2.9 , each refresh reuses the same retimeableSignal but unconditionally registers an additional ...

7.5CVSS5.4AI score0.00339EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/24 12:00 a.m.18 views

PT-2026-81042

Name of the Vulnerable Software and Affected Versions libp2p versions prior to 4.2.9 Description In the reservation refresh path within reservation-store.ts, the software reuses the same retimeableSignal but unconditionally registers a new abort listener during every refresh. A remote peer can...

7.5CVSS5.3AI score0.00339EPSS
SaveExploits0References7
Circl
Circl
added 2026/08/13 6:35 p.m.11 views

CVE-2026-73568

creationtimestamp| type| source ---|---|--- 2026-08-13 18:35:10+00:00| published-proof-of-concept| https://github.com/libp2p/py-libp2p/security/advisories/GHSA-hmj8-5xmh-5573...

7.5CVSS4.9AI score0.00351EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 6:18 p.m.17 views

CVE-2026-73568

py-libp2p is the Python implementation of the libp2p networking stack. In 0.7.0 and earlier, the yamux handleincoming method in libp2p/streammuxer/yamux/yamux.py reads an attacker-controlled 32-bit DATA frame length with readexactly before validating it against MAXWINDOWSIZE or checking whether...

7.5CVSS0.00351EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/13 5:43 p.m.31 views

CVE-2026-73568 py-libp2p: yamux connection DoS via oversized data frame

py-libp2p is the Python implementation of the libp2p networking stack. In 0.7.0 and earlier, the yamux handleincoming method in libp2p/streammuxer/yamux/yamux.py reads an attacker-controlled 32-bit DATA frame length with readexactly before validating it against MAXWINDOWSIZE or checking whether...

7.5CVSS0.00351EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/13 5:43 p.m.11 views

EUVD-2026-58183

py-libp2p is the Python implementation of the libp2p networking stack. In 0.7.0 and earlier, the yamux handleincoming method in libp2p/streammuxer/yamux/yamux.py reads an attacker-controlled 32-bit DATA frame length with readexactly before validating it against MAXWINDOWSIZE or checking whether...

7.5CVSS5.4AI score0.00351EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/13 5:43 p.m.13 views

CVE-2026-73568 py-libp2p: yamux connection DoS via oversized data frame

py-libp2p is the Python implementation of the libp2p networking stack. In 0.7.0 and earlier, the yamux handleincoming method in libp2p/streammuxer/yamux/yamux.py reads an attacker-controlled 32-bit DATA frame length with readexactly before validating it against MAXWINDOWSIZE or checking whether...

7.5CVSS5.5AI score
SaveExploits0References4
CVE
CVE
added 2026/08/13 5:43 p.m.32 views

CVE-2026-73568

py-libp2p (Python implementation of libp2p) before 0.7.0 has a yamux handle_incoming() flaw in libp2p/stream_muxer/yamux/yamux.py: it reads a 32-bit DATA frame length with read_exactly() before validating against MAX_WINDOW_SIZE or checking stream_id. A peer completing the Noise handshake can sen...

7.5CVSS5.4AI score0.00351EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/07 11:17 p.m.16 views

CVE-2026-52878

Klever-Go is the Go implementation of the Klever blockchain protocol. Versions 1.7.14 through 1.7.17 are vulnerable to a nil-pointer panic triggered by a protobuf Transaction whose embedded RawData sub-message is omitted. This omission causes RawData to decode to nil. Every transaction gossiped o...

7.5CVSS0.00337EPSS
SaveExploits0References2
vulnersOsv
vulnersOsv
added 2026/07/24 10:37 p.m.8 views

autonet-computer (>=0.1.2, <=0.7.3), diap-sdk (>=0.1.4, <=0.1.5) +6 more potentially affected by unknown CVE via libp2p (>=0.1.1, <=0.7.0)

libp2p PYPI version =0.1.1, =0.1.2, =0.1.4, =0.1.0, =0.1.2, =0.1.0, =0.1.0, =0.1.0a28, =0.1.0a36 Source cves: unknown CVE Source advisory: SNYK:PYTHON-LIBP2P-18313058...

5.4AI score
SaveExploits0
OSV
OSV
added 2026/07/24 10:37 p.m.14 views

GHSA-HMJ8-5XMH-5573 libp2p: yamux connection DoS via oversized data frame

Summary The yamux stream multiplexer in py-libp2p does not validate incoming DATA frame lengths against the receive window before reading the frame body. Any peer that completes a standard libp2p handshake can send a single 12-byte frame claiming a 4 GB body, causing the victim's yamux read loop ...

7.5CVSS6AI score0.00351EPSS
SaveExploits0References3
Rows per page
Query Builder