Skip to main content

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

CVE-2023-30849

Severity High
Score 8.8/10

Summary

Pimcore is an open-source data and experience management platform. In pimcore/pimcore versions prior to 10.5.21, 11.0.x prior to 11.0.0-RC1 and pimcore/admin-ui-classic-bundle version 1.0.0-BETA1, a SQL injection vulnerability exists in the translation export API. Users should upgrade to the latest version to receive a patch or, as a workaround apply the patch manually.

  • LOW
  • NETWORK
  • HIGH
  • UNCHANGED
  • NONE
  • LOW
  • HIGH
  • HIGH

CWE-89 - SQL Injection

Structured Query Language (SQL) injection attacks are one of the most common types of vulnerabilities. They exploit weaknesses in vulnerable applications to gain unauthorized access to backend databases. This often occurs when an attacker enters unexpected SQL syntax in an input field. The resulting SQL statement behaves in the background in an unintended manner, which allows the possibility of unauthorized data retrieval, data modification, execution of database administration operations, and execution of commands on the operating system.

Advisory Timeline

  • Published