Lucene search
+L

212 matches found

Veracode
Veracode
added 2024/05/29 12:8 p.m.15 views

Cross Site Scripting

silverstripe/framework is vulnerable to Cross Site Scripting. The vulnerability is due Member-getName returning raw HTML, which is injected directly without sanitization...

7AI score
Exploits0
Veracode
Veracode
added 2024/05/29 8:10 a.m.10 views

Improper Access Control

silverstripe/framework is vulnerable to Improper Access Control. The vulnerability is due to missing canView checks when the report is actually viewed, allowing any report to be accessed if the URL is known and the user can access the Reports section of the CMS...

7AI score
Exploits0
Veracode
Veracode
added 2024/05/29 7:10 a.m.11 views

Cross-site Scripting (XSS)

silverstripe/framework is vulnerable to Cross-site Scripting XSS. The vulnerability is caused due to improper handling of key/value pairs in OptionsetField or CheckboxSetField, where default casting is not assigned. This allows an attacker to inject malicious HTML code when either key or value...

6.7AI score
Exploits0
Veracode
Veracode
added 2024/05/29 6:41 a.m.8 views

Open Redirect

silverstripe/framework library is vulnerable to Open Redirect. The vulnerability is due to inadequate validation of URLs, which allows attackers to craft malicious URLs that bypass redirection protections...

7.1AI score
Exploits0
Veracode
Veracode
added 2024/05/29 6:39 a.m.8 views

Code Injection

silverstripe/framework is vulnerable to Code Injection. The vulnerability is due to the improper handling of associative arrays in the second argument of renderWith, where unsanitized user input can be passed directly as a value...

7.2AI score
Exploits0
Veracode
Veracode
added 2024/05/29 6:11 a.m.13 views

Cross-Site Scripting (XSS)

Silverstripe/framework is vulnerable to Cross-site Scripting XSS. The vulnerability is due to improper sanitization of the Page name. This allows an attacker to use the payload " to trigger an XSS alert and execute arbitrary scripts in the context of the user's browser...

6.2AI score
Exploits0
Veracode
Veracode
added 2024/05/28 5:42 a.m.15 views

Denial Of Service (DoS)

silverstripe/framework is vulnerable to Denial Of Service DoS. The vulnerability is due to missing XML size checks, which allows an attacker to significantly degrade the performance of the site through a Quadratic Blowup Attack...

6.8AI score
Exploits0
Positive Technologies
Positive Technologies
added 2024/05/28 12:0 a.m.12 views

PT-2024-40009 · Silverstripe · Silverstripe/Framework +1

Name of the Vulnerable Software and Affected Versions: silverstripe/framework affected versions not specified Description: A potential SQL injection issue was identified when using the silverstripe/postgresql database adapter. Although it is unlikely to be exploitable, the issue has been patched ...

8.8CVSS7.9AI score
Exploits0References6
Positive Technologies
Positive Technologies
added 2024/05/28 12:0 a.m.4 views

PT-2024-40251 · Packagist · Silverstripe/Framework

Name of the Vulnerable Software and Affected Versions: dev/build system controller affected versions not specified Description: A possible denial of service attack vector has been identified. The dev/build system now uses its own URL token for authentication when running outside of dev...

7.5CVSS7.3AI score
Exploits0References7
Github Security Blog
Github Security Blog
added 2024/05/27 11:35 p.m.20 views

silverstripe/framework allows upload of dangerous file types

Some potentially dangerous file types exist in File.allowedextensions which could allow a malicious CMS user to upload files that then get executed in the security context of the website. We have removed the ability to upload .css, .js, .potm, .dotm, .xltm and .jar files in the default...

7.2AI score
Exploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/27 11:23 p.m.14 views

silverstripe/framework vulnerable to member disclosure in login form

There is a user ID enumeration vulnerability in our brute force error messages. - Users that don't exist in will never get a locked out message - Users that do exist, will get a locked out message This means an attacker can infer or confirm user details that exist in the member table. This issue...

7.1AI score
Exploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/27 11:7 p.m.13 views

silverstripe/framework code execution vulnerability

There is a vulnerability whereby arbitrary global functions may be executed if malicious user input is passed through to in the second argument of ViewableData::renderWith. This argument resolves associative arrays as template placeholders. This exploit requires that user code has been written...

7.3AI score
Exploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/27 11:2 p.m.16 views

silverstripe/framework BackURL validation bypass with malformed URLs

A carefully constructed malformed URL can be used to circumvent the offsite redirection protection used on BackURL parameters. This could lead to users entering sensitive data in malicious websites instead of the intended one...

6.9AI score
Exploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/27 10:28 p.m.16 views

silverstripe/framework Privilege Escalation Risk in Member Edit form

A member with the permission EDITPERMISSIONS and access to the "Security" section is able to re-assign themselves or another member to ADMIN level. CMS Fields for the member are constructed using DirectGroups instead of Groups relation which results in bypassing security logic preventing privileg...

7.2AI score
Exploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/27 10:2 p.m.3 views

silverstripe/framework's URL parameters `isDev` and `isTest` unguarded

The URL parameters isDev and isTest are accessible to unauthenticated users who access a SilverStripe website or application. This allows unauthorised users to expose information that is usually hidden on production environments such as verbose errors including backtraces and other debugging tool...

6.9AI score
Exploits0References4Affected Software1
OSV
OSV
added 2024/05/27 9:50 p.m.12 views

GHSA-PH62-FV59-VF9H silverstripe/framework users inadvertently passing sensitive data to LoginAttempt

All user login attempts are logged in the database in the LoginAttempt table. However, this table contains information in plain text, and may possible contain sensitive information, such as user passwords mis-typed into the username field. In order to address this a one-way hash is applied to the...

6.5CVSS6.7AI score
Exploits0References6
Veracode
Veracode
added 2024/05/27 8:17 p.m.12 views

Cross-site Scripting (XSS)

silverstripe/framework is vulnerable to Cross-site Scripting XSS. The vulnerability is due to an unvalidated returnURL parameter in the dev/build endpoint, which can cause users to be redirected to unverified third-party URLs...

6.6AI score
Exploits0
Github Security Blog
Github Security Blog
added 2024/05/27 7:16 p.m.16 views

silverstripe/framework member disclosure in login form

There is a user ID enumeration vulnerability in our brute force error messages. - Users that don't exist in will never get a locked out message - Users that do exist, will get a locked out message This means an attacker can infer or confirm user details that exist in the member table. This issue...

7.1AI score
Exploits0References4Affected Software1
OSV
OSV
added 2024/05/27 7:9 p.m.10 views

GHSA-468J-6JRC-2RJX silverstripe/framework vulnerable to Cross-site Scripting In `OptionsetField` and `CheckboxSetField`

List of key / value pairs assigned to OptionsetField or CheckboxSetField do not have a default casting assigned to them. The effect of this is a potential XSS vulnerability in lists where either key or value contain unescaped HTML...

6.1CVSS6.1AI score
Exploits0References7
Github Security Blog
Github Security Blog
added 2024/05/27 6:58 p.m.11 views

silverstripe/framework's `Member.Name` is not escaped

The core template framework/templates/Includes/GridFieldprint.ss uses "Printed by $Member.Name". If the currently logged in members first name or surname contain XSS, this prints the raw HTML out, because Member-getName just returns the raw FirstName + Surname as a string, which is injected...

6.9AI score
Exploits0References7Affected Software1
Rows per page
Query Builder