Lucene search
+L

421 matches found

Kitploit
Kitploit
added 2026/08/27 12:41 a.m.3 views

explain-my-curl

explain-my-curl explain-my-curl ist ein primär lokales CLI zum Verständnis dessen, was ein curl-Befehl über DNS, TLS und HTTP tut. Dieses Repository enthält derzeit: Ein CLI-Befehl zum Parsen und Erklären einer curl-Eingabe Eine Starter-TUI zur interaktiven Erkundung Ausführungstelemetrie für DNS...

5.3AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/26 10:03 p.m.3 views

CVE-2020-8277

CVE-2020-8277 Nur zu Bildungszwecken. Schnellstart root@kitploit: dieses Repository klonen $ git clone https://github.com/masahiro331/CVE-2020-8277 bind starten $ docker build -t bind-local ./bind TCP-Fallback erforderlich $ docker run --rm --name bind -it -p 53:53 -p 53:53/udp bind Verwenden Sie...

7.5CVSS7AI score0.54164EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/26 9:43 p.m.3 views

mass3

Durchsuche schnell eine vorkompilierte Liste von AWS S3-Buckets per DNS statt HTTP mit einer Liste von DNS-Resolvern und Multithreading. Warnung: Bedenke, dass dies wirklich schlechter Golang-Code ist. Ich habe ihn ohne Vorkenntnisse in Go Lang geschrieben, aber er scheint seinen Zweck zu erfülle...

5.4AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/26 7:35 a.m.3 views

dscanner

dScanner 🔍 Automatisiertes Web-Reconnaissance-Tool für Sicherheitsaudits Beschreibung dScanner bündelt mehrere Reconnaissance-Tools in einem einzigen Befehl für die Anfangsphase von Web-Pentesting. Nur mit autorisierten Systemen verwenden!!!! 🚀 Installation Erforderliche Abhängigkeiten: curl...

5.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/25 8:20 p.m.4 views

Massive-Subdomain-Enumerator

Massive-Subdomain-Enumerator Esta ferramenta utiliza uma combinação de wordlists baseadas em dicionários força bruta e verificações de resolução DNS para confirmar a existência de subdomínios. Funcionalidades Processamento de Wordlists: Capaz de lidar com wordlists grandes de forma eficiente...

5.2AI score
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/08/25 2:37 p.m.9 views

praisonaiagents has an SSRF protection bypass in `spider_tools._host_is_blocked()` via DNS-resolved hostnames (`127.0.0.1.nip.io`)

Summary praisonaiagents/tools/spidertools.py contains an SSRF protection bypass. The function hostisblocked validates URLs against a list of blocked IP literals and hostname aliases, but never performs DNS resolution. Any hostname that resolves to a private or loopback IP address — including publ...

8.5CVSS5.4AI score0.00205EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/08/25 2:36 p.m.21 views

CVE-2026-55526

PraisonAI is a multi-agent teams system. In versions prior to praisonaiagents 1.6.58 , the function spider_tools._host_is_blocked() does not resolve ordinary hostnames before scrape_page fetches them. An attacker-supplied hostname such as 127.0.0.1.nip.io passes the validation check but resolves ...

8.5CVSS5.3AI score0.00205EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/25 2:36 p.m.4 views

CVE-2026-55526 PraisonAI: SSRF protection bypass in `spider_tools._host_is_blocked()` via DNS-resolved hostnames (`127.0.0.1.nip.io`)

PraisonAI is a multi-agent teams system. Prior to praisonaiagents 1.6.58, spidertools.hostisblocked does not resolve ordinary hostnames before scrapepage fetches them. A hostname such as 127.0.0.1.nip.io passes validation and resolves to loopback, permitting internal HTTP access. The fix uses...

8.5CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/25 2:36 p.m.29 views

CVE-2026-55526 PraisonAI: SSRF protection bypass in `spider_tools._host_is_blocked()` via DNS-resolved hostnames (`127.0.0.1.nip.io`)

PraisonAI is a multi-agent teams system. Prior to praisonaiagents 1.6.58, spidertools.hostisblocked does not resolve ordinary hostnames before scrapepage fetches them. A hostname such as 127.0.0.1.nip.io passes validation and resolves to loopback, permitting internal HTTP access. The fix uses...

8.5CVSS0.00205EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/25 2:36 p.m.5 views

EUVD-2026-65499

PraisonAI is a multi-agent teams system. Prior to praisonaiagents 1.6.58, spidertools.hostisblocked does not resolve ordinary hostnames before scrapepage fetches them. A hostname such as 127.0.0.1.nip.io passes validation and resolves to loopback, permitting internal HTTP access. The fix uses...

8.5CVSS5.3AI score0.00205EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/25 12:16 p.m.7 views

CVE-2026-79671

Ech0 before 4.4.3 contains a server-side request forgery vulnerability in the validateWebhookURL function webhooksettingservice.go, which only validates literal IP addresses via net.ParseIP and fails to reject hostnames that DNS-resolve to private or internal IPs e.g., 169.254.169.254.nip.io. An...

5.5CVSS0.00245EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/25 11:33 a.m.26 views

CVE-2026-79671 Ech0 before 4.4.3 SSRF via DNS Resolution Bypass

Ech0 before 4.4.3 contains a server-side request forgery vulnerability in the validateWebhookURL function webhooksettingservice.go, which only validates literal IP addresses via net.ParseIP and fails to reject hostnames that DNS-resolve to private or internal IPs e.g., 169.254.169.254.nip.io. An...

5.5CVSS0.00245EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/25 11:33 a.m.6 views

CVE-2026-79671 Ech0 before 4.4.3 SSRF via DNS Resolution Bypass

Ech0 through 4.2.1 contains a server-side request forgery vulnerability in the validateWebhookURL function webhooksettingservice.go, which only validates literal IP addresses via net.ParseIP and fails to reject hostnames that DNS-resolve to private or internal IPs e.g., 169.254.169.254.nip.io. An...

5.1CVSS5.6AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/25 11:33 a.m.6 views

CVE-2026-79671 Ech0 before 4.4.3 SSRF via DNS Resolution Bypass

Ech0 before 4.4.3 contains a server-side request forgery vulnerability in the validateWebhookURL function webhooksettingservice.go, which only validates literal IP addresses via net.ParseIP and fails to reject hostnames that DNS-resolve to private or internal IPs e.g., 169.254.169.254.nip.io. An...

5.5CVSS5.9AI score0.00245EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/25 11:33 a.m.17 views

CVE-2026-79671

Ech0 versions through 4.2.1 contain a server-side request forgery (SSRF) vulnerability in the validateWebhookURL function (webhook_setting_service.go). The validation only rejects literal IP addresses via net.ParseIP() but fails to reject hostnames that DNS-resolve to private or internal addresse...

5.5CVSS5.9AI score0.00245EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/24 8:17 p.m.6 views

CVE-2026-77310

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. Prior to versions 2.18.9, 2.21.5, 2.22.1, 3.1.5, and 3.2.1 on their respective release lines, the java.net.InetAddress branch of FromStringDeserializer.Std.deserialize calls...

5.3CVSS0.00187EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/24 7:24 p.m.10 views

EUVD-2026-65088

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. Prior to versions 2.18.9, 2.21.5, 2.22.1, 3.1.5, and 3.2.1 on their respective release lines, the java.net.InetAddress branch of FromStringDeserializer.Std.deserialize calls...

5.3CVSS5.6AI score0.00187EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/08/24 7:24 p.m.7 views

CVE-2026-77310

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. Prior to versions 2.18.9, 2.21.5, 2.22.1, 3.1.5, and 3.2.1 on their respective release lines, the java.net.InetAddress branch of FromStringDeserializer.Std.deserialize calls...

5.3CVSS5.5AI score0.00187EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/08/24 7:24 p.m.3 views

CVE-2026-77310 jackson-databind: Eager DNS resolution (SSRF) still present in InetAddress deserialization (Incomplete fix for CVE-2026-54514)

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. Prior to versions 2.18.9, 2.21.5, 2.22.1, 3.1.5, and 3.2.1 on their respective release lines, the java.net.InetAddress branch of FromStringDeserializer.Std.deserialize calls...

5.3CVSS5.5AI score0.00187EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/24 7:24 p.m.33 views

CVE-2026-77310 jackson-databind: Eager DNS resolution (SSRF) still present in InetAddress deserialization (Incomplete fix for CVE-2026-54514)

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. Prior to versions 2.18.9, 2.21.5, 2.22.1, 3.1.5, and 3.2.1 on their respective release lines, the java.net.InetAddress branch of FromStringDeserializer.Std.deserialize calls...

5.3CVSS0.00187EPSS
SaveExploits0References1
Rows per page
Query Builder