CVE-2026-44313 PUBLISHED

LinkWarden: Server-Side Request Forgery (SSRF) in Link Creation via fetchTitleAndHeaders Function

Assigner: GitHub_M
Reserved: 05.05.2026 Published: 08.05.2026 Updated: 08.05.2026

Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages. Prior to version 2.13.0, a Server-Side Request Forgery (SSRF) vulnerability in the fetchTitleAndHeaders function allows authenticated users to make arbitrary HTTP requests to internal services due to insufficient URL validation that only checks for "http://" or "https://" prefixes. This issue has been patched in version 2.13.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L
CVSS Score: 9.1

Product Status

Vendor linkwarden
Product linkwarden
Versions
  • Version < 2.13.0 is affected

References

Problem Types

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