CVE-2026-24749

Source
https://cve.org/CVERecord?id=CVE-2026-24749
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-24749.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-24749
Aliases
Published
2026-04-16T17:08:59.133Z
Modified
2026-07-08T07:32:26.039360615Z
Severity
  • 5.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N CVSS Calculator
Summary
Silverstripe Assets Module has a DBFile::getURL() permission bypass
Details

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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/24xxx/CVE-2026-24749.json",
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-863"
    ]
}
References

Affected packages

Git / github.com/silverstripe/silverstripe-assets

Affected ranges

Type
GIT
Repo
https://github.com/silverstripe/silverstripe-assets
Events
Database specific
{
    "source": "DESCRIPTION",
    "extracted_events": [
        {
            "introduced": "3.0.0-rc1"
        },
        {
            "fixed": "3.1.2"
        }
    ]
}

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-24749.json"