CVE-2026-24749
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Silverstripe Assets Module versions prior to 2.4.5 and 3.0.0-rc1 through 3.1.2 have a file permission bypass where images accessed via DBFile::getURL() or DBFile::getSourceURL() incorrectly add an access grant to the current session when rendered in templates or during image variant creation (e.g., ScaleWidth(), Convert()).
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Silverstripe Assets Module versionCheck your composer.json or vendor directory for silverstripe/assets version, or run: composer show silverstripe/assetsAffected if Version is less than 2.4.5, or between 3.0.0-rc1 and 3.1.2 inclusive
-
Locate custom DataObjects using DBFileSearch your codebase for $db arrays containing 'DBFile' type declarations, e.g., grep -r '"DBFile"' or grep -r "'DBFile'" in your project directoryAffected if Any DataObject class defines a DBFile field in $db configuration
-
Check template usage of getURL or getSourceURLSearch templates (*.ss files) for calls to $Variable.getURL() or $Variable.getSourceURL() where the variable is a DBFile-backed imageAffected if Templates invoke getURL() or getSourceURL() on DBFile fields
-
Check for image variant creation in templates or codeSearch for template calls like $Image.ScaleWidth(), $Image.ScaleHeight(), $Image.Convert(), or corresponding PHP calls to variant creation methodsAffected if Image variant methods (ScaleWidth, ScaleHeight, Convert, etc.) are called on DBFile image fields in templates or PHP code
Your environment is affected if the Silverstripe Assets Module version falls within the vulnerable range AND DBFile fields are accessed via getURL/getSourceURL in templates or used with image variant methods.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to Silverstripe Assets Module version 2.4.5 or 3.1.3. Review any custom DataObject classes using DBFile in $db configuration and adjust visibility settings—use 'public' visibility or implement explicit access grants for protected files.
2.4.5 or 3.1.3
- Upgrade Silverstripe Assets Module to version 2.4.5 (for Silverstripe 2.x) or 3.1.3 (for Silverstripe 3.x)
- After upgrading, review any DataObject classes that use DBFile directly in $db configuration
- If any such files were set to 'protected' visibility, decide whether to: (a) add explicit access grants for those files in your application code, or (b) change visibility to 'public' to maintain default accessibility
- Test image rendering operations (ScaleWidth, Convert, etc.) to verify permissions work as expected
- Verify that file access permissions are now correctly enforced and not bypassed via session grants
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation2.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,072.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-24749 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-24749 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data