Lucene search
+L

1482 matches found

Hacker One
Hacker One
added 2021/01/07 7:12 p.m.281 views

Doppler VDP: Stored XSS in [https://dashboard.doppler.com/workplace/*/logs] pages

Summary: I have found a stored XSS vulnerability in the following config setting page. https://dashboard.doppler.com/workplace//projects/example-project/configs/dev/logs When you invite other users to the workspace, the xss could be used to exploit other users also. Steps To Reproduce: 1 . Visit...

0.5AI score
SaveExploits0
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
CVE
CVE
added 2020/12/09 12:22 a.m.272 views

CVE-2020-26958

The CVE-2020-26958 issue is a MIME-type handling flaw: Firefox did not block script execution when responses with incorrect MIME types were intercepted and cached via a ServiceWorker, enabling a cross-site script inclusion or CSP bypass. Affected products are Firefox (non-ESR) < 83, Firefox ES...

6.1CVSS6.5AI score0.01307EPSS
SaveExploits0References4Affected Software3
Veracode
Veracode
added 2020/12/06 4:44 a.m.21 views

Content-Security Policy Bypass

chromium is vulnerable to CSP bypass. Incorrect handling of CSP enforcement during navigations in Blink allows a remote attacker to bypass content security policy via a malicious HTML page...

6.5CVSS2.6AI score0.01376EPSS
SaveExploits0References7Affected Software1
zdt
zdt
added 2020/12/04 12:0 a.m.77 views

Chromium 83 - Full CSP Bypass Exploit

Title: Chromium 83 - Full CSP Bypass Date: 02/09/2020 Exploit Author: Gal Weizman Vendor Homepage: https://www.chromium.org/ Software Link: https://download-chromium.appspot.com/ Version: 83 Tested On: Mac OS, Windows, iPhone, Android CVE: CVE-2020-6519 function var payload = top.SUCCESS = true;...

6.5CVSS8AI score0.1132EPSS
SaveExploits5
Packet Storm
Packet Storm
added 2020/12/04 12:0 a.m.824 views

Chromium 83 CSP Bypass

Title: Chromium 83 - Full CSP Bypass Date: 02/09/2020 Exploit Author: Gal Weizman Vendor Homepage: https://www.chromium.org/ Software Link: https://download-chromium.appspot.com/ Version: 83 Tested On: Mac OS, Windows, iPhone, Android CVE: CVE-2020-6519 function var payload = top.SUCCESS = true;...

4.3CVSS8.1AI score0.1132EPSS
SaveExploits5
Exploit DB
Exploit DB
added 2020/12/04 12:0 a.m.930 views

Chromium 83 - Full CSP Bypass

Title: Chromium 83 - Full CSP Bypass Date: 02/09/2020 Exploit Author: Gal Weizman Vendor Homepage: https://www.chromium.org/ Software Link: https://download-chromium.appspot.com/ Version: 83 Tested On: Mac OS, Windows, iPhone, Android CVE: CVE-2020-6519 function var payload = top.SUCCESS = true;...

6.5CVSS6.8AI score0.1132EPSS
SaveExploits5
RedHat Linux
RedHat Linux
added 2020/11/30 8:55 a.m.12 views

Mozilla: Requests intercepted through ServiceWorkers lacked MIME type restrictions

Firefox did not block execution of scripts with incorrect MIME types when the response was intercepted and cached through a ServiceWorker. This could lead to a cross-site script inclusion vulnerability, or a Content Security Policy bypass. This vulnerability affects Firefox 83, Firefox ESR 78.5,...

6.1CVSS7.4AI score0.01307EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2020/11/19 12:0 a.m.30 views

Debian DLA-2432-1 : jupyter-notebook security update

Several vulnerabilities have been discovered in jupyter-notebook. CVE-2018-8768 A maliciously forged notebook file can bypass sanitization to execute JavaScript in the notebook context. Specifically, invalid HTML is 'fixed' by jQuery after sanitization, making it dangerous. CVE-2018-19351 allows...

7.8CVSS6.4AI score0.01511EPSS
SaveExploits0References6
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
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
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:40 a.m.51 views

BugPoC: csp bypass leads to xss on wacky.buggywebsite.com

Summary: report will be uploaded later - need some sleeps █████████ ███ Steps To Reproduce: PoC above Thanks for the challenge. I tried to use bugpoc for everything but ended up using aws to host the js file - seemed fitting as well and served the purpose. F1065889 Impact taking over all the whac...

0.8AI 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
NVD
NVD
added 2020/10/23 5:15 a.m.18 views

CVE-2020-9331

CryptoPro CSP through 5.0.0.10004 on 32-bit platforms allows Local Privilege Escalation by local users with the SeChangeNotifyPrivilege right because user-mode input is mishandled during process creation. An attacker can write arbitrary data to an arbitrary location in the kernel's address space...

7.8CVSS0.00415EPSS
SaveExploits1References1
NVD
NVD
added 2020/10/23 5:15 a.m.30 views

CVE-2020-9361

CryptoPro CSP through 5.0.0.10004 on 64-bit platforms allows local users with the SeChangeNotifyPrivilege right to cause denial of service because user-mode input is mishandled during process creation...

5.5CVSS0.0036EPSS
SaveExploits1References1
OSV
OSV
added 2020/10/23 5:15 a.m.5 views

CVE-2020-9331

CryptoPro CSP through 5.0.0.10004 on 32-bit platforms allows Local Privilege Escalation by local users with the SeChangeNotifyPrivilege right because user-mode input is mishandled during process creation. An attacker can write arbitrary data to an arbitrary location in the kernel's address space...

7.8CVSS7.2AI score0.00415EPSS
SaveExploits1References1
Prion
Prion
added 2020/10/23 5:15 a.m.20 views

Privilege escalation

CryptoPro CSP through 5.0.0.10004 on 32-bit platforms allows Local Privilege Escalation by local users with the SeChangeNotifyPrivilege right because user-mode input is mishandled during process creation. An attacker can write arbitrary data to an arbitrary location in the kernel's address space...

4.6CVSS7.5AI score0.00415EPSS
SaveExploits1References1Affected Software1
Prion
Prion
added 2020/10/23 5:15 a.m.21 views

Code injection

CryptoPro CSP through 5.0.0.10004 on 64-bit platforms allows local users with the SeChangeNotifyPrivilege right to cause denial of service because user-mode input is mishandled during process creation...

2.1CVSS5.4AI score0.0036EPSS
SaveExploits1References1Affected Software1
CVE
CVE
added 2020/10/23 4:49 a.m.77 views

CVE-2020-9331

CVE-2020-9331 affects CryptoPro CSP up to version 5.0.0.10004 on 32-bit platforms. The root cause is mishandling of user-mode input during process creation, enabling a local attacker with SeChangeNotifyPrivilege to write arbitrary data to the kernel address space, resulting in Local Privilege Esc...

7.8CVSS7.5AI score0.00415EPSS
SaveExploits1References1Affected Software1
Rows per page
Query Builder