Code: Select all
$ xxd bin/x64/factorio | grep 'OpenSSL' | head -n 1
00d81410: 4f70 656e 5353 4c20 312e 312e 3167 2020 OpenSSL 1.1.1g
$ pwd
/home/ruslan/.steam/steam/steamapps/common/Factorio
$ uname -r
6.18.33-p1-gentoo-dist
$ ./bin/x64/factorio --version
Version: 2.0.76 (build 84451, linux64, steam)
Version: 64
Map input version: 1.0.0-0
Map output version: 2.0.76-0
Factorio is affected by each and every known CVE since 2020! https://openssl-library.org/news/vulner ... index.html
You can use either premium 1.1.1zh or 3.5.6 and use compatibility library that will redirect old API to new library.


