-
Notifications
You must be signed in to change notification settings - Fork 538
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
MobSF static analysis #8181
Comments
@francopettinari The answer from #6258 still stands, the |
@grendello Here is the report. |
@grendello I'm not an expert of this argument, so I just ask confirmation: readelf is reporting that text section is executable, but no calls to this point exists. Do this means that it is not a vulnerability because no malitious executable code can land in that part of memory? |
@francopettinari I've just taken a look at the report and, alas, it's incorrect again. The checks from that tool are a bit simplified and they don't analyze the binary sufficiently. For instance, the flag about the code not being fortified is, essentially, incorect as we do compile all and any code with fortification enabled, but not all functions will get (or need) it. So it's entirely possible that code in a binary has no stack fortification markers and is yet perfectly fine. This is the case with the current version of To answer your question above: yes, it's safe and not a danger in any shape or form. Also, please note that the |
With support for Classic Xamarin.Android ended May 1st, 2024, this issue is likely no longer relevant. If this still persists in .NET 8+, please open a new issue with updated information based on |
Android application type
Classic Xamarin.Android (MonoAndroid12.0, etc.)
Affected platform version
VS Professional 2022 Version 17.6.4 Xamarin 17.6.0.251 Xamarin.Adroid 13.2.0.6
Description
We received a Security Report by one of our customers where some vulnerabilities are detected.
I already found a similar issue #6258
but executing the command I now receive a different result:
in this case I have a text sectin marked with an X flag.
How should I handle this report?
Is the tool still reporting false positive?
Can you help me in giving back an answer ?
Thanks in advance,
Frank
Steps to Reproduce
execute static analysis
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: