CVE-2025-62416
BaseFortify
Publication date: 2025-10-16
Last updated on: 2025-10-22
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| webkul | bagisto | 2.3.7 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-1336 | The product uses a template engine to insert or process externally-influenced input, but it does not neutralize or incorrectly neutralizes special elements or syntax that can be interpreted as template expressions or other code directives when processed by the engine. |
| 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 is a Server-Side Template Injection (SSTI) in Bagisto v2.3.7, an open source Laravel eCommerce platform. It occurs because user input in product descriptions is not properly sanitized before being processed by the server-side templating engine. An attacker with product creation privileges can inject malicious template expressions that the server evaluates, potentially allowing Remote Code Execution (RCE) on the server.
How can this vulnerability impact me? :
If exploited, this vulnerability can allow an attacker with product creation privileges to execute arbitrary code on the server remotely. This can lead to unauthorized access, data theft, server compromise, or disruption of services.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Bagisto to version 2.3.8 or later, as this version contains the fix for the Server-Side Template Injection vulnerability.