CVE-2026-53446 PUBLISHED

Wekan: Server-Side Request Forgery (SSRF) via webhook integration URLs

Assigner: GitHub_M
Reserved: 09.06.2026 Published: 15.07.2026 Updated: 16.07.2026

Wekan is open source kanban built with Meteor. Prior to 9.32, Wekan webhook integration URLs in models/integrations.js are stored from user input and later fetched by server/notifications/outgoing.js without applying the existing validateAttachmentUrl() private-network checks from models/lib/attachmentUrlValidation.js. A board administrator can configure webhook URLs that cause server-side requests to internal or metadata services. This issue is fixed in version 9.32.

Metrics

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

Product Status

Vendor wekan
Product wekan
Versions
  • Version < 9.32 is affected

References

Problem Types

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