PT-2026-48808 · Kolibri · Kolibri
CVE-2026-48053
·
Published
2026-06-11
·
Updated
2026-08-17
CVSS v3.1
5.8
Medium
| Vector | AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N |
Name of the Vulnerable Software and Affected Versions
Kolibri versions prior to 0.19.4
Description
Several API endpoints accept an unvalidated
baseurl parameter, allowing the server to fetch attacker-controlled URLs and reflect the response body back to the caller. This occurs because the baseurl is only validated for HTTP/HTTPS schemes, failing to restrict private IP ranges, loopback addresses, or link-local addresses. Additionally, the server follows HTTP redirects by default, which can be used to pivot requests to internal services or cloud metadata endpoints.API Endpoints:
- 'GET /api/auth/remotefacilityuser'
- 'POST /api/auth/remotefacilityauthenticateduserinfo'
- 'POST /api/public/setupwizard/loddata'
- 'GET /api/public/networklocation//facilities/'
Vulnerable Parameters or Variables:
baseurl
Function Names:
get remote users info()
Impact includes unauthenticated outbound requests, reflected data exfiltration from internal HTTP services, and access to cloud metadata (such as AWS IMDSv1 and DigitalOcean metadata).
Recommendations
Update Kolibri to version 0.19.4 or later.
As a temporary mitigation, restrict network access to the Kolibri server to prevent it from making outbound requests to internal IP ranges or cloud metadata services.
Restrict access to the 'GET /api/auth/remotefacilityuser' endpoint to authenticated users only.
Exploit
Fix
SSRF
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Kolibri