CVE-2019-25444
8.2Phpscriptsmall · Fiverr Clone Script
Fiverr Clone Script 1.2.2 contains an SQL injection vulnerability in the page parameter that allows unauthenticated attackers to manipulate database queries and extract sensitive information.
Executive summary
A critical SQL injection vulnerability in Phpscriptsmall Fiverr Clone Script 1.2.2 allows unauthenticated remote attackers to compromise the underlying database.
Vulnerability
This vulnerability is an SQL injection (CWE-89) flaw located in the page parameter of the application. An unauthenticated attacker can supply crafted SQL syntax to this parameter to execute arbitrary database commands, leading to data exfiltration or unauthorized database modification.
Business impact
The ability for an unauthenticated user to interact directly with the database poses a severe risk to data confidentiality and integrity. With a CVSS score of 8.2, this high-severity flaw could lead to the total compromise of user credentials, project data, and other sensitive information stored within the application database, resulting in significant reputational damage and potential regulatory non-compliance.
Remediation
Immediate Action: Users must contact the vendor, Phpscriptsmall, to obtain and apply the latest security update or patch that addresses this SQL injection vulnerability.
Proactive Monitoring: Security teams should implement database activity monitoring to detect anomalous query patterns or unexpected syntax, such as union-based or boolean-based injection attempts, originating from the web application.
Compensating Controls: Deploy a Web Application Firewall (WAF) with updated rulesets to filter and block malicious SQL injection payloads targeting the page parameter before they reach the application.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in ExploitDB (EDB-ID 46637).
Analyst recommendation
Given the availability of public proof-of-concept code and the ease of exploitation by unauthenticated actors, this vulnerability presents a significant risk to any organization using the affected software. Administrators must prioritize updating to a patched version immediately or disabling the affected functionality until a secure update is applied to prevent unauthorized database access.
Sources
Originally found and disclosed by Mr Winst0n, per the CVE Program record.
- ExploitDB-46637 Exploit / PoC
- VulnCheck Advisory: Fiverr Clone Script 1.2.2 SQL Injection via page Parameter Third-party advisory