CVE-2018-25364
SQL Injection in Twitter-Clone 1 via search.php
Publication date: 2026-05-25
Last updated on: 2026-05-25
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
Twitter-Clone 1 has a SQL injection vulnerability that allows attackers who are not authenticated to execute arbitrary SQL queries. This is done by injecting malicious code through the 'name' parameter in the search.php endpoint.
Attackers can use error-based and union-based SQL injection techniques to submit crafted payloads that extract sensitive database information such as usernames, credentials, and system data.
How can this vulnerability impact me? :
This vulnerability can lead to unauthorized access to sensitive information stored in the database, including usernames and credentials.
Attackers can exploit this flaw to extract system data, potentially compromising the integrity and confidentiality of the system.