Bug 634264 (CVE-2010-3302) - CVE-2010-3302 openswan: buffer overflow vulnerability in XAUTH client-side support
Summary: CVE-2010-3302 openswan: buffer overflow vulnerability in XAUTH client-side su...
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2010-3302
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 635058 635060 637925
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-09-15 17:00 UTC by Vincent Danen
Modified: 2023-05-11 15:18 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-11-16 20:02:21 UTC
Embargoed:


Attachments (Terms of Use)
proposed upstream patch (2.28 KB, patch)
2010-09-15 17:03 UTC, Vincent Danen
no flags Details | Diff
patch for cve-2010-3302 (9.50 KB, patch)
2010-09-17 17:07 UTC, Avesh Agarwal
no flags Details | Diff
The final patch used for the CVE release (9.62 KB, patch)
2010-09-20 15:55 UTC, Paul Wouters
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2010:0892 0 normal SHIPPED_LIVE Moderate: openswan security update 2010-11-16 18:17:34 UTC

Description Vincent Danen 2010-09-15 17:00:00 UTC
Security Alert:
This alert (and any possible updates) is available at the following URL:
http://www.openswan.org/download/CVE-2010-3302/

The Openswan project has discovered a vulnerability in the XAUTH
Cisco handling code that could be exploited if openswan connects to a
trusted gateway that has been compromised.

Vulnerable versions: openswan 2.6.25 up to and including openswan 2.6.28
Fixed version      : openswan 2.6.29 and above

Vulnerability information:
In very specific circumstances, a buffer overflow and arbitrary shell
commands could be sent to a vulnerable openswan client.

These vulnerabilities can only be triggered when openswan is configured to
connect to a malicious Cisco compatible gateway using XAUTH. It requires
openswan to be configured with *xauthclient=yes and remote_peer_type=cisco,
and requires successful phase1 IKE negotiation. This can only happen to a
vulnerable Openswan client when connecting to a trusted and authenticated
gateway using XAUTH.

An Openswan server receiving VPN connections is not affected by this flaw.

Vulnerability Details:
The fields cisco_dns_info and cisco_domain_info were declared as a fixed
length buffer. If enough DNS payloads are sent in one packet, the buffer
will overflow. Additionally, these fields were copied into
fmt_common_shell_out() without being sanitized to make it safe against
exploitable characters, such as single quotes('). This was introduced in
git commit id 3115ee29, on March 19, 2010 and first released in openswan
2.6.25. The vulnerability is fixed in openswan 2.6.29.

Patch:
For those unable to upgrade to the latest openswan 2.6.29 release, a patch
addressing CVE-2010-3302 (and CVE-2010-3308) can be found at:
http://www.openswan.org/download/CVE-2010-330x/

Acknowledgements:

Red Hat would like to thank the Openswan project for reporting this issue. Upstream acknowledges D. Hugh Redelmeier and Paul Wouters as the original reporters.

Comment 3 Josh Bressers 2010-09-15 18:52:08 UTC
Please use CVE-2010-3302 for these flaws.

Comment 4 Josh Bressers 2010-09-15 18:58:49 UTC
The code in question doesn't exist in the versions of openswan shipped in RHEL5 and below.

Comment 5 Josh Bressers 2010-09-15 19:53:44 UTC
From looking over the pluto source, this flaw happens during the processing of the R1 message from the server. This is indeed a client issue, not a server flaw.

The initial XAUTH bits are out of the way, so we're probably talking about a compromised server. An attacker trying to MITM a client would need the shared secret key for this to work, which presents various other problems in itself.

Without some other form of attack happeming first, this flaw is harmless by itself.

The first flaw appears to be a heap overflow.

The second flaw overflows the stack, but as stack variable use is quite generous in this fucntion, we should presume a clever attacker could leverage one of the other variables to accomplish the goal of arbitrary code execution.

Comment 7 Steve Grubb 2010-09-15 19:57:48 UTC
Yes, upstream agrees this is a client side issue. Their concern is a compromised VPN server could be used to get into the client machine where passwords and confidential documents may be stored. Meaning an attack vector to get into other machines once inside the network.

Comment 12 Avesh Agarwal 2010-09-17 17:05:54 UTC
Hello,

I am adding an updated specifically for RHEL6. The reason is that upstream patch can not be applied directly to the rhel6 code, and needed some modifications, as the openswan code is RHEL6 is based on an older version (+ red hat patches) than the latest upstream openswan code. In addition, I have done a few corrections in the upstream patch, and informed to upstream about it. So you can notice following differences between upstream patch and rhel6 patch:

1. Cisco related variables are only needs to be put inside #ifdef XAUTH", but in kernel.c file, they have been put incorrectly under both XAUTH and MODECFG. So this is one correction.

2. Changes related to XAUTH_PAM are not needed for this CVE, that are there in the upstream patch.

3. Some changes due to the differences between the rhel6 code and upstream code.

The patch is attached, and have been tested.

Thanks and Regards
Avesh

Comment 13 Avesh Agarwal 2010-09-17 17:07:17 UTC
Created attachment 448065 [details]
patch for cve-2010-3302

patch for cve-2010-3302

Comment 16 Paul Wouters 2010-09-20 15:55:11 UTC
Created attachment 448494 [details]
The final patch used for the CVE release

Comment 17 Paul Wouters 2010-09-20 15:57:10 UTC
Oh oops. I just see Avesh attached the patch already.

Comment 19 Josh Bressers 2010-09-27 18:48:39 UTC
Created openswan tracking bugs for this issue

Affects: fedora-all [bug 637925]

Comment 20 Paul Wouters 2010-10-24 00:27:43 UTC
Can't this bug be closed?

Comment 21 Tomas Hoger 2010-10-25 07:32:03 UTC
We want to keep it open for now.  There's one more product left to fix, that can not be addressed immediately.  Thank you.

Comment 22 errata-xmlrpc 2010-11-16 18:17:45 UTC
This issue has been addressed in following products:

  Red Hat Enterprise Linux 6

Via RHSA-2010:0892 https://rhn.redhat.com/errata/RHSA-2010-0892.html


Note You need to log in before you can comment on or make changes to this bug.