logo

GHSA-x5w2-wcr8-9q45 silverstripe/framework

Package

Manager: composer
Name: silverstripe/framework
Vulnerable Version: >=0 <3.1.17 || >=3.2.0 <3.2.2 || >=3.3.0-beta1 <3.3.0

Severity

Level: Medium

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

CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N

EPSS: N/A pctlN/A

Details

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.

Metadata

Created: 2024-05-23T19:14:12Z
Modified: 2024-05-23T19:17:22Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/05/GHSA-x5w2-wcr8-9q45/GHSA-x5w2-wcr8-9q45.json
CWE IDs: ["CWE-425"]
Alternative ID: N/A
Finding: F100
Auto approve: 1