The plist_free_data function in plist.c in libplist allows attackers to cause a denial of service (crash) via vectors involving an integer node that is treated as a PLIST_KEY and then triggers an invalid free.
The product calls free() twice on the same memory address.
Link | Tags |
---|---|
https://github.com/libimobiledevice/libplist/issues/86 | issue tracking third party advisory patch |
http://www.securityfocus.com/bid/96022 | vdb entry |
http://www.openwall.com/lists/oss-security/2017/01/31/6 | mailing list third party advisory patch |
http://www.openwall.com/lists/oss-security/2017/02/02/4 | mailing list third party advisory patch |