Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. silverstripe/framework
  4. ›
  5. GHSA-x5w2-wcr8-9q45

GHSA-x5w2-wcr8-9q45: Silverstripe Missing security check on dev/build/defaults

May 23, 2024

The buildDefaults method on DevelopmentAdmin is missing a permission check.

In live mode, if you access /dev/build, you are requested to login first. However, if you access /dev/build/defaults, then the action is performed without any login check. This should be protected in the same way that /dev/build is. The buildDefaults view is requireDefaultRecords() on each DataObject class, and hence has the potential to modify database state. It also lists all modified tables, allowing attackers more insight into which modules are used, and how the database tables are structured.

References

  • github.com/FriendsOfPHP/security-advisories/blob/master/silverstripe/framework/SS-2015-028-1.yaml
  • github.com/advisories/GHSA-x5w2-wcr8-9q45
  • github.com/silverstripe/silverstripe-framework
  • github.com/silverstripe/silverstripe-framework/commit/15d4db3b4a7dbc9a7e089f9329a396f8408ed7d9
  • github.com/silverstripe/silverstripe-framework/commit/3398f670d881447f8777b567f1ead7c0d8d253f5
  • github.com/silverstripe/silverstripe-framework/commit/5d2fc0d7cac4ce686f7ae05c1a7b1ad8c01711a8
  • www.silverstripe.org/download/security-releases/ss-2015-028

Code Behaviors & Features

Detect and mitigate GHSA-x5w2-wcr8-9q45 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 3.1.17, all versions starting from 3.2.0 before 3.2.2, all versions starting from 3.3.0-beta1 before 3.3.0

Fixed versions

  • 3.1.17
  • 3.2.2
  • 3.3.0

Solution

Upgrade to versions 3.1.17, 3.2.2, 3.3.0 or above.

Impact 6.5 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-425: Direct Request ('Forced Browsing')

Source file

packagist/silverstripe/framework/GHSA-x5w2-wcr8-9q45.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:16:13 +0000.