CVE-2026-55455 PUBLISHED

Appsmith: SSRF in REST API / GraphQL datasource plugins via insufficient host denylist

Assigner: GitHub_M
Reserved: 16.06.2026 Published: 24.06.2026 Updated: 25.06.2026

Appsmith is a platform to build admin panels, internal tools, and dashboards. Prior to 2.1, the outbound HTTP host filter applied by WebClientUtils (used by the REST API and GraphQL datasource plugins) validates hosts against an exact-match string denylist. The comprehensive address-class check (loopback, any-local, link-local, fc00::/7) exists only on a separate code path used by SMTP, not by the HTTP plugin path. As a result, an authenticated user can craft outbound requests that reach loopback-bound services inside the container. This vulnerability is fixed in 2.1.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
CVSS Score: 5.3

Product Status

Vendor appsmithorg
Product appsmith
Versions
  • Version < 2.1 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE