Live data from Hacker News

FreeBSD 12.4

freebsd.org

1–10 of 24 posts

Re: FreeBSD 12.4

#2
Congrats to the team.

I looked briefly at the relnotes[1], there is some scary stuff, such as this vulnerability in ping(1): https://www.freebsd.org/security/advisories/FreeBSD-SA-22:15...

Since a lot of code is shared between BSDs, I wonder if others have the same vulnerabilities.

1: https://www.freebsd.org/releases/12.4R/relnotes/

Re: FreeBSD 12.4

#3
On one hand it’s great FreeBSD uses capability sandboxing, on the other I’m sick of memory errors since the day before yesterday.

Re: FreeBSD 12.4

#4
post #2

Congrats to the team. I looked briefly at the relnotes[1], there is some scary stuff, such as this vulnerability in ping(1): https://www.freebsd.org/security/advisories/FreeBSD-SA-22:15... Since a lot of code is shared between BSDs, I wonder if others have the same vulnerabilities. 1: https://www.freebsd.org/releases/12.4R/relnotes/

Note that, thanks to capsicum(4), this vulnerability is not very exploitable.

Re: FreeBSD 12.4

#5
post #4
post #2

Congrats to the team. I looked briefly at the relnotes[1], there is some scary stuff, such as this vulnerability in ping(1): https://www.freebsd.org/security/advisories/FreeBSD-SA-22:15... Since a lot of code is shared between BSDs, I wonder if others have the same vulnerabilities. 1: https://www.freebsd.org/releases/12.4R/relnotes/

Note that, thanks to capsicum(4), this vulnerability is not very exploitable.

Thanks, I didn't know about capsicum(4) and I completely overlooked the mention of sandboxing in the impact section.

Re: FreeBSD 12.4

#6
post #2

Congrats to the team. I looked briefly at the relnotes[1], there is some scary stuff, such as this vulnerability in ping(1): https://www.freebsd.org/security/advisories/FreeBSD-SA-22:15... Since a lot of code is shared between BSDs, I wonder if others have the same vulnerabilities. 1: https://www.freebsd.org/releases/12.4R/relnotes/

I would assume there's some level of communication between the various security teams, enough that someone would check if OpenBSD/MacOS had the same bug before they went public with it at least.

Re: FreeBSD 12.4

#7
post #2

Congrats to the team. I looked briefly at the relnotes[1], there is some scary stuff, such as this vulnerability in ping(1): https://www.freebsd.org/security/advisories/FreeBSD-SA-22:15... Since a lot of code is shared between BSDs, I wonder if others have the same vulnerabilities. 1: https://www.freebsd.org/releases/12.4R/relnotes/

> The ping process runs in a capability mode sandbox on all affected versions of FreeBSD and is thus very constrained in how it can interact with the rest of the system at the point where the bug can occur.

Re: FreeBSD 12.4

#8
post #2

Congrats to the team. I looked briefly at the relnotes[1], there is some scary stuff, such as this vulnerability in ping(1): https://www.freebsd.org/security/advisories/FreeBSD-SA-22:15... Since a lot of code is shared between BSDs, I wonder if others have the same vulnerabilities. 1: https://www.freebsd.org/releases/12.4R/relnotes/

This ping vuln is not shared anywhere. It is based on a freebsd-specific "optimization" from 2019. Other pings are totally different, I also have my own ping, and it's not affected.

Re: FreeBSD 12.4

#9
Something I've really come to appreciate with OpenBSD is the stability and ease of in-place upgrades. I'm not very familiar with FreeBSD, but from what I've read it seems it too has stable, straightforward, in-place version upgrades. I'd love to hear people's experiences.

I've found with Linux distributions that aren't rolling releases, things tend to break in annoying and insidious ways, such that you generally need to, or at least it is strongly advisable to, fresh install each time.

This is probably of less importance given the demise of the monolithic server, but for my own server, I really appreciate it and the avoidance of reconfiguring everything.

Re: FreeBSD 12.4

#10
post #9

Something I've really come to appreciate with OpenBSD is the stability and ease of in-place upgrades. I'm not very familiar with FreeBSD, but from what I've read it seems it too has stable, straightforward, in-place version upgrades. I'd love to hear people's experiences. I've found with Linux distributions that aren't rolling releases, things tend to break in annoying and insidious ways, such that you generally need…

It does have a solid and well documented upgrade process, provided you're on the latest stable version prior to executing the upgrade.

Fall behind by 3 or 4 versions and it's a long laborious task to upgrade each one. For products containing the OS which are shipped out to customers (NAS, firewalls, appliances, etc) this process might be too high risk, so it's easier to never upgrade - but ship new hardware, usually in the form of a new product.

(This is from personal experience taking on a client who still ran internet-facing FreeBSD 9.x servers. Lift & shift to the latest FreeBSD 13.x was far safer)

Post reply on HN