The __ext4_journal_stop function in fs/ext4/ext4_jbd2.c in the Linux kernel before 4.3.3 allows local users to gain privileges or cause a denial of service (use-after-free) by leveraging improper access to a certain error field.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6934da9238da947628be83635e365df41064b09b | patch vendor advisory |
http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.3.3 | release notes |
https://github.com/torvalds/linux/commit/6934da9238da947628be83635e365df41064b09b | patch vendor advisory |
https://source.android.com/security/bulletin/2016-11-01.html | third party advisory |
http://www.securityfocus.com/bid/94135 | third party advisory vdb entry |