Lucene search
+L

10190 matches found

Hacker One
Hacker One
added 2020/11/20 2:6 p.m.40 views

Mail.ru: DOM XSS on https://biz.mail.ru/domains/goto/mail/ via parameter pollution

DOM based XSS in biz.mail.ru...

0.9AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2020/11/12 12:0 a.m.138 views

Oracle Linux 8 : GNOME (ELSA-2020-4451)

The remote Oracle Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2020-4451 advisory. - Backport fix for CVE-2020-15503 from Fedora Resolves: 1853529 libsoup Tenable has extracted the preceding description block directly from the Oracle...

9.8CVSS7.2AI score0.77246EPSS
SaveExploits10References54
Hacker One
Hacker One
added 2020/11/11 3:9 p.m.31 views

Lyst: DOM XSS on http://talks.lystit.com

Description DOM XSS can be achieved via a postMessage due to an insecure postMessage handler being registered. POC 1. Visit https://gamer7112.com/lyst1.html 2. Click the link 3. View alert Vulnerable Code Located at http://talks.lystit.com/data-saloon-presentation/plugin/notes/notes.html javascri...

0.9AI score
SaveExploits0
Hacker One
Hacker One
added 2020/11/09 7:54 p.m.128 views

BugPoC: XSS PoC for the wacky.buggywebsite.com challenge

Summary: https://wacky.buggywebsite.com/frame.html is vulnerable to DOM-based XSS. Steps To Reproduce: 1. Navigate to https://oembed.dev.ipwnedyour.net/wacky.buggywebsite.com.xss.html 1. Verify the document's origin is displayed in an alert box. PoC code details: The PoC page at...

6.8AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2020/11/09 6:26 p.m.4 views

jackson-databind: FasterXML DOMDeserializer insecure entity expansion is vulnerable to XML external entity (XXE)

A flaw was found in FasterXML Jackson Databind, where it did not have entity expansion secured properly. This flaw allows vulnerability to XML external entity XXE attacks. The highest threat from this vulnerability is data integrity...

7.5CVSS7.3AI score0.17611EPSS
SaveExploits0References5
nodejs
nodejs
added 2020/11/09 2:24 p.m.60 views

Cross-Site Scripting in scratch-svg-renderer

Overview This affects the package scratch-svg-renderer before 0.2.0-prerelease.20201019174008. The loadString function does not escape SVG properly, which can be used to inject arbitrary elements into the DOM via the transformMeasurements function. Recommendation Upgrade to version...

6.8CVSS3.2AI score0.06148EPSS
SaveExploits3Affected Software1
OSV
OSV
added 2020/11/09 2:21 p.m.63 views

GHSA-J977-G5VJ-J27G Cross-Site Scripting in scratch-svg-renderer

This affects the package scratch-svg-renderer before 0.2.0-prerelease.20201019174008. The loadString function does not escape SVG properly, which can be used to inject arbitrary elements into the DOM via the transformMeasurements function...

9.6CVSS9.2AI score0.06148EPSS
SaveExploits3References3
Openbugbounty
Openbugbounty
added 2020/11/08 5:33 p.m.8 views

dom-tom-livraison-service.fr Cross Site Scripting vulnerability OBB-1494830

Following coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: &nbsp&nbsp&nbsp&nbsp&nbsp&nbspa. verified the vulnerability and confirmed its existence; &nbsp&nbsp&nbsp&nbsp&nbsp&nbspb. notified the website operator about its existence...

SaveExploits0
Hacker One
Hacker One
added 2020/11/06 11:23 a.m.97 views

BugPoC: Solution for XSS challenge wacky.buggywebsite.com

Summary: Found a HTML injection in https://wacky.buggywebsite.com/frame.html?param=Injected Bypasswing CSP : CSP : script-src 'nonce-txjohfomwjdo' 'strict-dynamic'; frame-src 'self'; object-src 'none'; Then found a vuln code in https://wacky.buggywebsite.com/frame.html js window.fileIntegrity =...

0.3AI score
SaveExploits0
NVD
NVD
added 2020/11/05 3:15 p.m.16 views

CVE-2020-15952

Immuta v2.8.2 is affected by stored XSS that allows a low-privileged user to escalate privileges to administrative permissions. Additionally, unauthenticated attackers can phish unauthenticated Immuta users to steal credentials or force actions on authenticated users through reflected, DOM-based...

9CVSS8.8AI score0.01527EPSS
SaveExploits1References3
OSV
OSV
added 2020/11/05 3:15 p.m.6 views

CVE-2020-15952

Immuta v2.8.2 is affected by stored XSS that allows a low-privileged user to escalate privileges to administrative permissions. Additionally, unauthenticated attackers can phish unauthenticated Immuta users to steal credentials or force actions on authenticated users through reflected, DOM-based...

9CVSS7.3AI score0.01527EPSS
SaveExploits1References3
Prion
Prion
added 2020/11/05 3:15 p.m.19 views

Cross site scripting

Immuta v2.8.2 is affected by stored XSS that allows a low-privileged user to escalate privileges to administrative permissions. Additionally, unauthenticated attackers can phish unauthenticated Immuta users to steal credentials or force actions on authenticated users through reflected, DOM-based...

6CVSS8.6AI score0.01527EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2020/11/05 2:30 p.m.17 views

CVE-2020-15952

Immuta v2.8.2 is affected by stored XSS that allows a low-privileged user to escalate privileges to administrative permissions. Additionally, unauthenticated attackers can phish unauthenticated Immuta users to steal credentials or force actions on authenticated users through reflected, DOM-based...

8.8AI score0.01527EPSS
SaveExploits1References3
Hacker One
Hacker One
added 2020/11/05 11:48 a.m.485 views

BugPoC: [BugPOC and Amazon XSS CTF writeup] A CSP Bypass Story

Summary/Description: There were quite multiple restrictions imposed while executing JavaScript on the website. I have divided them into three segments which are explained below Bypassing the iframe loading restriction The URL https://wacky.buggywebsite.com/frame.html?param=Hello,%20World when...

6.6AI score
SaveExploits0
Hacker One
Hacker One
added 2020/11/05 8:22 a.m.39 views

BugPoC: Solution to the XSS Challenge

Summary: This challenge is very tricky and advanced. I have reached a part where I can execute my JS code, but that payload is blocked as of now by "allow-modals" missing value in the "sandbox" attribute. Following is a better explanation of where I am right now. Steps To Reproduce: 1. Keep the...

7.3AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2020/11/04 1:39 a.m.16 views

jquery: Untrusted code execution via <option> tag in HTML passed to DOM manipulation methods

A flaw was found in jQuery. HTML containing \ elements from untrusted sources are passed, even after sanitizing, to one of jQuery's DOM manipulation methods, which may execute untrusted code. The highest threat from this vulnerability is to data confidentiality and integrity...

6.9CVSS6.6AI score0.8383EPSS
SaveExploits6References6
RedHat Linux
RedHat Linux
added 2020/11/04 1:21 a.m.8 views

webkitgtk: Non-unique security origin for DOM object contexts

A logic issue was addressed with improved validation. This issue is fixed in iCloud for Windows 7.17, iTunes 12.10.4 for Windows, iCloud for Windows 10.9.2, tvOS 13.3.1, Safari 13.0.5, iOS 13.3.1 and iPadOS 13.3.1. A DOM object context may not have had a unique security origin...

7.8CVSS6.7AI score0.00404EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2020/11/04 1:21 a.m.5 views

webkitgtk: Incorrect security check for a top-level DOM object context

Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 13.3.1 and iPadOS 13.3.1, tvOS 13.3.1, Safari 13.0.5, iTunes for Windows 12.10.4, iCloud for Windows 11.0, iCloud for Windows 7.17. Processing maliciously crafted web content may lead to...

8.8CVSS6.9AI score0.01858EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2020/11/02 12:0 a.m.7 views

The vulnerability of the jQuery library arises from insufficient cleaning of data provided by users when elements of the <option> type are passed. This allows attackers to perform cross-site scripting attacks.

The vulnerability of the jQuery library exists due to insufficient cleaning of the data provided by the user when elements with the tag are passed to jQuery’s DOM methods. Exploiting this vulnerability allows a remote attacker to perform cross-site scripting attacks...

6.1CVSS6.5AI score0.8383EPSS
SaveExploits6References31Affected Software43
OSV
OSV
added 2020/10/27 9:15 p.m.4 views

DEBIAN-CVE-2020-3864

A logic issue was addressed with improved validation. This issue is fixed in iCloud for Windows 7.17, iTunes 12.10.4 for Windows, iCloud for Windows 10.9.2, tvOS 13.3.1, Safari 13.0.5, iOS 13.3.1 and iPadOS 13.3.1. A DOM object context may not have had a unique security origin...

7.8CVSS6.3AI score0.00404EPSS
SaveExploits0References1
Rows per page
Query Builder