VYPR
High severityNVD Advisory· Published Nov 21, 2022· Updated Apr 30, 2025

CVE-2022-38148

CVE-2022-38148

Description

Silverstripe silverstripe/framework through 4.11 allows SQL Injection.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Silverstripe framework through 4.11 is vulnerable to SQL injection due to insufficient input sanitization in database queries.

Vulnerability

Description

CVE-2022-38148 is a SQL injection vulnerability in the Silverstripe silverstripe/framework through version 4.11. The root cause is insufficient sanitization of user-controlled input when constructing SQL queries, allowing an attacker to inject arbitrary SQL commands [2][3].

Exploitation

Attackers can exploit this vulnerability by sending crafted input to Silverstripe applications, likely through HTTP request parameters or other user-supplied data. No authentication may be required if the vulnerable code path is exposed to unauthenticated users. The exact attack vector is not publicly detailed, but SQL injection in frameworks often occurs in ORM or query-building components [3].

Impact

Successful exploitation allows an attacker to execute arbitrary SQL statements against the database. This can lead to data exfiltration, modification, deletion, or privilege escalation within the application. In some scenarios, an attacker might gain administrative access or compromise the entire application [2][3].

Mitigation

Silverstripe has addressed this vulnerability in later versions. Users should upgrade to a patched release of the framework (e.g., 4.11.1 or later). The exact patched version is not specified in public advisories, but administrators are advised to follow the Silverstripe security release process [1][2].

AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
silverstripe/frameworkPackagist
>= 4.0.0, < 4.10.114.10.11
silverstripe/frameworkPackagist
>= 4.11.0, < 4.11.144.11.14

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

8

News mentions

0

No linked articles in our index yet.