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

Potential security vulnerability in the libvorbis C library #35

Open
JoeGardner000 opened this issue Apr 7, 2022 · 2 comments
Open
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@JoeGardner000
Copy link

Hi, @Linkid , I'd like to report a vulnerability issue in mixstream_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), mixstream_1.1.0 directly or transitively depends on 5 C libraries (.so). However, I noticed that one C library is vulnerable, containing the following CVE:
libvorbisfile-c5d289a9.so.3.3.5from C project libvorbis(version:1.3.2) exposed 1 vulnerability:
CVE-2020-20412

Suggested Vulnerability Patch Versions

libvorbis has fixed the vulnerabilities in versions >=1.3.6

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

Thanks for your help~
Best regards,
Jor Gardner

@JoeGardner000 JoeGardner000 added the bug Something isn't working label Apr 7, 2022
@Linkid Linkid changed the title Potential secutiry vulnerability in the C library which mixstream depends on. Can you help upgrade to patch versions? Potential security vulnerability in the libvorbis C library Apr 7, 2022
@Linkid
Copy link
Member

Linkid commented Apr 11, 2022

Hi! Thanks for the report !

@Linkid
Copy link
Member

Linkid commented Apr 22, 2022

The version of this lib in CentOS 7 does not contain a patch for that. As some wheels are built with CentOS 7, it will be not fixed.
Moreover, this CVE is really specific to StepMania and is local. So this is not a big one for us.
So, this issue will be solved by itself when CentOS 7 will not be used anymore.

@Linkid Linkid added the wontfix This will not be worked on label Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Development

No branches or pull requests

2 participants