CVE-2025-12309
7.3code-projects · Nero Social Networking Site
Nero Social Networking Site version 1.0 contains an unauthenticated SQL injection vulnerability in the /friendprofile.php file via the ID argument.
Executive summary
A critical SQL injection vulnerability in Nero Social Networking Site 1.0 allows unauthenticated remote attackers to execute arbitrary database commands.
Vulnerability
This is a SQL injection flaw (CWE-89) located in the /friendprofile.php file. It allows an unauthenticated remote attacker to manipulate the ID parameter, leading to unauthorized database interaction.
Business impact
Successful exploitation of this vulnerability can result in the full compromise of the application database, including the theft of sensitive user data, credentials, or administrative information. Given the CVSS score of 7.3, this represents a high risk to organizational data integrity and confidentiality, as the attack requires no authentication to execute.
Remediation
Immediate Action: As no official patch is currently available, administrators should immediately restrict access to the /friendprofile.php endpoint at the network or web server level.
Proactive Monitoring: Monitor database query logs for unusual patterns, specifically looking for SQL syntax characters such as single quotes, double dashes, or UNION statements originating from external IP addresses.
Compensating Controls: Deploy a Web Application Firewall (WAF) with updated SQL injection protection rules to inspect and filter malicious traffic targeting the ID parameter.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists, attributed to the research write-up hosted on GitHub.
Analyst recommendation
Due to the lack of an official patch and the public availability of a proof-of-concept, this vulnerability poses a significant risk to any deployment of Nero Social Networking Site 1.0. Organizations are urged to isolate the vulnerable component and implement strict input validation or WAF rules to prevent unauthorized database access until a vendor-supplied fix is released.
More code-projects CVEs
Sources
Originally found and disclosed by zoulimin (VulDB User), per the CVE Program record.