Lucene search
+L

102 matches found

Kitploit
Kitploit
•added 2026/09/25 10:27 p.m.•11 views

jwtXploiter

jwtXploiter JSON Web Token のセキュリティをテストするツールです。 既知のすべてのCVEに対してJWTをテストします。 トークンペイロードの改ざん:クレームやサブクレームの値を変更します。 既知の脆弱なヘッダークレーム(kid、jku、x5u)を悪用します。 トークンの検証 ターゲットのSSL接続から公開鍵を取得し、1つのオプションだけで鍵混乱攻撃に使用しようとします。 すべてのJWAに対応 JWKを生成し、トークンヘッダーに挿入します。 その他にも多数の機能があります! Wiki Wikiを読んでください! wiki インストール 注意:...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/25 2:55 p.m.•13 views

jwt-key-confusion-poc

JWT密钥混淆PoC CVE-2015-9235 为Hack the Box挑战 - Under Construction和Secret编写 这两个脚本均执行Java Web Token密钥混淆攻击CVE-2015-9235。 要执行该攻击,攻击者需要知道服务器用来验证签名的公钥,并且服务器配置为使用HS256算法。由于HS256是一种对称密钥算法(相同的密钥用于签名和验证消息),我们可以使用公钥来签名我们篡改的令牌。由于Web服务器知道公钥,当它收到篡改的令牌时,会能够验证它。 截图 使用方法 python3 jwt-9235.py -h tokenlocation claimkey...

9.8CVSS8.5AI score0.08655EPSS
SaveExploits3
Kitploit
Kitploit
•added 2026/09/22 7:21 p.m.•10 views

poc-cve-2016-10555

将算法从 RS256(非对称)改为 HS256(对称)- POC(CVE-2016-10555) HS256 算法使用密钥来签名和验证每条消息。 RS256 算法使用私钥签名消息,并使用公钥进行身份验证。 如果将从 RS256 改为 HS256,后端代码将把公钥作为密钥,然后使用 HS256 算法验证签名。 致谢: https://www.youtube.com/c/FarahHawa...

6.5CVSS7.1AI score0.04858EPSS
SaveExploits2
Kitploit
Kitploit
•added 2026/09/21 7:42 p.m.•10 views

CVE-2015-9235_JWT_key_confusion

英文 描述 此应用程序允许您替换 JSON Web 令牌 JWT 中的值,并使用 HMAC-SHA256 方法重新计算签名。它接受一个令牌、一个要替换的键以及与该键关联的新值作为输入。 用法 克隆或下载应用程序的源代码。 root@kitploit: git clone https://github.com/WinDyAlphA/CVE-2015-9235JWTkeyconfusion cd CVE-2015-9235JWTkeyconfusion 文件 token.txt 包含一个有效的 JWT 令牌作为示例。您可以修改它或将其替换为您自己的令牌。...

9.8CVSS8.6AI score0.08655EPSS
SaveExploits3
Kitploit
Kitploit
•added 2026/09/21 12:01 p.m.•8 views

CVE-2018-0114-PoC

CVE-2018-0114 PoC 为 PentesterLab 编写了这个 如果你来自 PentesterLab,不要作弊,学习会更好。 希望它对某人有帮助,如果没有,那就留待将来我自己用吧 : 示例 root@kitploit: $ python3 script.py Making keys... 'alg': 'RS256', 'jwk': 'kty': 'RSA', 'kid': '[email protected]', 'use': 'sig', 'n':...

7.5CVSS7.4AI score0.42651EPSS
SaveExploits6
Kitploit
Kitploit
•added 2026/09/20 2:19 p.m.•14 views

POC_CVE-2015-9235

CVE-2015-9235 演示针对 JSON Web Token JWT 库的算法混淆攻击。JWT 通常用于 Cookie 中认证用户会话,因此该攻击至关重要。使用 Node 模块 [email protected] 来展示此漏洞。 该项目也是一次愉快的 vibe coding 活动,因为前端(除 API 调用外)几乎完全由 LLM 完成。 漏洞 JWT 的格式如下: root@kitploit: b64header.b64payload.b64signature 在我们的场景中: header = algorithm, type payload = username, ro...

9.8CVSS8.6AI score0.08655EPSS
SaveExploits3
Tenable Nessus
Tenable Nessus
•added 2026/09/18 12:00 a.m.•7 views

EulerOS 2.0 SP10 : python-jwt (EulerOS-SA-2026-3714)

According to the versions of the python-jwt packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : PyJWT is a JSON Web Token implementation in Python. Prior to 2.12.0, PyJWT does not validate the crit Critical Header Parameter defined in RFC...

7.5CVSS7.1AI score0.00427EPSS
SaveExploits2References3
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•7 views

Astra Linux – Vulnerability in ujson

UltraJSON is a fast JSON encoder and decoder written in pure C, with bindings for Python 3.7+. It was found that affected versions incorrectly decoded certain characters. JSON strings containing escaped surrogate characters that were not part of a valid surrogate pair were decoded incorrectly. Th...

7.5CVSS7.1AI score0.02545EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
•added 2026/09/08 12:00 a.m.•10 views

NewStart CGSL MAIN 7.02 : python-PyJWT Multiple Vulnerabilities (NS-SA-2026-0091)

The remote NewStart CGSL host, running version MAIN 7.02, has python-PyJWT packages installed that are affected by multiple vulnerabilities: - PyJWT is a JSON Web Token implementation in Python. Prior to 2.12.0, PyJWT does not validate the crit Critical Header Parameter defined in RFC 7515 4.1.11...

7.5CVSS6.8AI score0.00427EPSS
SaveExploits2References5
Circl
Circl
•added 2026/09/01 5:01 p.m.•12 views

CVE-2020-7494

creationtimestamp| type| source ---|---|--- 2026-09-01 17:01:12+00:00| seen| https://t.me/cissp/1528 2026-09-02 01:05:01+00:00| seen| https://t.me/cissp/1528 2026-09-12 01:00:05+00:00| published-proof-of-concept| https://t.me/cissp/1528 2026-09-13 00:01:01+00:00| published-proof-of-concept|...

7.8CVSS7.3AI score0.01347EPSS
SaveExploits0References1
CVE
CVE
•added 2026/08/13 4:44 p.m.•59 views

CVE-2026-58432

Missing Authorization and Authorization Bypass Through User-Controlled Key and Incorrect Permission Assignment for Critical Resource and Exposure of Sensitive Information to an Unauthorized Actor in code.gitea.io/gitea...

5.9CVSS5.7AI score0.00433EPSS
SaveExploits0References3
IBM Security Bulletins
IBM Security Bulletins
•added 2026/05/30 8:51 a.m.•32 views

Security Bulletin: IBM InfoSphere Optim Archive Viewer is affected by a vulnerability in Next.js (CVE-2025-57752 and CVE-2025-55173)

Summary The vulnerabilities CVE-2025-57752 Cache Key Confusion / Cache Deception and CVE-2025-55173 Content Injection / Arbitrary File Delivery in the Next.js framework have been completely resolved by upgrading the dependency from version 14.2.26 to 15.5.15. Vulnerability Details...

6.2CVSS6AI score0.00546EPSS
SaveExploits0Affected Software1
NVD
NVD
•added 2026/03/26 6:16 p.m.•21 views

CVE-2026-33496

ORY Oathkeeper is an Identity & Access Proxy IAP and Access Control Decision API that authorizes HTTP requests based on sets of Access Rules. Versions prior to 26.2.0 are vulnerable to authentication bypass due to cache key confusion. The oauth2introspection authenticator cache does not distingui...

8.1CVSS0.00511EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/03/26 5:29 p.m.•36 views

CVE-2026-33496 Ory Oathkeeper has an authentication bypass by cache key confusion

ORY Oathkeeper is an Identity & Access Proxy IAP and Access Control Decision API that authorizes HTTP requests based on sets of Access Rules. Versions prior to 26.2.0 are vulnerable to authentication bypass due to cache key confusion. The oauth2introspection authenticator cache does not distingui...

8.1CVSS0.00511EPSS
SaveExploits0References2
attackerkb
attackerkb
•added 2026/03/26 5:29 p.m.•7 views

CVE-2026-33496

ORY Oathkeeper is an Identity & Access Proxy IAP and Access Control Decision API that authorizes HTTP requests based on sets of Access Rules. Versions prior to 26.2.0 are vulnerable to authentication bypass due to cache key confusion. The oauth2introspection authenticator cache does not distingui...

8.1CVSS5.8AI score0.00511EPSS
SaveExploits0References3Affected Software1
CVE
CVE
•added 2026/03/26 5:29 p.m.•71 views

CVE-2026-33496

Overview: CVE-2026-33496 affects ORY Oathkeeper (Identity & Access Proxy) prior to version 26.2.0, where the oauth2_introspection authenticator cache fails to distinguish tokens across different introspection URLs, enabling authentication bypass via cache key confusion. Impact (as described): An ...

8.1CVSS5.8AI score0.00511EPSS
SaveExploits0References2Affected Software1
OSV
OSV
•added 2026/03/26 5:29 p.m.•16 views

CVE-2026-33496 Ory Oathkeeper has an authentication bypass by cache key confusion

ORY Oathkeeper is an Identity & Access Proxy IAP and Access Control Decision API that authorizes HTTP requests based on sets of Access Rules. Versions prior to 26.2.0 are vulnerable to authentication bypass due to cache key confusion. The oauth2introspection authenticator cache does not distingui...

8.1CVSS6.4AI score
SaveExploits0References4
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/03/26 12:00 a.m.•0 views

CVE-2026-33496: Improper Validation of Unsafe Equivalence in Input

ORY Oathkeeper is an Identity & Access Proxy IAP and Access Control Decision API that authorizes HTTP requests based on sets of Access Rules. Versions prior to 26.2.0 are vulnerable to authentication bypass due to cache key confusion. The oauth2introspection authenticator cache does not distingui...

8.1CVSS5.8AI score0.00511EPSS
SaveExploits0References1
CNNVD
CNNVD
•added 2026/03/26 12:00 a.m.•26 views

Ory Oathkeeper 安全漏洞

Ory Oathkeeper is an access control decision-making software developed by Ory OpenSource. Versions of Ory Oathkeeper prior to 26.2.0 contained security vulnerabilities. These vulnerabilities were caused by a cache key confusion in the oauth2introspection authentication mechanism, which could lead...

8.1CVSS6.4AI score0.00511EPSS
SaveExploits0References2
Snyk
Snyk
•added 2026/03/23 6:16 p.m.•6 views

Improper Authentication

Overview Affected versions of this package are vulnerable to Improper Authentication due to cache key confusion. An attacker can gain unauthorized access by using a token to prime the cache, and subsequently use the same token for rules that use a different introspection server. Note: This is onl...

8.1CVSS5.8AI score0.00511EPSS
SaveExploits0References3
Rows per page
Query Builder