CVE-2026-2184

7.3

Great Developers · Certificate Generation System

The Great Developers Certificate Generation System is vulnerable to remote OS command injection via the photo parameter in /restructured/csv.php.

Executive summary

A critical OS command injection vulnerability in the Great Developers Certificate Generation System allows unauthenticated remote attackers to execute arbitrary system commands.

Vulnerability

This flaw stems from improper neutralization of special elements used in an OS command (CWE-78) within the photo argument of the /restructured/csv.php script. The vulnerability is exploitable by unauthenticated remote attackers, as indicated by the CVSS vector AV:N/AC:L/PR:N.

Business impact

Successful exploitation of this vulnerability enables attackers to execute arbitrary commands on the underlying server, potentially leading to a full system compromise. Given the CVSS score of 7.3, the impact is significant, as it allows for unauthorized data access and manipulation. The risk is compounded by the fact that the project is no longer maintained, leaving systems permanently exposed to this flaw.

Remediation

Immediate Action: Since the software is no longer maintained and no patch is available, organizations should immediately decommission or isolate the affected system from public networks.

Proactive Monitoring: Review web access logs for suspicious input strings within the photo parameter, specifically looking for shell-related metacharacters like semicolons, pipes, or backticks.

Compensating Controls: Deploy a Web Application Firewall (WAF) with strict input validation rules to block requests containing command injection payloads targeting the /restructured/csv.php endpoint.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists in the referenced security researcher write-up.

Analyst recommendation

Due to the lack of active development and the presence of a public proof-of-concept, this vulnerability presents an unmanageable risk for production environments. Organizations are strongly advised to migrate away from this legacy system immediately to prevent potential system-wide compromise.

Sources

Originally found and disclosed by lakshay12311 (VulDB User), per the CVE Program record.