<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:53:39 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-12558] kernel update [SLES12 SP3 4.4.180-94.100.1]</title>
                <link>https://jira.whamcloud.com/browse/LU-12558</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;   The SUSE Linux Enterprise 12 SP3 kernel was updated to receive various&lt;br/&gt;
   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-10638: In the Linux kernel, a device could be tracked by an&lt;br/&gt;
     attacker using the IP ID values the kernel produces for connection-less&lt;br/&gt;
     protocols (e.g., UDP and ICMP). When such traffic was sent to multiple&lt;br/&gt;
     destination IP addresses, it was possible to obtain hash collisions (of&lt;br/&gt;
     indices to the counter array) and thereby obtain the hashing key (via&lt;br/&gt;
     enumeration). An attack may have been conducted by hosting a crafted web&lt;br/&gt;
     page that uses WebRTC or gQUIC to force UDP traffic to&lt;br/&gt;
     attacker-controlled IP addresses (bnc#1140575 1140577).&lt;/li&gt;
	&lt;li&gt;CVE-2019-10639: The Linux kernel allowed Information Exposure (partial&lt;br/&gt;
     kernel address disclosure), that lead to a KASLR bypass. Specifically,&lt;br/&gt;
     it was possible to extract the KASLR kernel image offset using the IP ID&lt;br/&gt;
     values the kernel produces for connection-less protocols (e.g., UDP and&lt;br/&gt;
     ICMP). When such traffic is sent to multiple destination IP addresses,&lt;br/&gt;
     it was possible to obtain hash collisions (of indices to the counter&lt;br/&gt;
     array) and thereby obtain the hashing key (via enumeration). This key&lt;br/&gt;
     contains enough bits from a kernel address (of a static variable) so&lt;br/&gt;
     when the key is extracted (via enumeration), the offset of the kernel&lt;br/&gt;
     image is exposed. This attack could be carried out remotely, by the&lt;br/&gt;
     attacker forcing the target device to send UDP or ICMP (or certain&lt;br/&gt;
     other) traffic to attacker-controlled IP addresses. Forcing a server to&lt;br/&gt;
     send UDP traffic is trivial if the server is a DNS server. ICMP traffic&lt;br/&gt;
     is trivial if the server answers ICMP Echo requests (ping). For client&lt;br/&gt;
     targets, if the target visited the attacker&apos;s web page, then WebRTC or&lt;br/&gt;
     gQUIC could be used to force UDP traffic to attacker-controlled IP&lt;br/&gt;
     addresses. NOTE: this attack against KASLR became viable because IP ID&lt;br/&gt;
     generation was changed to have a dependency on an address associated&lt;br/&gt;
     with a network namespace (bnc#1140577).&lt;/li&gt;
	&lt;li&gt;CVE-2019-10126: A flaw was found in the Linux kernel. A heap based&lt;br/&gt;
     buffer overflow in mwifiex_uap_parse_tail_ies function in&lt;br/&gt;
     drivers/net/wireless/marvell/mwifiex/ie.c might have lead to memory&lt;br/&gt;
     corruption and possibly other consequences (bnc#1136935).&lt;/li&gt;
	&lt;li&gt;CVE-2018-20836: An issue was discovered in the Linux kernel There was a&lt;br/&gt;
     race condition in smp_task_timedout() and smp_task_done() in&lt;br/&gt;
     drivers/scsi/libsas/sas_expander.c, leading to a use-after-free&lt;br/&gt;
     (bnc#1134395).&lt;/li&gt;
	&lt;li&gt;CVE-2019-11599: The coredump implementation in the Linux kernel did not&lt;br/&gt;
     use locking or other mechanisms to prevent vma layout or vma flags&lt;br/&gt;
     changes while it ran, which allowed local users to obtain sensitive&lt;br/&gt;
     information, cause a denial of service, or possibly have unspecified&lt;br/&gt;
     other impact by triggering a race condition with mmget_not_zero or&lt;br/&gt;
     get_task_mm call. This is related to fs/userfaultfd.c, mm/mmap.c,&lt;br/&gt;
     fs/proc/task_mmu.c, and drivers/infiniband/core/uverbs_main.c&lt;br/&gt;
     (bnc#1131645 1133738).&lt;/li&gt;
	&lt;li&gt;CVE-2019-12614: An issue was discovered in dlpar_parse_cc_property in&lt;br/&gt;
     arch/powerpc/platforms/pseries/dlpar.c in the Linux kernel There was an&lt;br/&gt;
     unchecked kstrdup of prop-name, which might have allowed an attacker to&lt;br/&gt;
     cause a denial of service (NULL pointer dereference and system crash)&lt;br/&gt;
     (bnc#1137194).&lt;/li&gt;
	&lt;li&gt;CVE-2019-12819: An issue was discovered in the Linux kernel The function&lt;br/&gt;
     __mdiobus_register() in drivers/net/phy/mdio_bus.c calls put_device(),&lt;br/&gt;
     which would trigger a fixed_mdio_bus_init use-after-free. This would&lt;br/&gt;
     cause a denial of service (bnc#1138291).&lt;/li&gt;
	&lt;li&gt;CVE-2019-12818: An issue was discovered in the Linux kernel The&lt;br/&gt;
     nfc_llcp_build_tlv function in net/nfc/llcp_commands.c may return NULL.&lt;br/&gt;
     If the caller did not check for this, it would trigger a NULL pointer&lt;br/&gt;
     dereference. This would cause a denial of service. This affected&lt;br/&gt;
     nfc_llcp_build_gb in net/nfc/llcp_core.c (bnc#1138293).&lt;/li&gt;
	&lt;li&gt;CVE-2019-12456: A double-fetch bug in _ctl_ioctl_main() could lead to a&lt;br/&gt;
     local denial of service attack (bsc#1136922 CVE-2019-12456).&lt;/li&gt;
	&lt;li&gt;CVE-2019-12380: An issue was discovered in the efi subsystem in the&lt;br/&gt;
     Linux kernel phys_efi_set_virtual_address_map in&lt;br/&gt;
     arch/x86/platform/efi/efi.c and efi_call_phys_prolog in&lt;br/&gt;
     arch/x86/platform/efi/efi_64.c mishandle memory allocation failures.&lt;br/&gt;
     NOTE: This id is disputed as not being an issue because ;All the code&lt;br/&gt;
     touched by the referenced commit runs only at boot, before any user&lt;br/&gt;
     processes are started. Therefore, there is no possibility for an&lt;br/&gt;
     unprivileged user to control it (bnc#1136598).&lt;/li&gt;
	&lt;li&gt;CVE-2019-11487: The Linux kernel before allowed page-_refcount reference&lt;br/&gt;
     count overflow, with resultant use-after-free issues, if about 140 GiB&lt;br/&gt;
     of RAM exists. This is related to fs/fuse/dev.c, fs/pipe.c, fs/splice.c,&lt;br/&gt;
     include/linux/mm.h, include/linux/pipe_fs_i.h, kernel/trace/trace.c,&lt;br/&gt;
     mm/gup.c, and mm/hugetlb.c. It could occur with FUSE requests&lt;br/&gt;
     (bnc#1133190 1133191).&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;   The following non-security bugs were fixed:&lt;br/&gt;
   &lt;a href=&quot;http://lists.suse.com/pipermail/sle-security-updates/2019-July/005717.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://lists.suse.com/pipermail/sle-security-updates/2019-July/005717.html&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="56426">LU-12558</key>
            <summary>kernel update [SLES12 SP3 4.4.180-94.100.1]</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</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="1">Fixed</resolution>
                                        <assignee username="yujian">Jian Yu</assignee>
                                    <reporter username="yujian">Jian Yu</reporter>
                        <labels>
                    </labels>
                <created>Tue, 16 Jul 2019 18:11:23 +0000</created>
                <updated>Tue, 3 Sep 2019 16:58:44 +0000</updated>
                            <resolved>Fri, 9 Aug 2019 15:16:44 +0000</resolved>
                                                    <fixVersion>Lustre 2.13.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="251846" author="gerrit" created="Tue, 23 Jul 2019 00:01:49 +0000"  >&lt;p&gt;Jian Yu (yujian@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35589&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35589&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12558&quot; title=&quot;kernel update [SLES12 SP3 4.4.180-94.100.1]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12558&quot;&gt;&lt;del&gt;LU-12558&lt;/del&gt;&lt;/a&gt; kernel: kernel update &lt;span class=&quot;error&quot;&gt;&amp;#91;SLES12 SP3 4.4.180-94.100&amp;#93;&lt;/span&gt;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ff4ee4ff4e9ef90b1ecf288d11ea188b5900fc39&lt;/p&gt;</comment>
                            <comment id="251848" author="gerrit" created="Tue, 23 Jul 2019 00:10:42 +0000"  >&lt;p&gt;Jian Yu (yujian@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35591&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35591&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12558&quot; title=&quot;kernel update [SLES12 SP3 4.4.180-94.100.1]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12558&quot;&gt;&lt;del&gt;LU-12558&lt;/del&gt;&lt;/a&gt; kernel: kernel update &lt;span class=&quot;error&quot;&gt;&amp;#91;SLES12 SP3 4.4.180-94.100&amp;#93;&lt;/span&gt;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 58b0a918389394d1bca519df7291b538d6d40850&lt;/p&gt;</comment>
                            <comment id="252841" author="gerrit" created="Fri, 9 Aug 2019 04:41:16 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35589/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35589/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12558&quot; title=&quot;kernel update [SLES12 SP3 4.4.180-94.100.1]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12558&quot;&gt;&lt;del&gt;LU-12558&lt;/del&gt;&lt;/a&gt; kernel: kernel update &lt;span class=&quot;error&quot;&gt;&amp;#91;SLES12 SP3 4.4.180-94.100&amp;#93;&lt;/span&gt;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9af3746807fac0274696fb6cfe1cf62e9b483a27&lt;/p&gt;</comment>
                            <comment id="252887" author="pjones" created="Fri, 9 Aug 2019 15:16:44 +0000"  >&lt;p&gt;Landed for 2.13&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="56235">LU-12498</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="56817">LU-12725</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|i00jrz:</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>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>