Exploitation Summary
EIP tracks 1 public exploit for CVE-2025-11177. PoCs published by jFriedli.
AI-analyzed exploit summary This repository provides a functional proof-of-concept for CVE-2025-11177, demonstrating a time-based SQL injection vulnerability in the WordPress login page. The exploit uses a crafted POST request to trigger a delay via `pg_sleep(5)`, confirming the SQLi vulnerability.
Description
The External Login plugin for WordPress is vulnerable to SQL Injection via the 'log' parameter in all versions up to, and including, 1.11.2 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database when a PostgreSQL or MSSQL database is configured as the external authentication database.
Exploits (1)
This repository provides a functional proof-of-concept for CVE-2025-11177, demonstrating a time-based SQL injection vulnerability in the WordPress login page. The exploit uses a crafted POST request to trigger a delay via `pg_sleep(5)`, confirming the SQLi vulnerability.
References (2)
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N