Skip to content
KitploitKITPLOIT
ToolsExploitsBlog
Log in
Submit
ToolsExploitsBlog
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
CVE-2026-84388-POC — Improper Restriction of Rendered UI Layers or Frames (CWE-1021) | Kitploit
Tools/GitHubGitHub/shadowforge-cyber/cve-2026-84388-poc
Vulnerability AnalysisExploitationWeb Application ExploitationData ExfiltrationWeb SecurityPayload Development
GitHubshadowforge-cyber/cve-2026-84388-poc

CVE-2026-84388-POC

Improper Restriction of Rendered UI Layers or Frames (CWE-1021)

View Repository
71 day agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

FortiPAM Chrome Extension UI Layer RCE PoC - CVE-2026-84388

Overview

This repo contains a proof-of-concept exploit for CVE-2026-84388 (Improper Restriction of Rendered UI Layers or Frames, CWE-1021). The vulnerability in Fortinet FortiPAM Chrome Extension (v7.4–8.0) allows any visited website to bypass UI layer restrictions, force the extension to render attacker-controlled frames/tabs, set the browser proxy, and screen-capture/steam sensitive data (credentials, sessions, etc.) back to the attacker.

Impact: Unauthenticated remote attacker gains full visibility into the victim’s FortiPAM interface without interaction.

Download

Contact us for private access: [email protected]

Affected Versions

  • FortiPAM Chrome Extension 7.4.0 through 8.0.0

Root Cause

Missing x-frame-options: DENY header and insufficient CSP frame-ancestors on the extension’s privileged popup/iframe pages. Any site can inject ``, forcing the extension to render attacker-controlled content inside its own sandboxed context and expose internal APIs for proxy injection + tab screenshot streaming.

Usage

  1. Open any normal website in Chrome/Edge (victim’s browser).
  2. Inject the PoC frame (see below).
  3. The extension opens attacker-controlled tabs, applies attacker proxy, and streams captured screenshots via WebSocket.
  4. Attacker connects to the relay server to view live screen recordings of the victim’s FortiPAM dashboard (including passwords, 2FA codes, session tokens).
root@kitploit:~
# One-liner payload for any site

Run the relay server and open your target page in the victim’s browser. Done.

Credits

Report & PoC: ShadowForge Cyber

Download Tool