Eu diria que não há problema em desabilitar este serviço, supondo que você não tenha necessidade de UPnP (Plug and Play universal) . Esse é um serviço que permite que os dispositivos "descubram" um ao outro em sua rede e anunciam serviços que podem fornecer ou estão procurando para consumir.
trecho
I first coded MiniSSDPd as a small daemon used by MiniUPnPc (a UPnP control point for IGD devices) to speed up device discoveries. MiniSSDPd keep memory of all UPnP devices that announced themselves on the network through SSDP NOTIFY packets.
More recently, some MiniUPnPd (an implementation of a UPnP IDG) users complained about the non-possibility to run MiniUPnPd and MediaTomb (an implementation of a UPnP Media Server) on the same computer because these two piece of software needed to open UDP port 1900. I then added to MiniSSDPd the ability to handle all SSDP traffic recieved on a computer via the multicast group 239.255.255.250:1900. You may be interested in reading this forum thread about all this.