Monitor vulnerabilities like this one.
Sign up free to get alerted when software you use is affected.
5.3
Silverstripe Framework: Image Access Bypass in Older Versions
CVE-2026-24749
GHSA-jgcf-rf45-2f8v
Summary
Older versions of Silverstripe Framework allow unauthorized access to images, potentially compromising security. This issue has been fixed in versions 2.4.5 and 3.1.3. Developers should update to the latest version to ensure secure image access.
What to do
- Update silverstripe assets to version 2.4.5.
- Update silverstripe assets to version 3.1.3.
Affected software
| Ecosystem | Vendor | Product | Affected versions |
|---|---|---|---|
| composer | silverstripe | assets |
< 2.4.5 >= 3.0.0, < 3.1.3 Fix: upgrade to 2.4.5
|
Original title
The Silverstripe Assets Module is a required component of Silverstripe Framework. In versions prior to 2.4.5 and 3.0.0-rc1 through 3.1.2, images rendered in templates or otherwise accessed via DBFi...
Original description
The Silverstripe Assets Module is a required component of Silverstripe Framework. In versions prior to 2.4.5 and 3.0.0-rc1 through 3.1.2, images rendered in templates or otherwise accessed via DBFile::getURL() or DBFile::getSourceURL() incorrectly add an access grant to the current session, which bypasses file permissions. This usually happens when creating an image variant, for example using a manipulation method like ScaleWidth() or Convert(). Note that if developers use DBFile directly in the $db configuration for a DataObject class that doesn't subclass File, and if they were setting the visibility of those files to "protected", those files will now need an explicit access grant to be accessed. If developers do not want to explicitly provide access grants for these files in their apps (i.e. they want these files to be accessible by default), they should use the "public" visibility. This issue has been fixed in versions 2.4.5 and 3.1.3.
nvd CVSS3.1
5.3
Vulnerability type
CWE-863
Incorrect Authorization
CWE-266
Incorrect Privilege Assignment
Published: 16 Apr 2026 · Updated: 17 Apr 2026 · First seen: 16 Apr 2026