Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-2796: [Admin] Translations - properly escape key on roweditor · pimcore/pimcore@2fd4685

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.4.

CVE
#xss#git#perl

@@ -247,7 +247,10 @@ pimcore.settings.translation.domain = Class.create({

];

var typesColumns = [

{text: t(“key”), sortable: true, dataIndex: 'key’, flex: 1, editable: false, filter: 'string’},

{text: t(“key”), sortable: true, dataIndex: 'key’, flex: 1, editable: false, filter: 'string’,

editor: new Ext.form.DisplayField({

htmlEncode: true

})},

{text: t(“type”), sortable: true, dataIndex: 'type’, width: 100, editor: new Ext.form.ComboBox({

triggerAction: 'all’,

editable: false,

@@ -315,7 +318,7 @@ pimcore.settings.translation.domain = Class.create({

icon: "/bundles/pimcoreadmin/img/flat-color-icons/delete.svg",

handler: function (grid, rowIndex) {

let data = grid.getStore().getAt(rowIndex);

pimcore.helpers.deleteConfirm(t(‘translation’), data.data.key, function () {

pimcore.helpers.deleteConfirm(t(‘translation’), Ext.util.Format.htmlEncode(data.data.key), function () {

grid.getStore().removeAt(rowIndex);

}.bind(this));

}.bind(this)

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