Lucene search

K
freebsdFreeBSD4E1F4ABC-6837-11E3-9CDA-3C970E169BC2
HistoryDec 17, 2013 - 12:00 a.m.

cURL library -- cert name check ignore with GnuTLS

2013-12-1700:00:00
vuxml.freebsd.org
11

4 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

HIGH

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:H/Au:N/C:P/I:P/A:N

0.002 Low

EPSS

Percentile

64.2%

cURL project reports:

libcurl is vulnerable to a case of missing out the checking
of the certificate CN or SAN name field when the digital
signature verification is turned off.
libcurl offers two separate and independent options for
verifying a server’s TLS certificate. CURLOPT_SSL_VERIFYPEER
and CURLOPT_SSL_VERIFYHOST. The first one tells libcurl to
verify the trust chain using a CA cert bundle, while the
second tells libcurl to make sure that the name fields in
the server certificate meets the criteria. Both options are
enabled by default.
This flaw had the effect that when an application disabled
CURLOPT_SSL_VERIFYPEER, libcurl mistakenly also skipped the
CURLOPT_SSL_VERIFYHOST check. Applications can disable
CURLOPT_SSL_VERIFYPEER and still achieve security by doing
the check on its own using other means.
The curl command line tool is not affected by this problem
as it either enables both options or disables both at the
same time.

OSVersionArchitecturePackageVersionFilename
FreeBSDanynoarchcurl= 7.21.4UNKNOWN
FreeBSDanynoarchcurl< 7.33.0_2UNKNOWN

4 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

HIGH

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:H/Au:N/C:P/I:P/A:N

0.002 Low

EPSS

Percentile

64.2%