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

Android builds, .so files are not stack canary protected and the binary does not have any fortified functions #2085

Closed
muralitharana opened this issue Oct 8, 2024 · 1 comment
Labels

Comments

@muralitharana
Copy link

Description

Please help!!

Existing issues are closed related to this

36870
46537

Continuation of issue: 46537

Tried with React Native 0.76.0-rc.1 but this issue is Android NDK Specific, Still I can see on these files, binary does not have a stack canary value and not have any fortified functions. These files are created by NDK system

  1. armeabiv7a/libc++_shared.so
  2. arm64-v8a/libc++_shared.so
  3. armeabiv7a/libc++_shared.so
  4. x86/libc++_shared.so
  5. x86_64/libc++_shared.so

Steps to reproduce

  1. create a fresh react native project using 0.76.0-rc.1
  2. create an Android release build
  3. static analysis of apk using MobSF

Affected versions

r28

Canary version

No response

Host OS

Mac

Host OS version

macOS 14.5

Affected ABIs

armeabi-v7a, arm64-v8a, x86, x86_64

Build system

ndk-build

Other build system

No response

minSdkVersion

26

Device API level

No response

@DanAlbert
Copy link
Member

Duplicate of #2072.

@DanAlbert DanAlbert closed this as not planned Won't fix, can't repro, duplicate, stale Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants