Lucene search
+L

2195 matches found

EUVD
EUVD
added 2026/09/01 3:31 p.m.3 views

EUVD-2026-69193

Incorrect access control in the setDevReboot function of TOTOLINK T6 4.1.5cu.748B20211015 allows unauthenticated attackers to reboot the local device and, on a master, fan out reboot commands to mesh slaves via sending a crafted MQTT message to the csbroker component...

7.5CVSS5.9AI score
SaveExploits0References5
EUVD
EUVD
added 2026/09/01 3:31 p.m.3 views

EUVD-2026-69199

Incorrect access control in the informSyncUpgfw function of TOTOLINK T6 4.1.5cu.748B20211015 allows unauthenticated attackers to mass-trigger firmware update activity across mesh slaves via sending a crafted MQTT message to the csbroker component...

5.9AI score
SaveExploits0References5
EUVD
EUVD
added 2026/09/01 3:31 p.m.2 views

EUVD-2026-69205

Incorrect access control in the updatePriChannel function of TOTOLINK T6 4.1.5cu.748B20211015 allows unauthenticated attackers to rescan and switch the primary mesh channel via sending a crafted MQTT message to the csbroker component...

5.9AI score
SaveExploits0References5
EUVD
EUVD
added 2026/09/01 3:31 p.m.3 views

EUVD-2026-69194

Incorrect access control in the recvIndirectMeshInfo function of TOTOLINK T6 4.1.5cu.748B20211015 allows unauthenticated attackers to insert or replace mesh neighbor records via sending a crafted MQTT message to the csbroker component...

5.9AI score
SaveExploits0References5
EUVD
EUVD
added 2026/09/01 3:31 p.m.3 views

EUVD-2026-69209

Incorrect access control in the recvmeshinfosync function of TOTOLINK T6 4.1.5cu.748B20211015 allows unauthenticated attackers to force mesh configuration synchronization from an attacker-controlled host via sending a crafted MQTT message to the csbroker component...

5.9AI score
SaveExploits0References5
NVD
NVD
added 2026/09/01 2:17 p.m.3 views

CVE-2026-51766

Incorrect access control in the setDevReboot function of TOTOLINK T6 4.1.5cu.748B20211015 allows unauthenticated attackers to reboot the local device and, on a master, fan out reboot commands to mesh slaves via sending a crafted MQTT message to the csbroker component...

7.5CVSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/01 10:45 a.m.3 views

WantasticCore

Wantastic A self-hosted WireGuard mesh with a browser admin portal, all in one container. Try the demo → · Join Discord → Why Wantastic The overlay-VPN space is crowded — Tailscale, Headscale, NetBird, wg-easy. They all stop at "your devices can reach each other." Wantastic keeps going. 1. You...

5.8AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/01 9:20 a.m.3 views

grubcrawler

Agentic web crawler with anti-detection, vision fallback, and peer-to-peer mesh. Endpoints · Mesh · Anti-Detection · Ghost Protocol · Live Stream · MCP Tools · Quick Start · Benchmarks · Architecture Full-stack web crawling engine with JavaScript rendering, Camoufox anti-detect browser, per-reque...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/01 7:13 a.m.5 views

Tyr

Tyr Peer-to-peer email on the Yggdrasil network. English | Русский Screenshots | | | ---|---|---|--- | | | What is Tyr? Tyr runs a complete mail server o...

5.8AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/01 5:04 a.m.2 views

mesh-kridik

mesh-kridik 增强您的 Kubernetes 服务网格安全性!! mesh-kridik 是一个开源安全检查器,对运行 Istio 服务网格的 Kubernetes 集群执行各种安全检查,并输出安全报告。 安全检查测试完整实现了 istio 安全最佳实践。 在运行 Istio 服务网格的 Kubernetes 集群上执行安全检查,并利用 OPA(Open Policy Agent)强制执行安全规则,输出审计报告包括: 安全问题根因以及建议的修复措施。 要求...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/01 5:00 a.m.6 views

emp3r0r

emp3r0r 具有辅助对等发现、跨平台 BOF 执行和可脚本化代理的自愈 Gossip 网状 C2。 什么是 emp3r0r?...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/01 4:49 a.m.3 views

columba

Columba Columba is a simple messaging and voice app for the Reticulum network on Android. Send LXMF messages and make LXST voice calls without relying on the internet, cell towers, or any central servers. Built with a native Android interface and Material Design 3, Columba brings mesh networking ...

5.9AI score
SaveExploits0References10
Kitploit
Kitploit
added 2026/09/01 4:15 a.m.3 views

tailscale

Tailscale https://tailscale.com Private WireGuard® networks made easy Overview This repository contains the majority of Tailscale's open source code. Notably, it includes the tailscaled daemon and the tailscale CLI tool. The tailscaled daemon runs on Linux, Windows, macOS, and to varying degrees ...

5.8AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/01 3:29 a.m.4 views

bitchat-android

!WARNING This software has not received external security review and may contain vulnerabilities and may not necessarily meet its stated security goals. Do not use it for sensitive use cases, and do not rely on its security until it has been reviewed. Work in progress. bitchat for Android A secur...

5.8AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/01 2:42 a.m.8 views

cilium

concurrent map 正如 这里 和 这里所描述的, Go语言原生的map类型并不支持并发读写。concurrent-map提供了一种高性能的解决方案:通过对内部map进行分片,降低锁粒度,从而达到最少的锁等待时间锁冲突 在Go 1.9之前,go语言标准库中并没有实现并发map。在Go 1.9中,引入了sync.Map。新的sync.Map与此concurrent-map有几个关键区别。标准库中的sync.Map是专为append-only场景设计的。因此,如果您想将Map用于一个类似内存数据库,那么使用我们的版本可能会受益。你可以在golang repo上读到更多,这里 and...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/01 2:41 a.m.3 views

bitchat

bitchat A decentralized peer-to-peer messaging app with dual transport architecture: local Bluetooth mesh networks for offline communication and internet-based Nostr protocol for global reach. No accounts, no phone numbers, no central servers. It's the side-groupchat. bitchat.free 📲 App Store...

5.9AI score
SaveExploits0References2
CVE
CVE
added 2026/09/01 12:00 a.m.4 views

CVE-2026-51762

CVE-2026-51762 is an incorrect access control vulnerability in the meshInfoKick function of TOTOLINK T6 firmware version 4.1.5cu.748_B20211015 . An unauthenticated attacker can send a crafted MQTT message to the cs_broker component to kick or clean stale mesh information/state and trigger regener...

5.9AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/01 12:00 a.m.4 views

CVE-2026-51765

Incorrect access control in the recvIndirectMeshInfo function of TOTOLINK T6 4.1.5cu.748B20211015 allows unauthenticated attackers to insert or replace mesh neighbor records via sending a crafted MQTT message to the csbroker component...

SaveExploits0References4
CVE
CVE
added 2026/09/01 12:00 a.m.7 views

CVE-2026-51744

TOTOLINK T6 (firmware 4.1.5cu.748_B20211015 ) contains an incorrect access control flaw in the recv_mesh_info_sync function. An unauthenticated attacker can send a crafted MQTT message to the cs_broker component, forcing mesh configuration synchronization from an attacker-controlled host. The vul...

5.9AI score
SaveExploits0References4
CVE
CVE
added 2026/09/01 12:00 a.m.3 views

CVE-2026-51765

CVE-2026-51765 affects the TOTOLINK T6 mesh router on firmware 4.1.5cu.748_B20211015 . The root cause is an incorrect access control in the recvIndirectMeshInfo function, reachable through the cs_broker component. An unauthenticated attacker can send a crafted MQTT message to insert or replace me...

5.9AI score
SaveExploits0References4
Rows per page
Query Builder