@@ -36,71 +36,75 @@ What's more exciting? Stay in sync with the evolving landscape! BugBazaar regula
36
36
## ⚠️Vulnerabilities
37
37
38
38
### WEBVIEW
39
+ - Opening arbitrary URLs in the webview
39
40
- XSS
40
41
- OPEN REDIRECTION
41
- - Stealing User token Via javascript Interface
42
+ - Account Takeover via Stealing Session ID (Host validation bypass)
43
+ - Stealing User token Via JavaScriptInterface class
42
44
- Access of Arbitrary files via insecure Flags
43
- - Stealing of Arbitrary files via Insecure ` WebResourceResponse `
44
- - Account Takeover via Steal Session id
45
+ - Note: Only exploitable until API level 28
46
+ - Stealing of Arbitrary files via Insecure ` WebResourceResponse `
45
47
46
48
### INTENT
47
49
- Intent interception
48
50
- Account takeover via intent Spoofing
49
51
- Steal User's Contact via Insecure Pending Intent
50
52
- RCE through insecure Dynamic Code Loading
51
- ### Deep Link
52
-
53
- - CSRF
54
- - Deep link hijacking
55
- - Content Spoofing
56
- - One Click Account Takeover
53
+
54
+ ### Deep Link
55
+ - CSRF to add the product to cart
56
+ - Deep link hijacking to load URLs in webview
57
+ - Content Spoofing on Offers activity
57
58
58
59
### IPC COMPONENTS
59
-
60
60
- Exported Components
61
61
- Steal User's Contact via typo permission in Content Provider
62
- - Arbitrary data write to Content provider
63
- - Access to Protected Components via Recevier
62
+ - Insecure broadcast receiver
63
+ - Access to Protected Components via broadcast Receiver
64
+ - Insecure services
65
+ - Fragment injection in Refer-Us
64
66
65
67
### Injections
68
+ - SQL Injection via user input in My order
69
+ - Content Provider SQL Injection in Address
70
+ - Data insertion via insecure Content Provider in Address
66
71
67
- - SQL Injection via user input
68
-
72
+ ### Unintended Data Leakage
73
+ - Copy/Paste buffer Caching
74
+ - Application backgrounding
75
+ - Insecure Logging (logging user creds
69
76
77
+ ### Insecure Storage
78
+ - Unencrypted database
79
+ - Man in the Disk Attack
80
+ - Storing sensitive info in SharedPref
81
+ - Hardcoded secrets
70
82
71
83
### OTHERS
72
-
73
84
- Improper Input Validation
74
- - Insecure Logging
75
- - Insecure Storage
76
85
- Unrestricted file upload
77
- - Firebase Misconfiguration
86
+ - Misconfigured firebase's firestore
78
87
- Passcode Bypass
79
- - Copy paster Buffer
80
88
- Tapjacking
81
- - hardcoded secrets
82
89
- Improper exception Handling
83
- - Debuggable
90
+ - Debuggable application
84
91
- Backup enabled
85
92
- Task Hijacking
86
- - Man in the Disk Attack
87
-
93
+ - Improper cache handling
88
94
95
+ ### Runtime exploitation
96
+ - Runtime code modification
97
+ - Login pin bypass via Frida/Objection
89
98
90
99
### APP Protection
91
-
92
- - EASY LEVEL
100
+ - EASY LEVEL:
93
101
- RootBear Library
94
- - MEDIUM LEVEL
95
-
102
+ - MEDIUM LEVEL:
96
103
- Magisk detect
97
104
- Emulator Check
98
- - FRIDA DETECTION
99
-
100
-
101
- - ADVANCE LEVEL - !!! IN PROGRESS WILL UPDATE IN NEXT RELEASE
105
+ - FRIDA DETECTION
106
+ - ADVANCE LEVEL - ⚠️IN PROGRESS WILL UPDATE IN UPCOMING Release⚠️
102
107
103
- // MANY MORE BUGS !!! COMING SOON 😎
104
108
105
109
## Core Team
106
110
| | | | | |
0 commit comments