Skip to content

Vulnerable shared libraries might make opencv-python vulnerable. Can you help upgrade to patch versions? #646

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

Closed
andy201709 opened this issue Mar 29, 2022 · 2 comments

Comments

@andy201709
Copy link

Hi, @skvark , @native-api , I'd like to report a vulnerability issue in opencv-python_4.5.4.60.

Dependency Graph between Python and Shared Libraries

image 简略

Issue Description

As shown in the above dependency graph(here shows part of the dependency graph, which depends on vulnerable shared libraries), opencv-python_4.5.4.60 directly or transitively depends on 38 C libraries (.so). However, I noticed that some C libraries are vulnerable, containing the following CVEs:
libcrypto-018b8c17.so.1.1 and libssl-6082116c.so.1.1from C project openssl(version:1.1.1f) exposed 5 vulnerabilities:
CVE-2021-3711,CVE-2021-3712,CVE-2020-7043, CVE-2020-7042,CVE-2020-7041

Suggested Vulnerability Patch Versions

openssl has fixed the vulnerabilities in versions >=1.1.1l

Python build tools cannot report vulnerable C libraries, which may induce potential security issues to many downstream Python projects.
As a popular python package (opencv-python has 5,082,007 downloads per month), could you please upgrade the above shared libraries to their patch versions?

Thanks for your help~
Best regards,
Andy

@native-api
Copy link
Contributor

native-api commented Mar 29, 2022

I believe this has already been fixed in 0a17e6c

@asmorkalov
Copy link
Collaborator

Duplicate for:

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

No branches or pull requests

3 participants