Security
Headlines
HeadlinesLatestCVEs

Headline

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

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.

ghsa
#vulnerability#git

Skip to content

Navigation Menu

    • Actions

      Automate any workflow

    • Packages

      Host and manage packages

    • Security

      Find and fix vulnerabilities

    • Codespaces

      Instant dev environments

    • Copilot

      Write better code with AI

    • Code review

      Manage code changes

    • Issues

      Plan and track work

    • Discussions

      Collaborate outside of code

    • GitHub Sponsors

      Fund open source developers

*   The ReadME Project
    
    GitHub community articles
  • Pricing

Provide feedback

Saved searches****Use saved searches to filter your results more quickly

Sign up

  1. GitHub Advisory Database
  2. GitHub Reviewed
  3. GHSA-x5w2-wcr8-9q45

Silverstripe Missing security check on dev/build/defaults

Moderate severity GitHub Reviewed Published May 23, 2024 to the GitHub Advisory Database • Updated May 23, 2024

Package

composer silverstripe/framework (Composer)

Affected versions

>= 3.1.0, <= 3.1.16

>= 3.2.0, <= 3.2.1

>= 3.3.0-beta1, < 3.3.0

Patched versions

3.1.17

3.2.2

3.3.0

Description

Published to the GitHub Advisory Database

May 23, 2024

Last updated

May 23, 2024

ghsa: Latest News

GHSA-rxq8-q85f-m866: Prevent XSS from Confidant API call