Lucene search
+L

50 matches found

Kitploit
Kitploit
added 2026/09/15 4:31 a.m.162 views

jwt_tool

The JSON Web Token Toolkit v2 jwttool.py is a toolkit for validating, forging, scanning and tampering JWTs JSON Web Tokens. Its functionality includes: Checking the validity of a token Testing for known exploits: CVE-2015-2951 The alg=none signature-bypass vulnerability CVE-2016-10555 The RS/HS25...

9.8CVSS6.8AI score0.60336EPSS
SaveExploits17
Kitploit
Kitploit
added 2026/09/14 9:52 p.m.6 views

BlackBerryC2

BlackBerryC2 2.0.0-beta BlackBerryC2 is an encrypted remote administration and C2 framework designed exclusively for educational use, security research, and controlled laboratory environments. The project demonstrates how to build a custom command-and-control server with application-layer...

6.1AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/14 4:17 a.m.12 views

Matroschka

Матрёшка About Matroshka is a command-line steganography tool written in pure Python. You can use it to hide and encrypt images or text in the least significant bits of pixels in an image. Encryption The encryption uses HMAC-SHA256 to authenticate the hidden data. Therefore the supplied MAC...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 7:06 p.m.6 views

scadapack-secure-lock-poc

SCADAPack Secure Lock 夹具验证器 本仓库是针对 CVE-2026-81861 的一个刻意限定范围的概念验证。它验证了使用厂商随附的 Windows DTM 生成的两个受控夹具,能否使用常见密钥材料进行认证和解码。 它不是可实际使用的漏洞利用程序。它不包含网络客户端、设备目标、DNP3 发送器、解锁操作、消息伪造命令、抓包扫描器或任意文件解密器。它无法联系或更改 RTU。 已验证结果 验证器仅接受以下这些精确捆绑的文件,并通过 SHA-256 固定: samples/vendorgenerated/vendormessages1.bin:由厂商 DTM...

5.9CVSS0.00384EPSS
SaveExploits1
EUVD
EUVD
added 2026/09/11 4:38 p.m.10 views

EUVD-2026-76155

SPIP before 4.4.18 contains a missing authorization vulnerability in the administrative action endpoints under ecrire/action/ that allows unauthenticated attackers to perform privileged actions by supplying a valid HMAC-SHA256 nonce without any server-side permission check via autoriser. Attacker...

9.8CVSS0.00343EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 4:38 p.m.14 views

CVE-2026-72709

SPIP before 4.4.18 is affected by a missing authorization vulnerability in the administrative action endpoints under ecrire/action/. The root cause is the absence of a server-side permission check via autoriser(): an unauthenticated attacker can obtain a valid HMAC-SHA256 nonce, compute it for an...

9.8CVSS0.00343EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 4:38 p.m.28 views

CVE-2026-72709 SPIP < 4.4.18 Missing Authorization via ecrire/action/

SPIP before version 4.4.18 contains a missing authorization vulnerability in sensitive actions under ecrire/action/ that allows unauthenticated attackers to invoke privileged actions by supplying only a valid CSRF nonce without any server-side permission check. Attackers can bypass template-level...

9.8CVSS0.00343EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/10 3:40 a.m.7 views

Grafana-Password-Decryptor

Grafana 密码解密工具 用于从多种格式解密和破解 Grafana 密码的 Python 工具包。 代码作者:strikoder 该工具能做什么? 处理 两种类型 的 Grafana 密码存储: 🔐 AES-256 Base64 (datasource 表)→ 使用 AESDecrypt.py 直接解密 🔨 PBKDF2HMACSHA256 (user 表)→ 使用 grafana2hashcat.py 转换为 Hashcat 格式 完美适用于 CVE-2021-43798 路径遍历漏洞的后利用阶段。 什么是 CVE-2021-43798? 一个存在于 Grafana...

7.5CVSS8.1AI score0.88503EPSS
SaveExploits45References2
Kitploit
Kitploit
added 2026/09/07 7:42 p.m.6 views

CVE-2015-9235_JWT_key_confusion

英語 説明 このアプリケーションを使用すると、HMAC-SHA256 方式で署名を再計算して、JSON Web Token(JWT)内の値を置き換えることができます。入力として、トークン、置き換えるキー、およびそのキーに関連付けられた新しい値を受け取ります。 使用方法 アプリケーションのソースコードをクローンするか、ダウンロードしてください。 root@kitploit: git clone https://github.com/WinDyAlphA/CVE-2015-9235JWTkeyconfusion cd CVE-2015-9235JWTkeyconfusion token.tx...

9.8CVSS8.2AI score0.08655EPSS
SaveExploits3
NVD
NVD
added 2026/08/19 8:17 a.m.15 views

CVE-2026-75589

Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two...

7.5CVSS0.00409EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 7:20 a.m.35 views

CVE-2026-75589 Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify

Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two...

0.00409EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/19 7:20 a.m.13 views

EUVD-2026-62350

Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two...

5.4AI score0.00409EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/19 7:20 a.m.29 views

CVE-2026-75589 Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify

Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two...

7.5CVSS5.5AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/19 12:00 a.m.25 views

PT-2026-78315

Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two...

5.3AI score0.00409EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/19 12:00 a.m.19 views

Linux Distros Unpatched Vulnerability : CVE-2026-75589

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non- constant-time comparison in verify. Each of the three...

7.5CVSS5.9AI score0.00409EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/08 1:49 p.m.13 views

CVE-2026-56360

n8n before versions 1.123.18 and 2.6.2 fails to verify HMAC-SHA256 signatures on Zendesk webhooks in the ZendeskTrigger node. Attackers who know the webhook URL can send unsigned POST requests to trigger workflows with arbitrary malicious data...

6.3CVSS6.1AI score0.00314EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/06/25 6:16 p.m.19 views

CVE-2026-6291

Bleichenbacher padding oracle in PKCS7 KTRI decryption. When decrypting PKCS7 EnvelopedData using RSA PKCS1 v1.5 key transport, wolfSSL returned distinguishable error codes depending on whether RSA padding validation failed versus whether the decrypted content was malformed. An attacker able to...

6.5CVSS0.00243EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/25 6:16 p.m.13 views

CVE-2026-6291

Bleichenbacher padding oracle in PKCS7 KTRI decryption. When decrypting PKCS7 EnvelopedData using RSA PKCS1 v1.5 key transport, wolfSSL returned distinguishable error codes depending on whether RSA padding validation failed versus whether the decrypted content was malformed. An attacker able to...

6.5CVSS6.1AI score0.00243EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/25 4:41 p.m.10 views

CVE-2026-6291 Bleichenbacher padding oracle in PKCS#7 KTRI RSA PKCS#1 v1.5 decryption

Bleichenbacher padding oracle in PKCS7 KTRI decryption. When decrypting PKCS7 EnvelopedData using RSA PKCS1 v1.5 key transport, wolfSSL returned distinguishable error codes depending on whether RSA padding validation failed versus whether the decrypted content was malformed. An attacker able to...

6CVSS6.1AI score
SaveExploits0References5
AlpineLinux
AlpineLinux
added 2026/06/25 4:41 p.m.40 views

CVE-2026-6291

Bleichenbacher padding oracle in PKCS7 KTRI decryption. When decrypting PKCS7 EnvelopedData using RSA PKCS1 v1.5 key transport, wolfSSL returned distinguishable error codes depending on whether RSA padding validation failed versus whether the decrypted content was malformed. An attacker able to...

6.5CVSS5.8AI score0.00243EPSS
SaveExploits0References2
Rows per page
Query Builder