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

Update mbedtls, uECC, maybe Tensorflow #2346

Open
3 tasks
gfwilliams opened this issue Mar 29, 2023 · 0 comments
Open
3 tasks

Update mbedtls, uECC, maybe Tensorflow #2346

gfwilliams opened this issue Mar 29, 2023 · 0 comments

Comments

@gfwilliams
Copy link
Member

  • uECC

  • mbedtls

  • Tensorflow (not such a bit deal as we generally trust the models we use)

  • libs/crypto/mbedtls/library/ssl_srv.c

  • libs/tensorflow/tensorflow/lite/kernels/internal/reference/reduce.h

  • libs/tensorflow/tensorflow/lite/kernels/internal/types.h

  • targetlibs/nrf5x_12/external/micro-ecc/uECC.c

  • libs/tensorflow/tensorflow/lite/kernels/padding.h

  • libs/tensorflow/tensorflow/lite/kernels/internal/common.h

The ssl_srv.c file in your repository is an exact copy of the file that was modified when vulnerabilities CVE-2017-18187, CVE-2018-9988, and CVE-2018-9989 were patched in the original project. The copy in your project is of a version of the ssl_srv.c before the vulnerabilities were fixed.

The reduce.h file in your repository is an exact copy of the file that was modified when the CVE-2020-15207 vulnerability was patched in the original project.

The types.h file in your repository is an exact copy of the file that was modified when the CVE-2020-15208 vulnerability was patched in the original project.

The uECC.c file in your repository is an exact copy of the file that was modified when the CVE-2020-27209 vulnerability was patched in the original project.

The padding.h file in your repository is an exact copy of the file that was modified when the CVE-2021-29585 vulnerability was patched in the original project.

The common.h file in your repository is an exact copy of the file that was modified when the CVE-2022-23557 vulnerability was patched in the original project.

Thanks to University of Tartu, University of Tennessee and Northern Kentucky University for pointing these out while conducting analysis of orphaned vulnerabilities in open source projects

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

1 participant