In May 2019 Guardio's research team has discovered a critical vulnerability in Evernote Web Clipper for Chrome. A logical coding error made it is possible to break domain-isolation mechanisms and execute code on behalf of the user - granting access to sensitive user information not limited to Evernote's domain. Financials, social media, personal emails, and more are all natural targets. The Universal XSS vulnerability was marked as CVE-2019-12592.
Upon successful exploitation, a visit to a hacker-controlled website would compromise the visitor’s private data from affected 3rd-party websites. In their Proof-of-Concept (PoC), Guardio has demonstrated access to Social media (reading and posting content), Financial transaction history, private shopping lists, and more.
As a result of Guardio’s responsible disclosure, Evernote has patched the vulnerability and a fixed version has been deployed within a few days.
{{component-cta-custom}}
The majority of internet users do not download executables or install specialized software. In addition to social accounts, shopping and financials, It is becoming more and more common to find the best software tools provided directly in the browser.
This poses a challenge for app authors. Some tools need additional access and permissions in order to better perform their tasks, to which the solution is creating a browser extension. While the app author’s intent is to provide better user experience, extensions usually have permissions to access a trove of sensitive resources and pose a much greater security risk than traditional websites.
As part of Guardio’s ongoing security analysis efforts, our researchers have discovered a critical vulnerability in Evernote Web Clipper for Chrome. Due to Evernote’s widespread popularity, this issue has the potential of affecting an unusually large amount of consumers and (over 4,600,000 users at the time of writing).
In contrast to most critical extension vulnerabilities in the past, such as the infamous Grammarly security bug, this vulnerability directly impacts third party services and is not limited to a person’s Evernote account.
To simulate how an attacker might exploit the vulnerability, Guardio has devised a Proof-of-Concept (PoC) able to steal sensitive data from an unsuspecting user. By chaining together several steps, It is simple to see the alarming repercussions.
PoC Anatomy:1. User navigates to the attacker’s malicious website (e.g. via social media, email, a compromised blog comment, etc.).2. Malicious website silently loads hidden, legitimate iframe tags (link) of targeted websites.3. The exploit is triggered by the malicious website and causes Evernote’s internal infrastructure to inject an attacker controlled payload into all iframes contexts.4. Injected payload is customized for each targeted website, able to steal cookies, credentials, private information, perform actions as the user and more.
Understanding the vulnerability first requires basic understanding of how Evernote Web Clipper for Chrome interacts with websites and frames.
Evernote’s code injection chain starts with the extension’s manifest (manifest.json) where the BrowserFrameLoader.js content script injected declaratively into all pages and frames. Note that due to the sensitive nature of injecting into frames this appears to be the only script injected using the “all_frames” directive - reducing the attack surface. The main purpose the content script is to act as a small command and control server for the extension to load additional code into the page as required.
For a communications channel the script utilizes window-messaging via the postMessage API. Being a small injector script, it provides handler to only a handful of message types, one of them being the installAndSerializeAll command used to inject the second stage FrameSerializer.js and perform serialization. This mechanism employs a weak authentication scheme, which isn’t a vulnerability in itself, but provides an important stepping stone to the rest of the exploit chain as commands can be triggered by scripts running in the website’s sandboxed context. The parameters for the message handler (resourcePath and target in this case) are passed as payload fields in the command request message.
Finally, due to a logical oversight and poor input sanitization in the _getBundleUrl function intended to provide a valid URL into the extension’s own namespace (chrome-extension://...), we learn that the first part of the URL can be manipulated by the handler’s resourcePath input parameter.
Carefully working back up the chain, a full exploit that would allow loading a remote hacker controlled script into the context of other websites can be achieved via a single, simple window.postMessage command. By abusing Evernote’s intended injection infrastructure, the malicious script will be injected into all target frames in the page regardless of cross-origin constraints.
This provides a means of a Universal XSS injection into any framed website as controlled by the attacker. From here on out, a large number of implementations are possible - the ones provided to Evernote as part of Guardio’s PoC are only a small handful compared to what is within the realm of possibilities of malicious actors.
Evernote has issued a fix and a new version has been rolled out to its users.To see if you have the latest version, head over to the Evernote Chrome extension page at chrome://extensions/?id=pioclpoplcdbaefihamjohnefbikjilc (has to be manually copied into the address bar for security reasons) and make sure the “Version” shows 7.11.1 or greater.
This vulnerability is a testament to the importance of treating browser extensions with extra care and only installing extensions from trusted sources.All it takes is a single unsafe extension to compromise anything possible for you to do online (financials, social media, personal emails, and more).
Evernote’s Security Team were highly responsive and fix was deployed in record time.- May 27th, 2019 - Initial disclosure.- May 28th, 2019 - Follow-up email.- May 28th, 2019 - Issue confirmed and classified as a vulnerability.- May 29th, 2019 - Credited on Evernote's Security Page (link).- May 31st, 2019 - Evernote Web Clipper 7.11.1 released.- June 4th, 2019 - Fix confirmed.
{{component-tips}}
By keeping a lean and well-monitored list of browser extensions, you significantly reduce your chances of falling victim to security flaws like the one discovered in Evernote’s Web Clipper.
Guardio is a new breed of cyber security product designed to tackle threats and security concerns within the browser.
Mitigating threats from malicious or unwanted extensions is an integral part of how Guardio protects its users, able to neutralize harmful extensions in real-time. Combined with strong website analysis capabilities, notification blocking and information leak monitoring. Guardio bundles a complete online protection suite where it matters most - Your browser.
The discovery of the Evernote’s Chrome extension vulnerability highlights the critical security risks posed by browser extensions. Thanks to Guardio’s swift research and responsible disclosure, Evernote was able to patch the flaw quickly, preventing potential exploitation of user data across multiple online services. Remember to always verify and update browser extensions while remaining cautious about the permissions they require.
{{component-cta-custom}}