← Vulnerability feed

Vulnerability record · CVE-2015-2845 · published 12 May 2015

CVE-2015-2845: GoAutoDial GoAdmin CE cpanel function OS command injection

Goautodial · Goadmin Ce

The cpanel function in go_site.php in GoAutoDial GoAdmin CE before 3.3-1421902800 passes the $type portion of PATH_INFO into a system command without sanitization, allowing OS command injection. Because the endpoint is network-reachable and unauthenticated, this is a full compromise of the host running GoAdmin CE.

10.0 CVSS 2.0 High EPSS 72% · top 0.6% CWE-78 · OS command injection
10.0CVSS 2.0 base score
72%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
12References, 2 tagged exploit
17 Jun 2026Last modified by NVD

Description

The cpanel function in go_site.php in GoAutoDial GoAdmin CE before 3.3-1421902800 allows remote attackers to execute arbitrary commands via the $type portion of the PATH_INFO.

AV:N/AC:L/Au:N/C:C/I:C/A:C

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 19 September 2026. Confidence: high.

critical priorityUnauthenticated remote command execution with a 10.0 CVSS score, public exploit code and very high EPSS probability makes this an urgent patch-or-isolate case.

What it is

The cpanel function in go_site.php in GoAutoDial GoAdmin CE before 3.3-1421902800 passes the $type portion of PATH_INFO into a system command without sanitization, allowing OS command injection. Because the endpoint is network-reachable and unauthenticated, this is a full compromise of the host running GoAdmin CE.

Impact

An attacker can execute arbitrary commands with the web server's privileges, leading to complete loss of confidentiality, integrity and availability of the application and underlying host. CVSS 2.0 scores it 10.0 (AV:N/AC:L/Au:N/C:C/I:C/A:C).

Attack surface

Reached over the network via HTTP requests to go_site.php, with the malicious payload placed in the $type segment of PATH_INFO. The CVSS vector indicates no authentication and no user interaction are required.

Exploitation

Exploit code is publicly available (Exploit-DB 36807 tagged Exploit, plus a Packet Storm advisory), and EPSS is 0.71517 (99.4th percentile), indicating high likelihood of exploitation. It is not listed in CISA KEV.

What to do

  • Upgrade GoAdmin CE to 3.3-1421902800 or later, per the vendor advisory at goautodial.org/news/21.
  • If upgrade is not possible, restrict network access to go_site.php and the GoAdmin CE admin interface to trusted management networks only.
  • Deploy a WAF or reverse-proxy rule that rejects command metacharacters in PATH_INFO for go_site.php.
  • Run the GoAdmin CE web service under a low-privilege account with no shell access and no write access to application code.
  • Audit the host for signs of prior compromise before and after remediation.

Detection

  • Inspect web server and proxy logs for go_site.php requests whose PATH_INFO contains shell metacharacters such as ;, |, &&, $(), or backticks.
  • Monitor for unexpected child processes spawned by the web server user (for example sh, bash, curl, wget, nc).
  • Alert on outbound connections or file writes originating from the GoAdmin CE web process.
  • Review the host for webshells or new files in web-accessible directories.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2015-2845 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

10.0CVE-2015-2844Goautodial goadmin ce os command injection vulnerabilityThe cpanel function in go_site.php in GoAutoDial GoAdmin CE before 3.3-1420434000 allows remote attackers to execute arbitrary commands via the $acti…EPSS 13%10.0CVE-2015-2842Goautodial goadmin ce vulnerabilityUnrestricted file upload vulnerability in go_audiostore.php in the audiostore (Voice Files) upload functionality in GoAutoDial GoAdmin CE 3.x before …EPSS 13%7.5CVE-2015-2843Goautodial goadmin ce sql injection vulnerabilityMultiple SQL injection vulnerabilities in GoAutoDial GoAdmin CE before 3.3-1421902800 allow remote attackers to execute arbitrary SQL commands via th…EPSS 38%8.8CVE-2026-53266Linux kernel ebtables SNAT out-of-bounds write in ARP rewriteThe ebtables SNAT target rewrites the ARP sender hardware address via skb_store_bits() without first making that range writable. When the ARP SHA byt…KEVEPSS 0.65%analysed8.8CVE-2026-87491Google Chrome V8 out-of-bounds write enables sandbox code executionChrome before 153.0.8010.36 contains an out-of-bounds write in the V8 JavaScript engine. A crafted HTML page can trigger the memory corruption, and b…KEVEPSS 3.1%analysed9.8CVE-2025-25249Fortinet FortiOS and FortiSwitchManager heap buffer overflow via crafted packetsA heap-based buffer overflow (CWE-122/CWE-787) in Fortinet FortiOS 6.4 through 7.6.3 and FortiSwitchManager 7.0 through 7.2.6 lets an unauthenticated…KEVEPSS 3.9%analysed7.8CVE-2026-83549SonicWall SMA1000 AMC OS Command InjectionThe SMA1000 Appliance Management Console contains an OS command injection flaw (CWE-78) that lets an authenticated administrator execute arbitrary op…KEVEPSS 11%analysed10.0CVE-2026-49869Kestra OSS auth bypass via path suffix match enables RCEKestra OSS AuthenticationFilter whitelists the public config endpoint using request.getPath().endsWith("/configs"), a suffix match instead of an exac…KEVEPSS 2.1%analysed

Source: NIST National Vulnerability Database (record CVE-2015-2845), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.