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.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Samba | Samba | 4.9.0 (including) | 4.9.18 (excluding) |
Samba | Samba | 4.10.0 (including) | 4.10.12 (excluding) |
Samba | Samba | 4.11.0 (including) | 4.11.5 (excluding) |
Samba | Ubuntu | devel | * |
Samba | Ubuntu | disco | * |
Samba | Ubuntu | eoan | * |
Samba | Ubuntu | trusty | * |
Samba | Ubuntu | upstream | * |