There is a use-after-free issue in all samba 4.9.x versions before 4.9.18, all samba 4.10.x versions before 4.10.12 and all samba 4.11.x versions before 4.11.5, essentially due to a call to realloc() while other local variables still point at the original buffer.
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://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-19344 | issue tracking third party advisory |
https://www.samba.org/samba/security/CVE-2019-19344.html | vendor advisory |
https://security.netapp.com/advisory/ntap-20200122-0001/ | third party advisory |
https://www.synology.com/security/advisory/Synology_SA_20_01 | third party advisory |
https://usn.ubuntu.com/4244-1/ | third party advisory vendor advisory |
http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00055.html | third party advisory vendor advisory |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/GQ6U65I2K23YJC4FESW477WL55TU3PPT/ | vendor advisory |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/4ACZVNMIFQGGXNJPMHAVBN3H2U65FXQY/ | vendor advisory |
https://security.gentoo.org/glsa/202003-52 | vendor advisory |
https://lists.debian.org/debian-lts-announce/2023/09/msg00013.html | mailing list |