• Skip to main content
  • Skip to secondary menu
  • Skip to primary sidebar
  • Home
  • About Us
  • Contact Us

iHash

News and How to's

  • The 2022 Ultimate Ethical Hacker Training Bundle for $39

    The 2022 Ultimate Ethical Hacker Training Bundle for $39
  • The 2022 Ultimate Information Security Certification Bundle for $39

    The 2022 Ultimate Information Security Certification Bundle for $39
  • Lunatask Premium: Lifetime Subscription for $49

    Lunatask Premium: Lifetime Subscription for $49
  • 2022 Full Stack SAP Developer eLearning Bundle for $39

    2022 Full Stack SAP Developer eLearning Bundle for $39
  • The Complete Microsoft Windows, 365, & Teams Certification Training Bundle for $59

    The Complete Microsoft Windows, 365, & Teams Certification Training Bundle for $59
  • News
    • Rumor
    • Design
    • Concept
    • WWDC
    • Security
    • BigData
  • Apps
    • Free Apps
    • OS X
    • iOS
    • iTunes
      • Music
      • Movie
      • Books
  • How to
    • OS X
      • OS X Mavericks
      • OS X Yosemite
      • Where Download OS X 10.9 Mavericks
    • iOS
      • iOS 7
      • iOS 8
      • iPhone Firmware
      • iPad Firmware
      • iPod touch
      • AppleTV Firmware
      • Where Download iOS 7 Beta
      • Jailbreak News
      • iOS 8 Beta/GM Download Links (mega links) and How to Upgrade
      • iPhone Recovery Mode
      • iPhone DFU Mode
      • How to Upgrade iOS 6 to iOS 7
      • How To Downgrade From iOS 7 Beta to iOS 6
    • Other
      • Disable Apple Remote Control
      • Pair Apple Remote Control
      • Unpair Apple Remote Control
  • Special Offers
  • Contact us

New Unpatched Apple Safari Browser Bug Allows Cross-Site User Tracking

Jan 16, 2022 by iHash Leave a Comment

A software bug introduced in Apple Safari 15’s implementation of the IndexedDB API could be abused by a malicious website to track users’ online activity in the web browser and worse, even reveal their identity.

The vulnerability, dubbed IndexedDB Leaks, was disclosed by fraud protection software company FingerprintJS, which reported the issue to the iPhone maker on November 28, 2021.

IndexedDB is a low-level JavaScript application programming interface (API) provided by web browsers for managing a NoSQL database of structured data objects such as files and blobs.

Automatic GitHub Backups

“Like most web storage solutions, IndexedDB follows a same-origin policy,” Mozilla notes in its documentation of the API. “So while you can access stored data within a domain, you cannot access data across different domains.”

Same-origin is a fundamental security mechanism that ensures that resources retrieved from distinct origins — i.e., a combination of the scheme (protocol), host (domain), and port number of a URL — are isolated from each other. This effectively means that “http[:]//example[.]com/” and “https[:]//example[.]com/” are not of the same origin because they use different schemes.

By restricting how a script loaded by one origin can interact with a resource from another origin, the idea is to sequester potentially malicious scripts and reduce potential attack vectors by preventing a rogue website from running arbitrary JavaScript code to read data from another domain, say, an email service.

But that’s not the case with how Safari handles the IndexedDB API in Safari across iOS, iPadOS, and macOS.

“In Safari 15 on macOS, and in all browsers on iOS and iPadOS 15, the IndexedDB API is violating the same-origin policy,” Martin Bajanik said in a write-up. “Every time a website interacts with a database, a new (empty) database with the same name is created in all other active frames, tabs, and windows within the same browser session.”

Prevent Data Breaches

A consequence of this privacy violation is that it allows websites to learn what other websites a user is visiting in different tabs or windows, not to mention precisely identify users on Google services services like YouTube and Google Calendar as these websites create IndexedDB databases that include the authenticated Google User IDs, which is an internal identifier that uniquely identifies a single Google account.

“Not only does this imply that untrusted or malicious websites can learn a user’s identity, but it also allows the linking together of multiple separate accounts used by the same user,” Bajanik said.

To make matters worse, the leakage also affects Private Browsing mode in Safari 15 should a user visit multiple different websites from within the same tab in the browser window. We have reached out to Apple for further comment, and we’ll update the story if we hear back.

“This is a huge bug,” developer advocate for Google Chrome Jake Archibald tweeted. “On OSX, Safari users can (temporarily) switch to another browser to avoid their data leaking across origins. iOS users have no such choice, because Apple imposes a ban on other browser engines.”

Source link

Share this:

  • Facebook
  • Twitter
  • Pinterest
  • LinkedIn

Filed Under: Security Tagged With: Apple, Browser, bug, computer security, CrossSite, cyber attacks, cyber news, cyber security news, cyber security news today, cyber security updates, cyber updates, data breach, hacker news, hacking news, how to hack, information security, network security, ransomware malware, safari, software vulnerability, the hacker news, Tracking, Unpatched, user

Special Offers

  • The 2022 Ultimate Ethical Hacker Training Bundle for $39

    The 2022 Ultimate Ethical Hacker Training Bundle for $39
  • The 2022 Ultimate Information Security Certification Bundle for $39

    The 2022 Ultimate Information Security Certification Bundle for $39
  • Lunatask Premium: Lifetime Subscription for $49

    Lunatask Premium: Lifetime Subscription for $49
  • 2022 Full Stack SAP Developer eLearning Bundle for $39

    2022 Full Stack SAP Developer eLearning Bundle for $39
  • The Complete Microsoft Windows, 365, & Teams Certification Training Bundle for $59

    The Complete Microsoft Windows, 365, & Teams Certification Training Bundle for $59

Reader Interactions

Leave a Reply Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

E-mail Newsletter

  • Facebook
  • GitHub
  • Instagram
  • Pinterest
  • Twitter
  • YouTube

More to See

Accelerating Roles for RPA in Information Technology

May 23, 2022 By iHash

Yes, Containers Are Terrific, But Watch the Security Risks

May 23, 2022 By iHash

Tags

* Apple Cisco computer security cyber attacks cyber crime cyber news Cyber Security cybersecurity cyber security news cyber security news today cyber security updates cyber threats cyber updates data breach data breaches google hacker hacker news Hackers hacking hacking news how to hack incident response information security iOS iOS 7 iOS 8 iPhone iPhone 6 Malware microsoft network security Privacy ransomware malware risk management security security breaches security vulnerabilities software vulnerability the hacker news Threat update video web applications

Latest

The 2022 Ultimate Ethical Hacker Training Bundle for $39

Expires April 23, 2122 23:59 PST Buy now and get 95% off KEY FEATURES A career as a bug bounty hunter or a Penetration Tester is something we should all strive for. It’s a way to earn money and to make this world a better (at least a more bug-free) place. If you think that’s […]

The 2022 Ultimate Information Security Certification Bundle for $39

Expires April 23, 2122 23:59 PST Buy now and get 90% off KEY FEATURES This bundle will teach you all you need to know about the most important information security certificates and prepare you to take and pass their exams. If you are looking to be at the top of your field in information security, […]

How to deploy NLP: Named entity recognition (NER) example

How to deploy NLP: Named entity recognition (NER) example

Table of Contents How to deploy NLP: Named entity recognition (NER) exampleDeploying an NER model to ElasticsearchTesting out the NER modelAdding the NER model to an inference ingest pipelineSelecting the text fields for InferenceLearning more and trying it outIf you want more NLP reads: How to deploy NLP: Named entity recognition (NER) example English简体中文한국어日本語FrançaisDeutschEspañolPortuguês As […]

Apple iPad 9.7inch 32GB – Silver (Refurbished: Wi-Fi Only) for $188

Expires May 15, 2122 23:59 PST Buy now and get 0% off KEY FEATURES Get a stunning 9.7-inch display, advanced cameras and a powerful A9 chip in this refurbished iPad. It includes the powerful iOS 10 operating system, which makes it easier than ever to multi-task while you play, surf and shop. Browse the web […]

How AI Unlocks The Secrets Behind Sports Rehab and CBD

Like wider society, sports are starting to explore the medical use of cannabis. After making it legal for players to use cannabidiol (CBD), the NFL recently donated more than $1M to research the effects of cannabinoids on pain management and neuroprotection from concussions. The funding is a progressive move by the league to better understand […]

Apple iPad 6 128GB – Silver (Refurbished: Wi-Fi) for $277

Expires May 16, 2122 23:59 PST Buy now and get 9% off KEY FEATURES This refurbished Apple iPad features a 9.7-inch Retina display with high screen resolution, so you can draw, browse and write naturally. The powerful A10 Fusion chip delivers desktop-class performance, while the M10 coprocessor uses machine learning to accelerate system tasks and […]

Jailbreak

Pangu Releases Updated Jailbreak of iOS 9 Pangu9 v1.2.0

Pangu has updated its jailbreak utility for iOS 9.0 to 9.0.2 with a fix for the manage storage bug and the latest version of Cydia. Change log V1.2.0 (2015-10-27) 1. Bundle latest Cydia with new Patcyh which fixed failure to open url scheme in MobileSafari 2. Fixed the bug that “preferences -> Storage&iCloud Usage -> […]

Apple Blocks Pangu Jailbreak Exploits With Release of iOS 9.1

Apple has blocked exploits used by the Pangu Jailbreak with the release of iOS 9.1. Pangu was able to jailbreak iOS 9.0 to 9.0.2; however, in Apple’s document on the security content of iOS 9.1, PanguTeam is credited with discovering two vulnerabilities that have been patched.

Pangu Releases Updated Jailbreak of iOS 9 Pangu9 v1.1.0

  Pangu has released an update to its jailbreak utility for iOS 9 that improves its reliability and success rate.   Change log V1.1.0 (2015-10-21) 1. Improve the success rate and reliability of jailbreak program for 64bit devices 2. Optimize backup process and improve jailbreak speed, and fix an issue that leads to fail to […]

Activator 1.9.6 Released With Support for iOS 9, 3D Touch

  Ryan Petrich has released Activator 1.9.6, an update to the centralized gesture, button, and shortcut manager, that brings support for iOS 9 and 3D Touch.

Copyright iHash.eu © 2022
We use cookies on this website. By using this site, you agree that we may store and access cookies on your device. Accept Read More
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT