CVE-2025-50567
BaseFortify
Publication date: 2025-08-19
Last updated on: 2025-08-20
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| saurus | saurus_cms | 4.7.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in Saurus CMS Community Edition 4.7.1 within the custom DB::prepare() function. It uses preg_replace() with the deprecated /e (eval) modifier to interpolate SQL query parameters, which allows an attacker to inject user-controlled SQL statements. This can lead to arbitrary PHP code execution on the server.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to execute arbitrary PHP code on the server remotely without any privileges or user interaction. This can lead to full compromise of the affected system, including data theft, data modification, service disruption, or further attacks on the network.