Lucene search
+L

195 matches found

Prion
Prion
added 2019/10/31 4:15 p.m.21 views

Design/Logic Flaw

In JetBrains TeamCity before 2019.1.4, reverse tabnabbing was possible on several pages...

4.3CVSS4.8AI score0.00831EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2019/10/31 3:12 p.m.33 views

CVE-2019-18365

In JetBrains TeamCity before 2019.1.4, reverse tabnabbing was possible on several pages...

5.7AI score0.00831EPSS
SaveExploits0References1
CVE
CVE
added 2019/10/31 3:12 p.m.73 views

CVE-2019-18365

CVE-2019-18365 affects JetBrains TeamCity prior to 2019.1.4. The connected documents describe a reverse tabnabbing issue on several pages, enabling tabnabbing/phishing-style risk when users follow links. Public details confirm the vulnerability description but do not disclose exploit code or prac...

4.3CVSS4.7AI score0.00831EPSS
SaveExploits0References1Affected Software1
nodejs
nodejs
added 2019/07/05 7:03 p.m.21 views

Reverse Tabnabbing

Overview Versions of quill prior to 1.3.7 are vulnerable to Reverse Tabnabbing. The package uses target='blank' in anchor tags, allowing attackers to access window.opener for the original page when opening links. This is commonly used for phishing attacks. Recommendation No fix is currently...

6.8AI score
SaveExploits0Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2019/06/03 8:00 p.m.19 views

Security Bulletin: IBM Maximo Asset Management is vulnerable to Reverse Tabnabbing (CVE-2018-2028)

Summary IBM Maximo Asset Management could allow a an authenticated user to replace a target page with a phishing site which could allow the attacker to obtain highly sensitive information. Vulnerability Details CVEID: CVE-2018-2028 DESCRIPTION: IBM Maximo Asset Management could allow a an...

6.5CVSS0.8AI score0.00784EPSS
SaveExploits0Affected Software8
zdt
zdt
added 2019/01/25 12:00 a.m.60 views

Wordpress Wisechat 2.6.3 Plugin - Reverse Tabnabbing Vulnerability

Exploit for php platform in category web applications Exploit Title: Wordpress Plugin Wisechat if window.opener window.opener.parent.location.replace'http://mtk911.cf/'; if window.parent != window window.parent.location.replace'http://mtk911.cf/'; Open Redirect TEST when you click on that user...

5.8CVSS6.3AI score0.06125EPSS
SaveExploits5
exploitpack
exploitpack
added 2019/01/25 12:00 a.m.71 views

Wordpress Plugin Wisechat 2.6.3 - Reverse Tabnabbing

Wordpress Plugin Wisechat 2.6.3 - Reverse Tabnabbing Exploit Title: Wordpress Plugin Wisechat if window.opener window.opener.parent.location.replace'http://mtk911.cf/'; if window.parent != window window.parent.location.replace'http://mtk911.cf/'; Open Redirect TEST when you click on that user. Th...

5.8CVSS6.3AI score0.06125EPSS
SaveExploits5
Patchstack
Patchstack
added 2019/01/25 12:00 a.m.30 views

WordPress Wise Chat plugin <= 2.6.3 - Reverse Tabnabbing vulnerability

Reverse Tabnabbing vulnerability found by MTK in WordPress Wise Chat plugin versions = 2.6.3. Solution Update the WordPress Wise Chat plugin to the latest available version at least 2.7...

6.1CVSS2.8AI score0.06125EPSS
SaveExploits5References1Affected Software1
Exploit DB
Exploit DB
added 2019/01/25 12:00 a.m.148 views

WordPress Plugin Wisechat 2.6.3 - Reverse Tabnabbing

Exploit Title: Wordpress Plugin Wisechat if window.opener window.opener.parent.location.replace'http://mtk911.cf/'; if window.parent != window window.parent.location.replace'http://mtk911.cf/'; Open Redirect TEST when you click on that user. This opens in a new tab, and the parent tab is silently...

6.1CVSS6.1AI score0.06125EPSS
SaveExploits5
Hacker One
Hacker One
added 2018/05/30 1:44 a.m.21 views

Passit: Insecure opening of external links in app.passit.io/list allows for reverse tabnabbing

Description https://app.passit.io/list renders external links under attacker control that open in a new tab such that the opened tab has access to the opening tab where the user was just browsing on app.passit.io via window.opener. This is likely due to the lack of specifying a rel="noopener"...

6.9AI score
SaveExploits0
Hacker One
Hacker One
added 2017/10/30 11:22 a.m.72 views

HackerOne: Reverse Tabnabbing Vulnerability in Outgoing Links

The external links in the reports are not properly handled, using the issue the links can access the openers and replace them with some other page. To Verify the issue, just go to any report which do have any external link and inspect the proceed button. Where the issue lies: rel="noreferrer"...

6.8AI score
SaveExploits0
Hacker One
Hacker One
added 2017/05/12 5:17 a.m.47 views

Instacart: Reverse Tab-nabbing at www.instacart.com/store/partner_recipe?recipe_url=

Summary Instacart at /store/partnerrecipe?recipeurl= endpoint is vulnerable to reverse tabnabbing, since the injected link use target="blank" , this means the page that opens in a new tab can access the initial tab and change its location using the window.opener property. example: Reproduction...

0.2AI score
SaveExploits0
Hacker One
Hacker One
added 2017/03/13 4:17 p.m.33 views

GitLab: Gitlab.com is vulnerable to reverse tabnabbing via AsciiDoc links. (#3)

Dear GitLab bug bounty team, Summary --- Gitlab.com is vulnerable to reverse tabnabbing in AsciiDoc files. Why does this vulnerability exist? --- In AsciiDoc the following http://example.comReverse Tabnabbing^ is equivalent to Reverse Tabnabbing. How can this exploited? --- Same scenario as...

1.4AI score
SaveExploits0
Hacker One
Hacker One
added 2017/03/11 6:45 p.m.14 views

GitLab: Gitlab.com is vulnerable to reverse tabnabbing. (#2)

Dear GitLab bug bounty team, Summary --- Gitlab.com is vulnerable to reverse tabnabbing in issues, comments, etc. This is the same type of issue as https://hackerone.com/reports/211065, but far worse since in the previous report only a user with developer access to a project could view the...

0.2AI score
SaveExploits0
Hacker One
Hacker One
added 2017/03/06 10:41 a.m.120 views

GitLab: Gitlab.com is vulnerable to reverse tabnabbing.

Dear GitLab bug bounty team, Summary --- Gitlab.com is vulnerable to reverse tabnabbing, since you use target="blank" on links in the Environments section. F166659 Why does this vulnerability exist? --- The following link is vulnerable to reverse tabnabbing, because it uses target="blank": This...

1.7AI score
SaveExploits0
Rows per page
Query Builder