CVE-2026-48707 PUBLISHED

InstantCMS vulnerable to SSRF via upload redirect bypass allows internal network service scanning

Assigner: GitHub_M
Reserved: 22.05.2026 Published: 08.09.2026 Updated: 08.09.2026

InstantCMS is a free and open source content management system. Versions prior to 2.18.2 have a Server-Side Request Forgery (SSRF) vulnerability in the file upload functionality (system/core/uploader.php at lines 509-532). When the "upload from URL" feature follows an HTTP redirect, the redirected target URL bypasses the private IP address blacklist check. This allows authenticated users to scan and access internal network services. Version 2.18.2 contains a fix.

Metrics

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

Product Status

Vendor instantsoft
Product icms2
Versions
  • Version < 2.18.2 is affected

References

Problem Types

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