Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
zyxel-social-login-bypass-cve-2026-8508 — Public writeup, PoC, and emulation materials for CVE-2026-8508 affecting Zyxel captive-portal social login. | Kitploit
Tools/GitHubGitHub/minanagehsalalma/zyxel-social-login-bypass-cve-2026-8508
Vulnerability AnalysisExploitationWeb Application ExploitationNetwork Access ControlPenetration TestingAuthenticationRed Teaming
GitHubminanagehsalalma/zyxel-social-login-bypass-cve-2026-8508

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

zyxel-social-login-bypass-cve-2026-8508

Public writeup, PoC, and emulation materials for CVE-2026-8508 affecting Zyxel captive-portal social login.

View Repository
4 days agoNot yet reviewed

CVE-2026-8508: Zyxel Captive-Portal Bypass via Trusted Browser-Submitted Facebook Identity

This repository packages the public writeup, quick verification script, and selected supporting artifacts for CVE-2026-8508.

What this is

CVE-2026-8508 is a pre-authentication trust-boundary flaw in Zyxel captive-portal social login. The local reverse work here was anchored on WAX650S V7.10(ABRM.4)C0: the browser performed the Facebook-side identity step, then submitted fb_user and related fields to /cgi-bin/social_login.cgi, and the backend accepted those fields on an auth-skip surface.

Zyxel's 2026-08-04 advisory later expanded the affected scope to 39 models: 36 APs, 2 FWA7 devices, and 1 security router.

Files

  • index.html: standalone public-facing HTML writeup
  • writeup.md: markdown source for the writeup
  • poc/verify_social_login.sh: quick verifier for direct crafted POSTs to /cgi-bin/social_login.cgi
  • evidence/social_login_static_trust_boundary_20260501.md: trust-boundary summary
  • evidence/social_login_client_side_trust_architecture_20260501.md: frontend-to-backend flow notes
  • evidence/mod_auth_zyxel_social_gate_20260501.md: auth-skip analysis
  • decomp/social_login_20260501.c: decompiled CGI path used in the local review

Quick verification

root@kitploit:~
chmod +x poc/verify_social_login.sh
./poc/verify_social_login.sh <device_ip> [fb_user]

Expected success signal:

root@kitploit:~
Set-Cookie: authtok=

Notes

  • Authorized testing only.
  • The PoC is intentionally narrow: it checks whether a crafted pre-auth POST can reach the guest-session cookie issuance path.
  • The broader downstream impact discussion is documented in the writeup and evidence files rather than forced into the verifier script.
  • For the deeper emulation and rehosting path, see https://github.com/minanagehsalalma/zyxel-wax650s-research-notebook-public.
Download Tool