Lucene search
+L

3094 matches found

Kitploit
Kitploit
added 2026/09/24 1:36 a.m.16 views

go-exploit

go-exploit: Go Exploit Framework go-exploit is an exploit development framework for Go. The framework helps exploit developers create small, self-contained, portable, and consistent exploits. The framework was developed to simplify large scale scanning, exploitation, and integration with other...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/23 11:01 p.m.12 views

vallumd

vallumd This program allows you to centralize and distribute IP blacklists. If you maintain a server on the Internet, it's very likely you encountered one or more brute force attacks. Not a problem, just install fail2ban. Done. But if you're running multiple servers, each of them running their...

6.2AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/23 10:09 p.m.12 views

RemoteAssistance-Cpp

RemoteAssistance-Cpp RemoteAssistance como TeamViewer, versión C++ https://dydtjr1128.github.io/RemoteAssistance-Cpp/ También se creó una versión de Java Swing = Enlace Esta versión solo está implementada hasta el mirroring local, que aún no utiliza red. Tareas pendientes - x Captura de pantalla...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/23 5:54 p.m.14 views

CVE-2023-33246_RocketMQ_RCE_EXPLOIT

CVE-2023-33246 Exploit de Ejecución Remota de Código en RocketMQ CVE-2023-33246 Exploit de Ejecución Remota de Código en RocketMQ Resumen RocketMQ es una plataforma de mensajería y transmisión distribuida. Las versiones de RocketMQ 5.1.0 y anteriores son vulnerables a la Inyección Arbitraria de...

9.8CVSS8.8AI score0.96568EPSS
SaveExploits11
NVD
NVD
added 2026/09/23 5:17 p.m.3 views

CVE-2026-95844

Moquette is a lightweight Java MQTT broker. Prior to 0.18.1, Moquette does not limit the depth of topic names and topic filters before processing them through recursive CTrie insertion and matching operations. A remote client can publish or subscribe with a deeply nested topic, causing a...

8.7CVSS
SaveExploits0References3
NVD
NVD
added 2026/09/23 5:17 p.m.3 views

CVE-2026-95848

Moquette is a lightweight Java MQTT broker. Prior to 0.18.1, when a configured authenticator or authorizator class cannot be loaded, Server.initializeAuthenticator and Server.initializeAuthorizatorPolicy treat the failure as though no custom class was configured and fall back to...

9.3CVSS
SaveExploits0References4
NVD
NVD
added 2026/09/23 5:17 p.m.2 views

CVE-2026-95845

Moquette is a lightweight Java MQTT broker. Prior to 0.18.1, the broker does not enforce a maximum length for pending per-session message queues. When a fast publisher sends messages to a slow subscriber whose in-flight window is full, queued messages can accumulate without bound in memory or...

8.7CVSS
SaveExploits0References3
NVD
NVD
added 2026/09/23 5:17 p.m.2 views

CVE-2026-95846

Moquette is a lightweight Java MQTT broker. Prior to 0.18.1, PostOffice.publishWill publishes a client's Last-Will message without applying the canWrite authorization and reserved-topic checks used for a normal PUBLISH. A client can configure a Will for a topic that the client is not permitted to...

8.7CVSS
SaveExploits0References3
NVD
NVD
added 2026/09/23 5:17 p.m.2 views

CVE-2026-85724

Moquette is a lightweight Java MQTT broker. Prior to 0.18.1, when pattern-based ACL rules are configured, AuthorizationsCollector.canDoOperation substitutes client ID and username values directly into rules containing %c or %u and then treats the result as an MQTT topic filter. A client that uses...

9.6CVSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/23 4:29 p.m.12 views

CVE-2026-95848 Moquette fails open when configured authentication or authorization classes cannot load

Moquette is a lightweight Java MQTT broker. Prior to 0.18.1, when a configured authenticator or authorizator class cannot be loaded, Server.initializeAuthenticator and Server.initializeAuthorizatorPolicy treat the failure as though no custom class was configured and fall back to...

9.3CVSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/23 4:29 p.m.13 views

CVE-2026-95845 Moquette unbounded per-session message queues allow memory exhaustion

Moquette is a lightweight Java MQTT broker. Prior to 0.18.1, the broker does not enforce a maximum length for pending per-session message queues. When a fast publisher sends messages to a slow subscriber whose in-flight window is full, queued messages can accumulate without bound in memory or...

8.7CVSS
SaveExploits0References3
CVE
CVE
added 2026/09/23 4:29 p.m.2 views

CVE-2026-95845

The Moquette Java MQTT broker is vulnerable to a denial of service (DoS) condition in versions prior to 0.18.1 . The root cause is the lack of a maximum length enforcement for pending per-session message queues. If a fast publisher sends messages to a slow subscriber with a full in-flight window,...

8.7CVSS5.8AI score
SaveExploits0References3
CVE
CVE
added 2026/09/23 4:29 p.m.2 views

CVE-2026-95844

The Moquette Java MQTT broker is vulnerable to a StackOverflowError in versions prior to 0.18.1 . The root cause is the lack of depth limits on topic names and topic filters during recursive CTrie insertion and matching operations. A remote client can exploit this by publishing or subscribing wit...

8.7CVSS5.8AI score
SaveExploits0References3
CVE
CVE
added 2026/09/23 4:29 p.m.1 views

CVE-2026-95843

The Moquette lightweight Java MQTT broker is vulnerable to a Denial of Service (DoS) condition in versions prior to 0.18.1 . The issue exists in PostOffice.subscribe , which parses a shared-subscription filter using SharedSubscriptionUtils.extractShareName before validating the full structure. A ...

8.7CVSS5.9AI score
SaveExploits0References4
CVE
CVE
added 2026/09/23 4:29 p.m.2 views

CVE-2026-95842

The Moquette Java MQTT broker is vulnerable to a Denial of Service (DoS) condition in versions prior to 0.18.1 . The root cause is that SessionEventLoop.run only catches InterruptedException, and SessionEventLoopGroup fails to restart a terminated loop. Consequently, an MQTT command triggering an...

8.7CVSS5.8AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/09/23 4:11 p.m.6 views

Moquette: Pattern-ACL wildcard injection (cross-tenant authorization bypass) plus a remote-unauthenticated DoS cluster, a Will-message authorization bypass, and a cross-session durable-corruption bug

moquette is reachable by untrusted MQTT clients anonymous by default, so every byte from any client, including pre-authentication, is untrusted. This is a memory-safe JVM: the ceiling is authorization/ACL bypass + denial of service + cross-session integrity, not RCE I did not find one and do not...

9.6CVSS5.9AI score
SaveExploits0References16Affected Software1
RedhatCVE
RedhatCVE
added 2026/09/23 3:01 p.m.3 views

CVE-2026-91182

A flaw was found in open-cluster-management. An agent communicating via the gRPC broker can bypass authorization by manipulating the ce-clustername cloud event header attribute, which is used for authorization, independently of the actual event payload. This allows a registered managed cluster to...

3.3CVSS5.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/23 11:33 a.m.12 views

LazyMesh

LazyMesh Mesh routing system that supports using an OpenDHT proxy as the backend, so that nodes can communicate directly via the internet. Very early pre alpha, proof of concept, might not actually work, etc. This is meant for both hobby/HAM use cases, and more typical consumer/commercial IoT wor...

5.9AI score
SaveExploits0References1
CVE
CVE
added 2026/09/23 7:15 a.m.10 views

CVE-2026-50227

An unauthenticated local attacker can connect to the MQTT broker over its localhost WebSocket endpoint in Acer NitroSense software versions up to and including 5.2.62. This allows the attacker to invoke exposed ddsc RPC functions, including childprocess.execSync, resulting in arbitrary command...

8.6CVSS5.9AI score0.00263EPSS
SaveExploits0References1
Nuclei
Nuclei
added 2026/09/23 2:05 a.m.34 views

Apache ActiveMQ 6.x < 6.1.2 - Broken Access Control

Apache ActiveMQ 6.x contains an unauthenticated API web context caused by default configuration lacking security measures in the Jetty server, letting anyone interact with broker APIs and messaging layers, exploit requires no authentication. id: CVE-2024-32114 info: name: Apache ActiveMQ 6.x 6.1....

8.8CVSS7.8AI score0.07148EPSS
SaveExploits1References4
Rows per page
Query Builder