City-Zouitel / JetNote

A simple android note app made by jetpack compose.
120 stars 13 forks source link

Elements of com.karacca.beetle.ui.EditScreenshotActivity are not protected against tapjacking. #235

Open youndon opened 3 months ago

youndon commented 3 months ago

Some elements of com.karacca.beetle.ui.EditScreenshotActivity are not protected against so-called tapjacking attacks.

Tapjacking is a technique that allows an attacker to capture the taps in your app (for example, on a virtual pin-pad), or trick users into making taps without their consent (for example, switching off an important security setting).

Tapjacking protection is especially important for security relevant parts of the app like pin or password entry.

Tapjacking example The essence of the attack is that a malicious app places a window over your app.