-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do_last(): fetch directory ->i_mode and ->i_uid before it's too late
In do_last of namei.c, there is a possible information disclosure due to a double free. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation. The fix is designed to cache the required data before it is freed. Change-Id: Ib57b93fafd1742a40157c51e17cc87c30e1a9e53 Signed-off-by: engstk <[email protected]>
- Loading branch information
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters