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

Missing Fortified Functions vulnerability report #23

Open
jkavanaghdeluxe opened this issue Sep 4, 2024 · 3 comments
Open

Missing Fortified Functions vulnerability report #23

jkavanaghdeluxe opened this issue Sep 4, 2024 · 3 comments

Comments

@jkavanaghdeluxe
Copy link

We have received a report of potential vulnerabilities in the BreachDetector solution as listed below:

Risk Value - M3
Issue Description - Missing Fortified Functions
Details - This finding is for Android. The shared object does not have any fortified functions. Fortified functions provide buffer overflow checks against glibc's commons insecure functions like strcpy, gets etc. The affected libraries are:
armeabi-v7a/libtool-checker.so
armeabi-v7a/libanti.so
arm64-v8a/libtool-checker.so
arm64-v8a/libanti.so
Recommendation - Use the compiler option -D_FORTIFY_SOURCE=2 to fortify functions

@jkavanaghdeluxe
Copy link
Author

@nmilcoff is this project being maintained? If so, are fortified functions already being used or is that work planned?

@nmilcoff
Copy link
Owner

nmilcoff commented Oct 4, 2024

Hi @jkavanaghdeluxe , unfortunately I have moved on to a different stack (outside of dotnet) so this project is unfortunately unmaintained at this point

@jkavanaghdeluxe
Copy link
Author

@nmilcoff Thanks for the response.

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

No branches or pull requests

2 participants