Trend Micro DirectPass - Multiple Issues

Vulnerability-Lab( Trend Micro DirectPass-SA-05/21/2013 - May 21 2013 12:00AM )
Title:
------
Trend Micro DirectPass 1.5.0.1060 (Cloud) Software - Multiple Software Vulnerabilities


Date:
-----
2013-05-21


References:
-----------
http://www.vulnerability-lab.com/get_content.php?id-894

Article: http://www.vulnerability-lab.com/dev/?p-580

Trend Micro (Reference): http://esupport.trendmicro.com/solution/en-US/1096805.aspx
Trend Micro Solution ID: 1096805

Video: http://www.vulnerability-lab.com/get_content.php?id-951


VL-ID:
-----
894


Common Vulnerability Scoring System:
------------------------------------
6.1


Introduction:
-------------
Trend Micro DirectPass manages website passwords and login IDs in one secure location, so you only need to
remember one password. Other features include: Keystroke encryption, secure password generation, automatic
form-filling, confidential notes, and a secure browser.

Convenience - You can securely and easily manage passwords for numerous online accounts with just one
password and automatically login to your websites with one click. More Security - You get an extra layer of
online security with a specially designed browser for online banking and financial websites and protection
from keylogging malware. No Hassles You dont have to be technical wizard to benefit from this password
service, its simple to use. Confidence You can have peace-of-mind using a password service provided by
an Internet security provider with 20+ years of experience. All Your Devices You can use DirectPass
password manager on Windows PCs, Android mobile, Android Tablet, iPads and iPhones, and all devices are
automatically encrypted and synchronized using the cloud

(Copy of the Vendor Homepage: http://www.trendmicro.com/us/home/products/directpass/index.html )


Abstract:
---------
The Vulnerability Laboratory Research Team discovered multiple software vulnerabilities in the official Trend Micro
DirectPass v1.5.0.1060 Software.


Report-Timeline:
----------------
2013-03-08: Researcher Notification & Coordination (Benjamin Kunz Mejri)
2013-03-09: Vendor Notification (Trend Micro - Security Team)
2013-03-16: Vendor Response/Feedback (Trend Micro - Karen M.)
2013-05-09: Vendor Fix/Patch (Trend Micro - Active Update Server)
2013-05-15: Vendor Fix/Patch (Trend Micro - Solution ID & Announcement)
2013-05-21: Public Disclosure (Vulnerability Laboratory)


Status:
--------
Published


Affected Products:
------------------
Trend Micro
Product: DirectPass 1.5.0.1060


Exploitation-Technique:
-----------------------
Local


Severity:
---------
High


Details:
--------
1.1
A local command injection vulnerability is detected in the official Trend Micro DirectPass v1.5.0.1060 Software.
The vulnerability allows local low privileged system user accounts to inject system specific commands or local
path requests to compromise the software.

The vulnerability is located in the direct-pass master password setup module of the Trend Micro InstallWorkspace.exe
file.
The master password module of the software allows users to review the included password in the secound step for
security
reason. The hidden protected master password will only be visible in the check module when the customer is processing
to
mouse-over onto the censored password field. When the software is processing to display the hidden password in plain
the
command/path injection will be executed out of the not parsed master password context in in the field listing.

Exploitation of the vulnerability requires a low privilege system user account with direct-pass access and low or
medium
user interaction. Successful exploitation of the vulnerability results in software and system process compromise or
execution of local system specific commands/path.

Vulnerable File(s):
[+] InstallWorkspace.exe

Vulnerable Module(s):
[+] Setup Master Password

Vulnerable Parameter(s):
[+] Master Password

Affected Module(s):
[+] Check Listing (Master Password)


1.2
A persistent input validation vulnerability is detected in the official Trend Micro DirectPass v1.5.0.1060 Software.
The bug allows local attackers with low privileged system user account to implement/inject malicious script code on
application side (persistent) of the software.

The persistent web vulnerability is located in the direct-pass check module when processing to list a manipulated
master password.
In step one injects a malicious iframe in the hidden fields as master password. The inserted context will be saved and
the execution
will be in the next step when processing to list the master password context in the last check module. To bypass the
validation the
and execute the injected script code the attacker needs to split (%20) the input request.

Exploitation of the vulnerability requires medium user interaction and a low privilege system user account with
direct-pass.
Successful exploitation of the vulnerability can lead to persistent session hijacking (customers), persistent phishing,
persistent external redirects to malware or scam and persistent web context manipulation of the affected vulnerable
module.

Vulnerable File(s):
[+] InstallWorkspace.exe

Vulnerable Module(s):
[+] Setup Master Password

Vulnerable Parameter(s):
[+] Master Password

Affected Module(s):
[+] Check Listing (Master Password)

1.3
A critical pointer vulnerability (DoS) is detected in the official Trend Micro DirectPass v1.5.0.1060 Software.
The bug allows local attackers with low privileged system user account to crash the software via pointer vulnerability.

The pointer vulnerability is also located in the direct-pass master password listing section. Attackers can inject
scripts with
loops to mouse-over multiple times the hidden password check listing of the master password. The result is a stable
cash down
of the InstallWorkspace.exe. The problem occurs in the libcef.dll (1.1.0.1044)of the trend micro direct-pass software
core.

Exploitation of the vulnerability requires medium user interaction and a low privilege system user account with
direct-pass.
Successful exploitation of the denial of service vulnerability can lead to a software core crash and also stable
software module hangups.

Vulnerable File(s):
[+] InstallWorkspace.exe

Vulnerable Library:
[+] libcef.dll (Dynamic Link Library)

Vulnerable Module(s):
[+] Check Listing (Master Password)

Vulnerable Parameter(s):
[+] Master Password


Proof of Concept:
-----------------
1.1
The code injection vulnerability can be exploited by local attackers with privileged system user account and medium or
high user interaction.
For demonstration or reproduce …

PoC:
B%20>”>../;’[COMMAND|PATH INJECT!]>
Example Path: C:\Users\BKM\TrendMicro DirectPass

Note: The bug allows attackers to request local restricted folders with the system software privileges to manipulate
software files and the
bound dynamic link libraries.


1.2
The persistent script code inject vulnerability can be exploited by local attackers with privileged system user account
and medium
or high user interaction. For demonstration or reproduce …

PoC: (Input)
B%20>”<iframe src-a>[PERSISTENT SCRIPT CODE!]

Note: The master password is restricted to 20 chars per field on insert. The execution of persistent injected frames
works also with external source.


1.3
The pointer (DoS) vulnerability can be exploited by local attackers with privileged system user account and low, medium
or high user interaction.
For demonstration or reproduce …

Path: C:\Downloadz\TrendMicro_DP_MUI_Download\Package\Share\UI
Dynamic Link Library: libcef.dll

PoC: (Input)
%20%000000---%000%20

Note: The string crashs the master password check review module and the installworkspace.exe software process via null
pointer (Dos) bug.
The reproduce of the vulnerability can result in a permanent denial of service when the context is saved in the first
instance and the save
has been canceled.

Critical Note: When i was checking the section i was thinking about how to use the injected code in the section to get
access to the stored password.
I was processing to load my debugger and attached it to the process when the request was sucessful and saved the
address.
After it i reproduced the same request with attached debugger and exploited the issue in the local cloud software mask.
Then i was reviewing the changes and was able to use the injected frame test to see the location of the memory in the
debugger.
By processing to inject more and more context i was able to see were the location of the password in the memory has
been stored when the software
is processing to redisplay the saved temp password. Since today i have never seen this kind of method in any book or
paper but i am sure i will
soon write about the incident.


Solution:
---------
Both vulnerabilities can be patched by a secure parse or encode of the master password listing in the master password
check module of the software.
Filter and parse the master password and description security tip input fields.
For the denial of service issue is no solution available yet but the fixes will prevent the manually exploitation of
the issue.


Note: The update is available from the update-server since the 12th may but trend micro says it was the 9th may.
On the 18th we downloaded again the main software direct-pass and tested the core without an update and it was still
vulnerable.
To fix the issue in the software an update from the update-server is required after the install.


Risk:
-----
1.1
The security risk of the local command/path injection software vulnerability in the directpass software core is
estimated as high(-).

1.2
The security risk of the persistent scirpt code inject vulnerability is estimated as medium(+).

1.3
The security risk of the pointer (DoS) software vulnerability is estimated as medium(-).


Credits:
--------
Vulnerability Laboratory [Research Team] - Benjamin Kunz Mejri (bkm () vulnerability-lab com)


Disclaimer:
-----------
The information provided in this advisory is provided as it is without any warranty. Vulnerability-Lab disclaims all
warranties,
either expressed or implied, including the warranties of merchantability and capability for a particular purpose.
Vulnerability-
Lab or its suppliers are not liable in any case of damage, including direct, indirect, incidental, consequential loss
of business
profits or special damages, even if Vulnerability-Lab or its suppliers have been advised of the possibility of such
damages. Some
states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing
limitation
may not apply. We do not approve or encourage anybody to break any vendor licenses, policies, deface websites, hack
into databases
or trade with fraud/stolen material.

Domains: www.vulnerability-lab.com - www.vuln-lab.com -
www.vulnerability-lab.com/register
Contact: admin () vulnerability-lab com - support () vulnerability-lab com - research ()
vulnerability-lab com
Section: video.vulnerability-lab.com - forum.vulnerability-lab.com -
news.vulnerability-lab.com
Social: twitter.com/#!/vuln_lab - facebook.com/VulnerabilityLab -
youtube.com/user/vulnerability0lab
Feeds: vulnerability-lab.com/rss/rss.php - vulnerability-lab.com/rss/rss_upcoming.php -
vulnerability-lab.com/rss/rss_news.php

Any modified copy or reproduction, including partially usages, of this file requires authorization from Vulnerability
Laboratory.
Permission to electronically redistribute this alert in its unmodified form is granted. All other rights, including the
use of other
media, are reserved by Vulnerability-Lab Research Team or its suppliers. All pictures, texts, advisories, source code,
videos and
other information on this website is trademark of vulnerability-lab team & the specific authors or managers. To record,
list (feed),
modify, use or edit our material contact (admin () vulnerability-lab com or support () vulnerability-lab com) to get a
permission.

Copyright 2013 | Vulnerability Laboratory

--
VULNERABILITY RESEARCH LABORATORY
LABORATORY RESEARCH TEAM
CONTACT: research () vulnerability-lab com

[USN-1828-1] Linux - Unspecified Issue

Ubuntu Security Notice( USN-1828-1 - May 18 2013 12:00AM )
--------------------------------------------------------------------------
Ubuntu Security Notice USN-1828-1
May 16, 2013

linux-lts-quantal vulnerability
--------------------------------------------------------------------------

A security issue affects these releases of Ubuntu and its derivatives:

- Ubuntu 12.04 LTS

Summary:

The system could be made to run programs as an administrator.

Software Description:
- linux-lts-quantal: Linux hardware enablement kernel from Quantal

Details:

An flaw was discovered in the Linux kernel’s perf_events interface. A local
user could exploit this flaw to escalate privileges on the system.

Update instructions:

The problem can be corrected by updating your system to the following
package versions:

Ubuntu 12.04 LTS:
linux-image-3.5.0-30-generic 3.5.0-30.51&;precise1

After a standard system update you need to reboot your computer to make
all the necessary changes.

ATTENTION: Due to an unavoidable ABI change the kernel updates have
been given a new version number, which requires you to recompile and
reinstall all third party kernel modules you might have installed. If
you use linux-restricted-modules, you have to update that package as
well to get modules which work with the new kernel version. Unless you
manually uninstalled the standard kernel metapackages (e.g. linux-generic,
linux-server, linux-powerpc), a standard system upgrade will automatically
perform this as well.

References:
http://www.ubuntu.com/usn/usn-1828-1
CVE-2013-2094

Package Information:
https://launchpad.net/ubuntu/+source/linux-lts-quantal/3.5.0-30.51&;precise1

[USN-1831-1] OpenStack Nova - Denial of Service Issue

Ubuntu Security Notice( USN-1831-1 - May 18 2013 12:00AM )
--------------------------------------------------------------------------
Ubuntu Security Notice USN-1831-1
May 16, 2013

nova vulnerability
--------------------------------------------------------------------------

A security issue affects these releases of Ubuntu and its derivatives:

- Ubuntu 13.04
- Ubuntu 12.10
- Ubuntu 12.04 LTS

Summary:

Nova could be made to crash the system if instances used a specially
crafted image.

Software Description:
- nova: OpenStack Compute cloud infrastructure

Details:

Loganathan Parthipan discovered that Nova did not verify the size of QCOW2
instance storage. An authenticated attacker could exploit this to cause a
denial of service by creating an image with a large virtual size with
little data, then filling the virtual disk.

Update instructions:

The problem can be corrected by updating your system to the following
package versions:

Ubuntu 13.04:
python-nova 1:2013.1-0ubuntu2.1

Ubuntu 12.10:
python-nova 2012.2.3-0ubuntu2.1

Ubuntu 12.04 LTS:
python-nova
2012.1.3+stable-20130423-e52e6912-0ubuntu1.1

In general, a standard system update will make all the necessary changes.

References:
http://www.ubuntu.com/usn/usn-1831-1
CVE-2013-2096

Package Information:
https://launchpad.net/ubuntu/+source/nova/1:2013.1-0ubuntu2.1
https://launchpad.net/ubuntu/+source/nova/2012.2.3-0ubuntu2.1

https://launchpad.net/ubuntu/+source/nova/2012.1.3+stable-20130423-e52e6912-0ubuntu1.1

[USN-1825-1] Linux - Multiple Issues

Ubuntu Security Notice( USN-1825-1 - May 18 2013 12:00AM )
--------------------------------------------------------------------------
Ubuntu Security Notice USN-1825-1
May 16, 2013

linux vulnerability
--------------------------------------------------------------------------

A security issue affects these releases of Ubuntu and its derivatives:

- Ubuntu 12.04 LTS

Summary:

The system could be made to run programs as an administrator.

Software Description:
- linux: Linux kernel

Details:

An flaw was discovered in the Linux kernel’s perf_events interface. A local
user could exploit this flaw to escalate privileges on the system.

Update instructions:

The problem can be corrected by updating your system to the following
package versions:

Ubuntu 12.04 LTS:
linux-image-3.2.0-43-generic 3.2.0-43.68
linux-image-3.2.0-43-generic-pae 3.2.0-43.68
linux-image-3.2.0-43-highbank 3.2.0-43.68
linux-image-3.2.0-43-omap 3.2.0-43.68
linux-image-3.2.0-43-powerpc-smp 3.2.0-43.68
linux-image-3.2.0-43-powerpc64-smp 3.2.0-43.68
linux-image-3.2.0-43-virtual 3.2.0-43.68

After a standard system update you need to reboot your computer to make
all the necessary changes.

ATTENTION: Due to an unavoidable ABI change the kernel updates have
been given a new version number, which requires you to recompile and
reinstall all third party kernel modules you might have installed. If
you use linux-restricted-modules, you have to update that package as
well to get modules which work with the new kernel version. Unless you
manually uninstalled the standard kernel metapackages (e.g. linux-generic,
linux-server, linux-powerpc), a standard system upgrade will automatically
perform this as well.

References:
http://www.ubuntu.com/usn/usn-1825-1
CVE-2013-2094

Package Information:
https://launchpad.net/ubuntu/+source/linux/3.2.0-43.68

[USN-1824-1] Linux - Multiple Issues

Ubuntu Security Notice( USN-1824-1 - May 18 2013 12:00AM )
--------------------------------------------------------------------------
Ubuntu Security Notice USN-1824-1
May 15, 2013

linux vulnerabilities
--------------------------------------------------------------------------

A security issue affects these releases of Ubuntu and its derivatives:

- Ubuntu 10.04 LTS

Summary:

Several security issues were fixed in the kernel.

Software Description:
- linux: Linux kernel

Details:

Mathias Krause discovered an information leak in the Linux kernel’s ISO
9660 CDROM file system driver. A local user could exploit this flaw to
examine some of the kernel’s heap memory. (CVE-2012-6549)

Mathias Krause discovered a flaw in xfrm_user in the Linux kernel. A local
attacker with NET_ADMIN capability could potentially exploit this flaw to
escalate privileges. (CVE-2013-1826)

A buffer overflow was discovered in the Linux Kernel’s USB subsystem for
devices reporting the cdc-wdm class. A specially crafted USB device when
plugged-in could cause a denial of service (system crash) or possibly
execute arbitrary code. (CVE-2013-1860)

An information leak was discovered in the Linux kernel’s /dev/dvb device. A
local user could exploit this flaw to obtain sensitive information from the
kernel’s stack memory. (CVE-2013-1928)

An information leak in the Linux kernel’s dcb netlink interface was
discovered. A local user could obtain sensitive information by examining
kernel stack memory. (CVE-2013-2634)

Update instructions:

The problem can be corrected by updating your system to the following
package versions:

Ubuntu 10.04 LTS:
linux-image-2.6.32-47-386 2.6.32-47.109
linux-image-2.6.32-47-generic 2.6.32-47.109
linux-image-2.6.32-47-generic-pae 2.6.32-47.109
linux-image-2.6.32-47-ia64 2.6.32-47.109
linux-image-2.6.32-47-lpia 2.6.32-47.109
linux-image-2.6.32-47-powerpc 2.6.32-47.109
linux-image-2.6.32-47-powerpc-smp 2.6.32-47.109
linux-image-2.6.32-47-powerpc64-smp 2.6.32-47.109
linux-image-2.6.32-47-preempt 2.6.32-47.109
linux-image-2.6.32-47-server 2.6.32-47.109
linux-image-2.6.32-47-sparc64 2.6.32-47.109
linux-image-2.6.32-47-sparc64-smp 2.6.32-47.109
linux-image-2.6.32-47-versatile 2.6.32-47.109
linux-image-2.6.32-47-virtual 2.6.32-47.109

After a standard system update you need to reboot your computer to make
all the necessary changes.

ATTENTION: Due to an unavoidable ABI change the kernel updates have
been given a new version number, which requires you to recompile and
reinstall all third party kernel modules you might have installed. If
you use linux-restricted-modules, you have to update that package as
well to get modules which work with the new kernel version. Unless you
manually uninstalled the standard kernel metapackages (e.g. linux-generic,
linux-server, linux-powerpc), a standard system upgrade will automatically
perform this as well.

References:
http://www.ubuntu.com/usn/usn-1824-1
CVE-2012-6549, CVE-2013-1826, CVE-2013-1860, CVE-2013-1928,
CVE-2013-2634

Package Information:
https://launchpad.net/ubuntu/+source/linux/2.6.32-47.109

[USN-1830-1] OpenStack Keystone - Access Bypass Issue

Ubuntu Security Notice( USN-1830-1 - May 18 2013 12:00AM )
--------------------------------------------------------------------------
Ubuntu Security Notice USN-1830-1
May 16, 2013

keystone vulnerability
--------------------------------------------------------------------------

A security issue affects these releases of Ubuntu and its derivatives:

- Ubuntu 13.04
- Ubuntu 12.10
- Ubuntu 12.04 LTS

Summary:

Keystone would allow unintended access over the network.

Software Description:
- keystone: OpenStack identity service

Details:

Sam Stoelinga discovered that Keystone would not immediately invalidate
tokens when deleting users via the v2 API. A deleted user would be able to
continue to use resources until the token lifetime expired.

Update instructions:

The problem can be corrected by updating your system to the following
package versions:

Ubuntu 13.04:
python-keystone 1:2013.1-0ubuntu1.1

Ubuntu 12.10:
python-keystone
2012.2.3+stable-20130206-82c87e56-0ubuntu2.1

Ubuntu 12.04 LTS:
python-keystone
2012.1.3+stable-20130423-f48dd0fc-0ubuntu1.1

In general, a standard system update will make all the necessary changes.

References:
http://www.ubuntu.com/usn/usn-1830-1
CVE-2013-2059

Package Information:
https://launchpad.net/ubuntu/+source/keystone/1:2013.1-0ubuntu1.1

https://launchpad.net/ubuntu/+source/keystone/2012.2.3+stable-20130206-82c87e56-0ubuntu2.1

https://launchpad.net/ubuntu/+source/keystone/2012.1.3+stable-20130423-f48dd0fc-0ubuntu1.1

[RHSA-2013:0827-01] openswan - Buffer Overflow Issue

Red Hat( RHSA-2013:0827-01 - May 18 2013 12:00AM )
---------------------------------------------------------------------
Red Hat Security Advisory

Synopsis: Important: openswan security update
Advisory ID: RHSA-2013:0827-01
Product: Red Hat Enterprise Linux
Advisory URL: https://rhn.redhat.com/errata/RHSA-2013-0827.html
Issue date: 2013-05-15
CVE Names: CVE-2013-2053 
---------------------------------------------------------------------

1. Summary:

Updated openswan packages that fix one security issue are now available for
Red Hat Enterprise Linux 5 and 6.

The Red Hat Security Response Team has rated this update as having
important security impact. A Common Vulnerability Scoring System (CVSS)
base score, which gives a detailed severity rating, is available from the
CVE link in the References section.

2. Relevant releases/architectures:

Red Hat Enterprise Linux (v. 5 server) - i386, ia64, ppc, s390x, x86_64
Red Hat Enterprise Linux Desktop (v. 5 client) - i386, x86_64
Red Hat Enterprise Linux Desktop (v. 6) - i386, x86_64
Red Hat Enterprise Linux Desktop Optional (v. 6) - i386, x86_64
Red Hat Enterprise Linux Server (v. 6) - i386, ppc64, s390x, x86_64
Red Hat Enterprise Linux Server Optional (v. 6) - i386, ppc64, s390x, x86_64
Red Hat Enterprise Linux Workstation (v. 6) - i386, x86_64
Red Hat Enterprise Linux Workstation Optional (v. 6) - i386, x86_64

3. Description:

Openswan is a free implementation of Internet Protocol Security (IPsec)
and Internet Key Exchange (IKE). IPsec uses strong cryptography to provide
both authentication and encryption services. These services allow you to
build secure tunnels through untrusted networks. When using Opportunistic
Encryption, Openswan’s pluto IKE daemon requests DNS TXT records to obtain
public RSA keys of itself and its peers.

A buffer overflow flaw was found in Openswan. If Opportunistic Encryption
were enabled (“oe-yes” in “/etc/ipsec.conf”) and an RSA key configured, an
attacker able to cause a system to perform a DNS lookup for an
attacker-controlled domain containing malicious records (such as by sending
an email that triggers a DKIM or SPF DNS record lookup) could cause
Openswan’s pluto IKE daemon to crash or, potentially, execute arbitrary
code with root privileges. With “oe-yes” but no RSA key configured, the
issue can only be triggered by attackers on the local network who can
control the reverse DNS entry of the target system. Opportunistic
Encryption is disabled by default. (CVE-2013-2053)

This issue was discovered by Florian Weimer of the Red Hat Product Security
Team.

All users of openswan are advised to upgrade to these updated packages,
which contain backported patches to correct this issue. After installing
this update, the ipsec service will be restarted automatically.

4. Solution:

Before applying this update, make sure all previously-released errata
relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to
use the Red Hat Network to apply this update are available at
https://access.redhat.com/knowledge/articles/11258

5. Bugs fixed (http://bugzilla.redhat.com/):

960229 - CVE-2013-2053 Openswan: remote buffer overflow in atodn()

6. Package List:

Red Hat Enterprise Linux Desktop (v. 5 client):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/openswan-2.6.32-5.el5_9.src.rpm

i386:
openswan-2.6.32-5.el5_9.i386.rpm
openswan-debuginfo-2.6.32-5.el5_9.i386.rpm
openswan-doc-2.6.32-5.el5_9.i386.rpm

x86_64:
openswan-2.6.32-5.el5_9.x86_64.rpm
openswan-debuginfo-2.6.32-5.el5_9.x86_64.rpm
openswan-doc-2.6.32-5.el5_9.x86_64.rpm

Red Hat Enterprise Linux (v. 5 server):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/openswan-2.6.32-5.el5_9.src.rpm

i386:
openswan-2.6.32-5.el5_9.i386.rpm
openswan-debuginfo-2.6.32-5.el5_9.i386.rpm
openswan-doc-2.6.32-5.el5_9.i386.rpm

ia64:
openswan-2.6.32-5.el5_9.ia64.rpm
openswan-debuginfo-2.6.32-5.el5_9.ia64.rpm
openswan-doc-2.6.32-5.el5_9.ia64.rpm

ppc:
openswan-2.6.32-5.el5_9.ppc.rpm
openswan-debuginfo-2.6.32-5.el5_9.ppc.rpm
openswan-doc-2.6.32-5.el5_9.ppc.rpm

s390x:
openswan-2.6.32-5.el5_9.s390x.rpm
openswan-debuginfo-2.6.32-5.el5_9.s390x.rpm
openswan-doc-2.6.32-5.el5_9.s390x.rpm

x86_64:
openswan-2.6.32-5.el5_9.x86_64.rpm
openswan-debuginfo-2.6.32-5.el5_9.x86_64.rpm
openswan-doc-2.6.32-5.el5_9.x86_64.rpm

Red Hat Enterprise Linux Desktop (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Client/en/os/SRPMS/openswan-2.6.32-20.el6_4.src.rpm

i386:
openswan-2.6.32-20.el6_4.i686.rpm
openswan-debuginfo-2.6.32-20.el6_4.i686.rpm

x86_64:
openswan-2.6.32-20.el6_4.x86_64.rpm
openswan-debuginfo-2.6.32-20.el6_4.x86_64.rpm

Red Hat Enterprise Linux Desktop Optional (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Client/en/os/SRPMS/openswan-2.6.32-20.el6_4.src.rpm

i386:
openswan-debuginfo-2.6.32-20.el6_4.i686.rpm
openswan-doc-2.6.32-20.el6_4.i686.rpm

x86_64:
openswan-debuginfo-2.6.32-20.el6_4.x86_64.rpm
openswan-doc-2.6.32-20.el6_4.x86_64.rpm

Red Hat Enterprise Linux Server (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/os/SRPMS/openswan-2.6.32-20.el6_4.src.rpm

i386:
openswan-2.6.32-20.el6_4.i686.rpm
openswan-debuginfo-2.6.32-20.el6_4.i686.rpm

ppc64:
openswan-2.6.32-20.el6_4.ppc64.rpm
openswan-debuginfo-2.6.32-20.el6_4.ppc64.rpm

s390x:
openswan-2.6.32-20.el6_4.s390x.rpm
openswan-debuginfo-2.6.32-20.el6_4.s390x.rpm

x86_64:
openswan-2.6.32-20.el6_4.x86_64.rpm
openswan-debuginfo-2.6.32-20.el6_4.x86_64.rpm

Red Hat Enterprise Linux Server Optional (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/os/SRPMS/openswan-2.6.32-20.el6_4.src.rpm

i386:
openswan-debuginfo-2.6.32-20.el6_4.i686.rpm
openswan-doc-2.6.32-20.el6_4.i686.rpm

ppc64:
openswan-debuginfo-2.6.32-20.el6_4.ppc64.rpm
openswan-doc-2.6.32-20.el6_4.ppc64.rpm

s390x:
openswan-debuginfo-2.6.32-20.el6_4.s390x.rpm
openswan-doc-2.6.32-20.el6_4.s390x.rpm

x86_64:
openswan-debuginfo-2.6.32-20.el6_4.x86_64.rpm
openswan-doc-2.6.32-20.el6_4.x86_64.rpm

Red Hat Enterprise Linux Workstation (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Workstation/en/os/SRPMS/openswan-2.6.32-20.el6_4.src.rpm

i386:
openswan-2.6.32-20.el6_4.i686.rpm
openswan-debuginfo-2.6.32-20.el6_4.i686.rpm

x86_64:
openswan-2.6.32-20.el6_4.x86_64.rpm
openswan-debuginfo-2.6.32-20.el6_4.x86_64.rpm

Red Hat Enterprise Linux Workstation Optional (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Workstation/en/os/SRPMS/openswan-2.6.32-20.el6_4.src.rpm

i386:
openswan-debuginfo-2.6.32-20.el6_4.i686.rpm
openswan-doc-2.6.32-20.el6_4.i686.rpm

x86_64:
openswan-debuginfo-2.6.32-20.el6_4.x86_64.rpm
openswan-doc-2.6.32-20.el6_4.x86_64.rpm

These packages are GPG signed by Red Hat for security. Our key and
details on how to verify the signature are available from
https://access.redhat.com/security/team/key/

7. References:

https://www.redhat.com/security/data/cve/CVE-2013-2053.html
https://access.redhat.com/security/updates/classification/

8. Contact:

The Red Hat security contact is <secalert@redhat.com>. More contact
details at https://access.redhat.com/security/team/contact/

Copyright 2013 Red Hat, Inc.

[USN-1829-1] Linux - Multiple Issues

Ubuntu Security Notice( USN-1829-1 - May 18 2013 12:00AM )
--------------------------------------------------------------------------
Ubuntu Security Notice USN-1829-1
May 16, 2013

linux-ec2 vulnerabilities
--------------------------------------------------------------------------

A security issue affects these releases of Ubuntu and its derivatives:

- Ubuntu 10.04 LTS

Summary:

Several security issues were fixed in the kernel.

Software Description:
- linux-ec2: Linux kernel for EC2

Details:

Mathias Krause discovered an information leak in the Linux kernel’s ISO
9660 CDROM file system driver. A local user could exploit this flaw to
examine some of the kernel’s heap memory. (CVE-2012-6549)

Mathias Krause discovered a flaw in xfrm_user in the Linux kernel. A local
attacker with NET_ADMIN capability could potentially exploit this flaw to
escalate privileges. (CVE-2013-1826)

A buffer overflow was discovered in the Linux Kernel’s USB subsystem for
devices reporting the cdc-wdm class. A specially crafted USB device when
plugged-in could cause a denial of service (system crash) or possibly
execute arbitrary code. (CVE-2013-1860)

An information leak was discovered in the Linux kernel’s /dev/dvb device. A
local user could exploit this flaw to obtain sensitive information from the
kernel’s stack memory. (CVE-2013-1928)

An information leak in the Linux kernel’s dcb netlink interface was
discovered. A local user could obtain sensitive information by examining
kernel stack memory. (CVE-2013-2634)

Update instructions:

The problem can be corrected by updating your system to the following
package versions:

Ubuntu 10.04 LTS:
linux-image-2.6.32-352-ec2 2.6.32-352.65

After a standard system update you need to reboot your computer to make
all the necessary changes.

ATTENTION: Due to an unavoidable ABI change the kernel updates have
been given a new version number, which requires you to recompile and
reinstall all third party kernel modules you might have installed. If
you use linux-restricted-modules, you have to update that package as
well to get modules which work with the new kernel version. Unless you
manually uninstalled the standard kernel metapackages (e.g. linux-generic,
linux-server, linux-powerpc), a standard system upgrade will automatically
perform this as well.

References:
http://www.ubuntu.com/usn/usn-1829-1
CVE-2012-6549, CVE-2013-1826, CVE-2013-1860, CVE-2013-1928,
CVE-2013-2634

Package Information:
https://launchpad.net/ubuntu/+source/linux-ec2/2.6.32-352.65

[USN-1826-1] Linux - Privilege Escalation Issue

Ubuntu Security Notice( USN-1826-1 - May 18 2013 12:00AM )
--------------------------------------------------------------------------
Ubuntu Security Notice USN-1826-1
May 16, 2013

linux vulnerability
--------------------------------------------------------------------------

A security issue affects these releases of Ubuntu and its derivatives:

- Ubuntu 12.10

Summary:

The system could be made to run programs as an administrator.

Software Description:
- linux: Linux kernel

Details:

An flaw was discovered in the Linux kernel’s perf_events interface. A local
user could exploit this flaw to escalate privileges on the system.

Update instructions:

The problem can be corrected by updating your system to the following
package versions:

Ubuntu 12.10:
linux-image-3.5.0-30-generic 3.5.0-30.51
linux-image-3.5.0-30-highbank 3.5.0-30.51
linux-image-3.5.0-30-omap 3.5.0-30.51
linux-image-3.5.0-30-powerpc-smp 3.5.0-30.51
linux-image-3.5.0-30-powerpc64-smp 3.5.0-30.51

After a standard system update you need to reboot your computer to make
all the necessary changes.

ATTENTION: Due to an unavoidable ABI change the kernel updates have
been given a new version number, which requires you to recompile and
reinstall all third party kernel modules you might have installed. If
you use linux-restricted-modules, you have to update that package as
well to get modules which work with the new kernel version. Unless you
manually uninstalled the standard kernel metapackages (e.g. linux-generic,
linux-server, linux-powerpc), a standard system upgrade will automatically
perform this as well.

References:
http://www.ubuntu.com/usn/usn-1826-1
CVE-2013-2094

Package Information:
https://launchpad.net/ubuntu/+source/linux/3.5.0-30.51

[RHSA-2013:0831-01] libvirt - Information Disclosure Issue

Red Hat( RHSA-2013:0831-01 - May 18 2013 12:00AM )
---------------------------------------------------------------------
Red Hat Security Advisory

Synopsis: Moderate: libvirt security and bug fix update
Advisory ID: RHSA-2013:0831-01
Product: Red Hat Enterprise Linux
Advisory URL: https://rhn.redhat.com/errata/RHSA-2013-0831.html
Issue date: 2013-05-16
CVE Names: CVE-2013-1962 
---------------------------------------------------------------------

1. Summary:

Updated libvirt packages that fix one security issue and two bugs are now
available for Red Hat Enterprise Linux 6.

The Red Hat Security Response Team has rated this update as having moderate
security impact. A Common Vulnerability Scoring System (CVSS) base score,
which gives a detailed severity rating, is available from the CVE link in
the References section.

2. Relevant releases/architectures:

Red Hat Enterprise Linux Desktop (v. 6) - i386, x86_64
Red Hat Enterprise Linux Desktop Optional (v. 6) - i386, x86_64
Red Hat Enterprise Linux HPC Node (v. 6) - x86_64
Red Hat Enterprise Linux HPC Node Optional (v. 6) - x86_64
Red Hat Enterprise Linux Server (v. 6) - i386, ppc64, s390x, x86_64
Red Hat Enterprise Linux Server Optional (v. 6) - x86_64
Red Hat Enterprise Linux Workstation (v. 6) - i386, x86_64
Red Hat Enterprise Linux Workstation Optional (v. 6) - x86_64

3. Description:

The libvirt library is a C API for managing and interacting with the
virtualization capabilities of Linux and other operating systems. In
addition, libvirt provides tools for remote management of virtualized
systems.

It was found that libvirtd leaked file descriptors when listing all volumes
for a particular pool. A remote attacker able to establish a read-only
connection to libvirtd could use this flaw to cause libvirtd to consume all
available file descriptors, preventing other users from using libvirtd
services (such as starting a new guest) until libvirtd is restarted.
(CVE-2013-1962)

Red Hat would like to thank Edoardo Comar of IBM for reporting this issue.

This update also fixes the following bugs:

* Previously, libvirt made control group (cgroup) requests on files that
it should not have. With older kernels, such nonsensical cgroup requests
were ignored; however, newer kernels are stricter, resulting in libvirt
logging spurious warnings and failures to the libvirtd and audit logs. The
audit log failures displayed by the ausearch tool were similar to the
following:

root [date] - failed cgroup allow path rw /dev/kqemu

With this update, libvirt no longer attempts the nonsensical cgroup
actions, leaving only valid attempts in the libvirtd and audit logs (making
it easier to search for real cases of failure). (BZ)

* Previously, libvirt used the wrong variable when constructing audit
messages. This led to invalid audit messages, causing ausearch to format
certain entries as having “path-(null)” instead of the correct path. This
could prevent ausearch from locating events related to cgroup device ACL
modifications for guests managed by libvirt. With this update, the audit
messages are generated correctly, preventing loss of audit coverage.
(BZ)

All users of libvirt are advised to upgrade to these updated packages,
which contain backported patches to correct these issues. After installing
the updated packages, libvirtd will be restarted automatically.

4. Solution:

Before applying this update, make sure all previously-released errata
relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to
use the Red Hat Network to apply this update are available at
https://access.redhat.com/knowledge/articles/11258

5. Bugs fixed (http://bugzilla.redhat.com/):

953107 - CVE-2013-1962 libvirt: DoS (max count of open files exhaustion) due sockets leak in the storage pool
958837 - libvirt spams audit log with unneeded failures
958839 - Cgroup audit events with path are not escaped

6. Package List:

Red Hat Enterprise Linux Desktop (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Client/en/os/SRPMS/libvirt-0.10.2-18.el6_4.5.src.rpm

i386:
libvirt-0.10.2-18.el6_4.5.i686.rpm
libvirt-client-0.10.2-18.el6_4.5.i686.rpm
libvirt-debuginfo-0.10.2-18.el6_4.5.i686.rpm
libvirt-python-0.10.2-18.el6_4.5.i686.rpm

x86_64:
libvirt-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-client-0.10.2-18.el6_4.5.i686.rpm
libvirt-client-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-debuginfo-0.10.2-18.el6_4.5.i686.rpm
libvirt-debuginfo-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-python-0.10.2-18.el6_4.5.x86_64.rpm

Red Hat Enterprise Linux Desktop Optional (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Client/en/os/SRPMS/libvirt-0.10.2-18.el6_4.5.src.rpm

i386:
libvirt-debuginfo-0.10.2-18.el6_4.5.i686.rpm
libvirt-devel-0.10.2-18.el6_4.5.i686.rpm

x86_64:
libvirt-debuginfo-0.10.2-18.el6_4.5.i686.rpm
libvirt-debuginfo-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-devel-0.10.2-18.el6_4.5.i686.rpm
libvirt-devel-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-lock-sanlock-0.10.2-18.el6_4.5.x86_64.rpm

Red Hat Enterprise Linux HPC Node (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6ComputeNode/en/os/SRPMS/libvirt-0.10.2-18.el6_4.5.src.rpm

x86_64:
libvirt-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-client-0.10.2-18.el6_4.5.i686.rpm
libvirt-client-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-debuginfo-0.10.2-18.el6_4.5.i686.rpm
libvirt-debuginfo-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-python-0.10.2-18.el6_4.5.x86_64.rpm

Red Hat Enterprise Linux HPC Node Optional (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6ComputeNode/en/os/SRPMS/libvirt-0.10.2-18.el6_4.5.src.rpm

x86_64:
libvirt-debuginfo-0.10.2-18.el6_4.5.i686.rpm
libvirt-debuginfo-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-devel-0.10.2-18.el6_4.5.i686.rpm
libvirt-devel-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-lock-sanlock-0.10.2-18.el6_4.5.x86_64.rpm

Red Hat Enterprise Linux Server (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/os/SRPMS/libvirt-0.10.2-18.el6_4.5.src.rpm

i386:
libvirt-0.10.2-18.el6_4.5.i686.rpm
libvirt-client-0.10.2-18.el6_4.5.i686.rpm
libvirt-debuginfo-0.10.2-18.el6_4.5.i686.rpm
libvirt-devel-0.10.2-18.el6_4.5.i686.rpm
libvirt-python-0.10.2-18.el6_4.5.i686.rpm

ppc64:
libvirt-0.10.2-18.el6_4.5.ppc64.rpm
libvirt-client-0.10.2-18.el6_4.5.ppc.rpm
libvirt-client-0.10.2-18.el6_4.5.ppc64.rpm
libvirt-debuginfo-0.10.2-18.el6_4.5.ppc.rpm
libvirt-debuginfo-0.10.2-18.el6_4.5.ppc64.rpm
libvirt-devel-0.10.2-18.el6_4.5.ppc.rpm
libvirt-devel-0.10.2-18.el6_4.5.ppc64.rpm
libvirt-python-0.10.2-18.el6_4.5.ppc64.rpm

s390x:
libvirt-0.10.2-18.el6_4.5.s390x.rpm
libvirt-client-0.10.2-18.el6_4.5.s390.rpm
libvirt-client-0.10.2-18.el6_4.5.s390x.rpm
libvirt-debuginfo-0.10.2-18.el6_4.5.s390.rpm
libvirt-debuginfo-0.10.2-18.el6_4.5.s390x.rpm
libvirt-devel-0.10.2-18.el6_4.5.s390.rpm
libvirt-devel-0.10.2-18.el6_4.5.s390x.rpm
libvirt-python-0.10.2-18.el6_4.5.s390x.rpm

x86_64:
libvirt-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-client-0.10.2-18.el6_4.5.i686.rpm
libvirt-client-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-debuginfo-0.10.2-18.el6_4.5.i686.rpm
libvirt-debuginfo-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-devel-0.10.2-18.el6_4.5.i686.rpm
libvirt-devel-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-python-0.10.2-18.el6_4.5.x86_64.rpm

Red Hat Enterprise Linux Server Optional (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/os/SRPMS/libvirt-0.10.2-18.el6_4.5.src.rpm

x86_64:
libvirt-debuginfo-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-lock-sanlock-0.10.2-18.el6_4.5.x86_64.rpm

Red Hat Enterprise Linux Workstation (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Workstation/en/os/SRPMS/libvirt-0.10.2-18.el6_4.5.src.rpm

i386:
libvirt-0.10.2-18.el6_4.5.i686.rpm
libvirt-client-0.10.2-18.el6_4.5.i686.rpm
libvirt-debuginfo-0.10.2-18.el6_4.5.i686.rpm
libvirt-devel-0.10.2-18.el6_4.5.i686.rpm
libvirt-python-0.10.2-18.el6_4.5.i686.rpm

x86_64:
libvirt-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-client-0.10.2-18.el6_4.5.i686.rpm
libvirt-client-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-debuginfo-0.10.2-18.el6_4.5.i686.rpm
libvirt-debuginfo-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-devel-0.10.2-18.el6_4.5.i686.rpm
libvirt-devel-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-python-0.10.2-18.el6_4.5.x86_64.rpm

Red Hat Enterprise Linux Workstation Optional (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Workstation/en/os/SRPMS/libvirt-0.10.2-18.el6_4.5.src.rpm

x86_64:
libvirt-debuginfo-0.10.2-18.el6_4.5.x86_64.rpm
libvirt-lock-sanlock-0.10.2-18.el6_4.5.x86_64.rpm

These packages are GPG signed by Red Hat for security. Our key and
details on how to verify the signature are available from
https://access.redhat.com/security/team/key/

7. References:

https://www.redhat.com/security/data/cve/CVE-2013-1962.html
https://access.redhat.com/security/updates/classification/

8. Contact:

The Red Hat security contact is <secalert@redhat.com>. More contact
details at https://access.redhat.com/security/team/contact/

Copyright 2013 Red Hat, Inc.