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

[Bug Report]: Outdated TensorFlow Sources (CVE-2022-35938) #2022

Open
Garnik645 opened this issue Sep 27, 2024 · 0 comments
Open

[Bug Report]: Outdated TensorFlow Sources (CVE-2022-35938) #2022

Garnik645 opened this issue Sep 27, 2024 · 0 comments
Labels

Comments

@Garnik645
Copy link

Contact Details

garnik645@gmail.com

What happened?

The master branch of the AliOS-Things project contains unpatched sources from tflite-micro, in which CVE-2022-35938 was reported with critical severity. The function GatherNd from AliOS-Things/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/gather_nd.cc does not include security patches and updates available in newer versions of tflite-micro. The fix for CVE can be found in this commit: tflite-micro commit.

To ensure that all security patches are applied, I strongly recommend updating the tflite-micro files in the project to the latest version available.

My report was primarily based on a static analysis tool developed at CAST, which flagged the potential vulnerability due to similarities in the codebase.

Version

master (Default)

What soultions are you seeing the problem on?

No response

Relevant log output

No response

@Garnik645 Garnik645 added the bug label Sep 27, 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

1 participant