Lucene search
+L

737 matches found

Github Security Blog
Github Security Blog
added 2021/06/04 7:10 p.m.207 views

Reflected XSS when using flashMessages or languageDictionary

Overview Versions before and including 11.30.0 are vulnerable to reflected XSS. An attacker can execute arbitrary code when the library's - flashMessage feature is utilized and user input or data from URL parameters is incorporated into the flashMessage. - languageDictionary feature is utilized a...

8.1CVSS2.4AI score0.01539EPSS
SaveExploits1References5Affected Software1
nodejs
nodejs
added 2021/05/06 3:47 p.m.60 views

Cross-Site Scripting

Overview Impact In highcharts versions 8 and earlier, the chart options structure was not systematically filtered for XSS vectors. The potential impact was that content from untrusted sources could execute code in the end user's browser. Especially when using the useHTML flag, HTML string options...

3.5CVSS6.3AI score0.00867EPSS
SaveExploits0Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/06 3:45 p.m.49 views

Options structure open to Cross-site Scripting if passed unfiltered

Impact In Highcharts versions 8 and earlier, the chart options structure was not systematically filtered for XSS vectors. The potential impact was that content from untrusted sources could execute code in the end user's browser. Especially when using the useHTML flag, HTML string options would be...

7.6CVSS5.5AI score0.00867EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2021/05/05 4:15 p.m.35 views

CVE-2021-29489

Highcharts JS is a JavaScript charting library based on SVG. In Highcharts versions 8 and earlier, the chart options structure was not systematically filtered for XSS vectors. The potential impact was that content from untrusted sources could execute code in the end user's browser. The...

7.6CVSS0.00867EPSS
SaveExploits0References2
OSV
OSV
added 2021/05/05 4:15 p.m.30 views

CVE-2021-29489

Highcharts JS is a JavaScript charting library based on SVG. In Highcharts versions 8 and earlier, the chart options structure was not systematically filtered for XSS vectors. The potential impact was that content from untrusted sources could execute code in the end user's browser. The...

5.4CVSS5.3AI score
SaveExploits0References2
Prion
Prion
added 2021/05/05 4:15 p.m.46 views

Design/Logic Flaw

Highcharts JS is a JavaScript charting library based on SVG. In Highcharts versions 8 and earlier, the chart options structure was not systematically filtered for XSS vectors. The potential impact was that content from untrusted sources could execute code in the end user's browser. The...

3.5CVSS5.6AI score0.00867EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2021/05/05 4:15 p.m.4 views

CVE-2021-29489

Highcharts JS is a JavaScript charting library based on SVG. In Highcharts versions 8 and earlier, the chart options structure was not systematically filtered for XSS vectors. The potential impact was that content from untrusted sources could execute code in the end user's browser. The...

7.6CVSS6.2AI score0.00867EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2021/05/05 3:30 p.m.52 views

CVE-2021-29489 Options structure open to XSS if passed unfiltered

Highcharts JS is a JavaScript charting library based on SVG. In Highcharts versions 8 and earlier, the chart options structure was not systematically filtered for XSS vectors. The potential impact was that content from untrusted sources could execute code in the end user's browser. The...

7.6CVSS7.4AI score0.00867EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2021/05/05 12:0 a.m.6 views

Highcharts JS 跨站脚本漏洞

Highcharts JS is an SVG-based JavaScript charting framework. DOMPurify is a DOM Document Object Model written in JavaScript for HTML, MathML and SVG. A cross-site scripting vulnerability exists in Highcharts JS, which can be exploited by an attacker to execute code in a browser...

7.6CVSS5.5AI score0.00867EPSS
SaveExploits0References6
zdt
zdt
added 2021/04/23 12:0 a.m.71 views

BMD BMDWeb 2.0 Cross Site Scripting Vulnerability

======================================================================= title: Stored Cross Site Scripting Outdated software library product: BMD BMDWeb 2.0 vulnerable version: BMD versions prior to 24.01.21 fixed version: 24.01.21 and 24.02.11 or higher CVE number: - impact: High homepage:...

0.2AI score
SaveExploits0
Packet Storm
Packet Storm
added 2021/04/22 12:0 a.m.291 views

BMD BMDWeb 2.0 Cross Site Scripting

SEC Consult Vulnerability Lab Security Advisory ======================================================================= title: Stored Cross Site Scripting Outdated software library product: BMD BMDWeb 2.0 vulnerable version: BMD versions prior to 24.01.21 fixed version: 24.01.21 and 24.02.11 or...

7.4AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2021/02/08 12:0 a.m.16 views

The vulnerability of the DOMPurify library, related to the lack of protective measures for the structure of web pages, allows attackers to execute cross-site scripting attacks.

The vulnerability of the DOMPurify library is related to the lack of measures taken to protect the structure of web pages. Exploiting this vulnerability can allow an attacker operating remotely to perform a cross-site scripting attack...

6.1CVSS6.4AI score0.04881EPSS
SaveExploits1References5Affected Software4
Hacker One
Hacker One
added 2021/01/06 4:53 p.m.29 views

GitLab: Stored XSS in repository file viewer

Summary There exists XSS in swagger-ui version used in GitLab open API viewer. The XSS exists due to the old version of DOMpurify used in swagger-ui that allows an attacker can inject any HTML elements with any attributes except script tag on the page. The XSS in POC requires 1 click anywhere on...

5.7AI score
SaveExploits0
nodejs
nodejs
added 2020/12/18 10:54 p.m.80 views

Cross-Site Scripting

Overview Cure53 DOMPurify before 2.0.17 allows mutation XSS. This occurs because a serialize-parse roundtrip does not necessarily return the original DOM tree, and a namespace can change from HTML to MathML, as demonstrated by nesting of FORM elements. Recommendation Upgrade to version 2.0.17 or...

4.3CVSS1.9AI score0.04881EPSS
SaveExploits1Affected Software1
Github Security Blog
Github Security Blog
added 2020/12/18 10:51 p.m.77 views

Cross-site Scripting in dompurify

Cure53 DOMPurify before 2.0.17 allows mutation XSS. This occurs because a serialize-parse roundtrip does not necessarily return the original DOM tree, and a namespace can change from HTML to MathML, as demonstrated by nesting of FORM elements...

6.1CVSS6.4AI score0.04881EPSS
SaveExploits1References9Affected Software1
OSV
OSV
added 2020/12/18 10:51 p.m.348 views

GHSA-63Q7-H895-M982 Cross-site Scripting in dompurify

Cure53 DOMPurify before 2.0.17 allows mutation XSS. This occurs because a serialize-parse roundtrip does not necessarily return the original DOM tree, and a namespace can change from HTML to MathML, as demonstrated by nesting of FORM elements...

6.1CVSS6.2AI score0.04881EPSS
SaveExploits1References9
vulnersOsv
vulnersOsv
added 2020/12/18 10:51 p.m.5 views

@5lions/library-registry-admin (=0.0.0), @adobe/helix-cli (>=3.0.0 <=5.2.0) +333 more potentially affected by CVE-2020-26870 via dompurify (>=0.6.6 <=2.0.15)

dompurify NPM version =0.6.6, =3.0.0, =2.2.0, =1.0.1, =0.6.0, =0.1.0, =0.7.3-dev, =0.7.3-dev, =0.7.3-dev, =0.7.3-dev, =0.7.3-dev, =0.15.0, =0.7.3-dev, =0.7.3-dev, =0.7.8 - @atom-ide-community/nuclide-watchman-helpers =0.7.3-dev and more Source cves: CVE-2020-26870 Source advisory:...

6.1CVSS6.6AI score0.04881EPSS
SaveExploits1
Veracode
Veracode
added 2020/11/06 5:33 a.m.15 views

Cross-site Scripting (XSS)

dompurify is vulnerable to Cross-Site ScriptingXSS. The vulnerability exists when converting from the SVG namespace, allowing an attacker to inject and execute arbitrary Javascript...

7AI score
SaveExploits0
Hacker One
Hacker One
added 2020/11/02 7:6 p.m.510 views

Internet Bug Bounty: DOMPurify bypass

A mutation based bypass exists in DOMPurify when sanitizing svg elements using almost the same technique described by Michał Bentkowski @SecurityMB at https://research.securitum.com/mutation-xss-via-mathml-mutation-dompurify-2-0-17-bypass/. A PoC payload with the DOM state before and after parsin...

6.8AI score
SaveExploits0
OSV
OSV
added 2020/10/29 12:0 a.m.30 views

DLA-2419-1 dompurify.js - security update

Bulletin has no description...

6.1CVSS6.3AI score0.04881EPSS
SaveExploits3
Rows per page
Query Builder