VYPR
Medium severity5.4NVD Advisory· Published Oct 12, 2017· Updated May 13, 2026

CVE-2017-15284

CVE-2017-15284

Description

Cross-Site Scripting exists in OctoberCMS 1.0.425 (aka Build 425), allowing a least privileged user to upload an SVG file containing malicious code as the Avatar for the profile. When this is opened by the Admin, it causes JavaScript execution in the context of the Admin account.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
october/rainPackagist
< 1.0.4261.0.426

Affected products

1

Patches

1
3bbbbf3da469

Remove SVG from image types

https://github.com/octobercms/librarySamuel GeorgesOct 9, 2017via ghsa
1 file changed · +1 2
  • src/Filesystem/Definitions.php+1 2 modified
    @@ -182,8 +182,7 @@ protected function imageExtensions()
                 'bmp',
                 'png',
                 'webp',
    -            'gif',
    -            'svg'
    +            'gif'
             ];
         }
     
    

Vulnerability mechanics

Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

6

News mentions

0

No linked articles in our index yet.