Urgent.News

What's breaking now, across thousands of outlets.

Tech

WhatsApp for Android loophole lets private photos be accessed without unlocking

A loophole in WhatsApp for Android lets someone see private photos on your device without the device being unlocked, which obviously isn’t supposed to happen. more…

WhatsApp for Android loophole lets private photos be accessed without unlocking

A flaw in WhatsApp for Android allows private photos to be viewed without unlocking the device. This vulnerability was discovered by a Twitter/X user and later confirmed by others, including "Mobile Hacker" and NotebookCheck. When a WhatsApp call appears on a user's screen, it can be answered without unlocking the phone, allowing a button to be pressed to apply filters and effects to the video feed, including Meta's AI, which can edit photos.

Instead of locking the screen, the preview of the photos is clearly shown. This loophole is not present on iPhone devices, where WhatsApp must use the native iOS calling interface. While the photos cannot be accessed fully, someone with malicious intent could take pictures of them using another device. WhatsApp and Google have been informed about the issue, and a patch is expected, but no update has been released yet.

In the meantime, users can set WhatsApp's photo and video permissions to "limited" in Android settings to prevent this loophole.

Written by urgent.news from 9to5Google's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at 9to5google.com →

More in Tech

Learning React - Ep.1

This is the 1st post in my attempt to document my journey of learning React in depth. These posts will focus less on syntax and code snippets and more on conceptual understanding and intuition.

  • React is about constructing a component tree determining UI appearance.
  • React processes components into React element tree, not directly DOM nodes.
  • State changes trigger React re-render and DOM updates.

Mobile Test Automation Framework in Java: Structure, BDD, Parallel

A mobile test automation framework that passes sequentially and collapses under parallel execution isn't flaky. It's single-threaded by construction — one driver instance, screen objects holding…

  • Framework adheres to SRP, OCP, DIP principles
  • DriverManager maintains Appium session, BasePage integrates with PageFactory
  • Uses Cucumber, Spring, screen object classes for cross-platform testing

More from Wednesday 2 September →