The processRequest function in minissdpd.c in MiniSSDPd 1.2.20130907-3 allows local users to cause a denial of service (invalid free and daemon crash) via vectors related to error handling.
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 |
---|---|
http://www.openwall.com/lists/oss-security/2016/03/16/13 | mailing list third party advisory patch |
https://github.com/miniupnp/miniupnp/commit/140ee8d2204b383279f854802b27bdb41c1d5d1a | issue tracking third party advisory patch |
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816759 | issue tracking third party advisory patch |
http://speirofr.appspot.com/files/advisory/SPADV-2016-02.md | third party advisory patch |