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

Could you help upgrade the vulnerble shared library introduced by package pygroupsig? #92

Open
MikeWazoWski123 opened this issue Apr 4, 2022 · 0 comments

Comments

@MikeWazoWski123
Copy link

Hi, @jdv-ibm , @jesusdiazvico , I'd like to report a vulnerability issue in pygroupsig_1.1.0.

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), pygroupsig_1.1.0 directly or transitively depends on 3 C libraries (.so). However, I noticed that some C libraries are vulnerable, containing the following CVEs:
libcrypto-021c2f5b.so.1.1 and libssl-6db5df62.so.1.1from C project openssl(version:1.1.0g) exposed 7 vulnerabilities:
CVE-2019-1543, CVE-2018-0735, CVE-2017-3738, CVE-2020-7043, CVE-2020-7042, CVE-2020-7041, CVE-2019-1552,

Suggested Vulnerability Patch Versions

openssl has fixed the vulnerabilities in versions >=1.1.1c

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

Thanks for your help~
Best regards,
MikeWazowski

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