CVE-2026-48053 PUBLISHED

Kolibri has Unauthenticated Server-Side Request Forgery (SSRF) in RemoteFacilityUserViewset

Assigner: GitHub_M
Reserved: 20.05.2026 Published: 17.08.2026 Updated: 17.08.2026

Kolibri is an offline-first education platform. Prior to version 0.19.4, several Kolibri API endpoints accept an unvalidated baseurl parameter and fetch attacker-controlled URLs from the Kolibri server, reflecting the response body back to the caller. The original report identified two endpoints on the RemoteFacilityUser* viewsets; remediation review found two further reflection points on the same pattern. The GET endpoint was unauthenticated. Version 0.19.4 fixes the vulnerability.

Metrics

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

Product Status

Vendor learningequality
Product kolibri
Versions
  • Version < 0.19.4 is affected

References

Problem Types

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