Ameeba Chat App store presentation
Join the Cybersecurity Chat on Ameeba
Connect with pros, students, and researchers — in real time

Ameeba Blog Search

CVE-2025-60118: SQL Injection Vulnerability in Potenzaglobalsolutions PGS Core

Ameeba’s Mission: Our mission is to safeguard freedom from surveillance through anonymization.

Overview

The world of cybersecurity is rife with threats, and the Common Vulnerabilities and Exposures (CVE) system is instrumental in indexing these threats. This blog post focuses on a specific vulnerability, CVE-2025-60118, a significant security threat that affects Potenzaglobalsolutions PGS Core. This vulnerability is a classic SQL Injection issue, a type of exploit that targets the database layer of an application, potentially resulting in system compromise or data leakage.
This vulnerability is paramount due to its potential for damage and the widespread use of the affected product, PGS Core, in various applications. With a CVSS Severity Score of 8.5, it underscores the urgent need for organizations using PGS Core to apply necessary patches or adopt appropriate mitigation strategies.

Vulnerability Summary

CVE ID: CVE-2025-60118
Severity: High (8.5)
Attack Vector: Network
Privileges Required: Low
User Interaction: None
Impact: System compromise or data leakage

Affected Products

Ameeba Chat Icon Escape the Surveillance Era

Most apps won’t tell you the truth.
They’re part of the problem.

Phone numbers. Emails. Profiles. Logs.
It’s all fuel for surveillance.

Ameeba Chat gives you a way out.

  • • No phone number
  • • No email
  • • No personal info
  • • Anonymous aliases
  • • End-to-end encrypted

Chat without a trace.

Product | Affected Versions

Potenzaglobalsolutions PGS Core | Up to version 5.9.0

How the Exploit Works

The exploit works by manipulating the SQL queries in the application. Specifically, an attacker can input malicious SQL statements into the application, which are then executed by the database. The application fails to adequately sanitize the user input, leading to an SQL injection vulnerability. This could allow an attacker to manipulate the application’s SQL queries, potentially leading to unauthorized access to data, data corruption, or even complete system compromise.

Conceptual Example Code

Here is a conceptual example of how this vulnerability might be exploited. This example assumes that the attacker is trying to inject malicious SQL commands via a web form:

POST /pgscore/login HTTP/1.1
Host: vulnerablewebsite.com
Content-Type: application/x-www-form-urlencoded
username=admin'--&password=irrelevant

In this example, the username field includes a SQL comment (–). This effectively comments out the rest of the SQL query, allowing the attacker to bypass authentication, assuming the application concatenates this input into a SQL query without proper sanitization.

Want to discuss this further? Join the Ameeba Cybersecurity Group Chat.

Disclaimer:

The information and code presented in this article are provided for educational and defensive cybersecurity purposes only. Any conceptual or pseudocode examples are simplified representations intended to raise awareness and promote secure development and system configuration practices.

Do not use this information to attempt unauthorized access or exploit vulnerabilities on systems that you do not own or have explicit permission to test.

Ameeba and its authors do not endorse or condone malicious behavior and are not responsible for misuse of the content. Always follow ethical hacking guidelines, responsible disclosure practices, and local laws.
Ameeba Chat