Submit #922294: October CMS 4.3.4 (4.x branch, up to commit c1876c7) Server-Side Request Forgeryinfo

TitelOctober CMS 4.3.4 (4.x branch, up to commit c1876c7) Server-Side Request Forgery
BeschreibungAn unauthenticated attacker can bypass the SSRF protection in the System\Classes\ResizeImages class of October CMS 4.x (up to 4.3.4) by encoding a private or reserved IPv4 address as an IPv6-mapped IPv4 address (e.g. ::ffff:127.0.0.1). The validateExternalImageHost() check relies on PHP filter_var() with FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE, which fails to detect private IPv4 addresses embedded in IPv6-mapped form. A crafted image URL such as http://[::ffff:127.0.0.1]:8080/x.jpg submitted through a user-controlled image field passes validation, and file_get_contents() connects to the mapped internal IPv4 address, enabling blind SSRF to localhost, private networks, and cloud metadata services (e.g. x.x.x.x). The publicly accessible /resize/{file} route requires no authentication.
Quelle⚠️ https://github.com/0xGenesi/CVE/blob/main/October_CMS_SSRF_IPv6_Mapped_IPv4_Bypass.md
Benutzer
 chenhuanlin (UID 100424)
Einreichung11.08.2026 09:39 (vor 2 Monaten)
Moderieren27.09.2026 12:41 (2 months later)
StatusAkzeptiert
VulDB Eintrag410875 [October CMS bis 4.3.4 SSRF Protection ResizeImages.php validateExternalImageHost erweiterte Rechte]
Punkte20

Do you want to use VulDB in your project?

Use the official API to access entries easily!