Exim 4.99.3 security update

It looks our DA Exim shall be compiled with OpenSSL, not with GNUTLS (hopefully) :)

From https://exim.org/static/doc/security/EXIM-Security-2026-05-01.1/EXIM-Security-2026-05-01.1.txt
Affected Versions
-----------------

- All Exim versions from 4.97 up to and including 4.99.2 are affected.
- This vulnerability only impacts builds that use USE_GNUTLS=yes. Builds using OpenSSL or other TLS libraries are not affected.

In my AL9, I tried to "ldd /usr/sbin/exim" , it showed -
libssl.so.3 => /lib64/libssl.so.3
libcrypto.so.3 => /lib64/libcrypto.so.3
where /lib64/libssl.so.3 and libcrypto.so.3 are shipped by openssl-libs

I hope we are not vulnerable.
 
Back
Top