CVE-2018-25364
HighCVSS 8.2Exploitation Probability (EPSS)
Low risk26th percentile - higher than 26% of all known CVEs
Summary
Twitter-Clone 1 contains an SQL injection vulnerability in the 'name' parameter, allowing unauthenticated attackers to execute arbitrary SQL queries via the search.php endpoint, enabling extraction of credentials and other database information.
Risk Assessment
An attacker can gain full access to the database, including usernames and passwords, leading to data confidentiality and integrity breaches.
Recommendation
Update Twitter-Clone to version 2 or later, which includes input validation and parameterized SQL queries.
Other vulnerabilities in Twitter-Clone
See all- CVE-2018-25363Medium
Twitter-Clone 1 contains a cross-site request forgery vulnerability that allows remote attackers to force victims to delete posts by crafting malicious HTML forms. Attackers can create hidden forms targeting tweetdel.php with tweet IDs and automatically submit them to delete arbitrary posts from authenticated user sessions.
- CVE-2018-25362High
Twitter-Clone 1 contains an SQL injection vulnerability in follow.php that allows attackers to manipulate database queries by injecting SQL code through the userid parameter. Attackers can submit union-based or time-based blind SQL injection payloads to extract sensitive database information including usernames, passwords, and database credentials.
Original NVD description (English source)
Twitter-Clone 1 contains a SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the name parameter. Attackers can submit crafted payloads to the search.php endpoint to extract database information including usernames, credentials, and system data using error-based and union-based SQL injection techniques.

