CVE-2026-29084 PUBLISHED

Gokapi: CSRF in Login Endpoint

Assigner: GitHub_M
Reserved: 03.03.2026 Published: 06.03.2026 Updated: 06.03.2026

Gokapi is a self-hosted file sharing server with automatic expiration and encryption support. Prior to version 2.2.3, the login flow accepts credential-bearing requests without CSRF protection mechanisms tied to the browser session context. The handler parses form values directly and creates a session on successful credential validation. This issue has been patched in version 2.2.3.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N
CVSS Score: 4.6

Product Status

Vendor Forceu
Product Gokapi
Versions
  • Version < 2.2.3 is affected

References

Problem Types

  • CWE-352: Cross-Site Request Forgery (CSRF) CWE