Debian: 2174-1: avahi: denial of service


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) Debian: 2174-1: avahi: denial of service
# 1  
Old 02-28-2011
Debian: 2174-1: avahi: denial of service

LinuxSecurity.com: It was discovered that avahi, an implementation of the zeroconf protocol, can be crashed remotely by a single UDP packet, which may result in a denial of service. [More...]

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
shevek::avahi::browser::details(3)			     Library Functions Manual				shevek::avahi::browser::details(3)

NAME
shevek::avahi::browser::details - Details about a discovered service. These are internally created and may be examined by the application. SYNOPSIS
#include <avahi.hh> Public Member Functions details (AvahiIfIndex i, AvahiProtocol p) Create a details object. The application has no use for this. details (AvahiIfIndex i, AvahiProtocol p, Glib::ustring a, AvahiLookupResultFlags f) Create a details object. The application has no use for this. details () Create a details object. The application has no use for this. bool operator< (details const &that) const Allow sorting so details can be put in a std::set. Public Attributes AvahiIfIndex interface Network interface. AvahiProtocol protocol Protocol. This is always tcp, because other protocols are never browsed by this class. Glib::ustring address Hostname or ip address of the server. AvahiLookupResultFlags flags Some flags about the result. Usually not useful; see the avahi documentation for possible values and their meanings. Detailed Description Details about a discovered service. These are internally created and may be examined by the application. Author Generated automatically by Doxygen for libshevek from the source code. libshevek Fri May 11 2012 shevek::avahi::browser::details(3)