-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reachable assertion in avahi_dns_packet_append_record #455
Comments
pemensik
added a commit
to pemensik/avahi
that referenced
this issue
Apr 27, 2023
Handle failure if requested name is too long. Fixes avahi#455
pemensik
added a commit
to pemensik/avahi
that referenced
this issue
Apr 27, 2023
Handle failure if requested name is too long. Fixes avahi#455
|
This issue has CVE-2023-38469 assigned. |
msekletar
added a commit
to msekletar/avahi
that referenced
this issue
Oct 18, 2023
msekletar
added a commit
to msekletar/avahi
that referenced
this issue
Oct 18, 2023
msekletar
added a commit
to msekletar/avahi
that referenced
this issue
Oct 18, 2023
evverx
added a commit
to evverx/avahi
that referenced
this issue
Oct 25, 2023
evverx
added a commit
to evverx/avahi
that referenced
this issue
Oct 25, 2023
to make sure they don't crash avahi any more. It reproduces avahi#455
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It can be triggered by unprivileged local users (unless
disable-user-service-publishingis set toyesexplicitly):avahi-publish -s T _qotd._tcp 22 $(perl -le 'print "A " x 100000')dns.c:806: avahi_dns_packet_append_record: Assertion `size <= AVAHI_DNS_RDATA_MAX' failed.The text was updated successfully, but these errors were encountered: