Checklist
Affected app version
1.9.0, since: SimpleMobileTools/Simple-SMS-Messenger#668
Affected Android/Custom ROM version
Android 16, all
Affected device model
all
How did you install the app?
F-Droid / IzzyOnDroid
Steps to reproduce the bug
Currently, any malicious app / code could send broadcast to the DeleteSmsReceiver with arbitrary THREAD_ID & MESSAGE_ID (or even enumerate them).
Since DeleteSmsReceiver is exported globally in AndroidManifest.xml, if the THREAD_ID & MESSAGE_ID match, messages would be deleted.
Furthermore, while investigating this issue, noticed that DeleteSmsReceiver does not take into account whether the message is MMS or not and it defaults it to false. If use clicks delete on MMS notification, it will potentially delete SMS message if their IDs match
Expected behavior
Receiver is not globally exported and accessible from other apps. Deleting MMS from notification does not potentially delete SMS
Actual behavior
Receiver is globally exported and accessible from other apps. Deleting MMS from notification could lead to potentially deleting SMS if IDs match
Screenshots/Screen recordings
No response
Additional information
Ready to submit the PR if accepted.
Checklist
Affected app version
1.9.0, since: SimpleMobileTools/Simple-SMS-Messenger#668
Affected Android/Custom ROM version
Android 16, all
Affected device model
all
How did you install the app?
F-Droid / IzzyOnDroid
Steps to reproduce the bug
Currently, any malicious app / code could send broadcast to the DeleteSmsReceiver with arbitrary
THREAD_ID&MESSAGE_ID(or even enumerate them).Since DeleteSmsReceiver is exported globally in AndroidManifest.xml, if the
THREAD_ID&MESSAGE_IDmatch, messages would be deleted.Furthermore, while investigating this issue, noticed that DeleteSmsReceiver does not take into account whether the message is MMS or not and it defaults it to
false. If use clicks delete on MMS notification, it will potentially delete SMS message if their IDs matchExpected behavior
Receiver is not globally exported and accessible from other apps. Deleting MMS from notification does not potentially delete SMS
Actual behavior
Receiver is globally exported and accessible from other apps. Deleting MMS from notification could lead to potentially deleting SMS if IDs match
Screenshots/Screen recordings
No response
Additional information
Ready to submit the PR if accepted.