CVE-2026-42511 Breakdown: RCE in FreeBSD

(aisle.com)

27 points | by mmsc 3 days ago ago

1 comments

  • zbentley a day ago ago

    That’s … unfortunate. I had previously assumed that an OS with as solid a reputation as FreeBSD would not do questionable things like “have core network protocols store externally-supplied structured data using ad hoc file serialization” (SQLite, Berkeley DB, JSON, TOML, and many more alternatives exist) and “shell eval data/configs on the data path.”

    If confirmed, that last part is particularly a bummer. Having shell functionality on the data path of … well, anything as critical as DHCP seems like a poor choice. Considering it appropriate to use shell eval there seems like such a poor choice as to reflect poorly on the whole system.