Comment 4Riccardo Schirone
2019-05-15 14:14:18 UTC
Function dissect_spoolss_buffer_data() in dissectors/packet-dcerpc-spoolss.c dissects a size value and then uses it to retrieve some data. However, the size value is not validated, thus it can cause the program to read out of bounds, leaking memory content or making the application crash.
Comment 5Riccardo Schirone
2019-05-16 09:14:15 UTC