Lucene search
+L

29672 matches found

Metasploit
Metasploit
added 2026/04/02 7:02 p.m.253 views

HTTPS Fetch, Windows x86 Reverse Named Pipe (SMB) Stager

Fetch and execute an x86 payload from an HTTPS server. Connect back to the attacker via a named pipe pivot Module Options msf use payload/cmd/windows/https/x86/peinject/reversenamedpipe msf payloadreversenamedpipe show actions ...actions... msf payloadreversenamedpipe set ACTION msf...

6AI score
SaveExploits0
Metasploit
Metasploit
added 2026/04/02 7:02 p.m.190 views

HTTPS Fetch, Windows shellcode stage, Windows x86 Reverse Named Pipe (SMB) Stager

Fetch and execute an x86 payload from an HTTPS server. Custom shellcode stage. Connect back to the attacker via a named pipe pivot Module Options msf use payload/cmd/windows/https/x86/custom/reversenamedpipe msf payloadreversenamedpipe show actions ...actions... msf payloadreversenamedpipe set...

6AI score
SaveExploits0
OSV
OSV
added 2026/04/02 6:42 p.m.12 views

GO-2026-4875 Ella Core panics when processing a crafted NGAP LocationReport message in github.com/ellanetworks/core

Ella Core panics when processing a crafted NGAP LocationReport message in github.com/ellanetworks/core...

6.5CVSS5.9AI score0.00207EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/02 6:16 p.m.23 views

CVE-2026-34608

NanoMQ MQTT Broker NanoMQ is an all-around Edge Messaging Platform. Prior to version 0.24.10, in NanoMQ's webhookinproc.c, the hookworkcb function processes nng messages by parsing the message body with cJSONParsebody. The body is obtained from nngmsgbodymsg, which is a binary buffer without a...

8.2CVSS0.00359EPSS
SaveExploits1References3
CVE
CVE
added 2026/04/02 5:52 p.m.42 views

CVE-2026-34608

Summary of the impact for CVE-2026-34608: NanoMQ prior to 0.24.10 is susceptible to a heap/OOB read in webhook_inproc.c, where webhook_inproc.c:hook_work_cb() parses the message body with cJSON_Parse(body). The body comes from nng_msg_body(msg), a binary buffer without a guaranteed null terminato...

8.2CVSS5.9AI score0.00359EPSS
SaveExploits1References3Affected Software1
NVD
NVD
added 2026/04/02 2:16 p.m.25 views

CVE-2026-30867

CocoaMQTT is a MQTT 5.0 client library for iOS and macOS written in Swift. Prior to version 2.2.2, a vulnerability exists in the packet parsing logic of CocoaMQTT that allows an attacker or a compromised/malicious MQTT broker to remotely crash the host iOS/macOS/tvOS application. If an attacker...

6.5CVSS0.00318EPSS
SaveExploits1References4
OSV
OSV
added 2026/04/02 1:57 p.m.12 views

CVE-2026-30867 CocoaMQTT: Denial of Service via Reachable Assertion in `PUBLISH` Packet Parsing

CocoaMQTT is a MQTT 5.0 client library for iOS and macOS written in Swift. Prior to version 2.2.2, a vulnerability exists in the packet parsing logic of CocoaMQTT that allows an attacker or a compromised/malicious MQTT broker to remotely crash the host iOS/macOS/tvOS application. If an attacker...

5.7CVSS5.9AI score
SaveExploits0References6
CVE
CVE
added 2026/04/02 1:57 p.m.34 views

CVE-2026-30867

CocoaMQTT prior to v2.2.2 is vulnerable to a Denial of Service via a malformed 4-byte PUBLISH payload with the RETAIN flag set. A malicious broker or attacker can cause a vulnerable iOS/macOS/tvOS client to crash when it subscribes to the affected topic, leading to a persistent DoS until the reta...

6.5CVSS5.8AI score0.00318EPSS
SaveExploits1References4Affected Software1
GithubExploit
GithubExploit
added 2026/04/02 10:33 a.m.133 views

dbus-security-poc

No d...

5.8AI score
SaveExploits0
EUVD
EUVD
added 2026/04/02 9:30 a.m.13 views

EUVD-2026-18166

SEPPmail Secure Email Gateway before version 15.0.3 does not properly authenticate the inner message of S/MIME-encrypted MIME entities, allowing an attacker to control trusted headers...

7.8CVSS5.9AI score0.0025EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/04/02 8:49 a.m.4 views

CVE-2026-29143 S/MIME Decryption Impersonation

SEPPmail Secure Email Gateway before version 15.0.3 does not properly authenticate the inner message of S/MIME-encrypted MIME entities, allowing an attacker to control trusted headers...

7.8CVSS5.9AI score0.0025EPSS
SaveExploits0References1
CVE
CVE
added 2026/04/02 8:49 a.m.26 views

CVE-2026-29143

CVE-2026-29143 affects SEPPmail Secure Email Gateway prior to version 15.0.3. The issue is that the inner S/MIME-encrypted MIME entity is not properly authenticated, enabling an attacker to manipulate trusted headers. The root cause is insufficient verification of the inner message, with potentia...

9.1CVSS5.9AI score0.0025EPSS
SaveExploits0References1Affected Software1
RedhatCVE
RedhatCVE
added 2026/04/02 5:04 a.m.8 views

CVE-2026-5252

A security flaw has been discovered in z-9527 admin 1.0/2.0. Affected is an unknown function of the file /server/routes/message.js of the component Message Create Endpoint. Performing a manipulation results in cross site scripting. The attack can be initiated remotely. The exploit has been releas...

5.1CVSS4.3AI score0.00273EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2026/04/02 12:00 a.m.15 views

NanoMQ 安全漏洞

NanoMQ is an open-source IoT edge platform broker developed by EMQ in the United States. There is a security vulnerability in NanoMQ, which stems from the use of the hookworkcb function to parse message bodies using cJSONParse. This leads to out-of-bounds read access to unallocated memory...

8.2CVSS5.8AI score0.00359EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2026/04/02 12:00 a.m.25 views

PT-2026-29862

NanoMQ MQTT Broker NanoMQ is an all-around Edge Messaging Platform. Prior to version 0.24.10, in NanoMQ's webhook inproc.c, the hook work cb function processes nng messages by parsing the message body with cJSON Parsebody. The body is obtained from nng msg bodymsg, which is a binary buffer withou...

4.9CVSS5.9AI score0.00359EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2026/04/02 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-35092

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A flaw was found in Corosync. An integer overflow vulnerability in Corosync's join message sanity validation allows a remote, unauthenticated attacker to send...

7.5CVSS5.9AI score0.00994EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/01 10:59 p.m.8 views

GHSA-6GM8-3G4H-W82M Ella Core Panics Upon NGAP handover failure

Summary Ella Core panics when processing a NGAP handover failure message. Impact If an attacker can force a gNodeB to send NGAP handover failure messages to Ella Core, the process will crash, thereby disrupting service for all connected subscribers. Fix Improve guards in NGAP handover handlers...

5.8CVSS5.9AI score0.00317EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/01 9:11 p.m.29 views

openssl-encrypt's readiness endpoint leaks database error details to unauthenticated callers

Summary The /ready endpoint in opensslencryptserver/server.py at lines 159-175 catches database errors and returns the full exception string in the response. Affected Code python except Exception as e: return "status": "notready", "reason": stre Impact Database exception messages can leak: -...

5.9AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/04/01 9:11 p.m.16 views

GHSA-2VHW-Q7VH-7XV2 openssl-encrypt's readiness endpoint leaks database error details to unauthenticated callers

Summary The /ready endpoint in opensslencryptserver/server.py at lines 159-175 catches database errors and returns the full exception string in the response. Affected Code python except Exception as e: return "status": "notready", "reason": stre Impact Database exception messages can leak: -...

8.7CVSS5.9AI score0.00259EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/01 8:48 p.m.22 views

GHSA-C4XJ-X7P8-3X7Q AVideo: CSRF on emailAllUsers.json.php Enables Mass Phishing Email to All Users

Summary The AVideo endpoint objects/emailAllUsers.json.php allows administrators to send HTML emails to every registered user on the platform. While the endpoint verifies admin session status, it does not validate a CSRF token. Because AVideo sets SameSite=None on session cookies, a cross-origin...

6.5CVSS6AI score0.00157EPSS
SaveExploits1References4
Rows per page
Query Builder