Skip to content
Threat Feed
high advisory

Remote Code Injection in chenhg5 cc-connect

An unauthenticated remote code injection vulnerability in the Authenticate function of chenhg5 cc-connect (up to 1.4.1) allows attackers to execute arbitrary code via the exec parameter.

CVE search metadata

CVE search record: CVE-2026-76760. Severity: high. CVSS: 7.3. KEV: no. Product: cc-connect (1.4.1). Brief: Remote Code Injection in chenhg5 cc-connect. Brief link: https://feed.craftedsignal.io/briefs/2026-08-cc-connect-injection/

A code injection vulnerability has been identified in chenhg5 cc-connect, affecting all versions up to and including 1.4.1. The vulnerability resides within the 'Authenticate' function located in 'core/webhook.go'. The application fails to properly neutralize user-controlled input passed to the 'exec' argument, allowing an unauthenticated remote attacker to inject and execute arbitrary code. The exploit for this vulnerability is currently public, increasing the risk of exploitation by threat actors targeting this service. Defenders should prioritize patching or restricting access to the affected webhook endpoint to prevent exploitation.

Impact

Successful exploitation allows for unauthenticated remote code execution on the server hosting the cc-connect service. This grants an attacker the ability to execute arbitrary commands, potentially leading to full system compromise, data exfiltration, or deployment of additional malicious payloads.

Recommendation

  • Upgrade chenhg5 cc-connect to a patched version beyond 1.4.1 immediately.
  • If patching is not feasible, implement strict input validation or block access to the 'core/webhook.go' endpoint at the web application firewall (WAF) or ingress proxy level, specifically monitoring for the 'exec' argument containing shell metacharacters.
  • Review web server access logs for anomalous requests to webhook endpoints involving the 'exec' parameter.

Immediate actions

Patch or restrict access to the affected endpoint

IT Operations 48h

Mitigations

Deploy WAF rules to block malicious input in the exec parameter

immediate IT Operations

CVE-2026-76760

Detection coverage 1

Detects CVE-2026-76760 Exploitation - Code Injection via exec parameter

high

Detects suspicious HTTP requests to the cc-connect webhook endpoint where the 'exec' parameter contains common shell metacharacters often used in command injection attacks.

sigma tactics: initial_access techniques: T1059, T1190 sources: webserver

Detection queries are available on the platform. Get full rules →