Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade coreshop/core-shop to version 4.1.9 or higher.
coreshop/core-shop is a CoreShop - Pimcore eCommerce
Affected versions of this package are vulnerable to SQL Injection: Hibernate via the CustomerTransformerController page in the duplication-name-check endpoint in the admin panel, where user-supplied input is directly embedded into a SQL query without proper parameterization. An attacker can extract database information or cause database errors by submitting crafted input to the value parameter after authenticating as an admin user. This is only exploitable if the attacker has authenticated admin access to the application.
This vulnerability can be mitigated by enforcing strict input validation on the value parameter and ensuring that all SQL queries use parameterized statements.