Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2023-30850: [Security] Fix sql injection in translation api by Corepex · Pull Request #14952 · pimcore/pimcore

Pimcore is an open source data and experience management platform. Prior to version 10.5.21, a SQL Injection vulnerability exists in the admin translations API. Users should update to version 10.5.21 to receive a patch or, as a workaround, or apply the patch manually.

CVE
#sql#vulnerability#php

Additional info****WHAT****🤖 Generated by Copilot at bb4563c

Fix security issues in translation module by escaping field names in SQL queries. Update TranslationController.php to use quoteIdentifier method.

🤖 Generated by Copilot at bb4563c

quoteIdentifier
A shield against injection
Autumn leaves no trace

HOW****🤖 Generated by Copilot at bb4563c

  • Escape field names in SQL conditions to prevent injection and support special characters (link)

Related news

GHSA-jwg4-qcgv-5wg6: SQL Injection in Admin Translations API

### Impact SQL injection is a web security vulnerability that allows an attacker to interfere with the queries that an application makes to its database. It generally allows an attacker to view data that they are not normally able to retrieve. This might include data belonging to other users, or any other data that the application itself is able to access. In many cases, an attacker can modify or delete this data, causing persistent changes to the application's content or behavior. In some situations, an attacker can escalate an SQL injection attack to compromise the underlying server or other back-end infrastructure, or perform a denial-of-service attack. It was observed that the reported API endpoint accessible by an authenticated administrator user and is vulnerable to SQL injection via the "filter" POST parameter. The parameter accepts JSON formatted data. The value of JSON key "property" inside "filter" is not sanitized properly and is used in a SQL statement in an unsafe manner...

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907