-
Nexus 6 Build number LVY48E
Android 5.1.1
When installing the apk found at this link https://github.com/nowsecure/android-vts/tree/master/bin
I receive the following message in a pop up dialog:
Par…
bruor updated
9 years ago
-
Ideally, that short description should include a link to the CVE, the risks (local, remote priviledge escalation,..), and some suggestions to fix it if possible, or when this bug was fixed. Ideally we…
-
in https://github.com/nowsecure/secure-mobile-development/blob/master/README.md#using-this-guide
https://www.nowsecure.com/resources/secure-development/primer/
-
```
D/VULN_TEST(17731): StageFright: sf-itunes-poc isVulnerable: false
D/VULN_TEST(17731): Running test: Stagefright-ItunesMeta
E/art (17731): No implementation found for int fuzion24.device.vuln…
-
I suggest pulling tests for WeakSauce and StumpRoot until they can be re-written, as both will often cause false positives.
I'm really to rewrite them at some point in the future when time allows.
-
Great work!
One minor issue: I had an error compiling because "Stagefright.java" (app/src/main/java/fuzion24/device/vulnerability/vulnerabilities/framework/media/Stagefright.java) should be "StageFri…
-
CVE-2015-1528 check always come back as failed on Kitkat version even if the proper patch is applied. The check is assuming index 8 and 9 are numFds and numInts; but in KK version (Android 4.4.4), in…
-
The way this bug was patched, it seems very difficult to test for without causing system instability. Any ideas/insight here would be greatly appreciated.
-
https://gist.github.com/worawit/f6fb016997bdd6b9e414
https://android.googlesource.com/platform/frameworks/av/+/2b50b7aa7d16014ccf35db7a7b4b5e84f7b4027c
``` python
#!/usr/bin/python
"""
Stagefright …
-
Thank you for the very useful library, it sure saved me a lot of time! But I encountered one unexpected behavior – I was expecting space to be treated as a special character. The [OWASP guideline](htt…