Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2023-3552: 3.0.10 · nilsteampassnet/TeamPass@8acb4da

Improper Encoding or Escaping of Output in GitHub repository nilsteampassnet/teampass prior to 3.0.10.

CVE
#git

Expand Up

@@ -397,22 +397,26 @@ function simplePurifier(

bSvgFilters = false

)

{

return DOMPurify.sanitize(

sanitizeDom(text)

.replaceAll('<’, ‘<’)

.replaceAll('<’, ‘<’)

.replaceAll('<’, ‘<’)

.replaceAll('>’, ‘>’)

.replaceAll('>’, ‘>’)

.replaceAll('>’, ‘>’)

.replaceAll('&’, ‘&’)

.replaceAll('&’, ‘&’)

.replaceAll('&’, ‘&’)

.replaceAll('"’, ‘"’)

.replaceAll('";’, ‘"’)

.replaceAll('"’, ‘"’)

.replaceAll('’’, “’”),

{USE_PROFILES: {html:bHtml, svg:bSvg, svgFilters: bSvgFilters}}

return sanitizeDom(

DOMPurify.sanitize(

text

.replaceAll('<’, ‘<’)

.replaceAll('<’, ‘<’)

.replaceAll('<’, ‘<’)

.replaceAll('<’, ‘<’)

.replaceAll('>’, ‘>’)

.replaceAll('>’, ‘>’)

.replaceAll('>’, ‘>’)

.replaceAll('>’, ‘>’)

.replaceAll('&’, ‘&’)

.replaceAll('&’, ‘&’)

.replaceAll('&’, ‘&’)

.replaceAll('"’, ‘"’)

.replaceAll('";’, ‘"’)

.replaceAll('"’, ‘"’)

.replaceAll('’’, “’”),

{USE_PROFILES: {html:bHtml, svg:bSvg, svgFilters: bSvgFilters}}

)

);

}

Expand Down

Related news

GHSA-2cv5-qvq3-6276: TeamPass vulnerable to Improper Encoding or Escaping of Output

TeamPass prior to 3.0.10 is vulnerable to cross-site scripting filter bypass in folder names. This can lead to information disclosure.

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