Originally posted by EphemeralEft
View Post
Announcement
Collapse
No announcement yet.
Curl Preps For "Probably The Worst Curl Security Flaw In A Long Time"
Collapse
X
-
Originally posted by Danny3 View PostCool that Most Linux distros / package managers use the dependency system and once the library is updated all programs that use it are good.
Not sure I can say the same thing about programs distributed in the Flatpak or Snap format.
I assume that there if the program's developer / maintainer doesn't update its program with the new version of the dependency, you are stuck with the old insecure one.
Otoh, an OS that doesn't update or can't immediately is also vulnerable too like most androids more that a couple of years old.
- Likes 3
Comment
-
Originally posted by juxuanu View PostRewrite it in Rust.
- Likes 3
Comment
-
Originally posted by timofonic View PostWhat's the nature of these security flaws? Memory? Or what?
The article is not informative at all.
- Likes 5
Comment
-
-
Originally posted by bug77 View Post
I know you were just yanking people's chains, but, sadly, curl isn't part of coreutils which already has a Rust counterpart. The approach for Rust seems to be to simply wrap libcurl: https://docs.rs/curl/latest/curl/
What most of the people here don't know is that libcurl started looking into Rust quite a long time ago - https://daniel.haxx.se/blog/2020/10/...rl-with-hyper/
- Likes 13
Comment
-
Originally posted by Danny3 View PostCool that Most Linux distros / package managers use the dependency system and once the library is updated all programs that use it are good.
Not sure I can say the same thing about programs distributed in the Flatpak or Snap format.
I assume that there if the program's developer / maintainer doesn't update its program with the new version of the dependency, you are stuck with the old insecure one.
Originally posted by timofonic View PostWhat's the nature of these security flaws? Memory? Or what?
The article is not informative at all.Last edited by F.Ultra; 09 October 2023, 11:18 AM.
- Likes 5
Comment
-
I'm curlious what that vulnerability is. See what i did there? ^_^
I'm guessing it's a leak that either directly or indirectly allows code execution. Directly could for example be that data fetched through curl is also executed in some probably easy to trigger "facepalm" situation. Indirectly could be that there's a curl leak that isn't directly a security issue for curl itself but that other applications can abuse.
Just guesswork, could also be something different.
- Likes 1
Comment
-
Originally posted by NotMine999 View Post
Oh please. Just stop it. The retort of "Rewrite it in Rust" is getting older faster than all of my old girlfriends.
- Likes 8
Comment
Comment