[deleted]
[deleted]
Multiple vulnerabilities released in NTP
11–20 of 120 posts
Re: Multiple vulnerabilities released in NTP
#12Might want to check out OpenBSD's OpenNTPD: http://www.openntpd.org/
Also, the last release of non-portable openntpd is from 2009.
Re: Multiple vulnerabilities released in NTP
#13The ntpd daemon does not run as root. So, how is it able to change the time of the system? Does it use setuid, or caps, or something else? I wonder because this would also affect what arbitrary code could be run as the ntp user.
$ ps u 561
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
ntp 561 0.0 0.0 5856 780 ? Ss Jul14 22:37 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 103:107
$ /sbin/getpcaps 561
Capabilities for `561': = cap_net_bind_service,cap_sys_time+epRe: Multiple vulnerabilities released in NTP
#14Might want to check out OpenBSD's OpenNTPD: http://www.openntpd.org/
Re: Multiple vulnerabilities released in NTP
#15Might want to check out OpenBSD's OpenNTPD: http://www.openntpd.org/
Re: Multiple vulnerabilities released in NTP
#16Re: Multiple vulnerabilities released in NTP
#17Re: Multiple vulnerabilities released in NTP
#18Geez, in a time sync program? Nothing is safe anymore.
Re: Multiple vulnerabilities released in NTP
#19A remote attacker can send a carefully crafted packet that can overflow a stack buffer and potentially allow malicious code to be executed with the privilege level of the ntpd process. Geez, in a time sync program? Nothing is safe anymore.
Re: Multiple vulnerabilities released in NTP
#20This is interesting timing, I was just in the freenode #linux channel yesterday asking about security issues with NTP. I got told it was a non-issue and that I was "tilting at windmills". I have been using chronyd in Alpine linux to good effect so far, but have really been wondering how bad it would be if I just turned it all off.