Alerts This Week
Warning Icon 1 637
Alerts This Week
Warning Icon 1 637

Stay Secure with the Latest Linux Advisories

Filter Icon Refine advisories
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security advisories

We found -6 articles for you...
172

Ubuntu 20.04 and 18.04 USN-6066-1: OpenStack Heat Information Exposure

OpenStack Heat could be made to expose sensitive information.. =========================================================================Ubuntu Security Notice USN-6066-1 May 10, 2023 heat vulnerability ========================================================================= A security issue affects these releases of Ubuntu and its derivatives: - Ubuntu 20.04 LTS - Ubuntu 18.04 LTS Summary: OpenStack Heat could be made to expose sensitive information. Software Description: - heat: OpenStack Orchestration Service Details: It was discovered that OpenStack Heat incorrectly handled certain hidden parameter values. A remote authenticated user could possibly use this issue to obtain sensitive data. Update instructions: The problem can be corrected by updating your system to the following package versions: Ubuntu 20.04 LTS: python3-heat 1:14.2.0-0ubuntu1.1 Ubuntu 18.04 LTS: python-heat 1:10.0.2-0ubuntu1.1 In general, a standard system update will make all the necessary changes. References: https://ubuntu.com/security/notices/USN-6066-1 CVE-2023-1625 Package Information: https://launchpad.net/ubuntu/+source/heat/1:14.2.0-0ubuntu1.1 https://launchpad.net/ubuntu/+source/heat/1:10.0.2-0ubuntu1.1 . An OpenStack Heat flaw in Ubuntu may put private data at risk. Ensure your software is updated to minimize vulnerabilities.. OpenStack Security, Ubuntu Vulnerability, Heat Orchestration, Sensitive Data Exposure. . Severity: Important. LinuxSecurity.com Team

Calendar 2 May 10, 2023 Important Ubuntu
98

Moderate RHSA-2014:1687-02 Advisory on Heat Information Leak in OpenStack

Updated openstack-heat packages that fix one security issue, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux OpenStack Platform 4.0. [More...]. ==================================================================== Red Hat Security Advisory Synopsis: Moderate: openstack-heat security, bug fix, and enhancement update Advisory ID: RHSA-2014:1687-02 Product: Red Hat Enterprise Linux OpenStack Platform Advisory URL: https://access.redhat.com/errata/RHSA-2014:1687.html Issue date: 2014-10-22 CVE Names: CVE-2014-3801 ==================================================================== 1. Summary: Updated openstack-heat packages that fix one security issue, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux OpenStack Platform 4.0. Red Hat Product Security 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 OpenStack Platform 4.0 - noarch 3. Description: OpenStack Orchestration (heat) is a template-driven engine used to specify and deploy configurations for Compute, Storage, and OpenStack Networking. It can also be used to automate post-deployment actions, which in turn allows automated provisioning of infrastructure, services, and applications. Orchestration can also be integrated with Telemetry alarms to implement auto-scaling for certain infrastructure resources. It was discovered that a user could temporarily be able to see the URL of a provider template used in another tenant. If the template itself could be accessed, then additional information could be leaked that would otherwise not be visible. (CVE-2014-3801) The openstack-heat packages have been upgraded to upstream version 2013.2.4, which provides a number of bug fixes and enhancements overthe previous version. The most notable enhancements are: * Added OS profiler support into Orchestration (heat). * Multiple environment files can now be specified on the command line. * The command 'resource-list' now displays 'physical_resource_id'. (BZ#1146092) This update also fixes the following bugs: * Prior to this update, Qpid would attempt to reconnect to a broken message broker, even though multiple hosts were configured. With this update, reconnect() selects the next broker in the list for each connection attempt. (BZ#1082672) * Prior to this update, certain Qpid exceptions were not properly handled by the Qpid driver. As a result, the Qpid connection would fail and stop processing subsequent messages. With this update, all possible exceptions are handled to ensure the Qpid driver does not enter an unrecoverable failure loop. Consequently, Orchestration (heat) will continue to process Qpid messages, even after a major exception occur. (BZ#1085996) * The Qpid driver's v2 topology has been introduced to specifically address the slow growth of orphaned direct exchanges over time. By default, however, services still used the original v1 topology of the Qpid driver. The v2 topology had to be explicitly configured via the 'qpid_topology_version = 2' parameter. With this fix, the Orchestration service's distribution configuration file (/usr/share/heat/heat-dist.conf) now contains the 'qpid_topology_version = 2' parameter. This effectively sets the Qpid driver's v2 topology as the default. In addition, the default value in the Qpid implementation has been changed to 2 as well. (BZ#1124137) * Previously, the version of Orchestration (heat) in Red Hat Enterprise Linux OpenStack Platform 4 did not include the "host_routes" property of the OS::Neutron::Subnet resource that was added in later releases of Orchestration. This change adds support for this property, which allows host routes to be specified for a subnet. (BZ#1095752) All openstack-heat users are advised to upgrade to these updated packages, whichcorrect these issues and add these enhancements. 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/articles/11258 5. Bugs fixed (https://bugzilla.redhat.com/): 1082672 - connection to multiple qpidd instances is broken 1085996 - Internal Error from python-qpid can cause qpid connection to never recover 1099748 - CVE-2014-3801 openstack-heat: authenticated information leak in Heat 1124137 - Heat messaging failure using default qpid_topology_version=1 1146092 - Rebase openstack-heat to 2013.2.4 6. Package List: Red Hat Enterprise Linux OpenStack Platform 4.0: Source: openstack-heat-2013.2.4-1.el6ost.src.rpm noarch: openstack-heat-api-2013.2.4-1.el6ost.noarch.rpm openstack-heat-api-cfn-2013.2.4-1.el6ost.noarch.rpm openstack-heat-api-cloudwatch-2013.2.4-1.el6ost.noarch.rpm openstack-heat-common-2013.2.4-1.el6ost.noarch.rpm openstack-heat-engine-2013.2.4-1.el6ost.noarch.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://access.redhat.com/security/cve/CVE-2014-3801 https://access.redhat.com/security/updates/classification/#moderate 8. Contact: The Red Hat security contact is . More contact details at https://access.redhat.com/security/team/contact/ Copyright 2014 Red Hat, Inc. . New openstack-heat updates tackle a moderate security vulnerability, providing improvements and patches specifically for Red Hat customers.. Red Hat OpenStack, openstack-heat update, product security fixes. . LinuxSecurity.com Team

Calendar 2 Oct 22, 2014 Red Hat
172

Ubuntu 14.04 LTS USN-2249-1 Moderate: OpenStack Heat Information Exposure

OpenStack Heat would expose sensitive information over the network.. =========================================================================Ubuntu Security Notice USN-2249-1 June 18, 2014 heat vulnerability ========================================================================= A security issue affects these releases of Ubuntu and its derivatives: - Ubuntu 14.04 LTS Summary: OpenStack Heat would expose sensitive information over the network. Software Description: - heat: OpenStack Orchestration Service Details: Jason Dunsmore discovered that OpenStack heat did not properly restrict access to template information. A remote authenticated attacker could exploit this to see URL provider templates of other tenants for a limited time. Update instructions: The problem can be corrected by updating your system to the following package versions: Ubuntu 14.04 LTS: python-heat 2014.1-0ubuntu1.1 In general, a standard system update will make all the necessary changes. References: https://ubuntu.com/security/notices/USN-2249-1 CVE-2014-3801 Package Information: https://launchpad.net/ubuntu/+source/heat/2014.1-0ubuntu1.1 . Ubuntu 14.04 LTS update addresses OpenStack Heat vulnerability, mitigating risks of unauthorized data exposure through network channels.. OpenStack, Heat Security, Information Exposure, Ubuntu Security, Network Protection. . Severity: Important. LinuxSecurity.com Team

Calendar 2 Jun 18, 2014 Important Ubuntu
News Add Esm H240

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Your message here