Out-of-bounds write in systemd-resolved with crafted TCP payload
1–10 of 26 posts
Re: Out-of-bounds write in systemd-resolved with crafted TCP payload
#2The patch resolves the resolver. Heh.
Re: Out-of-bounds write in systemd-resolved with crafted TCP payload
#3Re: Out-of-bounds write in systemd-resolved with crafted TCP payload
#4Re: Out-of-bounds write in systemd-resolved with crafted TCP payload
#5Re: Out-of-bounds write in systemd-resolved with crafted TCP payload
#6Remind me, why are such critical system components as systemd are still being written in a memory unsafe language?
If any Rustafarians start such an effort, please make some noise about it.
Re: Out-of-bounds write in systemd-resolved with crafted TCP payload
#7Sorry, but this is not a standard TCP payload. I think the bug is in the library that made the packet, not with systemd. They should fix their library.
When your program doesn't handle a malformed input, and this leads to a buffer overflow, it's your fault. When this program is something as important as systemd, the problem is even worse.
Re: Out-of-bounds write in systemd-resolved with crafted TCP payload
#8Sorry, but this is not a standard TCP payload. I think the bug is in the library that made the packet, not with systemd. They should fix their library.
Re: Out-of-bounds write in systemd-resolved with crafted TCP payload
#9Sorry, but this is not a standard TCP payload. I think the bug is in the library that made the packet, not with systemd. They should fix their library.
Anything Internet-facing has to accept any kind of packet without crashing, or at least without failing in an exploitable way. That's the bare minimum you-must-be-this-tall entry requirement of security.
Re: Out-of-bounds write in systemd-resolved with crafted TCP payload
#10Remind me, why are such critical system components as systemd are still being written in a memory unsafe language?