
Golang PoC exploit for CVE-2025-12139 targeting the Integrate Google Drive WordPress plugin. Extracts sensitive OAuth credentials (Client ID, Secret, Access Tokens) from unauthenticated endpoints, enabling potential Google Drive account takeover.
This is a Golang Proof of Concept (PoC) exploit for CVE-2025-12139. The vulnerability exists in the Integrate Google Drive plugin (versions <= 1.5.3) for WordPress. It allows unauthenticated attackers to retrieve sensitive information, including Google Client ID, Client Secret, and OAuth Access Tokens, potentially leading to full Google Drive account takeover.
wp_localize_script)inurl:"/wp-content/plugins/integrate-google-drive"Here is the exploit in action, extracting sensitive Client ID and Secret Key:

go run exploit.go -u https://target-site.com