Lucene search
+L

3032 matches found

NVD
NVD
added 2016/08/10 2:59 p.m.37 views

CVE-2016-5419

curl and libcurl before 7.50.1 do not prevent TLS session resumption when the client certificate has changed, which allows remote attackers to bypass intended restrictions by resuming a session...

7.5CVSS6.2AI score0.15063EPSS
SaveExploits0References19
Prion
Prion
added 2016/08/10 2:59 p.m.31 views

Session fixation

curl and libcurl before 7.50.1 do not prevent TLS session resumption when the client certificate has changed, which allows remote attackers to bypass intended restrictions by resuming a session...

5CVSS7AI score0.15063EPSS
SaveExploits0References19Affected Software3
Prion
Prion
added 2016/08/10 2:59 p.m.22 views

Design/Logic Flaw

Use-after-free vulnerability in libcurl before 7.50.1 allows attackers to control which connection is used or possibly have unspecified other impact via unknown vectors...

6.8CVSS7.5AI score0.08037EPSS
SaveExploits0References15Affected Software6
CVE
CVE
added 2016/08/10 2:0 p.m.236 views

CVE-2016-5420

CVE-2016-5420 affects curl/libcurl prior to 7.50.1, where the client certificate is not checked when reusing a TLS connection, enabling an attacker to hijack the authentication of an existing connection by leveraging a previously loaded client certificate. The related advisories confirm that this...

7.5CVSS7.1AI score0.14596EPSS
SaveExploits0References18Affected Software1
CVE
CVE
added 2016/08/10 2:0 p.m.248 views

CVE-2016-5419

CVE-2016-5419 affects curl/libcurl up to 7.50.1, where TLS session resumption is allowed even if the client certificate changed. This enables a remote attacker to bypass client-certificate checks by resuming a previously established session, potentially hijacking authentication. CVE-2016-5420 and...

7.5CVSS7AI score0.15063EPSS
SaveExploits0References19Affected Software1
CVE
CVE
added 2016/08/10 2:0 p.m.214 views

CVE-2016-5421

CVE-2016-5421 is a use-after-free in libcurl up to version 7.50.0 that can affect which connection is used or cause unspecified impact via unknown vectors. Public notes in ALAS-2016-730 (curl) indicate the issue affects curl/libcurl before 7.50.1 and that patches upgrade to 7.50.1 or newer; remed...

8.1CVSS7.4AI score0.08037EPSS
SaveExploits0References15Affected Software1
Cvelist
Cvelist
added 2016/08/10 2:0 p.m.25 views

CVE-2016-5420

curl and libcurl before 7.50.1 do not check the client certificate when choosing the TLS connection to reuse, which might allow remote attackers to hijack the authentication of the connection by leveraging a previously created connection with a different client certificate...

7.8AI score0.14596EPSS
SaveExploits0References18
Cvelist
Cvelist
added 2016/08/10 2:0 p.m.36 views

CVE-2016-5419

curl and libcurl before 7.50.1 do not prevent TLS session resumption when the client certificate has changed, which allows remote attackers to bypass intended restrictions by resuming a session...

6.3AI score0.15063EPSS
SaveExploits0References19
Cvelist
Cvelist
added 2016/08/10 2:0 p.m.28 views

CVE-2016-5421

Use-after-free vulnerability in libcurl before 7.50.1 allows attackers to control which connection is used or possibly have unspecified other impact via unknown vectors...

8.5AI score0.08037EPSS
SaveExploits0References15
Debian CVE
Debian CVE
added 2016/08/10 2:0 p.m.34 views

CVE-2016-5421

Use-after-free vulnerability in libcurl before 7.50.1 allows attackers to control which connection is used or possibly have unspecified other impact via unknown vectors...

8.1CVSS8.2AI score0.08037EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2016/08/10 2:0 p.m.37 views

CVE-2016-5419

curl and libcurl before 7.50.1 do not prevent TLS session resumption when the client certificate has changed, which allows remote attackers to bypass intended restrictions by resuming a session...

7.5CVSS7.9AI score0.15063EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2016/08/10 2:0 p.m.40 views

CVE-2016-5421

Use-after-free vulnerability in libcurl before 7.50.1 allows attackers to control which connection is used or possibly have unspecified other impact via unknown vectors...

8.1CVSS8.6AI score0.08037EPSS
SaveExploits0
ArchLinux
ArchLinux
added 2016/08/08 12:0 a.m.47 views

curl: multiple issues

CVE-2016-5419 authentication bypass libcurl would attempt to resume a TLS session even if the client certificate had changed. That is unacceptable since a server by specification is allowed to skip the client certificate check on resume, and may instead use the old identity which was established...

7.5CVSS0.4AI score0.15063EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2016/08/03 9:48 a.m.35 views

CVE-2016-5420

It was found that the libcurl library did not check the client certificate when choosing the TLS connection to reuse. An attacker could potentially use this flaw to hijack the authentication of the connection by leveraging a previously created connection with a different client certificate...

7.5CVSS2.4AI score0.14596EPSS
SaveExploits0References2
OSV
OSV
added 2016/08/03 8:0 a.m.10 views

CURL-CVE-2016-5420 Reusing connections with wrong client cert

libcurl did not consider client certificates when reusing TLS connections. libcurl supports reuse of established connections for subsequent requests. It does this by keeping a few previous connections "alive" in a connection pool so that a subsequent request that can use one of them instead of...

7.5CVSS7.6AI score0.14596EPSS
SaveExploits0
OSV
OSV
added 2016/08/03 8:0 a.m.11 views

CURL-CVE-2016-5421 use of connection struct after free

libcurl is vulnerable to a use after free flaw. libcurl works with easy handles using the type 'CURL ' that are objects the application creates using curleasyinit. They are the handles that are all each associated with a single transfer at a time. libcurl also has an internal struct that represen...

8.1CVSS7.2AI score0.08037EPSS
SaveExploits0
OSV
OSV
added 2016/08/03 8:0 a.m.10 views

CURL-CVE-2016-5419 TLS session resumption client cert bypass

libcurl would attempt to resume a TLS session even if the client certificate had changed. That is unacceptable since a server by specification is allowed to skip the client certificate check on resume, and may instead use the old identity which was established by the previous certificate or no...

7.5CVSS7.5AI score0.15063EPSS
SaveExploits0
curl security advisories
curl security advisories
added 2016/08/03 8:0 a.m.17 views

TLS session resumption client cert bypass

libcurl would attempt to resume a TLS session even if the client certificate had changed. That is unacceptable since a server by specification is allowed to skip the client certificate check on resume, and may instead use the old identity which was established by the previous certificate or no...

7.5CVSS6.4AI score0.15063EPSS
SaveExploits0Affected Software2
curl security advisories
curl security advisories
added 2016/08/03 8:0 a.m.10 views

use of connection struct after free

libcurl is vulnerable to a use after free flaw. libcurl works with easy handles using the type 'CURL ' that are objects the application creates using curleasyinit. They are the handles that are all each associated with a single transfer at a time. libcurl also has an internal struct that represen...

8.1CVSS7.5AI score0.08037EPSS
SaveExploits0Affected Software2
OSV
OSV
added 2016/08/03 12:0 a.m.3 views

UBUNTU-CVE-2016-5420

curl and libcurl before 7.50.1 do not check the client certificate when choosing the TLS connection to reuse, which might allow remote attackers to hijack the authentication of the connection by leveraging a previously created connection with a different client certificate...

7.5CVSS6.8AI score0.14596EPSS
SaveExploits0References5
Rows per page
Query Builder