www.brokenbrowser.com Open in urlscan Pro
77.74.194.195  Public Scan

URL: https://www.brokenbrowser.com/
Submission: On October 16 via api from CA — Scanned from GB

Form analysis 0 forms found in the DOM

Text Content

 * About
 * Bugs List




BROKEN BROWSER FUN WITH BROWSER VULNERABILITIES





REVEALING THE CONTENT OF THE ADDRESS BAR (IE)

September 26, 2017 Vulnerabilities

Hello fellow bug hunter! Today we are going back to Internet Explorer which
despite getting old, tons people still use it. I am much happier with MSRC
lately, they are really moving forward regarding Edge, design bugs, and they
even extended …

Read More »



SOP BYPASS / UXSS – STEALING CREDENTIALS PRETTY FAST (EDGE)

May 10, 2017 Vulnerabilities

Today we are going to steal Twitter and Facebook credentials from the user. The
previous two SOP bypasses [1] [2] that allowed attackers to steal passwords and
cookies were not patched in the latest update and this new one is more direct, …

Read More »



SOP BYPASS / UXSS – TWEETING LIKE CHARLES DARWIN (EDGE)

April 24, 2017 Vulnerabilities

Watch the 2 minutes exploit video where we manually tweet as if we were Charles
Darwin, and get his password (thanks to the default password manager of
Microsoft Edge). If you are out of time, watch the 1 minute video where …

Read More »



SOP BYPASS COURTESY OF THE READING MODE (EDGE)

April 17, 2017 Vulnerabilities

The Microsoft Edge team recently tweeted about the reading mode, a feature that
removes the clutter from webpages to read without distractions. It was not new
to me, I learned about it when I was trying to understand how pseudo-protocols
worked …

Read More »



DETECTING INSTALLED EXTENSIONS (EDGE)

April 6, 2017 Vulnerabilities

Attackers love being able to fingerprint their victims. We’ve seen in the past
two techniques that allowed the bad guys to detect the presence of particular
files (to evade analysts) and even get the application names associated to
specific mimeTypes. Microsoft patched …

Read More »



DEFEATING THE POPUP BLOCKER, THE XSS FILTER AND SUPERNAVIGATE WITH OUR FAKE
TICKET TO THE INTRANET ZONE (EDGE)

March 31, 2017 Vulnerabilities

Last year we explored the domainless blank technique to create UXSS/SOP bypasses
on both Microsoft Edge and Internet Explorer. The Edge version has been recently
patched but unfortunately the fix introduces a new security issue which allows
attackers to exploit other things. …

Read More »



REFERRER SPOOFING WITH IFRAME INJECTION (EDGE)

March 24, 2017 Vulnerabilities

Last year we’ve been playing with a very simple method to spoof the referrer on
Edge, which allowed us of course to spoof the referrer and -as a bonus- other
neat things like bypass the XSS filter. Today I found …

Read More »



SOP BYPASS / UXSS – MORE ADVENTURES IN A DOMAINLESS WORLD (IE)

March 20, 2017 Vulnerabilities

A few months ago we’ve been playing with domainless about:blank pages on Edge.
Essentially, a powerful about:blank document was capable of accessing every
domain without restrictions. It was recently patched as CVE-2017-0002 so it does
not work anymore. The same thing happens with …

Read More »



BYPASSING THE PATCH TO KEEP SPOOFING THE SMARTSCREEN/MALWARE WARNING (EDGE)

March 15, 2017 Vulnerabilities

Yesterday, Microsoft pushed a gigantic update where tons of security bugs were
fortunately killed, including most ones from this website. Kudos, big kudos to
the Edge developers and the ones in charge of its security. Please, convince the
ones who want …

Read More »



THE ATTACK OF THE ALERTS AND THE ZOMBIE SCRIPT (IE)

February 20, 2017 Vulnerabilities

In our previous post we found a way to UXSS (bypass the SOP policy) using the
htmlFile/ActiveXObject, however, I mentioned that there were other interesting
things to do using that same object. Have you tried anything? If yes,
congratulations. The …

Read More »



SOP BYPASS / UXSS HTMLFILE IN IFRAME (IE)

February 6, 2017 Vulnerabilities

Today we are going to explore a feature that has been present on Internet
Explorer almost since its inception. A feature that allows web-developers to
instantiate external objects, and because of that it was abused ad-nauseum by
attackers. Do you …

Read More »



SOP BYPASS / UXSS – ADVENTURES IN A DOMAINLESS WORLD (EDGE)

December 13, 2016 Vulnerabilities

Today we are going to walk around a few design issues that, when used together,
will end up in a full SOP bypass or Universal Cross Site Scripting (UXSS) on
Microsoft Edge. If you are not a security researcher but you still …

Read More »



SPOOFING THE ADDRESS BAR AND THE SMARTSCREEN/MALWARE WARNING (EDGE)

December 7, 2016 Vulnerabilities

Update: this bug was patched on 2017-03-14 but we found a bypass the same day.
Here it is: Bypassing the patch to continue spoofing the address bar and the
Malware Warning. Over the last few months, we’ve seen a proliferation of …

Read More »



ABUSING OF PROTOCOLS TO LOAD LOCAL FILES, BYPASS THE HTML5 SANDBOX AND OPEN
POPUPS (EDGE)

November 25, 2016 Vulnerabilities

On October 25th, the fellows @MSEdgeDev twitted a link that called my
attention because when I clicked on it (being on Chrome) the Windows Store App
opened. It might not surprise you, but it surprised me! As far as I remembered,
…

Read More »



BYPASSING MIXED CONTENT WARNINGS – LOADING INSECURE CONTENT IN SECURE PAGES
(EDGE/IE)

November 15, 2016 Vulnerabilities

There are no doubts that the web is moving forward to HTTPS (secure) content.
Most important names have today their certificates ready and their websites are
in effect, secure. But have you ever wandered: secure to what extent? It’s clear
…

Read More »



DETECTING LOCAL FILES TO EVADE ANALYSTS (IE)

October 18, 2016 Vulnerabilities

Last month we’ve been looking at how attackers were targeting unsavvy users by
checking the associated mimeTypes to applications on the system. If the PC had
analyst tools installed, something detected from withing the browser, then the
malware refused to …

Read More »



ON PATCHING SECURITY BUGS

October 2, 2016 Thoughts

Hello fellow bug hunter! I want to share with you my thoughts on a slight change
that the folks at Microsoft could embrace to make security better. This change,
in my opinion, will make the security process more transparent for all,
attracting bug …

Read More »



WORKERS SOP BYPASS IMPORTSCRIPTS AND BASEHREF (EDGE/IE)

September 27, 2016 Vulnerabilities

As we know, all browsers impose several restrictions when trying to access
resources from different origins. Of course we can play music and render images
coming from different domains but thanks to the Same Origin Policy, we will not
be able to read …

Read More »



DETECTING ANALYSTS BEFORE INSTALLING THE MALWARE (IE)

September 19, 2016 Vulnerabilities

With the help of a beautiful piece of code, malware authors can detect installed
applications straight from within the browser and serve the bad bits only to
unsavvy users. In other words, attackers target regular users by
detecting specific analysts applications (like Fiddler) and serving …

Read More »



REFERER SPOOFING AND DEFEATING THE XSS FILTER (EDGE/IE)

September 12, 2016 Vulnerabilities

According to Wikipedia, “Referer spoofing is the sending of incorrect referer
information in an HTTP request in order to prevent a website from obtaining
accurate data on the identity of the web page previously visited by the user.”
In other words, making …

Read More »



CSS HISTORY LEAK OR “I KNOW WHERE YOU’VE BEEN” (EDGE)

September 5, 2016 Vulnerabilities

Hello fellow bug hunter! I’ve been thinking this morning on the classic trick
originally discovered by Jeremiah Grossman back in 2006, where you could find
out which sites were visited by the user. If you are not familiar with this
beauty, I recommend you …

Read More »



GRABBING DATA FROM INPUTS AND TEXTAREAS (EDGE/IE)

August 28, 2016 Vulnerabilities

Both Microsoft Edge and Internet Explorer suffer from navigation problems,
failing to keep up with the most updated history information. A framed
navigation confuses these browsers and what seems to be a naive functionality
problem ends up being a security bug: information disclosure across …

Read More »


CATEGORIES


 * Thoughts
 * Vulnerabilities

RECENT POSTS


 * Revealing the content of the address bar (IE)
 * SOP bypass / UXSS – Stealing Credentials Pretty Fast (Edge)
 * SOP bypass / UXSS – Tweeting like Charles Darwin (Edge)
 * SOP bypass courtesy of the reading mode (Edge)
 * Detecting Installed Extensions (Edge)




© Copyright 2024, All Rights Reserved