crypto/pcrypt.c in the Linux kernel before 4.14.13 mishandles freeing instances, allowing a local user able to access the AF_ALG-based AEAD interface (CONFIG_CRYPTO_USER_API_AEAD) and pcrypt (CONFIG_CRYPTO_PCRYPT) to cause a denial of service (kfree of an incorrect pointer) or possibly have unspecified other impact by executing a crafted sequence of system calls.
The product attempts to return a memory resource to the system, but it calls the wrong release function or calls the appropriate release function incorrectly.
Link | Tags |
---|---|
http://www.securityfocus.com/bid/102813 | vdb entry third party advisory |
https://usn.ubuntu.com/3619-2/ | third party advisory vendor advisory |
https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.13 | issue tracking release notes vendor advisory |
https://access.redhat.com/errata/RHSA-2018:2948 | third party advisory vendor advisory |
https://github.com/torvalds/linux/commit/d76c68109f37cb85b243a1cf0f40313afd2bae68 | patch |
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=d76c68109f37cb85b243a1cf0f40313afd2bae68 | issue tracking third party advisory patch |
https://usn.ubuntu.com/3619-1/ | third party advisory vendor advisory |