A flaw was found in glibc. In an uncommon situation, the gaih_inet function may use memory that has been freed, resulting in an application crash. This issue is only exploitable when the getaddrinfo function is called and the hosts database in /etc/nsswitch.conf is configured with SUCCESS=continue or SUCCESS=merge.
Workaround:
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 |
---|---|
https://access.redhat.com/errata/RHBA-2024:2413 | vendor advisory |
https://access.redhat.com/errata/RHSA-2023:5453 | third party advisory vendor advisory |
https://access.redhat.com/errata/RHSA-2023:5455 | third party advisory vendor advisory |
https://access.redhat.com/errata/RHSA-2023:7409 | third party advisory vendor advisory |
https://access.redhat.com/security/cve/CVE-2023-4813 | third party advisory vdb entry |
https://bugzilla.redhat.com/show_bug.cgi?id=2237798 | patch third party advisory issue tracking |
http://www.openwall.com/lists/oss-security/2023/10/03/8 | |
https://security.netapp.com/advisory/ntap-20231110-0003/ |