Lucene search
+L

432 matches found

Kitploit
Kitploit
added 2026/09/01 11:23 p.m.4 views

SSRF-CVE-2020-15002

Summary The URL validation logic applied when handling /appsuite/api/oxodocumentfilter&action=addfile suffers from three defects which can be used to execute Time of Check Time of Use ToCToU SSRF attack. This issue allows malicious actors to execute HTTP GET requests on internal network services...

5CVSS5.5AI score0.0159EPSS
SaveExploits2References3
Kitploit
Kitploit
added 2026/09/01 8:20 p.m.5 views

Massive-Subdomain-Enumerator

Massive-Subdomain-Enumerator This tool uses a combination of dictionary-based wordlists brute-force and DNS resolution checks to verify the existence of subdomains. Features Wordlist Processing: Capable of handling large wordlists efficiently. Multi-threading: Boosts search speed by using multipl...

5.3AI score
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/09/01 2:53 p.m.5 views

CVE-2026-77310

A flaw was found in jackson-databind. A remote attacker can exploit this vulnerability by providing specially crafted input during data deserialization, specifically when java.net.InetAddress objects are processed. This causes the application to perform eager DNS resolution on attacker-controlled...

5.3CVSS5.8AI score0.00187EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/01 2:23 a.m.5 views

CVE-2020-8277

CVE-2020-8277 교육 목적으로만 사용하세요. 빠른 실행 root@kitploit: clone this repository $ git clone https://github.com/masahiro331/CVE-2020-8277 run bind $ docker build -t bind-local ./bind Need TCP fallback $ docker run --rm --name bind -it -p 53:53 -p 53:53/udp bind use " v15.2.1" version If you use fixed...

7.5CVSS6.9AI score0.54164EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/31 5:49 a.m.4 views

CVE-2026-34207

CVE-2026-34207 El filtro SSRF verificaba el texto del nombre de host, pero el destino real se decidía después mediante DNS. Esa brecha permitió que URLs de Webhook controladas por el atacante alcanzaran loopback, metadatos y objetivos de red privada. Introducción Encontré este problema mientras...

7.6CVSS5.2AI score0.00239EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/08/31 12:36 a.m.4 views

domains-from-csp

domains-from-csp 用于从 CSP 标头解析域名的一个 Python 脚本 一个用于从内容安全策略(CSP)标头提取域名的脚本 目前输出打印到 stdout 演示 截图 第三方包依赖 requests click 安装 克隆此仓库 root@kitploit: $ git clone [email protected]:yamakira/censys-enumeration.git 安装依赖 root@kitploit: $ pipenv install 查看帮助菜单 root@kitploit: $ python cspparser.py --help 2 ↵...

5.4AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/08/31 12:00 a.m.11 views

PT-2026-84020

Name of the Vulnerable Software and Affected Versions elFinder versions prior to 2.1.70 Description URL uploads in php/elFinder.class.php can bypass server-side request forgery SSRF protections when PHP cURL is unavailable. The validate address function validates the IP address, but get remote...

8.6CVSS5.9AI score0.00334EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2026/08/31 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-77310

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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,...

5.3CVSS5.9AI score0.00187EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/29 3:34 p.m.5 views

decode-spam-headers

decode-spam-headers.py Che tu stia cercando di capire perché una specifica e-mail è finita in SPAM/Junk per le tue attività amministrative quotidiane o per i tuoi scopi di simulazione di Phishing Red-Team, questo script è qui per aiutarti! L'idea è nata durante la consegna di esercizi commerciali...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/29 1:08 p.m.3 views

Citrix-NetScaler-Memory-Leak-CVE-2025-5777

CVE-2025-5777 – Citrix NetScaler Perdita di memoria PoC aggiornato Questo repository contiene un Proof-of-Concept PoC aggiornato per sfruttare CVE-2025-5777 – una vulnerabilità di perdita di memoria che colpisce Citrix NetScaler. Il PoC originale di 0xgh057r3c0n funziona perfettamente, ma alcuni...

9.3CVSS8.8AI score0.99962EPSS
SaveExploits20References1
Cvelist
Cvelist
added 2026/08/27 5:20 a.m.38 views

CVE-2026-59278 In Spring for Apache Kafka, SSRF via DNS resolution triggered by untrusted java.net types in header mapper default trusted packages

JsonKafkaHeaderMapper and DefaultKafkaHeaderMapper include java.net in their default trusted packages list. When these mappers are used — which is the default configuration for all @KafkaListener consumers — an external Kafka producer can inject a java.net.InetAddress type via the...

6.5CVSS0.00159EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/27 5:20 a.m.66 views

CVE-2026-59278

Spring for Apache Kafka is vulnerable to SSRF via DNS resolution in its JsonKafkaHeaderMapper and DefaultKafkaHeaderMapper classes. Because java.net is included in the default trusted packages list, an external Kafka producer can inject a java.net.InetAddress type through the spring_json_header_t...

6.5CVSS5.4AI score0.00159EPSS
SaveExploits0References1Affected Software1
Kitploit
Kitploit
added 2026/08/26 10:03 p.m.4 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
Github Security Blog
Github Security Blog
added 2026/08/25 2:37 p.m.14 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
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
CVE
CVE
added 2026/08/25 2:36 p.m.25 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
Cvelist
Cvelist
added 2026/08/25 2:36 p.m.31 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.6 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.30 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
Rows per page
Query Builder