Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-37246: Fixed an XSS vulnerability · craftcms/cms@1d5fdba

Craft CMS 4.2.0.1 is affected by Cross Site Scripting (XSS) in the file src/web/assets/cp/src/js/BaseElementSelectInput.js and in specific on the line label: elementInfo.label.

CVE
#xss#vulnerability#web#js

@@ -471,7 +471,7 @@ Craft.BaseElementSelectInput = Garnish.Base.extend(

createNewElement: function (elementInfo) {

var $element = elementInfo.$element.clone();

var removeText = Craft.t('app’, 'Remove {label}’, {

label: elementInfo.label,

label: Craft.escapeHtml(elementInfo.label),

});

// Make a couple tweaks

Craft.setElementSize(

Related news

GHSA-f546-v666-559x: Craft CMS Cross-site Scripting vulnerability

Craft CMS 4.2.0.1 is affected by Cross Site Scripting (XSS) in the file src/web/assets/cp/src/js/BaseElementSelectInput.js and in specific on the line `label: elementInfo.label`.

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