libceph: Fix NULL pointer dereference in auth client code
A malicious monitor can craft an auth reply message that could cause a NULL function pointer dereference in the client's kernel. To prevent this, the auth_none protocol handler needs an empty ceph_auth_client_ops->build_request() function. CVE-2013-1059 Signed-off-by: NTyler Hicks <tyhicks@canonical.com> Reported-by: NChanam Park <chanam.park@hkpco.kr> Reviewed-by: NSeth Arnold <seth.arnold@canonical.com> Reviewed-by: NSage Weil <sage@inktank.com> Cc: stable@vger.kernel.org
Showing
想要评论请 注册 或 登录