Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential Security issue #1183

Open
GoogleCodeExporter opened this issue Aug 19, 2015 · 1 comment
Open

Potential Security issue #1183

GoogleCodeExporter opened this issue Aug 19, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Activities PSTN and SIP (org/sipdroid/sipua/ui) allow anyone to perform a 
regular phone call. Even an application not owning the permission 
android.permission.CALL_PHONE can call ANY number passed in the intent.
(a malicious app could exploit this to start calls to expensive numbers)


Also in the manifest their filters are declared as
<intent-filter>
    <action android:name="android.intent.action.SENDTO"/>
    <category android:name="android.intent.category.DEFAULT"/>
    <data android:scheme="sms"/>
    <data android:scheme="smsto"/>
</intent-filter>
while in the activities the sms/smsto scheme are replaced by 'tel:'.

Is this intended?

Original issue reported on code.google.com by davideg...@gmail.com on 30 Nov 2014 at 7:27

@GoogleCodeExporter
Copy link
Author

I also came to report this issue.

Original comment by demis...@fbk.eu on 11 Aug 2015 at 2:27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant