You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π Have you checked Spicetify.app page for your issue?
I have checked the FAQ
π Is there already an issue for your problem?
I have checked older issues, open and closed
βΉ Environment / Computer Info
Spotify for Windows (64 bit)
1.2.39.578.g0ea3f38b
Spicetify v2.36.13
π Description
Hello! I would like to point out a possible vulnerability issue. It is located at cli/src/utils/utils.go:74. The function io.Copy() does not limit the number of bytes that are read. This may lead, in certain cases, to uncontrolled memory and disk usage. If you agree that this is a problem, I suggest using io.CopyN().
Thank you!
And howβs that a vulnerability if whatever is copied is hard-coded or typed into the config. Lol. Not everything is vulnerable if you use it in the way that doesnβt make it such
π Have you checked Spicetify.app page for your issue?
π Is there already an issue for your problem?
βΉ Environment / Computer Info
π Description
Hello! I would like to point out a possible vulnerability issue. It is located at cli/src/utils/utils.go:74. The function io.Copy() does not limit the number of bytes that are read. This may lead, in certain cases, to uncontrolled memory and disk usage. If you agree that this is a problem, I suggest using io.CopyN().
Thank you!
https://pkg.go.dev/io#CopyN
πΈ Screenshots
The text was updated successfully, but these errors were encountered: