Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-0832: escaping fields in SERP preview · pimcore/pimcore@8ab06bf

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

CVE
#xss#git

@@ -79,8 +79,8 @@ pimcore.document.pages.settings = Class.create(pimcore.document.settings_abstrac

var updateSerpPreview = function () {

var metaPanel = this.layout.getComponent(“metaDataPanel”);

var title = metaPanel.getComponent(“title”).getValue();

var description = metaPanel.getComponent(“description”).getValue();

var title = htmlspecialchars(metaPanel.getComponent(“title”).getValue());

var description = htmlspecialchars(metaPanel.getComponent(“description”).getValue());

var truncate = function( text, n ){

if (text.length <= n) { return text; }

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