Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 657527 Details for
Bug 876307
CVE-2012-5484 ipa: weakness when initiating join from IPA client can potentially compromise IPA domain
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
3/4
0112-Do-SSL-CA-verification-and-hostname-validation.patch (text/plain), 955 bytes, created by
Simo Sorce
on 2012-12-04 13:52:21 UTC
(
hide
)
Description:
3/4
Filename:
MIME Type:
Creator:
Simo Sorce
Created:
2012-12-04 13:52:21 UTC
Size:
955 bytes
patch
obsolete
>From 676e92e03325ebcac1c3442f548f48bb7f1ab15e Mon Sep 17 00:00:00 2001 >From: Rob Crittenden <rcritten@redhat.com> >Date: Tue, 13 Nov 2012 17:42:07 -0500 >Subject: [PATCH 112/113] Do SSL CA verification and hostname validation. > >--- > ipa-client/ipa-join.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/ipa-client/ipa-join.c b/ipa-client/ipa-join.c >index 4c37113..6a9770f 100644 >--- a/ipa-client/ipa-join.c >+++ b/ipa-client/ipa-join.c >@@ -166,8 +166,8 @@ callRPC(char * user_agent, > memset(curlXportParmsP, 0, sizeof(*curlXportParmsP)); > > /* Have curl do SSL certificate validation */ >- curlXportParmsP->no_ssl_verifypeer = 1; >- curlXportParmsP->no_ssl_verifyhost = 1; >+ curlXportParmsP->no_ssl_verifypeer = 0; >+ curlXportParmsP->no_ssl_verifyhost = 0; > curlXportParmsP->cainfo = "/etc/ipa/ca.crt"; > curlXportParmsP->user_agent = user_agent; > /* Enable GSSAPI credentials delegation */ >-- >1.7.11.7 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 876307
:
657525
|
657526
| 657527 |
657528