LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10145: Gargoyle 1.5.x Authenticated OS Command Execution via run_commands.sh

Gargoyle router management utility versions 1.5.x contain an authenticated OS command execution vulnerability in /utility/run_commands.sh. The application fails to properly restrict or validate input supplied via the 'commands' parameter, allowing an authenticated attacker to execute arbitrary shell commands on the underlying system. Successful exploitation may result in full compromise of the device, including unauthorized access to system files and execution of attacker-controlled commands.

HighCVSS 8.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2015-10145 is an authenticated command execution vulnerability in Gargoyle Router Management Utility 1.5.x, specifically identified in the bundle as affecting version 1.5.0. An attacker who can log in to the Gargoyle management interface may be able to execute operating system commands on the router, potentially leading to full device compromise.

Executive priority

High priority for any environment using Gargoyle 1.5.x, particularly if management access is exposed beyond a tightly controlled admin network. Treat as an urgent inventory and containment item, with remediation dependent on vendor-confirmed guidance.

Technical view

The issue is classified as CWE-78 OS command injection in /utility/run_commands.sh. The source bundle states that the application does not properly restrict or validate input supplied through the commands parameter, allowing an authenticated attacker to execute arbitrary shell commands on the underlying system. CVSS v4.0 score is 8.7 High with network attack vector, low attack complexity, low privileges required, and high impact to vulnerable-system confidentiality, integrity, and availability.

Likely exposure

Exposure is most relevant for organizations or individuals running Gargoyle Router Management Utility 1.5.0 or other 1.5.x builds if present, especially where the management interface is reachable from untrusted networks. Exploitation requires authenticated access according to the bundle, so stolen, weak, reused, or shared admin credentials materially increase risk.

Exploitation context

The bundle includes a public exploit-tagged reference, so exploit knowledge appears publicly available. KEV is false, and the provided bundle does not establish confirmed active exploitation of this CVE; active exploitation should therefore not be assumed from this data alone.

Researcher notes

The CVE identifier is CVE-2015-10145, but the bundle lists publication on 2025-12-31 and update on 2026-03-23. Affected data names Gargoyle Router Management Utility version 1.5.0 with defaultStatus listed as unaffected for unspecified versions. No CPEs are supplied. Patch details are not present in the bundle, so remediation should be verified against vendor guidance rather than inferred.

Mitigation direction

  • Identify any Gargoyle Router Management Utility deployments and confirm whether version 1.5.0 or other 1.5.x releases are in use.
  • Check official Gargoyle guidance or trusted vendor/advisory sources for a fixed version or recommended remediation; the bundle does not provide patch evidence.
  • Restrict router management access to trusted administrative networks only and avoid exposing the interface to the internet.
  • Enforce strong unique administrator credentials and rotate credentials if compromise is suspected.
  • Disable or remove affected management functionality where operationally feasible until vendor-confirmed remediation is applied.
  • For suspected compromise, preserve evidence, review configuration integrity, and consider rebuilding or reflashing the device from trusted firmware guidance.

Validation and detection

  • Inventory Gargoyle devices and record exact software versions.
  • Verify that administrative interfaces are not reachable from untrusted networks.
  • Review authentication records and configuration changes for unexpected administrator activity.
  • Confirm remediation status against official Gargoyle or trusted advisory guidance before marking the issue closed.
  • After remediation, validate that only intended administrators can access management functions and that router configuration has not been altered unexpectedly.
Prepared
Confidence
medium
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-78: Command execution behavior lookup

Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2015-10145 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.7 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.7CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

8.7High
CVSS 4.0 vector shape for CVE-2015-10145Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
GargoyleGargoyle Router Management Utility1.5.0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-78 · source CWE mapping

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.