Description
A vulnerability was found in chenhg5 cc-connect up to 1.4.1. Affected by this vulnerability is the function Authenticate of the file core/webhook.go. The manipulation of the argument exec results in code injection. The attack may be performed from remote. The exploit has been made public and could be used. The reported GitHub issue was closed automatically due to inactivity.
Published: 2026-08-19
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A code injection vulnerability in chenhg5:cc-connect allows an attacker to manipulate the exec argument of the Authenticate function in core/webhook.go, resulting in arbitrary code execution on the host system that runs the webhook service. The injection can be triggered from a remote caller, providing the ability to execute arbitrary commands.

Affected Systems

Versions of chenhg5:cc-connect up to and including 1.4.1 are affected. The vulnerability exists in the Authenticate function used by webhook endpoints and is present in all installations of the listed package prior to the latest revision. All instances that have not been updated beyond 1.4.1 remain vulnerable.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate to high severity. No EPSS score is currently available, and the issue has not been listed in the CISA KEV catalog, but a publicly available exploit demonstrates that remote attackers can craft a request to the webhook to gain code execution. The remote nature of the attack and the lack of any effective mitigation means the risk is significant and exploitation is feasible in a realistic threat model.

Generated by OpenCVE AI on August 20, 2026 at 10:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade chenhg5:cc-connect to the latest release (>=1.4.2) when it becomes available to remove the vulnerable code.
  • If an update cannot be applied immediately, disable or remove the webhook endpoint that uses the Authenticate function until a patch is installed.
  • Implement input validation that restricts the exec argument to a predefined whitelist of allowed commands to mitigate the risk of arbitrary code execution.

Generated by OpenCVE AI on August 20, 2026 at 10:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 19 Aug 2026 23:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in chenhg5 cc-connect up to 1.4.1. Affected by this vulnerability is the function Authenticate of the file core/webhook.go. The manipulation of the argument exec results in code injection. The attack may be performed from remote. The exploit has been made public and could be used. The reported GitHub issue was closed automatically due to inactivity.
Title chenhg5 cc-connect webhook.go authenticate code injection
First Time appeared Chenhg5
Chenhg5 cc-connect
Weaknesses CWE-74
CWE-94
CPEs cpe:2.3:a:chenhg5:cc-connect:*:*:*:*:*:*:*:*
Vendors & Products Chenhg5
Chenhg5 cc-connect
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Chenhg5 Cc-connect
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-20T17:40:36.368Z

Reserved: 2026-08-19T16:47:44.445Z

Link: CVE-2026-76760

cve-icon Vulnrichment

Updated: 2026-08-20T17:40:06.728Z

cve-icon NVD

Status : Deferred

Published: 2026-08-19T23:16:17.953

Modified: 2026-08-20T18:16:52.037

Link: CVE-2026-76760

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T10:15:17Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')