-
Notifications
You must be signed in to change notification settings - Fork 241
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
Has CVE-2013-4235 been fixed ? #317
Comments
I don't see any changes since 2010 to the src/remove_tree.c, so I don't think so. However, I'm not sure the CVE is legitimate. remove_tree() uses lstat() to check for a directory, and only descends non-link directories. Hard links are not allowed for directories. Knowing Florian, however, I expect I'm misunderstanding something. Would be good to get elaboration. |
Assuming |
Oh, I was thinking just the link target would be switched. Yeah, that seems worth doing. Thanks. If one of you has time to float a patch, please leave a note before you start (to avoid duplicate work). |
Are there any plans to fix this CVE? |
Please feel free to open a PR with a patch. |
Since the underlying issue is a user logged in whilst userdel runs, would it make sense to add a script in |
Does shadow install the script, or do we need to install it ourselves? |
It is not being installed by default. (Doing so would almost certainly be unsafe for some users) |
Still fuzzy to me on the current state of this CVE... Various Linux Distros still say it is open and no fix upstream... Based on the discussion in this thread, was this fixed as of 4.11.1 ? |
reference:https://bugzilla.redhat.com/show_bug.cgi?id=884658
The text was updated successfully, but these errors were encountered: