fts.c in coreutils 8.4 allows local users to delete arbitrary files.
The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.
The product checks the state of a resource before using that resource, but the resource's state can change between the check and the use in a way that invalidates the results of the check. This can cause the product to perform invalid actions when the resource is in an unexpected state.
Link | Tags |
---|---|
http://www.securityfocus.com/bid/76073 | vdb entry third party advisory |
https://bugzilla.redhat.com/show_bug.cgi?id=1211300 | issue tracking third party advisory |