Skip to content

[SECURITY] Unrestricted Egress in Workflow Plugin HTTP Dispatcher #94

Description

@ginaxu1

Problem

The workflow engine's HTTP dispatcher plugin executes POST requests to URLs defined within task configurations without egress restrictions or URL validation. If a task template specifies an arbitrary URL, the service will attempt to dispatch payload data (including user/task information) to that target.

Proposed Solution

  1. Route all outbound requests from workflow plugins through a central, secure HTTP client helper.
  2. Enforce validation on dispatch targets (requiring HTTPS and blocking private/link-local IP ranges).
  3. Implement strict re-validation policies on HTTP redirects (CheckRedirect).

Alternatives

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type/ImprovementEnhancement to existing functionality

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions