Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2023-2109: fix: use innerText instead of innerHTML (#6431) · chatwoot/chatwoot@a06a5a5

Cross-site Scripting (XSS) - DOM in GitHub repository chatwoot/chatwoot prior to 2.14.0.

CVE
#xss#git

@@ -16,7 +16,7 @@ export const notificationBubble = document.createElement(‘span’); export const setBubbleText = bubbleText => { if (isExpandedView(window.$chatwoot.type)) { const textNode = document.getElementById(‘woot-widget–expanded__text’); textNode.innerHTML = bubbleText; textNode.innerText = bubbleText; } };
@@ -46,7 +46,7 @@ export const createBubbleIcon = ({ className, path, target }) => { if (isExpandedView(window.$chatwoot.type)) { const textNode = document.createElement(‘div’); textNode.id = 'woot-widget–expanded__text’; textNode.innerHTML = '’; textNode.innerText = '’; target.appendChild(textNode); bubbleClassName += ' woot-widget–expanded’; }

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