Lucene search
K

214 matches found

Veracode
Veracode
added 2020/08/24 9:51 a.m.7 views

Cross-site Scripting (XSS)

qunit is vulnerable to cross-site scripting XSS. The vulnerability exists as it does not escape the value of details.source in innerHTML of reporter/html.js...

1.4AI score
Exploits0
Snyk
Snyk
added 2020/04/21 11:42 a.m.2 views

Cross-site Scripting (XSS)

Overview lazysizes is a fast jank-free, SEO-friendly and self-initializing lazyloader for images including responsive images picture/srcset, iframes, scripts/widgets and much more. It also prioritizes resources by differentiating between crucial in view and near view elements to make perceived...

5.7CVSS6.2AI score0.00889EPSS
Exploits1References2
Veracode
Veracode
added 2020/02/25 5:39 a.m.22 views

Cross-Site Scripting (XSS)

bleach is vulnerable to cross-site scripting XSS. Invocation of bleach.clean method with a scripting parameter set to FALSE and a raw tags such as title, textarea, script, style, noembed, noframes, iframe, xmp allows BleachHTMLParser to process user-contributed content using innerHTML property,...

6.1CVSS1AI score0.01688EPSS
Exploits1References13Affected Software2
RedHat Linux
RedHat Linux
added 2020/01/30 9:3 a.m.4 views

Mozilla: CSS sanitization does not escape HTML tags

When pasting a style tag from the clipboard into a rich text editor, the CSS sanitizer does not escape and characters. Because the resulting string is pasted directly into the text node of the element this does not result in a direct injection into the webpage; however, if a webpage subsequently...

6.1CVSS7.3AI score0.02004EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2020/01/16 2:14 p.m.3 views

Mozilla: CSS sanitization does not escape HTML tags

When pasting a style tag from the clipboard into a rich text editor, the CSS sanitizer does not escape and characters. Because the resulting string is pasted directly into the text node of the element this does not result in a direct injection into the webpage; however, if a webpage subsequently...

6.1CVSS7.3AI score0.02004EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2020/01/16 12:2 p.m.5 views

Mozilla: CSS sanitization does not escape HTML tags

When pasting a style tag from the clipboard into a rich text editor, the CSS sanitizer does not escape and characters. Because the resulting string is pasted directly into the text node of the element this does not result in a direct injection into the webpage; however, if a webpage subsequently...

6.1CVSS7.3AI score0.02004EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2020/01/16 11:56 a.m.4 views

Mozilla: CSS sanitization does not escape HTML tags

When pasting a style tag from the clipboard into a rich text editor, the CSS sanitizer does not escape and characters. Because the resulting string is pasted directly into the text node of the element this does not result in a direct injection into the webpage; however, if a webpage subsequently...

6.1CVSS7.3AI score0.02004EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2020/01/14 6:46 p.m.4 views

Mozilla: CSS sanitization does not escape HTML tags

When pasting a style tag from the clipboard into a rich text editor, the CSS sanitizer does not escape and characters. Because the resulting string is pasted directly into the text node of the element this does not result in a direct injection into the webpage; however, if a webpage subsequently...

6.1CVSS7.3AI score0.02004EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2020/01/13 2:52 p.m.3 views

Mozilla: CSS sanitization does not escape HTML tags

When pasting a style tag from the clipboard into a rich text editor, the CSS sanitizer does not escape and characters. Because the resulting string is pasted directly into the text node of the element this does not result in a direct injection into the webpage; however, if a webpage subsequently...

6.1CVSS7.3AI score0.02004EPSS
Exploits0References5
OSV
OSV
added 2020/01/08 10:15 p.m.3 views

DEBIAN-CVE-2019-17022

When pasting a style tag from the clipboard into a rich text editor, the CSS sanitizer does not escape and characters. Because the resulting string is pasted directly into the text node of the element this does not result in a direct injection into the webpage; however, if a webpage subsequently...

6.1CVSS6.9AI score0.02004EPSS
Exploits0References1
OSV
OSV
added 2020/01/08 10:15 p.m.0 views

UBUNTU-CVE-2019-17022

When pasting a style tag from the clipboard into a rich text editor, the CSS sanitizer does not escape and characters. Because the resulting string is pasted directly into the text node of the element this does not result in a direct injection into the webpage; however, if a webpage subsequently...

6.1CVSS7.3AI score0.02004EPSS
Exploits0References11
AlpineLinux
AlpineLinux
added 2020/01/08 9:30 p.m.56 views

CVE-2019-17022

When pasting a style tag from the clipboard into a rich text editor, the CSS sanitizer does not escape and characters. Because the resulting string is pasted directly into the text node of the element this does not result in a direct injection into the webpage; however, if a webpage subsequently...

6.1CVSS7.2AI score0.02004EPSS
Exploits0
Veracode
Veracode
added 2019/12/16 8:52 a.m.8 views

Cross-Site Scripting (XSS)

react-autolinker-wrapper is vulnerable to cross-site scripting XSS. A remote attacker is able to inject arbitrary Javascript into a victim's browser as the library does not validate user input and directly render the user provided data when calling the invokeLink method, allowing the conversion o...

4.2AI score
Exploits0
OSV
OSV
added 2019/09/24 5:15 a.m.0 views

UBUNTU-CVE-2019-16728

DOMPurify before 2.0.1 allows XSS because of innerHTML mutation XSS mXSS for an SVG element or a MATH element, as demonstrated by Chrome and Safari...

6.1CVSS6.4AI score0.0167EPSS
Exploits2References3
Tenable Nessus
Tenable Nessus
added 2019/09/24 12:0 a.m.46 views

SUSE SLED12 / SLES12 Security Update : MozillaFirefox (SUSE-SU-2019:2436-1)

This update for MozillaFirefox to ESR 60.9 fixes the following issues : Security issues fixed : CVE-2019-11742: Fixed a same-origin policy violation involving SVG filters and canvas to steal cross-origin images. bsc1149303 CVE-2019-11746: Fixed a use-after-free while manipulating video. bsc114929...

9.3CVSS7AI score0.0216EPSS
Exploits1References26
RedHat Linux
RedHat Linux
added 2019/09/19 6:33 a.m.6 views

Mozilla: XSS by breaking out of title and textarea elements using innerHTML

Some HTML elements, such as title and textarea, can contain literal angle brackets without treating them as markup. It is possible to pass a literal closing tag to .innerHTML on these elements, and subsequent content after that will be parsed as if it were outside the tag. This can lead to XSS if...

6.1CVSS7.2AI score0.0145EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2019/09/19 3:45 a.m.3 views

Mozilla: XSS by breaking out of title and textarea elements using innerHTML

Some HTML elements, such as title and textarea, can contain literal angle brackets without treating them as markup. It is possible to pass a literal closing tag to .innerHTML on these elements, and subsequent content after that will be parsed as if it were outside the tag. This can lead to XSS if...

6.1CVSS7.2AI score0.0145EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2019/09/16 2:39 p.m.3 views

Mozilla: XSS by breaking out of title and textarea elements using innerHTML

Some HTML elements, such as title and textarea, can contain literal angle brackets without treating them as markup. It is possible to pass a literal closing tag to .innerHTML on these elements, and subsequent content after that will be parsed as if it were outside the tag. This can lead to XSS if...

6.1CVSS7.2AI score0.0145EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2019/09/12 10:55 a.m.3 views

Mozilla: XSS by breaking out of title and textarea elements using innerHTML

Some HTML elements, such as title and textarea, can contain literal angle brackets without treating them as markup. It is possible to pass a literal closing tag to .innerHTML on these elements, and subsequent content after that will be parsed as if it were outside the tag. This can lead to XSS if...

6.1CVSS7.2AI score0.0145EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2019/09/12 10:16 a.m.3 views

Mozilla: XSS by breaking out of title and textarea elements using innerHTML

Some HTML elements, such as title and textarea, can contain literal angle brackets without treating them as markup. It is possible to pass a literal closing tag to .innerHTML on these elements, and subsequent content after that will be parsed as if it were outside the tag. This can lead to XSS if...

6.1CVSS7.2AI score0.0145EPSS
Exploits0References5
Rows per page
Query Builder