From c-dev-return-23324-apmail-axis-c-dev-archive=axis.apache.org@axis.apache.org Tue Dec 4 02:56:04 2018 Return-Path: X-Original-To: apmail-axis-c-dev-archive@www.apache.org Delivered-To: apmail-axis-c-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1F47B18B02 for ; Tue, 4 Dec 2018 02:56:04 +0000 (UTC) Received: (qmail 85348 invoked by uid 500); 4 Dec 2018 02:56:04 -0000 Delivered-To: apmail-axis-c-dev-archive@axis.apache.org Received: (qmail 85312 invoked by uid 500); 4 Dec 2018 02:56:03 -0000 Mailing-List: contact c-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list c-dev@axis.apache.org Received: (qmail 85303 invoked by uid 99); 4 Dec 2018 02:56:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2018 02:56:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 7F951CDB40 for ; Tue, 4 Dec 2018 02:56:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id gbVOdxBp3lfr for ; Tue, 4 Dec 2018 02:56:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 8060C60DBB for ; Tue, 4 Dec 2018 02:56:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C4535E0C57 for ; Tue, 4 Dec 2018 02:56:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 8038A24DD3 for ; Tue, 4 Dec 2018 02:56:00 +0000 (UTC) Date: Tue, 4 Dec 2018 02:56:00 +0000 (UTC) From: "Bill Blough (JIRA)" To: c-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AXIS2C-1661) vulnerability : buffer overflow in axis2/c http client MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2C-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Blough resolved AXIS2C-1661. --------------------------------- Resolution: Fixed Fix Version/s: 1.7.0 Fixed in r1848118 > vulnerability : buffer overflow in axis2/c http client > ------------------------------------------------------ > > Key: AXIS2C-1661 > URL: https://issues.apache.org/jira/browse/AXIS2C-1661 > Project: Axis2-C > Issue Type: Bug > Components: core/transport > Affects Versions: 1.6.0, 1.7.0, Current (Nightly) > Environment: Any, axis2/c built with native http sender (no libcurl) > Reporter: Gilles Gagniard > Priority: Critical > Labels: overflow, patch, security > Fix For: 1.7.0 > > Original Estimate: 1h > Remaining Estimate: 1h > > With axis2/c used as a client using http transport, if a malicious server begins its reply with more than 512 bytes without CRLF (ie. in place of the response status), this causes a stack overflow in the client. Remote code execution is certainly possible. > Please find a fix for this vulnerability here : > https://github.com/gillesgagniard/wso2-wsf-cpp-gg/commit/976f9c60ccade30ae3fe1a2bddbaeb1fdc9e000a -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org For additional commands, e-mail: c-dev-help@axis.apache.org