惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The Cloudflare Blog
U
Unit 42
D
Docker
Hugging Face - Blog
Hugging Face - Blog
博客园 - 聂微东
Recent Announcements
Recent Announcements
GbyAI
GbyAI
T
The Blog of Author Tim Ferriss
Last Week in AI
Last Week in AI
V
Visual Studio Blog
I
InfoQ
Google DeepMind News
Google DeepMind News
小众软件
小众软件
L
LangChain Blog
C
Check Point Blog
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
J
Java Code Geeks
罗磊的独立博客

Business of Apps

Agentic AI is coming for the app growth playbook [online event] As app discovery expands to ChatGPT, AppTweak launches AI Visibility for Apps Apps in Motion is bringing the best app operators to NASDAQ on April 8 Up your AI game at Business of Apps London 2026 The Business of Apps newsletter is evolving Early bird ticket sale for Business of Apps London ends this week Smadex unveils unique CTV Pause Ads via OpenGlass partnership Build your network at Business of Apps London 2026 Why smaller apps should rethink TV and connected TV for UA Influencer marketing gains traction among AI apps AI agents are becoming the new junior marketers Inside the key themes driving app growth at Business of Apps London 2026 Where is App Store Optimization heading in 2026? [webinar series] From social-first brand to subscription-led app, inside Mob’s rise to the UK’s leading recipe app Apps capture larger share of health and fitness market revenue in 2025 Upcoming RealityMine webinar to highlight blind spots in first-party app data From ad network to scalable performance ecosystem, EVADAV announces a newly enhanced corporate structure The biggest apps and brands are in for Business of Apps London 2026 Diversification takes centre stage in app user acquisition Super early bird ticket sale for Business of Apps London ends this week App-to-web monetisation moves into the mainstream Latest speakers confirmed for Business of Apps London 2026 Agentic coding drives number of iOS apps to highest level ever Smadex and Anzu bring performance and clickability to intrinsic in-game advertising Consumer spending on apps surpassed games for the first time in 2025 The Business of Apps London agenda is now live with more than 70 speakers Opening keynote announced for Business of Apps London ChatGPT was the most downloaded app in 2025, supplanting TikTok Want to speak at Business of Apps London? Branch’s “How I Grew This” episodes land on the Business of Apps podcast
Malicious screen readers can extract data from 92% of fin...
Nayden Tafradzhiyski · 2023-07-05 · via Business of Apps

Screen readers may be the latest malware to watch out for, according to testing from app shielding expert Promon. The company uncovered some pretty disturbing vulnerabilities among the top financial apps on the Google Play Store. Let’s take a look.

What are screen readers?

Screen readers are used to transform digital text into synthesised speech or braille output. That makes them essential tools for accessibility. And unsurprisingly, their main purpose is to aid visually impaired individuals in navigating and engaging with digital content.

However, the extensive access required by screen readers and other accessibility services poses a potential risk for misuse, as it grants wide-ranging access to the screen and its contents.

- Advertisement -

Is your privacy opt-in rate costing you $525,000 a year?

The gap between a 65% and 90%+ privacy opt-in rate can mean $525,000 in lost revenue annually for a 100K DAU app — and most teams have no idea where they stand.

This guide breaks down the true cost of consent debt, why the average app sits at just 80% opt-in, and the exact tactics top performers use to consistently hit 90%+: prompt timing, banner design, vendor list optimization, and more.

Download the Guide.

Malware that can access a user’s screen is also capable of stealing sensitive information, intercepting two-factor authentication, controlling the device and bypassing security features.

Screen readers as malicious actors

The Security Research team at Promon developed a simulated malicious screen reader capable of reading and extracting data from an application. They conducted tests on 100 apps and found that the screen reader program successfully read and exfiltrated data from 85 out of 92 apps (92.4%). Only seven apps (7.6%) demonstrated effective defence mechanisms against the screen reader’s attempts to access the data.

Android’s operating system contains numerous loopholes that malicious actors frequently exploit to infiltrate devices and acquire unauthorised access to sensitive information. This information encompasses confidential conversations, personal data, and financial transactions.

Through the exploitation of these vulnerabilities, malware can operate silently in the background, executing tasks and actions without the user’s knowledge. This includes the covert reading and interception of content displayed on users’ screens, even within financial apps responsible for handling delicate data like banking transactions, PINs, and account balances.

Majority of financial services apps not adequately protected against screen reader malware

Source: Promon

Malware with elevated permissions can also exfiltrate captured data through various channels, allowing analysis, extraction of personal details, and exploitation for financial gain or illegal activities.

Where do we go from here?

App Shielding technology can help mitigate the threat of malicious screen readers, but developers can also take immediate steps. They can implement code to detect screen readers and decide whether to display a warning, shut down the app, or continue normally. However, these solutions have drawbacks, such as warning messages being bypassed by malware. Developers can verify the application using accessibility features to avoid shutting down legitimate apps.

Furthermore, upcoming security features in Android 14 aim to prevent accessibility service abuse. Developers will be able to restrict non-accessibility tools from interacting with their app, ensuring that only declared tools can access certain views.

Although this is a positive development, it’s important to note that the rollout of Android 14 will take time, and OS features should always be complemented with strong defensive measures at the app level to safeguard end-users.

Key takeaways

  • 92.4% of finance apps were susceptible to data extraction by malicious screen readers
  • Malware leveraging screen reader capabilities can silently intercept sensitive information, posing risks to confidentiality and security
  • Implementing app-level defenses, such as code to detect screen readers can help mitigate these threats while upcoming security features in Android 14 offer additional protection