CVE-2019-25444
Received Received - Intake
SQL Injection in Fiverr Clone Script 1.2.2 Allows Data Manipulation

Publication date: 2026-02-20

Last updated on: 2026-03-02

Assigner: VulnCheck

Description
Fiverr Clone Script 1.2.2 contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the page parameter. Attackers can supply malicious SQL syntax in the page parameter to extract sensitive database information or modify database contents.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-20
Last Modified
2026-03-02
Generated
2026-05-07
AI Q&A
2026-02-20
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
phpscriptsmall fiverr_clone_script 1.2.2
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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?

[{'type': 'paragraph', 'content': 'CVE-2019-25444 is an SQL injection vulnerability found in Fiverr Clone Script version 1.2.2 and earlier. It occurs because the application does not properly neutralize special elements in SQL commands, specifically through the "page" parameter.'}, {'type': 'paragraph', 'content': 'This flaw allows unauthenticated attackers to inject malicious SQL code via the "page" parameter, enabling them to manipulate database queries.'}, {'type': 'paragraph', 'content': 'Attackers can exploit this vulnerability to extract sensitive information from the database or modify its contents.'}] [1, 2]


How can this vulnerability impact me? :

This vulnerability can have serious impacts including unauthorized access to sensitive database information and unauthorized modification of database contents.

Because the attack requires no authentication and can be performed remotely over the network with low complexity, it poses a high risk.

The confidentiality of data is highly impacted, while integrity is affected to a lesser extent, and availability is not impacted.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

[{'type': 'paragraph', 'content': "This SQL injection vulnerability can be detected by testing the 'page' parameter of the Fiverr Clone Script application for SQL injection payloads."}, {'type': 'list_item', 'content': "Use HTTP requests with SQL injection payloads in the 'page' parameter, such as: http://localhost/?page=2%20' OR 1 = 1 --"}, {'type': 'list_item', 'content': 'Monitor application responses for unexpected database errors or data leakage when injecting SQL syntax.'}, {'type': 'list_item', 'content': 'Use tools like curl or Burp Suite to send crafted requests to the vulnerable parameter and observe behavior.'}] [1]


What immediate steps should I take to mitigate this vulnerability?

[{'type': 'paragraph', 'content': "Immediate mitigation steps include sanitizing and validating all user inputs, especially the 'page' parameter, to prevent SQL injection."}, {'type': 'paragraph', 'content': 'Apply patches or updates provided by the software vendor that address this vulnerability.'}, {'type': 'paragraph', 'content': "If patches are not available, implement web application firewall (WAF) rules to block malicious SQL injection attempts targeting the 'page' parameter."}, {'type': 'paragraph', 'content': 'Restrict database permissions to limit the impact of a potential SQL injection attack.'}] [2]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart