Thanks for the quick response Chris. I believe the software installed is not using the OS libraries. Instead, it's using its own libcurl files which are part of the product lib directory.
Cheers, MC On Tue, Oct 23, 2018 at 6:13 PM Chris Carlmar via curl-library < [email protected]> wrote: > On 23.10.2018 08:43, IoT Home via curl-library wrote: > > Hi All, > > > > I am have a product which come pre installed with libcurl.so file and i > > am trying to assess if the file used is impact by *CVE-1000300*. > > > > Is there a way to find out what version of libcurl i have? > > > > I have the following files: > > > > * *libcurl.so > > * > > * *libcurl.so.4 > > * > > * *libcurl.so.4.4.0* > > > > I am using CentOS as my OS. > > > > thanks very much for your help. > > > > Cheers, > > MC > > > > > > On CentOS, you can run 'yum info libcurl', and check what version comes > up under 'Installed Packages'. > > You most likely also have the curl binary installed, so you could just > run 'curl --version' > > -- > mvh > Chris Carlmar > ------------------------------------------------------------------- > Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library > Etiquette: https://curl.haxx.se/mail/etiquette.html
------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
