Skip to main content

hunt-auth-bypass

This skill aids in identifying authentication bypass vulnerabilities through detailed methodologies and target signals.

Install this skill

or
61/100

Security score

The hunt-auth-bypass skill was audited on Jun 10, 2026 and we found 23 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 159

Curl to non-GitHub URL

SourceSKILL.md
159curl -s -X POST https://target.com/xmlrpc.php \
medium line 168

Curl to non-GitHub URL

SourceSKILL.md
168curl -s -X POST https://target.com/xmlrpc.php \
medium line 210

Curl to non-GitHub URL

SourceSKILL.md
210TOKEN=$(curl -s -X POST https://partners.target.com/login \
medium line 215

Curl to non-GitHub URL

SourceSKILL.md
215curl -s https://admin.target.com/dashboard \
low line 186

Base64 decode operation

SourceSKILL.md
186saml_xml = base64.b64decode(saml_b64).decode()
low line 192

Base64 decode operation

SourceSKILL.md
192print(base64.b64encode(stripped.encode()).decode())
low line 224

Base64 decode operation

SourceSKILL.md
224header = base64.b64encode(json.dumps({"alg":"none","typ":"JWT"}).encode()).decode().rstrip('=')
low line 225

Base64 decode operation

SourceSKILL.md
225payload = base64.b64encode(json.dumps({"user_id":1,"role":"admin","email":"[email protected]"}).encode()).decode().rstrip('=')
low line 45

External URL reference

SourceSKILL.md
45Location: https://idp.company.com/saml
low line 159

External URL reference

SourceSKILL.md
159curl -s -X POST https://target.com/xmlrpc.php \
low line 168

External URL reference

SourceSKILL.md
168curl -s -X POST https://target.com/xmlrpc.php \
low line 204

External URL reference

SourceSKILL.md
204<NameID xmlns:evil="http://evil.com">[email protected]</NameID>
low line 210

External URL reference

SourceSKILL.md
210TOKEN=$(curl -s -X POST https://partners.target.com/login \
low line 215

External URL reference

SourceSKILL.md
215curl -s https://admin.target.com/dashboard \
low line 324

External URL reference

SourceSKILL.md
3245. **GitHub Enterprise Server — SAML XSW via parser differential (CVE-2025-25291/25292)** ([H1 #2579939](https://hackerone.com/reports/2579939) · [Blog](https://github.blog/security/sign-in-as-anyone-
low line 330

External URL reference

SourceSKILL.md
3306. **GitHub Enterprise — SAML signature bypass on encrypted assertions (CVE-2024-4985)** ([H1 #2475347](https://hackerone.com/reports/2475347) · [ProjectDiscovery advisory](https://projectdiscovery.io
low line 336

External URL reference

SourceSKILL.md
3367. **Uber — SAML auth bypass on `uchat.uberinternal.com`** ([H1 #223014](https://hackerone.com/reports/223014))
low line 342

External URL reference

SourceSKILL.md
3428. **Uber — OneLogin SSO bypass via WordPress XMLRPC** ([H1 #138869](https://hackerone.com/reports/138869))
low line 348

External URL reference

SourceSKILL.md
3489. **Slack — SAML "confused-deputy" assertion reuse** ([Writeup](http://blog.intothesymmetry.com/2017/10/slack-saml-authentication-bypass.html))
low line 354

External URL reference

SourceSKILL.md
35410. **HackerOne — SAML signup domain enforcement bypass via control characters** ([H1 #2101076](https://hackerone.com/reports/2101076))
low line 360

External URL reference

SourceSKILL.md
36011. **8x8 / Jitsi-Meet — JWT alg-confusion (asymmetric verifier accepts symmetric alg)** ([H1 #1210502](https://hackerone.com/reports/1210502))
low line 366

External URL reference

SourceSKILL.md
36612. **Argo CD (Internet Bug Bounty) — JWT audience claim not validated (CVE-2023-22482)** ([H1 #1889161](https://hackerone.com/reports/1889161))
low line 394

External URL reference

SourceSKILL.md
394**Hardening reference:** [docs.duendesoftware.com/bff/fundamentals/session/handlers](https://docs.duendesoftware.com/bff/fundamentals/session/handlers/), [nestenius.se BFF cookie guide](https://nesten
Scanned on Jun 10, 2026
View Security Dashboard
Installation guide →