3695 matches found
JWTXposer
JWTXposer Automated JWT Discovery & Analysis Tool for Bug Bounty Hunters and Red Teamers What Is JWTXposer? JWTXposer is an automated reconnaissance tool that scans public archives like the Wayback Machine , extracts leaked JWT tokens , and decodes them to identify potentially exploitable...
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...
CVE-2026-50338
CVE-2026-50338 Spring Cloud Azure B2C Resource Server Cross-Issuer Authentication Bypass Description AadB2cResourceServerAutoConfiguration in spring-cloud-azure-autoconfigure builds a JwtDecoder that trusts six AAD-line issuers login.microsoftonline.com, sts.windows.net, sts.chinacloudapi.cn, v1...
poc-cve-2016-10555
Change the algorithm RS256asymmetric to HS256symmetric - POC CVE-2016-10555 The algorithm HS256 uses the secret key to sign and verify each message. The algorithm RS256 uses the private key to sign the message and uses the public key for authentication. If you change the algorithm from RS256 to...
CVE-2022-21449-vuln-test
CVE-2022-21449 Vulnerability tester Introduction There's a new CVE-2022-21449 that had bug in ECDSA signature verification. It's one of the algorithms used with JWT for example. Citing the blog post If you have deployed Java 15, Java 16, Java 17, or Java 18 in production then you should stop what...
decoder-plus-plus
Decoder++ Decoder++ is an extensible application designed for penetration testers, software developers, and anyone in between looking to effortlessly decode and encode data across various formats. It includes a wide range of preinstalled scripts and codecs, smart decoding and format identificatio...
sign-saboteur
SignSaboteur SignSaboteur is a Burp Suite extension for editing, signing, verifying, and attacking signed tokens. It supports different types of tokens: Django TimestampSigner, ItsDangerous Signer, Express cookie-session middleware, OAuth2 Proxy, Tornado’s signed cookies, Ruby Rails Signed cookie...
Zabbix-cve-2022-23131-SSO-bypass
Zabbix-cve-2022-23131-SSO-bypass To bypass the Zabbix SSO login portal,make sure to take the cookie from your browser.Replace it with the one, that is in the script. Make sure to also change the username you wnat to login as and run the exploitmost of the time its going to be "Admin" in Zabbix. N...
CVE-2026-55040
Microsoft SharePoint JWT 身份验证绕过(CVE-2026-55040) 概述 CVE-2026-55040.py 是一个概念验证(PoC)脚本,用于利用 SharePoint 身份验证绕过漏洞 CVE-2026-55040。 如需完整的技术分析,请参阅我们的 Rapid7 分析。 用法 root@kitploit: $ python CVE-2026-55040.py --help usage: CVE-2026-55040.py -h --target TARGET --host HOST --x5t X5T --realm REALM --sid SID...
Venom-JWT
Venom-JWT Penetration Tool - JWT Vulnerability and Secret Cracking Service Penetration Testing Solemn Statement: The techniques, ideas, and tools mentioned in this document are for learning and communication purposes only for security. No one shall use them for illegal purposes or for profit,...
jwtXploiter
jwtXploiter A tool to test security of JSON Web Tokens. Test a JWT against all known CVEs; Tamper with the token payload: changes claims and subclaims values. Exploit known vulnerable header claims kid, jku, x5u Verify a token Retrieve the public key of your target's ssl connection and try to use...
CVE-2022-45771
CVE-2022-45771 The PwnDoc is vulnerable to both path traversal and local file inclusion LFI, which allows unprivileged users to disclose JWT secrets and achive code execution. Requirements: An attacker has valid account with user role The application has a report template with either...
CVE-2026-79575
yfexam-exam v2.0 suffers from a weak JWT signing secret derivation. Instead of using a random server-side key, the secret is constructed from the username and the current month , making it predictable and easily obtainable via a brute-force attack. An attacker who recovers the signing key can for...
EUVD-2026-72912
The JWT signing secret in yfexam-exam v2.0 is derived from the username and the current month instead of a random server-side key, making the secret key easily obtainable via a bruteforce attack...
CVE-2026-82329-JFrog-Artifactory-
CVE-2026-82329-JFrog-Artifactory- CVE-2026-82329 — JFrog Artifactory 认证绕过 漏洞详情 JFrog Artifactory(版本 7.111.20、7.117.27、7.125.19、7.133.28、7.146.37、7.161.19)中存在严重的认证绕过漏洞。该缺陷允许未认证的攻击者使用空白 HMAC 密钥(32 字节的 0x20)伪造 JWT,生成管理员令牌,并创建后门用户。 漏洞利用链 步骤 操作 1 使用 alg=HS256、kid=SHA256""、skipnoderegistration=true 伪造...
CVE-2026-66908
CVE-2026-66908 — camel-platform-http-main 未校验 JWT iss/aud 针对 Apache Camel 漏洞的可运行 PoC 复现工具:当未配置 jwtIssuer 或 jwtAudience 时,camel-main 内嵌 HTTP 服务器 仅凭密钥库构建其 JWT 认证器,因此入站令牌仅检查签名和过期时间 ——iss 和 aud 声明从未被校验。 运行时| 目录| 技术栈 ---|---|--- Camel Main (独立运行)| camel-main/| camel-main 4.21.0 +...
some-tweak-to-hide-jwt-payload-values
JWTペイロード値を隠すためのちょっとした調整 JWTペイロードを保護し、値を絶えず変化させることでデコードの試みを無意味にし、デコード出力を解読不能にしつつ、パフォーマンスへの影響を最小限に抑えるためのいくつかの調整とアイデアです。 JWTトークンとは? JSON Web Token(JWT、「ジョット」と発音)は、2つの当事者間でJSONメッセージを渡すためのコンパクトでURLセーフな方法です。RFC 7519で定義された標準です。トークンは長い文字列で、ドットで区切られた部分に分割されています。各部分はbase64 URLエンコードされています。...
some-tweak-to-hide-jwt-payload-values
some-tweak-to-hide-jwt-payload-values a handful of tweaks and ideas to safeguard the JWT payload, making it futile to attempt decoding by constantly altering its value, ensuring the decoded output remains unintelligible while imposing minimal performance overhead. What is a JWT Token? A JSON Web...
auth
Auth - Supabase 的身份验证与用户管理 Auth 是一个用 Go 编写的用户管理和身份验证服务器,为 Supabase 的以下功能提供支持: 签发 JWT 与 PostgREST 配合的行级安全 用户管理 通过邮箱、密码、魔法链接、手机号登录 通过外部提供商登录(Google、Apple、Facebook、Discord 等) 它最初基于出色的 Netlify 的 GoTrue 代码库,但此后两者在功能和能力上已产生显著分歧。 如果你想为项目做贡献,请参阅贡献指南。 目录 快速开始 生产环境运行 配置 端点 快速开始 创建一个 .env 文件来存放你自己的自定义环境变量。参...
CVE-2025-51858
CVE-2025-51858 Vulnerability description ChatPlayground.ai is a popular web application for comparing AI models. A Cross-Site Scripting XSS vulnerability exists in the chat component. This can lead to JWT token theft and remote account hijacking. Additionally, the /api/chat-history endpoint...