Homebrew / homebrew-core

🍻 Default formulae for the missing package manager for macOS (or Linux)
https://brew.sh
BSD 2-Clause "Simplified" License
13.65k stars 12.36k forks source link

lrzsz: CVE-2018-10195 #31397

Closed l2dy closed 6 years ago

l2dy commented 6 years ago

Note that I haven't tried to reproduce the crash, merely discovered the vulernability from Debian's security-tracker.

https://security-tracker.debian.org/tracker/CVE-2018-10195 https://bugzilla.redhat.com/show_bug.cgi?id=1572058

DomT4 commented 6 years ago

Thanks for flagging this up to us! I keep a loose eye on all the major security mailing lists & trackers but this one slipped through (as have some others that aren't big enough to generate "noise", in all likelihood) so we appreciate people notifying us of these things.

I applied the Fedora patch locally and, well, it broke compile, naturally 🙃.

mv lrzsz.po ./lrzsz.pot
mv: rename lrzsz.po to ./lrzsz.pot: No such file or directory
make[2]: *** [lrzsz.pot] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2

Looking into it.

DomT4 commented 6 years ago

Resolved via https://github.com/Homebrew/homebrew-core/commit/5361ba0d1d1d0fdce0ff52565be4f8d92eea42f4. Thanks again for the report!