Lucene search
+L

3875 matches found

Kitploit
Kitploit
added 2026/08/24 11:30 p.m.3 views

Whisper_Bully

Whisper Bully Strumento di ricerca per Estrazione BDADDR Bluetooth, Denial-of-Service e Hijack © 2026 @Ymsniper — Solo per ricerca di sicurezza autorizzata. Panoramica Whisper Bully è uno strumento di ricerca sulla sicurezza Bluetooth in tre fasi che prende di mira i dispositivi che pubblicizzano...

7.1CVSS7.8AI score0.07273EPSS
SaveExploits14References5
Kitploit
Kitploit
added 2026/08/24 8:53 p.m.3 views

DIY_WhisperPair

DIY-WhisperPair Implementazione di riferimento di CVE-2025-36911 e toolkit per la verifica delle vulnerabilità IMPLEMENTAZIONE UFFICIALE ORA DISPONIBILE, grazie al team della KU Leuven Grazie per la menzione AVVISO LEGALE : Questo è uno strumento di ricerca sulla sicurezza. LeggiLEGAL.md prima...

7.1CVSS7.8AI score0.07273EPSS
SaveExploits14References5
Kitploit
Kitploit
added 2026/08/24 8:20 p.m.184 views

httpdoom

HttpDoom - HTTP Attack surface analyser Validate large HTTP-based attack surfaces in a very fast and reliable way. Inspired by Aquatone. Installing You must have dotnet SDK at version 6+: root@kitploit: $ dotnet pack -c Release -o nupkg $ dotnet tool install --global --add-source .\nupkg...

5.6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/24 6:27 p.m.1 views

CVE-2025-36911_scan

Scanner CVE-2025-36911 Testa connessioni L2CAP BR/EDR non autenticate ai PSM audio A2DP/AVRCP e rileva il servizio Fast Pair GFPS su BLE. Requisiti Linux BlueZ installato e servizio bluetooth attivo per la funzionalità BLE. Adattatore Bluetooth abilitato bluetoothctl power on. Sistemi basati su...

7.1CVSS7.8AI score0.07273EPSS
SaveExploits14
RedhatCVE
RedhatCVE
added 2026/08/24 5:37 p.m.4 views

CVE-2026-74696

A flaw was found in the Linux kernel's TCP Fast Open TFO implementation. During SOREUSEPORT listener migration, the system incorrectly accounts for pending TCP Fast Open requests. This can lead to a Denial of Service DoS by allowing an excessive number of Fast Open requests, potentially exhaustin...

7.5CVSS5.3AI score0.0049EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/24 11:16 a.m.9 views

CVE-2026-76172

fast-uri is a URI parser for Node.js. During parsing it runs a legacy decoding pass over the scheme component and never re-escapes the result, and serialization writes the scheme back out verbatim, unlike the host component which is re-escaped. As a result an input whose scheme carries...

7.5CVSS0.00247EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/24 10:16 a.m.9 views

CVE-2026-75931

fast-uri is a URI parser for Node.js. It canonicalizes a host to its ASCII form only when the input carries an explicit scheme, so a scheme-relative reference such as a host preceded by two slashes is returned with its host verbatim and no error set. As a result fast-uri's own entry points disagr...

7.5CVSS0.00247EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/24 10:16 a.m.12 views

CVE-2026-75975

fast-uri is a URI parser for Node.js. Its custom parser for bracketed IPv6 literals does not validate the complete IPv6 grammar, so invalid trailing text in an authority can be silently discarded and a malformed attacker-controlled host is turned into a different valid IPv6 destination. For...

7.5CVSS0.00234EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/24 10:16 a.m.10 views

CVE-2026-75899

fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes the parsed hostname a second time during authority recomposition, so a single call to normalize or resolve can turn nested percent-encoded input into a different network destination such...

7.5CVSS0.00234EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/24 10:07 a.m.27 views

CVE-2026-76172

fast-uri , a URI parser for Node.js, is vulnerable to host confusion via percent-encoded scheme normalization . The root cause is a legacy decoding pass applied to the scheme component that is never re-escaped before serialization, causing a mismatch between the parsed host (undefined) and the re...

7.5CVSS5.4AI score0.00247EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/24 10:07 a.m.9 views

CVE-2026-76172

fast-uri is a URI parser for Node.js. During parsing it runs a legacy decoding pass over the scheme component and never re-escapes the result, and serialization writes the scheme back out verbatim, unlike the host component which is re-escaped. As a result an input whose scheme carries...

7.5CVSS5.5AI score0.00247EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/24 10:07 a.m.11 views

EUVD-2026-64773

fast-uri is a URI parser for Node.js. During parsing it runs a legacy decoding pass over the scheme component and never re-escapes the result, and serialization writes the scheme back out verbatim, unlike the host component which is re-escaped. As a result an input whose scheme carries...

7.5CVSS5.5AI score0.00247EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/24 10:07 a.m.44 views

CVE-2026-76172 fast-uri vulnerable to host confusion via percent-encoded scheme normalization

fast-uri is a URI parser for Node.js. During parsing it runs a legacy decoding pass over the scheme component and never re-escapes the result, and serialization writes the scheme back out verbatim, unlike the host component which is re-escaped. As a result an input whose scheme carries...

7.5CVSS0.00247EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/24 9:58 a.m.21 views

CVE-2026-75975

fast-uri is a URI parser for Node.js whose custom bracketed IPv6 literal parser fails to validate the full IPv6 grammar. Invalid trailing text in an authority is silently discarded, causing a malformed attacker-controlled host to normalize to a different valid IPv6 destination (e.g., the unspecif...

7.5CVSS5.5AI score0.00234EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/24 9:58 a.m.10 views

EUVD-2026-64772

fast-uri is a URI parser for Node.js. Its custom parser for bracketed IPv6 literals does not validate the complete IPv6 grammar, so invalid trailing text in an authority can be silently discarded and a malformed attacker-controlled host is turned into a different valid IPv6 destination. For...

7.5CVSS5.6AI score0.00234EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/24 9:58 a.m.35 views

CVE-2026-75975 fast-uri vulnerable to server-side request forgery via malformed IPv6 normalization

fast-uri is a URI parser for Node.js. Its custom parser for bracketed IPv6 literals does not validate the complete IPv6 grammar, so invalid trailing text in an authority can be silently discarded and a malformed attacker-controlled host is turned into a different valid IPv6 destination. For...

7.5CVSS0.00234EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/24 9:58 a.m.9 views

CVE-2026-75975

fast-uri is a URI parser for Node.js. Its custom parser for bracketed IPv6 literals does not validate the complete IPv6 grammar, so invalid trailing text in an authority can be silently discarded and a malformed attacker-controlled host is turned into a different valid IPv6 destination. For...

7.5CVSS5.6AI score0.00234EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/24 9:40 a.m.7 views

EUVD-2026-64763

fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes the parsed hostname a second time during authority recomposition, so a single call to normalize or resolve can turn nested percent-encoded input into a different network destination such...

7.5CVSS5.5AI score0.00234EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/24 9:40 a.m.8 views

CVE-2026-75899

fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes the parsed hostname a second time during authority recomposition, so a single call to normalize or resolve can turn nested percent-encoded input into a different network destination such...

7.5CVSS5.5AI score0.00234EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/24 9:40 a.m.36 views

CVE-2026-75899 fast-uri vulnerable to server-side request forgery via repeated hostname percent-decoding

fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes the parsed hostname a second time during authority recomposition, so a single call to normalize or resolve can turn nested percent-encoded input into a different network destination such...

7.5CVSS0.00234EPSS
SaveExploits0References2
Rows per page
Query Builder