Skip to content

BlueBubbles: SSRF allowlist doesn't cover reactions (react action blocked on private IP) #59722

@kevin-funk-town

Description

@kevin-funk-town

Summary

The BlueBubbles channel's auto-allowlist for the configured serverUrl doesn't cover the react action. Reactions to messages fail with:

Blocked hostname or private/internal/special-use IP address

Environment

  • OpenClaw version: 2026.4.1
  • BlueBubbles serverUrl: http://192.168.x.x:1234 (private IP)
  • macOS

Steps to reproduce

  1. Configure BlueBubbles with a private IP serverUrl
  2. Receive a message via BlueBubbles webhook (works fine)
  3. Send a reply via message action=send (works fine)
  4. Try to react via message action=reactblocked by SSRF

Expected behavior

The SSRF auto-allowlist fix from #27648 should cover all BlueBubbles API calls, not just attachment fetches.

Relevant changelog entry

BlueBubbles/SSRF: auto-allowlist the configured serverUrl hostname for attachment fetches so localhost/private-IP BlueBubbles setups are no longer false-blocked by default SSRF checks.

This fix appears to only apply to attachment fetches, leaving reactions (and possibly other actions like edit/unsend) blocked.

Workaround

None found. There's no documented config to allowlist private IPs for channel plugin API calls.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions