this post was submitted on 14 Oct 2025
44 points (100.0% liked)

Technology

40586 readers
262 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] thingsiplay@beehaw.org 20 points 1 week ago (4 children)

Pixnapping attacks begin with the malicious app invoking Android programming interfaces that cause the authenticator or other targeted apps to send sensitive information to the device screen. The malicious app then runs graphical operations on individual pixels of interest to the attacker. Pixnapping then exploits a side channel that allows the malicious app to map the pixels at those coordinates to letters, numbers, or shapes.

It works like screenshotting the 2FA tool. It's an Android issue.

Little bit off-topic: Linux PCBTW this is a reminder why we need a secure Wayland solution on our desktop Linux PC. Because this sort of stealing under X11 is possible too.

[–] Midnitte@beehaw.org 4 points 1 week ago (2 children)

Authenticator app just needs to implement FLAG_SECURE, no?

Seems more like an app dev issue

[–] jherazob@beehaw.org 4 points 1 week ago (1 children)

Looks like this works regardless of that

[–] Midnitte@beehaw.org 4 points 1 week ago

Looks like you might be right - though I imagine disabling the ability to draw over apps with that security flag in place would do a lot to mitigate... but... im also not a security researcher

load more comments (1 replies)