<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:04:50 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-13859] kernel update [SLES15 SP2 5.3.18-24.9.1]</title>
                <link>https://jira.whamcloud.com/browse/LU-13859</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The SUSE Linux Enterprise 15 SP2 kernel was updated to receive various security and bugfixes.&lt;/p&gt;

&lt;p&gt;The following security bugs were fixed:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;CVE-2019-19462: relay_open in kernel/relay.c in the Linux kernel allowed&lt;br/&gt;
     local users to cause a denial of service (such as relay blockage) by&lt;br/&gt;
     triggering a NULL alloc_percpu result (bnc#1158265).&lt;/li&gt;
	&lt;li&gt;CVE-2019-20810: Fixed a memory leak in go7007_snd_init in&lt;br/&gt;
     drivers/media/usb/go7007/snd-go7007.c because it did not call&lt;br/&gt;
     snd_card_free for a failure path (bnc#1172458).&lt;/li&gt;
	&lt;li&gt;CVE-2019-20812: An issue was discovered in the prb_calc_retire_blk_tmo()&lt;br/&gt;
     function in net/packet/af_packet.c could result in a denial of service&lt;br/&gt;
     (CPU consumption and soft lockup) in a certain failure case involving&lt;br/&gt;
     TPACKET_V3 (bnc#1172453).&lt;/li&gt;
	&lt;li&gt;CVE-2020-0305: In cdev_get of char_dev.c, there is a possible&lt;br/&gt;
     use-after-free due to a race condition. This could lead to local&lt;br/&gt;
     escalation of privilege with System execution privileges needed. User&lt;br/&gt;
     interaction is not needed for exploitation (bnc#1174462).&lt;/li&gt;
	&lt;li&gt;CVE-2020-10135: Legacy pairing and secure-connections pairing&lt;br/&gt;
     authentication in Bluetooth&#194;&#174; BR/EDR Core Specification v5.2 and earlier&lt;br/&gt;
     may have allowed an unauthenticated user to complete authentication&lt;br/&gt;
     without pairing credentials via adjacent access. An unauthenticated,&lt;br/&gt;
     adjacent attacker could impersonate a Bluetooth BR/EDR master or slave&lt;br/&gt;
     to pair with a previously paired remote device to successfully complete&lt;br/&gt;
     the authentication procedure without knowing the link key (bnc#1171988).&lt;/li&gt;
	&lt;li&gt;CVE-2020-10711: A NULL pointer dereference flaw was found in the SELinux&lt;br/&gt;
     subsystem in versions This flaw occurs while importing the Commercial IP&lt;br/&gt;
     Security Option (CIPSO) protocol&apos;s category bitmap into the SELinux&lt;br/&gt;
     extensible bitmap via the&apos; ebitmap_netlbl_import&apos; routine. This flaw&lt;br/&gt;
     allowed a remote network user to crash the system kernel, resulting in a&lt;br/&gt;
     denial of service (bnc#1171191).&lt;/li&gt;
	&lt;li&gt;CVE-2020-10732: A flaw was found in the implementation of Userspace core&lt;br/&gt;
     dumps. This flaw allowed an attacker with a local account to crash a&lt;br/&gt;
     trivial program and exfiltrate private kernel data (bnc#1171220).&lt;/li&gt;
	&lt;li&gt;CVE-2020-10751: A flaw was found in the SELinux LSM hook implementation,&lt;br/&gt;
     where it incorrectly assumed that an skb would only contain a single&lt;br/&gt;
     netlink message. The hook would incorrectly only validate the first&lt;br/&gt;
     netlink message in the skb and allow or deny the rest of the messages&lt;br/&gt;
     within the skb with the granted permission without further processing&lt;br/&gt;
     (bnc#1171189).&lt;/li&gt;
	&lt;li&gt;CVE-2020-10766: Fixed an issue which allowed an attacker with a local&lt;br/&gt;
     account to disable SSBD protection (bnc#1172781).&lt;/li&gt;
	&lt;li&gt;CVE-2020-10767: Fixed an issue where Indirect Branch Prediction Barrier&lt;br/&gt;
     was disabled in certain circumstances, leaving the system open to a&lt;br/&gt;
     spectre v2 style attack (bnc#1172782).&lt;/li&gt;
	&lt;li&gt;CVE-2020-10768: Fixed an issue with the prctl() function, where indirect&lt;br/&gt;
     branch speculation could be enabled even though it was diabled before&lt;br/&gt;
     (bnc#1172783).&lt;/li&gt;
	&lt;li&gt;CVE-2020-10773: Fixed a memory leak on s390/s390x, in the&lt;br/&gt;
     cmm_timeout_hander in file arch/s390/mm/cmm.c (bnc#1172999).&lt;/li&gt;
	&lt;li&gt;CVE-2020-10781: A zram sysfs resource consumption was fixed&lt;br/&gt;
     (bnc#1173074).&lt;/li&gt;
	&lt;li&gt;CVE-2020-12656: Fixed a memory leak in gss_mech_free in the&lt;br/&gt;
     rpcsec_gss_krb5 implementation, caused by a lack of certain&lt;br/&gt;
     domain_release calls (bnc#1171219).&lt;/li&gt;
	&lt;li&gt;CVE-2020-12769: An issue was discovered in drivers/spi/spi-dw.c allowed&lt;br/&gt;
     attackers to cause a panic via concurrent calls to dw_spi_irq and&lt;br/&gt;
     dw_spi_transfer_one (bnc#1171983).&lt;/li&gt;
	&lt;li&gt;CVE-2020-12771: An issue was discovered in btree_gc_coalesce in&lt;br/&gt;
     drivers/md/bcache/btree.c has a deadlock if a coalescing operation fails&lt;br/&gt;
     (bnc#1171732).&lt;/li&gt;
	&lt;li&gt;CVE-2020-12888: The VFIO PCI driver mishandled attempts to access&lt;br/&gt;
     disabled memory space (bnc#1171868).&lt;/li&gt;
	&lt;li&gt;CVE-2020-13143: gadget_dev_desc_UDC_store in&lt;br/&gt;
     drivers/usb/gadget/configfs.c relies on kstrdup without considering the&lt;br/&gt;
     possibility of an internal &apos;\0&apos; value, which allowed attackers to&lt;br/&gt;
     trigger an out-of-bounds read (bnc#1171982).&lt;/li&gt;
	&lt;li&gt;CVE-2020-13974: Fixed a integer overflow in drivers/tty/vt/keyboard.c,&lt;br/&gt;
     if k_ascii is called several times in a row (bnc#1172775).&lt;/li&gt;
	&lt;li&gt;CVE-2020-14416: Fixed a race condition in tty-&amp;gt;disc_data handling in the&lt;br/&gt;
     slip and slcan line discipline could lead to a use-after-free. This&lt;br/&gt;
     affects drivers/net/slip/slip.c and drivers/net/can/slcan.c&lt;br/&gt;
     (bnc#1162002).&lt;/li&gt;
	&lt;li&gt;CVE-2020-15393: Fixed a memory leak in usbtest_disconnect (bnc#1173514).&lt;/li&gt;
	&lt;li&gt;CVE-2020-15780: An issue was discovered in drivers/acpi/acpi_configfs.c&lt;br/&gt;
     where injection of malicious ACPI tables via configfs could be used by&lt;br/&gt;
     attackers to bypass lockdown and secure boot restrictions, aka&lt;br/&gt;
     CID-75b0cea7bf30 (bnc#1173573).&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;The following non-security bugs were fixed:&lt;br/&gt;
&lt;a href=&quot;https://lists.suse.com/pipermail/sle-security-updates/2020-August/007215.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://lists.suse.com/pipermail/sle-security-updates/2020-August/007215.html&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="60281">LU-13859</key>
            <summary>kernel update [SLES15 SP2 5.3.18-24.9.1]</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="2">Won&apos;t Fix</resolution>
                                        <assignee username="yujian">Jian Yu</assignee>
                                    <reporter username="yujian">Jian Yu</reporter>
                        <labels>
                    </labels>
                <created>Wed, 5 Aug 2020 22:43:27 +0000</created>
                <updated>Mon, 14 Sep 2020 23:36:37 +0000</updated>
                            <resolved>Mon, 14 Sep 2020 23:36:37 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="279571" author="yujian" created="Mon, 14 Sep 2020 23:36:37 +0000"  >&lt;p&gt;A new version is available: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13963&quot; title=&quot;kernel update [SLES15 SP2 5.3.18-24.15.1]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13963&quot;&gt;&lt;del&gt;LU-13963&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="60133">LU-13820</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="60794">LU-13963</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i0173b:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>