mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 06:52:09 +02:00
19 lines
977 B
Markdown
19 lines
977 B
Markdown
### [CVE-2014-8610](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8610)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
AndroidManifest.xml in Android before 5.0.0 does not require the SEND_SMS permission for the SmsReceiver receiver, which allows attackers to send stored SMS messages, and consequently transmit arbitrary new draft SMS messages or trigger additional per-message charges from a network operator for old messages, via a crafted application that broadcasts an intent with the com.android.mms.transaction.MESSAGE_SENT action, aka Bug 17671795.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://packetstormsecurity.com/files/129282/Android-SMS-Resend.html
|
|
- http://seclists.org/fulldisclosure/2014/Nov/85
|
|
|
|
#### Github
|
|
- https://github.com/ksparakis/apekit
|
|
|