Description
xiaobei through 5.5.2 fails to implement authentication or signature validation on webhook endpoints, allowing unauthenticated attackers to inject arbitrary messages into the agent pipeline. Attackers can publish malicious messages via the /webhook_worktool handler and exploit unvalidated media URL fetching to perform server-side request forgery against internal services.
Published: 2026-09-04
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

The vulnerability is an unauthenticated injection that allows an attacker to send crafted messages to the /webhook_worktool endpoint, which are then processed by Xiaobei's agent pipeline. Because the server also downloads user‑supplied media URLs without validation, the injection can trigger server‑side request forgery against internal services, potentially exposing or modifying sensitive data or enabling further compromise. The flaw effectively enables an attacker to inject arbitrary content and manipulate internal requests, which could lead to remote code execution within the underlying agent services if an internal system is compromised.

Affected Systems

All releases of TeamWiseFlow Xiaobei up to and including version 5.5.2 are affected.

Risk and Exploitability

The CVSS score of 9.3 reflects high severity. Attackers need only craft an unauthenticated HTTP request to the exposed webhook endpoint; no authentication or signature validation is required. The lack of authentication and validation makes exploitation trivial. No EPSS score is available, but the mechanics and severity indicate it may be abused by motivated adversaries. The vulnerability is not listed in the CISA KEV catalog, but due to the potential for internal compromise it warrants immediate attention.

Generated by OpenCVE AI on September 4, 2026 at 16:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • If a newer release or patch that introduces authentication and signature validation for the /webhook_worktool endpoint is available, upgrade Xiaobei to that version immediately.
  • If an official fix is not yet released, restrict access to the /webhook_worktool endpoint by firewall rules or a reverse proxy that allows only trusted IP addresses to reach it.
  • Add validation logic to verify that any media URL referenced by a webhook payload originates from an approved list of trusted domains, and reject requests with external or untrusted URLs to mitigate SSRF.
  • Use network segmentation or a dedicated firewall rule to limit outbound traffic from the webhook service to only the necessary internal services, minimizing the impact of a successful SSRF exploitation.

Generated by OpenCVE AI on September 4, 2026 at 16:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 16:15:00 +0000

Type Values Removed Values Added
First Time appeared Teamwiseflow
Teamwiseflow xiaobei
Vendors & Products Teamwiseflow
Teamwiseflow xiaobei

Fri, 04 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
Description xiaobei through 5.5.2 fails to implement authentication or signature validation on webhook endpoints, allowing unauthenticated attackers to inject arbitrary messages into the agent pipeline. Attackers can publish malicious messages via the /webhook_worktool handler and exploit unvalidated media URL fetching to perform server-side request forgery against internal services.
Title xiaobei through 5.5.2 Unauthenticated Webhook Message Injection
Weaknesses CWE-306
References
Metrics cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N'}

cvssV4_0

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


Subscriptions

Teamwiseflow Xiaobei
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-08T17:04:55.181Z

Reserved: 2026-09-04T13:32:30.063Z

Link: CVE-2026-85667

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-04T15:17:44.543

Modified: 2026-09-10T15:53:23.707

Link: CVE-2026-85667

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T16:30:06Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function