<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Ubuntu (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/ubuntu.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/ubuntu-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Ubuntu (High+Critical)</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:40 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-47333 – Ubuntu Linux 6.8, 6.17 and 7.0 contain AppArmor SAUCE patches which can potentia...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-47333</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-47333</guid>
    <pubDate>Thu, 28 May 2026 19:16:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-47333</strong></p>
  <p>Ubuntu Linux 6.8, 6.17 and 7.0 contain AppArmor SAUCE patches which can potentially incorrectly compute the size of an internal buffer, leading to a heap memory out-of-bounds read in notification handling code. The bug can be triggered by an unprivileged local user and can result in invalid data being processed by the AppArmor DFA policy engine.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-47333">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-47331 – Ubuntu Linux 6.8 contains AppArmor SAUCE patches which fail to acquire a lock wh...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-47331</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-47331</guid>
    <pubDate>Thu, 28 May 2026 19:16:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-47331</strong></p>
  <p>Ubuntu Linux 6.8 contains AppArmor SAUCE patches which fail to acquire a lock when modifying a linked list. An unprivileged local user could trigger the race condition that can lead to a use-after-free (UAF) and, theoretically, arbitrary code execution.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-47331">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-47269 – pam_usb provides hardware authentication for Linux using ordinary removable medi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-47269</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-47269</guid>
    <pubDate>Wed, 27 May 2026 21:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-47269</strong></p>
  <p>pam_usb provides hardware authentication for Linux using ordinary removable media. Prior to 0.9.0,  pam_usb's deny_remote feature checks utmpx ut_addr_v6 to detect whether an authentication request originates from a remote session. The outer guard was if (utent->ut_addr_v6[0] != 0), which only tests the first 32-bit word of the 128-bit address field. IPv4-mapped IPv6 addresses (::ffff:x.x.x.x) st…</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-47269">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-46055 – In the Linux kernel, the following vulnerability has been resolved:

apparmor: F...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46055</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46055</guid>
    <pubDate>Wed, 27 May 2026 14:17:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46055</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  apparmor: Fix string overrun due to missing termination  When booting Ubuntu 26.04 with Linux 7.0-rc4 on an ARM64 Qualcomm Snapdragon X1 we see a string buffer overrun:  BUG: KASAN: slab-out-of-bounds in aa_dfa_match (security/apparmor/match.c:535) Read of size 1 at addr ffff0008901cc000 by task snap-update-ns/2120  CPU: 5 UID:…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46055">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-45898 – In the Linux kernel, the following vulnerability has been resolved:

RDMA/iwcm: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45898</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45898</guid>
    <pubDate>Wed, 27 May 2026 14:17:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-45898</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  RDMA/iwcm: Fix workqueue list corruption by removing work_list  The commit e1168f0 ("RDMA/iwcm: Simplify cm_event_handler()") changed the work submission logic to unconditionally call queue_work() with the expectation that queue_work() would have no effect if work was already pending. The problem is that a free list of struct iw…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45898">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40489 – editorconfig-core-c  is an EditorConfig core library for use by plugins supporti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40489</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40489</guid>
    <pubDate>Sat, 18 Apr 2026 02:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40489</strong></p>
  <p>editorconfig-core-c  is an EditorConfig core library for use by plugins supporting EditorConfig parsing. Versions up to and including 0.12.10 have a stack-based buffer overflow in ec_glob() that allows an attacker to crash any application using libeditorconfig by providing a specially crafted directory structure and .editorconfig file. This is an incomplete fix for CVE-2023-0341. The pcre_str buf…</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-121</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40489">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-15480 – In Ubuntu, ubuntu-desktop-provision version 24.04.4 could leak sensitive user cr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-15480</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-15480</guid>
    <pubDate>Thu, 09 Apr 2026 16:16:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-15480</strong></p>
  <p>In Ubuntu, ubuntu-desktop-provision version 24.04.4 could leak sensitive user credentials during crash reporting. Upon installation failure, if a user submitted a bug report to Launchpad, ubuntu-desktop-provision could include the user's password hash in the attached logs.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-1258</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-15480">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-14551 – In Ubuntu, Subiquity version 24.04.4 could leak sensitive user credentials durin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-14551</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-14551</guid>
    <pubDate>Thu, 09 Apr 2026 16:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-14551</strong></p>
  <p>In Ubuntu, Subiquity version 24.04.4 could leak sensitive user credentials during crash reporting. Upon installation failure, if a user submitted a bug report to Launchpad, Subiquity could include certain user credentials, such as the user's plaintext Wi-Fi password, in the attached logs.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-1258</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-14551">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-23428 – In the Linux kernel, the following vulnerability has been resolved:

ksmbd: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23428</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23428</guid>
    <pubDate>Fri, 03 Apr 2026 16:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-23428</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ksmbd: fix use-after-free of share_conf in compound request  smb2_get_ksmbd_tcon() reuses work->tcon in compound requests without validating tcon->t_state. ksmbd_tree_conn_lookup() checks t_state == TREE_CONNECTED on the initial lookup path, but the compound reuse path bypasses this check entirely.  If a prior command in the com…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23428">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-23427 – In the Linux kernel, the following vulnerability has been resolved:

ksmbd: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23427</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23427</guid>
    <pubDate>Fri, 03 Apr 2026 16:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-23427</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ksmbd: fix use-after-free in durable v2 replay of active file handles  parse_durable_handle_context() unconditionally assigns dh_info->fp->conn to the current connection when handling a DURABLE_REQ_V2 context with SMB2_FLAGS_REPLAY_OPERATION. ksmbd_lookup_fd_cguid() does not filter by fp->conn, so it returns file handles that ar…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23427">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-3888 – Local privilege escalation in snapd on Linux allows local attackers to get root ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-3888</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-3888</guid>
    <pubDate>Tue, 17 Mar 2026 14:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-3888</strong></p>
  <p>Local privilege escalation in snapd on Linux allows local attackers to get root privilege by re-creating snap's private /tmp directory when systemd-tmpfiles is configured to automatically clean up this directory. This issue affects Ubuntu 16.04 LTS, 18.04 LTS, 20.04 LTS, 22.04 LTS, and 24.04 LTS.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-268</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-3888">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-13350 – Ubuntu Linux 6.8 GA retains the legacy AF_UNIX garbage collector but backports u...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-13350</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-13350</guid>
    <pubDate>Thu, 05 Mar 2026 20:16:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-13350</strong></p>
  <p>Ubuntu Linux 6.8 GA retains the legacy AF_UNIX garbage collector but backports upstream commit 8594d9b85c07 ("af_unix: Don’t call skb_get() for OOB skb"). When orphaned MSG_OOB sockets hit unix_gc(), the garbage collector still calls kfree_skb() as if OOB SKBs held two references; on Ubuntu Linux 6.8 (Noble Numbat) kernel tree, they have only the queue reference, so the buffer is freed while stil…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-13350">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-27466 – BigBlueButton is an open-source virtual classroom. In versions 3.0.21 and below,...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27466</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27466</guid>
    <pubDate>Sat, 21 Feb 2026 08:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-27466</strong></p>
  <p>BigBlueButton is an open-source virtual classroom. In versions 3.0.21 and below, the official documentation for "Server Customization" on Support for ClamAV as presentation file scanner contains instructions that leave a BBB server vulnerable for Denial of Service. The flawed command exposes both ports (3310 and 7357) to the internet. A remote attacker can use this to send complex or large docume…</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-668</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27466">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-2486 – The Ubuntu edk2 UEFI firmware packages accidentally allowed the UEFI Shell to be...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-2486</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-2486</guid>
    <pubDate>Wed, 26 Nov 2025 18:15:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-2486</strong></p>
  <p>The Ubuntu edk2 UEFI firmware packages accidentally allowed the UEFI Shell to be accessed in Secure Boot environments, possibly allowing bypass of Secure Boot constraints. Versions 2024.05-2ubuntu0.3 and 2024.02-2ubuntu0.3 disable the Shell. Some previous versions inserted a secure-boot-based decision to continue running inside the Shell itself, which is believed to be sufficient to enforce Secur…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-489</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-2486">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-43914 – Dell PowerProtect Data Domain BoostFS for Linux Ubuntu systems of Feature Releas...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-43914</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-43914</guid>
    <pubDate>Tue, 07 Oct 2025 18:16:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-43914</strong></p>
  <p>Dell PowerProtect Data Domain BoostFS for Linux Ubuntu systems of Feature Release versions 7.7.1.0 through 8.3.0.15, LTS2025 release version 8.3.1.0, LTS2024 release versions 7.13.1.0 through 7.13.1.30, LTS 2023 release versions 7.10.1.0 through 7.10.1.60, contain an Incorrect Privilege Assignment vulnerability. A low privileged attacker with local access could potentially exploit this vulnerabil…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-266</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-43914">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-34203 – Vasion Print (formerly PrinterLogic) Virtual Appliance Host versions prior to 22...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-34203</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-34203</guid>
    <pubDate>Fri, 19 Sep 2025 19:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-34203</strong></p>
  <p>Vasion Print (formerly PrinterLogic) Virtual Appliance Host versions prior to 22.0.1002 and Application versions prior to 20.0.2614 (VA and SaaS deployments) contain multiple Docker containers that include outdated, end-of-life, unsupported, or otherwise vulnerable third-party components (examples: Nginx 1.17.x, OpenSSL 1.1.1d, various EOL Alpine/Debian/Ubuntu base images, and EOL Laravel/PHP lib…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-34203">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-34197 – Vasion Print (formerly PrinterLogic) Virtual Appliance Host versions prior to 22...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-34197</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-34197</guid>
    <pubDate>Fri, 19 Sep 2025 19:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-34197</strong></p>
  <p>Vasion Print (formerly PrinterLogic) Virtual Appliance Host versions prior to 22.0.951, Application prior to 20.0.2368 (VA and SaaS deployments) contain an undocumented local user account named ubuntu with a preset password and a sudoers entry granting that account passwordless root privileges (ubuntu ALL=(ALL) NOPASSWD: ALL). Anyone who knows the hardcoded password can obtain root privileges via…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-798</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-34197">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-50315 – In the Linux kernel, the following vulnerability has been resolved:

ata: ahci: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-50315</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-50315</guid>
    <pubDate>Mon, 15 Sep 2025 15:15:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-50315</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTS  UBSAN complains about array-index-out-of-bounds: [ 1.980703] kernel: UBSAN: array-index-out-of-bounds in /build/linux-9H675w/linux-5.15.0/drivers/ata/libahci.c:968:41 [ 1.980709] kernel: index 15 is out of range for type 'ahci_em_priv [8]' [ 1.980713] kernel: CPU: 0 PID: 209…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-129</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-50315">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38734 – In the Linux kernel, the following vulnerability has been resolved:

net/smc: fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38734</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38734</guid>
    <pubDate>Fri, 05 Sep 2025 18:15:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38734</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net/smc: fix UAF on smcsk after smc_listen_out()  BPF CI testing report a UAF issue:    [   16.446633] BUG: kernel NULL pointer dereference, address: 000000000000003  0   [   16.447134] #PF: supervisor read access in kernel mod  e   [   16.447516] #PF: error_code(0x0000) - not-present pag  e   [   16.447878] PGD 0 P4D   0   […</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38734">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38714 – In the Linux kernel, the following vulnerability has been resolved:

hfsplus: fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38714</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38714</guid>
    <pubDate>Thu, 04 Sep 2025 16:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38714</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()  The hfsplus_bnode_read() method can trigger the issue:  [  174.852007][ T9784] ================================================================== [  174.852709][ T9784] BUG: KASAN: slab-out-of-bounds in hfsplus_bnode_read+0x2f4/0x360 [  174.853412][ T9784] Read of size 8 a…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38714">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38713 – In the Linux kernel, the following vulnerability has been resolved:

hfsplus: fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38713</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38713</guid>
    <pubDate>Thu, 04 Sep 2025 16:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38713</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()  The hfsplus_readdir() method is capable to crash by calling hfsplus_uni2asc():  [  667.121659][ T9805] ================================================================== [  667.122651][ T9805] BUG: KASAN: slab-out-of-bounds in hfsplus_uni2asc+0x902/0xa10 [  667.123627][…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38713">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38500 – In the Linux kernel, the following vulnerability has been resolved:

xfrm: inter...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38500</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38500</guid>
    <pubDate>Tue, 12 Aug 2025 16:15:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38500</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  xfrm: interface: fix use-after-free after changing collect_md xfrm interface  collect_md property on xfrm interfaces can only be set on device creation, thus xfrmi_changelink() should fail when called on such interfaces.  The check to enforce this was done only in the case where the xi was returned from xfrmi_locate() which does…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38500">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38146 – In the Linux kernel, the following vulnerability has been resolved:

net: openvs...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38146</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38146</guid>
    <pubDate>Thu, 03 Jul 2025 09:15:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38146</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net: openvswitch: Fix the dead loop of MPLS parse  The unexpected MPLS packet may not end with the bottom label stack. When there are many stacks, The label count value has wrapped around. A dead loop occurs, soft lockup/CPU stuck finally.  stack backtrace: UBSAN: array-index-out-of-bounds in /build/linux-0Pa0xK/linux-5.15.0/net…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-129</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38146">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38106 – In the Linux kernel, the following vulnerability has been resolved:

io_uring: f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38106</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38106</guid>
    <pubDate>Thu, 03 Jul 2025 09:15:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38106</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo()  syzbot reports:  BUG: KASAN: slab-use-after-free in getrusage+0x1109/0x1a60 Read of size 8 at addr ffff88810de2d2c8 by task a.out/304  CPU: 0 UID: 0 PID: 304 Comm: a.out Not tainted 6.16.0-rc1 #1 PREEMPT(voluntary) Hardware name: QEMU Ubuntu 24.04 PC (i440FX…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38106">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38091 – In the Linux kernel, the following vulnerability has been resolved:

drm/amd/dis...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38091</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38091</guid>
    <pubDate>Wed, 02 Jul 2025 15:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38091</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/amd/display: check stream id dml21 wrapper to get plane_id  [Why & How] Fix a false positive warning which occurs due to lack of correct checks when querying plane_id in DML21. This fixes the warning when performing a mode1 reset (cat /sys/kernel/debug/dri/1/amdgpu_gpu_recover):  [   35.751250] WARNING: CPU: 11 PID: 326 at /…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38091">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-53112 – In the Linux kernel, the following vulnerability has been resolved:

drm/i915/ss...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53112</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53112</guid>
    <pubDate>Fri, 02 May 2025 16:15:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-53112</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/i915/sseu: fix max_subslices array-index-out-of-bounds access  It seems that commit bc3c5e0809ae ("drm/i915/sseu: Don't try to store EU mask internally in UAPI format") exposed a potential out-of-bounds access, reported by UBSAN as following on a laptop with a gen 11 i915 card:    UBSAN: array-index-out-of-bounds in drivers/…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53112">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-32953 – z80pack is a mature emulator of multiple platforms with 8080 and Z80 CPU. In ver...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-32953</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-32953</guid>
    <pubDate>Fri, 18 Apr 2025 21:15:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-32953</strong></p>
  <p>z80pack is a mature emulator of multiple platforms with 8080 and Z80 CPU. In version 1.38 and prior, the `makefile-ubuntu.yml` workflow file uses `actions/upload-artifact@v4` to upload the `z80pack-ubuntu` artifact. This artifact is a zip of the current directory, which includes the automatically generated `.git/config` file containing the run's GITHUB_TOKEN. Seeing as the artifact can be downloa…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-32953">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-1736 – Ubuntu's configuration of gnome-control-center allowed Remote Desktop Sharing to...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-1736</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-1736</guid>
    <pubDate>Fri, 31 Jan 2025 02:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-1736</strong></p>
  <p>Ubuntu's configuration of gnome-control-center allowed Remote Desktop Sharing to be enabled by default.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-1736">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-5290 – An issue was discovered in Ubuntu wpa_supplicant that resulted in loading of arb...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-5290</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-5290</guid>
    <pubDate>Wed, 07 Aug 2024 09:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-5290</strong></p>
  <p>An issue was discovered in Ubuntu wpa_supplicant that resulted in loading of arbitrary shared objects, which allows a local unprivileged attacker to escalate privileges to the user that wpa_supplicant runs as (usually root).     Membership in the netdev group or access to the dbus interface of wpa_supplicant allow an unprivileged user to specify an arbitrary path to a module to be loaded by the w…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-427</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-5290">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-52816 – In the Linux kernel, the following vulnerability has been resolved:

drm/amdkfd:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-52816</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-52816</guid>
    <pubDate>Tue, 21 May 2024 16:15:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-52816</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/amdkfd: Fix shift out-of-bounds issue  [  567.613292] shift exponent 255 is too large for 64-bit type 'long unsigned int' [  567.614498] CPU: 5 PID: 238 Comm: kworker/5:1 Tainted: G           OE      6.2.0-34-generic #34~22.04.1-Ubuntu [  567.614502] Hardware name: AMD Splinter/Splinter-RPL, BIOS WS43927N_871 09/25/2023 [  5…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-52816">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-26907 – In the Linux kernel, the following vulnerability has been resolved:

RDMA/mlx5: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-26907</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-26907</guid>
    <pubDate>Wed, 17 Apr 2024 11:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-26907</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  RDMA/mlx5: Fix fortify source warning while accessing Eth segment   ------------[ cut here ]------------  memcpy: detected field-spanning write (size 56) of single field "eseg->inline_hdr.start" at /var/lib/dkms/mlnx-ofed-kernel/5.8/build/drivers/infiniband/hw/mlx5/wr.c:131 (size 2)  WARNING: CPU: 0 PID: 293779 at /var/lib/dkms/…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-26907">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-0081 – NVIDIA NeMo framework for Ubuntu contains a vulnerability in tools/asr_webapp wh...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-0081</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-0081</guid>
    <pubDate>Fri, 05 Apr 2024 19:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-0081</strong></p>
  <p>NVIDIA NeMo framework for Ubuntu contains a vulnerability in tools/asr_webapp where an attacker may cause an allocation of resources without limits or throttling. A successful exploit of this vulnerability may lead to a server-side denial of service.</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-0081">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-3297 – In Ubuntu's accountsservice an unprivileged local attacker can trigger a use-aft...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-3297</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-3297</guid>
    <pubDate>Fri, 01 Sep 2023 21:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-3297</strong></p>
  <p>In Ubuntu's accountsservice an unprivileged local attacker can trigger a use-after-free vulnerability in accountsservice by sending a D-Bus message to the accounts-daemon process.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-3297">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-32629 – Local privilege escalation vulnerability in Ubuntu Kernels overlayfs ovl_copy_up...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-32629</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-32629</guid>
    <pubDate>Wed, 26 Jul 2023 02:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-32629</strong></p>
  <p>Local privilege escalation vulnerability in Ubuntu Kernels overlayfs ovl_copy_up_meta_inode_data skip permission checks when calling ovl_do_setxattr on Ubuntu kernels</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-32629">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-2640 – On Ubuntu kernels carrying both c914c0e27eb0 and "UBUNTU: SAUCE: overlayfs: Skip...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-2640</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-2640</guid>
    <pubDate>Wed, 26 Jul 2023 02:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-2640</strong></p>
  <p>On Ubuntu kernels carrying both c914c0e27eb0 and "UBUNTU: SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs", an unprivileged user may set privileged extended attributes on the mounted files, leading them to be set on the upper files without the appropriate security checks.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-2640">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-24492 – A vulnerability has been discovered in the Citrix Secure Access client for Ubunt...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-24492</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-24492</guid>
    <pubDate>Tue, 11 Jul 2023 22:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-24492</strong></p>
  <p>A vulnerability has been discovered in the Citrix Secure Access client for Ubuntu which, if exploited, could allow an attacker to remotely execute code if a victim user opens an attacker-crafted link and accepts further prompts.</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-24492">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-30549 – Apptainer is an open source container platform for Linux. There is an ext4 use-a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-30549</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-30549</guid>
    <pubDate>Tue, 25 Apr 2023 21:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-30549</strong></p>
  <p>Apptainer is an open source container platform for Linux. There is an ext4 use-after-free flaw that is exploitable through versions of Apptainer < 1.1.0 and installations that include apptainer-suid < 1.1.8 on older operating systems where that CVE has not been patched. That includes Red Hat Enterprise Linux 7, Debian 10 buster (unless the linux-5.10 package is installed), Ubuntu 18.04 bionic and…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-30549">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-27705 – APNG_Optimizer v1.4 was discovered to contain a buffer overflow via the componen...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-27705</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-27705</guid>
    <pubDate>Mon, 17 Apr 2023 15:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-27705</strong></p>
  <p>APNG_Optimizer v1.4 was discovered to contain a buffer overflow via the component /apngopt/ubuntu.png.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-120</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-27705">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-1277 – A vulnerability, which was classified as critical, was found in kylin-system-upd...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-1277</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-1277</guid>
    <pubDate>Wed, 08 Mar 2023 19:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-1277</strong></p>
  <p>A vulnerability, which was classified as critical, was found in kylin-system-updater up to 1.4.20kord on Ubuntu Kylin. Affected is the function InstallSnap of the component Update Handler. The manipulation leads to command injection. The attack needs to be approached locally. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-222600.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-77</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-1277">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-44544 – Mahara 21.04 before 21.04.7, 21.10 before 21.10.5, 22.04 before 22.04.3, and 22...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-44544</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-44544</guid>
    <pubDate>Sun, 06 Nov 2022 17:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-44544</strong></p>
  <p>Mahara 21.04 before 21.04.7, 21.10 before 21.10.5, 22.04 before 22.04.3, and 22.10 before 22.10.0 potentially allow a PDF export to trigger a remote shell if the site is running on Ubuntu and the flag -dSAFER is not set with Ghostscript.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-250</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-44544">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-41352 – An issue was discovered in Zimbra Collaboration (ZCS) 8.8.15 and 9.0. An attacke...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-41352</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-41352</guid>
    <pubDate>Mon, 26 Sep 2022 02:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-41352</strong></p>
  <p>An issue was discovered in Zimbra Collaboration (ZCS) 8.8.15 and 9.0. An attacker can upload arbitrary files through amavis via a cpio loophole (extraction to /opt/zimbra/jetty/webapps/zimbra/public) that can lead to incorrect access to any other user accounts. Zimbra recommends pax over cpio. Also, pax is in the prerequisites of Zimbra on Ubuntu; however, pax is no longer part of a default Red H…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-41352">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-40297 – UBports Ubuntu Touch 16.04 allows the screen-unlock passcode to be used for a pr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-40297</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-40297</guid>
    <pubDate>Fri, 09 Sep 2022 00:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-40297</strong></p>
  <p>UBports Ubuntu Touch 16.04 allows the screen-unlock passcode to be used for a privileged shell via Sudo. This passcode is only four digits, far below typical length/complexity for a user account's password. NOTE: a third party states "The described attack cannot be executed as demonstrated.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-40297">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-24760 – Parse Server is an open source http web server backend. In versions prior to 4.1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-24760</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-24760</guid>
    <pubDate>Sat, 12 Mar 2022 00:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-24760</strong></p>
  <p>Parse Server is an open source http web server backend. In versions prior to 4.10.7 there is a Remote Code Execution (RCE) vulnerability in Parse Server. This vulnerability affects Parse Server in the default configuration with MongoDB. The main weakness that leads to RCE is the Prototype Pollution vulnerable code in the file `DatabaseController.js`, so it is likely to affect Postgres and any oth…</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-24760">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-23220 – USBView 2.1 before 2.2 allows some local users (e.g., ones logged in via SSH) to...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-23220</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-23220</guid>
    <pubDate>Fri, 21 Jan 2022 16:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-23220</strong></p>
  <p>USBView 2.1 before 2.2 allows some local users (e.g., ones logged in via SSH) to execute arbitrary code as root because certain Polkit settings (e.g., allow_any=yes) for pkexec disable the authentication requirement. Code execution can, for example, use the --gtk-module option. This affects Ubuntu, Debian, and Gentoo.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-306</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-23220">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-34424 – A vulnerability was discovered in the Zoom Client for Meetings (for Android, iOS...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-34424</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-34424</guid>
    <pubDate>Wed, 24 Nov 2021 17:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-34424</strong></p>
  <p>A vulnerability was discovered in the Zoom Client for Meetings (for Android, iOS, Linux, macOS, and Windows) before version 5.8.4, Zoom Client for Meetings for Blackberry (for Android and iOS) before version 5.8.1, Zoom Client for Meetings for intune (for Android and iOS) before version 5.8.4, Zoom Client for Meetings for Chrome OS before version 5.0.1, Zoom Rooms for Conference Room (for Android…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-34424">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-34423 – A buffer overflow vulnerability was discovered in Zoom Client for Meetings (for ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-34423</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-34423</guid>
    <pubDate>Wed, 24 Nov 2021 17:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-34423</strong></p>
  <p>A buffer overflow vulnerability was discovered in Zoom Client for Meetings (for Android, iOS, Linux, macOS, and Windows) before version 5.8.4, Zoom Client for Meetings for Blackberry (for Android and iOS) before version 5.8.1, Zoom Client for Meetings for intune (for Android and iOS) before version 5.8.4, Zoom Client for Meetings for Chrome OS before version 5.0.1, Zoom Rooms for Conference Room…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-120</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-34423">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-3939 – Ubuntu-specific modifications to accountsservice (in patch file debian/patches/0...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-3939</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-3939</guid>
    <pubDate>Wed, 17 Nov 2021 04:15:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-3939</strong></p>
  <p>Ubuntu-specific modifications to accountsservice (in patch file debian/patches/0010-set-language.patch) caused the fallback_locale variable, pointing to static storage, to be freed, in the user_change_language_authorized_cb function. This is reachable via the SetLanguage dbus function. This is fixed in versions 0.6.55-0ubuntu12~20.04.5, 0.6.55-0ubuntu13.3, 0.6.55-0ubuntu14.1.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-590</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-3939">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-3493 – The overlayfs implementation in the linux kernel did not properly validate with ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-3493</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-3493</guid>
    <pubDate>Sat, 17 Apr 2021 05:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-3493</strong></p>
  <p>The overlayfs implementation in the linux kernel did not properly validate with respect to user namespaces the setting of file capabilities on files in an underlying file system. Due to the combination of unprivileged user namespaces along with a patch carried in the Ubuntu kernel to allow unprivileged overlay mounts, an attacker could use this to gain elevated privileges.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-270</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-3493">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-3492 – Shiftfs, an out-of-tree stacking file system included in Ubuntu Linux kernels, d...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-3492</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-3492</guid>
    <pubDate>Sat, 17 Apr 2021 05:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-3492</strong></p>
  <p>Shiftfs, an out-of-tree stacking file system included in Ubuntu Linux kernels, did not properly handle faults occurring during copy_from_user() correctly. These could lead to either a double-free situation or memory not being freed at all. An attacker could use this to cause a denial of service (kernel memory exhaustion) or gain privileges via executing arbitrary code. AKA ZDI-CAN-13562.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-401</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-3492">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-16125 – gdm3 versions before 3.36.2 or 3.38.2 would start gnome-initial-setup if gdm3 ca...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-16125</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-16125</guid>
    <pubDate>Tue, 10 Nov 2020 05:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-16125</strong></p>
  <p>gdm3 versions before 3.36.2 or 3.38.2 would start gnome-initial-setup if gdm3 can't contact the accountservice service via dbus in a timely manner; on Ubuntu (and potentially derivatives) this could be be chained with an additional issue that could allow a local user to create a new privileged account.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-754</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-16125">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2020-15708 – Ubuntu's packaging of libvirt in 20.04 LTS created a control socket with world r...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-15708</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-15708</guid>
    <pubDate>Fri, 06 Nov 2020 02:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2020-15708</strong></p>
  <p>Ubuntu's packaging of libvirt in 20.04 LTS created a control socket with world read and write permissions. An attacker could use this to overwrite arbitrary files or execute arbitrary code.</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-732</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-15708">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-11933 – cloud-init as managed by snapd on Ubuntu Core 16 and Ubuntu Core 18 devices was ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-11933</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-11933</guid>
    <pubDate>Wed, 29 Jul 2020 17:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-11933</strong></p>
  <p>cloud-init as managed by snapd on Ubuntu Core 16 and Ubuntu Core 18 devices was run without restrictions on every boot, which a physical attacker could exploit by crafting cloud-init user-data/meta-data via external media to perform arbitrary changes on the device to bypass intended security mechanisms such as full disk encryption. This issue did not affect traditional Ubuntu systems. Fixed in sn…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-11933">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-5911 – In versions 3.0.0-3.5.0, 2.0.0-2.9.0, and 1.0.1, the NGINX Controller installer ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-5911</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-5911</guid>
    <pubDate>Thu, 02 Jul 2020 13:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-5911</strong></p>
  <p>In versions 3.0.0-3.5.0, 2.0.0-2.9.0, and 1.0.1, the NGINX Controller installer starts the download of Kubernetes packages from an HTTP URL On Debian/Ubuntu system.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-5911">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2020-10279 – MiR robot controllers (central computation unit) makes use of Ubuntu 16.04.2 an ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-10279</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-10279</guid>
    <pubDate>Wed, 24 Jun 2020 06:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2020-10279</strong></p>
  <p>MiR robot controllers (central computation unit) makes use of Ubuntu 16.04.2 an operating system, Thought for desktop uses, this operating system presents insecure defaults for robots. These insecurities include a way for users to escalate their access beyond what they were granted via file creation, access race conditions, insecure home directory configurations and defaults that facilitate Denia…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-276</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-10279">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2015-7946 – Information Exposure vulnerability in Unity8 as used on the Ubuntu phone and pos...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-7946</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-7946</guid>
    <pubDate>Thu, 07 May 2020 23:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2015-7946</strong></p>
  <p>Information Exposure vulnerability in Unity8 as used on the Ubuntu phone and possibly also in Unity8 shipped elsewhere. This allows an attacker to enable the MTP service by opening the emergency dialer. Fixed in 8.11+16.04.20160111.1-0ubuntu1 and 8.11+15.04.20160122-0ubuntu1.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-7946">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-15794 – Overlayfs in the Linux kernel and shiftfs, a non-upstream patch to the Linux ker...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-15794</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-15794</guid>
    <pubDate>Fri, 24 Apr 2020 00:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-15794</strong></p>
  <p>Overlayfs in the Linux kernel and shiftfs, a non-upstream patch to the Linux kernel included in the Ubuntu 5.0 and 5.3 kernel series, both replace vma->vm_file in their mmap handlers. On error the original value is not restored, and the reference is put for the file to which vm_file points. On upstream kernels this is not an issue, as no callers dereference vm_file following after call_mmap() ret…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-672</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-15794">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-15792 – In shiftfs, a non-upstream patch to the Linux kernel included in the Ubuntu 5.0 ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-15792</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-15792</guid>
    <pubDate>Fri, 24 Apr 2020 00:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-15792</strong></p>
  <p>In shiftfs, a non-upstream patch to the Linux kernel included in the Ubuntu 5.0 and 5.3 kernel series, shiftfs_btrfs_ioctl_fd_replace() calls fdget(oldfd), then without further checks passes the resulting file* into shiftfs_real_fdget(), which casts file->private_data, a void* that points to a filesystem-dependent type, to a "struct shiftfs_file_info *". As the private_data is not required to be…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-843</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-15792">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-15791 – In shiftfs, a non-upstream patch to the Linux kernel included in the Ubuntu 5.0 ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-15791</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-15791</guid>
    <pubDate>Fri, 24 Apr 2020 00:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-15791</strong></p>
  <p>In shiftfs, a non-upstream patch to the Linux kernel included in the Ubuntu 5.0 and 5.3 kernel series, shiftfs_btrfs_ioctl_fd_replace() installs an fd referencing a file from the lower filesystem without taking an additional reference to that file. After the btrfs ioctl completes this fd is closed, which then puts a reference to that file, leading to a refcount underflow.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-672</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-15791">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-11480 – The pc-kernel snap build process hardcoded the --allow-insecure-repositories and...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-11480</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-11480</guid>
    <pubDate>Tue, 14 Apr 2020 02:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-11480</strong></p>
  <p>The pc-kernel snap build process hardcoded the --allow-insecure-repositories and --allow-unauthenticated apt options when creating the build chroot environment. This could allow an attacker who is able to perform a MITM attack between the build environment and the Ubuntu archive to install a malicious package within the build chroot. This issue affects pc-kernel versions prior to and including 20…</p>
  <p><strong>CVSS:</strong> 8.4 · <strong>CWE:</strong> CWE-353</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-11480">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2012-0055 – OverlayFS in the Linux kernel before 3.0.0-16.28, as used in Ubuntu 10.0.4 LTS a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2012-0055</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2012-0055</guid>
    <pubDate>Wed, 19 Feb 2020 18:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2012-0055</strong></p>
  <p>OverlayFS in the Linux kernel before 3.0.0-16.28, as used in Ubuntu 10.0.4 LTS and 11.10, is missing inode security checks which could allow attackers to bypass security restrictions and perform unauthorized actions.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-862</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2012-0055">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-19141 – The Camera Upload functionality in Plex Media Server through 1.18.2.2029 allows ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-19141</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-19141</guid>
    <pubDate>Thu, 19 Dec 2019 23:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-19141</strong></p>
  <p>The Camera Upload functionality in Plex Media Server through 1.18.2.2029 allows remote authenticated users to write files anywhere the user account running the Plex Media Server has permissions. This allows remote code execution via a variety of methods, such as (on a default Ubuntu installation) creating a .ssh folder in the plex user's home directory via directory traversal, uploading an SSH au…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-19141">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2019-12164 – ubuntu-server.js in Status React Native Desktop before v0.57.8_mobile_ui allows ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-12164</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-12164</guid>
    <pubDate>Tue, 23 Jul 2019 23:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2019-12164</strong></p>
  <p>ubuntu-server.js in Status React Native Desktop before v0.57.8_mobile_ui allows Remote Code Execution.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-12164">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-12881 – i915_gem_userptr_get_pages in drivers/gpu/drm/i915/i915_gem_userptr.c in the Lin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-12881</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-12881</guid>
    <pubDate>Tue, 18 Jun 2019 23:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-12881</strong></p>
  <p>i915_gem_userptr_get_pages in drivers/gpu/drm/i915/i915_gem_userptr.c in the Linux kernel 4.15.0 on Ubuntu 18.04.2 allows local users to cause a denial of service (NULL pointer dereference and BUG) or possibly have unspecified other impact via crafted ioctl calls to /dev/dri/card0.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-12881">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-12749 – dbus before 1.10.28, 1.12.x before 1.12.16, and 1.13.x before 1.13.12, as used i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-12749</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-12749</guid>
    <pubDate>Tue, 11 Jun 2019 17:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-12749</strong></p>
  <p>dbus before 1.10.28, 1.12.x before 1.12.16, and 1.13.x before 1.13.12, as used in DBusServer in Canonical Upstart in Ubuntu 14.04 (and in some, less common, uses of dbus-daemon), allows cookie spoofing because of symlink mishandling in the reference implementation of DBUS_COOKIE_SHA1 in the libdbus library. (This only affects the DBUS_COOKIE_SHA1 authentication mechanism.) A malicious client with…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-59</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-12749">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2019-12301 – The Percona Server 5.6.44-85.0-1 packages for Debian and Ubuntu suffered an issu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-12301</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-12301</guid>
    <pubDate>Thu, 23 May 2019 16:29:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2019-12301</strong></p>
  <p>The Percona Server 5.6.44-85.0-1 packages for Debian and Ubuntu suffered an issue where the server would reset the root password to a blank value upon an upgrade. This was fixed in 5.6.44-85.0-2.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-12301">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2018-6634 – A vulnerability in Parsec Windows 142-0 and Parsec 'Linux Ubuntu 16.04 LTS Deskt...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-6634</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-6634</guid>
    <pubDate>Tue, 07 May 2019 20:29:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2018-6634</strong></p>
  <p>A vulnerability in Parsec Windows 142-0 and Parsec 'Linux Ubuntu 16.04 LTS Desktop' Build 142-1 allows unauthorized users to maintain access to an account.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-613</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-6634">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2014-1427 – A vulnerability in the REST API of Ubuntu MAAS allows an attacker to cause a log...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-1427</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-1427</guid>
    <pubDate>Mon, 22 Apr 2019 16:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2014-1427</strong></p>
  <p>A vulnerability in the REST API of Ubuntu MAAS allows an attacker to cause a logged-in user to execute commands via cross-site scripting. This issue affects MAAS versions prior to 1.9.2.</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-1427">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2014-1426 – A vulnerability in maasserver.api.get_file_by_name of Ubuntu MAAS allows unauthe...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-1426</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-1426</guid>
    <pubDate>Mon, 22 Apr 2019 16:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2014-1426</strong></p>
  <p>A vulnerability in maasserver.api.get_file_by_name of Ubuntu MAAS allows unauthenticated network clients to download any file. This issue affects: Ubuntu MAAS versions prior to 1.9.2.</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-1426">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-12447 – GdkPixBuf (aka gdk-pixbuf), possibly 2.32.2, as used by GNOME Nautilus 3.14.3 on...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-12447</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-12447</guid>
    <pubDate>Thu, 07 Mar 2019 23:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-12447</strong></p>
  <p>GdkPixBuf (aka gdk-pixbuf), possibly 2.32.2, as used by GNOME Nautilus 3.14.3 on Ubuntu 16.04, allows attackers to cause a denial of service (stack corruption) or possibly have unspecified other impact via a crafted file folder.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-12447">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-19518 – University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in P...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-19518</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-19518</guid>
    <pubDate>Sun, 25 Nov 2018 10:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-19518</strong></p>
  <p>University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., ent…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-88</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-19518">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-18653 – The Linux kernel, as used in Ubuntu 18.10 and when booted with UEFI Secure Boot ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-18653</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-18653</guid>
    <pubDate>Fri, 26 Oct 2018 00:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-18653</strong></p>
  <p>The Linux kernel, as used in Ubuntu 18.10 and when booted with UEFI Secure Boot enabled, allows privileged local users to bypass intended Secure Boot restrictions and execute untrusted code by loading arbitrary kernel modules. This occurs because a modified kernel/module.c, in conjunction with certain configuration options, leads to mishandling of the result of signature verification.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-18653">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-6557 – The MOTD update script in the base-files package in Ubuntu 18.04 LTS before 10.1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-6557</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-6557</guid>
    <pubDate>Tue, 21 Aug 2018 16:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-6557</strong></p>
  <p>The MOTD update script in the base-files package in Ubuntu 18.04 LTS before 10.1ubuntu2.2, and Ubuntu 18.10 before 10.1ubuntu6 incorrectly handled temporary files. A local attacker could use this issue to cause a denial of service, or possibly escalate privileges if kernel symlink restrictions were disabled.</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-59</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-6557">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-6553 – The CUPS AppArmor profile incorrectly confined the dnssd backend due to use of h...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-6553</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-6553</guid>
    <pubDate>Fri, 10 Aug 2018 15:29:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-6553</strong></p>
  <p>The CUPS AppArmor profile incorrectly confined the dnssd backend due to use of hard links. A local attacker could possibly use this issue to escape confinement. This flaw affects versions prior to 2.2.7-1ubuntu2.1 in Ubuntu 18.04 LTS, prior to 2.2.4-7ubuntu3.1 in Ubuntu 17.10, prior to 2.1.3-4ubuntu0.5 in Ubuntu 16.04 LTS, and prior to 1.7.2-0ubuntu1.10 in Ubuntu 14.04 LTS.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-6553">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-4220 – An issue was discovered in certain Apple products. Swift before 4.1.1 Security U...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-4220</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-4220</guid>
    <pubDate>Fri, 08 Jun 2018 18:29:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-4220</strong></p>
  <p>An issue was discovered in certain Apple products. Swift before 4.1.1 Security Update 2018-001 is affected. The issue involves the "Swift for Ubuntu" component. It allows attackers to execute arbitrary code in a privileged context because write and execute permissions are enabled during library loading.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-732</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-4220">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-1000135 – GNOME NetworkManager version 1.10.2 and earlier contains a Information Exposure ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-1000135</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-1000135</guid>
    <pubDate>Tue, 20 Mar 2018 13:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-1000135</strong></p>
  <p>GNOME NetworkManager version 1.10.2 and earlier contains a Information Exposure (CWE-200) vulnerability in DNS resolver that can result in Private DNS queries leaked to local network's DNS servers, while on VPN. This vulnerability appears to have been fixed in Some Ubuntu 16.04 packages were fixed, but later updates removed the fix. cf. https://bugs.launchpad.net/ubuntu/+bug/1754671 an upstream f…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-1000135">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-1255 – The pg_ctlcluster script in postgresql-common package in Debian wheezy before 13...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-1255</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-1255</guid>
    <pubDate>Tue, 05 Dec 2017 16:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-1255</strong></p>
  <p>The pg_ctlcluster script in postgresql-common package in Debian wheezy before 134wheezy5, in Debian jessie before 165+deb8u2, in Debian unstable before 178, in Ubuntu 12.04 LTS before 129ubuntu1.2, in Ubuntu 14.04 LTS before 154ubuntu1.1, in Ubuntu 16.04 LTS before 173ubuntu0.1, in Ubuntu 17.04 before 179ubuntu0.1, and in Ubuntu 17.10 before 184ubuntu1.1 allows local users to gain root privileges…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-59</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-1255">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-14388 – Cloud Foundry Foundation GrootFS release 0.3.x versions prior to 0.30.0 do not v...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-14388</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-14388</guid>
    <pubDate>Mon, 13 Nov 2017 17:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-14388</strong></p>
  <p>Cloud Foundry Foundation GrootFS release 0.3.x versions prior to 0.30.0 do not validate DiffIDs, allowing specially crafted images to poison the grootfs volume cache. For example, this could allow an attacker to provide an image layer that GrootFS would consider to be the Ubuntu base layer.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-14388">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2015-3643 – usb-creator before 0.2.38.3ubuntu0.1 on Ubuntu 12.04 LTS, before 0.2.56.3ubuntu0...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-3643</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-3643</guid>
    <pubDate>Thu, 28 Sep 2017 01:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2015-3643</strong></p>
  <p>usb-creator before 0.2.38.3ubuntu0.1 on Ubuntu 12.04 LTS, before 0.2.56.3ubuntu0.1 on Ubuntu 14.04 LTS, before 0.2.62ubuntu0.3 on Ubuntu 14.10, and before 0.2.67ubuntu0.1 on Ubuntu 15.04 allows local users to gain privileges by leveraging a missing call check_polkit for the KVMTest method.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-3643">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2015-1336 – The daily mandb cleanup job in Man-db before 2.7.6.1-1 as packaged in Ubuntu and...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-1336</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-1336</guid>
    <pubDate>Thu, 28 Sep 2017 01:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2015-1336</strong></p>
  <p>The daily mandb cleanup job in Man-db before 2.7.6.1-1 as packaged in Ubuntu and Debian allows local users with access to the man account to gain privileges via vectors involving insecure chown use.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-1336">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2014-8156 – The D-Bus security policy files in /etc/dbus-1/system.d/*.conf in fso-gsmd 0.12...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-8156</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-8156</guid>
    <pubDate>Tue, 26 Sep 2017 01:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2014-8156</strong></p>
  <p>The D-Bus security policy files in /etc/dbus-1/system.d/*.conf in fso-gsmd 0.12.0-3, fso-frameworkd 0.9.5.9+git20110512-4, and fso-usaged 0.12.0-2 as packaged in Debian, the upstream cornucopia.git (fsoaudiod, fsodatad, fsodeviced, fsogsmd, fsonetworkd, fsotdld, fsousaged) git master on 2015-01-19, the upstream framework.git 0.10.1 and git master on 2015-01-19, phonefsod 0.1+git20121018-1 as pack…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-8156">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2015-1329 – Use-after-free vulnerability in oxide::qt::URLRequestDelegatedJob in oxide-qt in...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-1329</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-1329</guid>
    <pubDate>Wed, 20 Sep 2017 16:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2015-1329</strong></p>
  <p>Use-after-free vulnerability in oxide::qt::URLRequestDelegatedJob in oxide-qt in Ubuntu 15.04 and 14.04 LTS might allow remote attackers to execute arbitrary code.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-1329">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2015-1325 – Race condition in Apport before 2.17.2-0ubuntu1.1 as packaged in Ubuntu 15.04, b...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-1325</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-1325</guid>
    <pubDate>Fri, 25 Aug 2017 18:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2015-1325</strong></p>
  <p>Race condition in Apport before 2.17.2-0ubuntu1.1 as packaged in Ubuntu 15.04, before 2.14.70ubuntu8.5 as packaged in Ubuntu 14.10, before 2.14.1-0ubuntu3.11 as packaged in Ubuntu 14.04 LTS, and before 2.0.1-0ubuntu17.9 as packaged in Ubuntu 12.04 LTS allow local users to write to arbitrary files and gain root privileges.</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-1325">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2015-1324 – Apport before 2.17.2-0ubuntu1.1 as packaged in Ubuntu 15.04, before 2.14.70ubunt...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-1324</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-1324</guid>
    <pubDate>Fri, 25 Aug 2017 18:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2015-1324</strong></p>
  <p>Apport before 2.17.2-0ubuntu1.1 as packaged in Ubuntu 15.04, before 2.14.70ubuntu8.5 as packaged in Ubuntu 14.10, before 2.14.1-0ubuntu3.11 as packaged in Ubuntu 14.04 LTS, and before 2.0.1-0ubuntu17.9 as packaged in Ubuntu 12.04 LTS allow local users to write to arbitrary files and gain root privileges by leveraging incorrect handling of permissions when generating core dumps for setuid binaries.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-1324">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2015-1332 – The oxide::JavaScriptDialogManager function in oxide-qt before 1.9.1 as packaged...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-1332</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-1332</guid>
    <pubDate>Tue, 25 Jul 2017 18:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2015-1332</strong></p>
  <p>The oxide::JavaScriptDialogManager function in oxide-qt before 1.9.1 as packaged in Ubuntu 15.04 and Ubuntu 14.04 allows remote attackers to cause a denial of service (application crash) or execute arbitrary code via a crafted website.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-1332">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-0727 – The crontab script in the ntp package before 1:4.2.6.p3+dfsg-1ubuntu3.11 on Ubun...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-0727</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-0727</guid>
    <pubDate>Fri, 14 Apr 2017 18:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-0727</strong></p>
  <p>The crontab script in the ntp package before 1:4.2.6.p3+dfsg-1ubuntu3.11 on Ubuntu 12.04 LTS, before 1:4.2.6.p5+dfsg-3ubuntu2.14.04.10 on Ubuntu 14.04 LTS, on Ubuntu Wily, and before 1:4.2.8p4+dfsg-3ubuntu5.3 on Ubuntu 16.04 LTS allows local users with access to the ntp account to write to arbitrary files and consequently gain privileges via vectors involving statistics directory cleanup.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-0727">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-6964 – dmcrypt-get-device, as shipped in the eject package of Debian and Ubuntu, does n...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-6964</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-6964</guid>
    <pubDate>Tue, 28 Mar 2017 01:59:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-6964</strong></p>
  <p>dmcrypt-get-device, as shipped in the eject package of Debian and Ubuntu, does not check the return value of the (1) setuid or (2) setgid function, which might cause dmcrypt-get-device to execute code, which was intended to run as an unprivileged user, as root. This affects eject through 2.1.5+deb1+cvs20081104-13.1 on Debian, eject before 2.1.5+deb1+cvs20081104-13.1ubuntu0.16.10.1 on Ubuntu 16.10…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-252</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-6964">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-9775 – The postrm script in the tomcat6 package before 6.0.45+dfsg-1~deb7u3 on Debian w...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-9775</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-9775</guid>
    <pubDate>Thu, 23 Mar 2017 16:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-9775</strong></p>
  <p>The postrm script in the tomcat6 package before 6.0.45+dfsg-1~deb7u3 on Debian wheezy, before 6.0.45+dfsg-1~deb8u1 on Debian jessie, before 6.0.35-1ubuntu3.9 on Ubuntu 12.04 LTS and on Ubuntu 14.04 LTS; the tomcat7 package before 7.0.28-4+deb7u7 on Debian wheezy, before 7.0.56-3+deb8u6 on Debian jessie, before 7.0.52-1ubuntu0.8 on Ubuntu 14.04 LTS, and on Ubuntu 12.04 LTS, 16.04 LTS, and 16.10; a…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-9775">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-9774 – The postinst script in the tomcat6 package before 6.0.45+dfsg-1~deb7u4 on Debian...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-9774</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-9774</guid>
    <pubDate>Thu, 23 Mar 2017 16:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-9774</strong></p>
  <p>The postinst script in the tomcat6 package before 6.0.45+dfsg-1~deb7u4 on Debian wheezy, before 6.0.35-1ubuntu3.9 on Ubuntu 12.04 LTS and on Ubuntu 14.04 LTS; the tomcat7 package before 7.0.28-4+deb7u8 on Debian wheezy, before 7.0.56-3+deb8u6 on Debian jessie, before 7.0.52-1ubuntu0.8 on Ubuntu 14.04 LTS, and on Ubuntu 12.04 LTS, 16.04 LTS, and 16.10; and the tomcat8 package before 8.0.14-1+deb8u…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-59</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-9774">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-7184 – The xfrm_replay_verify_len function in net/xfrm/xfrm_user.c in the Linux kernel ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-7184</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-7184</guid>
    <pubDate>Sun, 19 Mar 2017 18:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-7184</strong></p>
  <p>The xfrm_replay_verify_len function in net/xfrm/xfrm_user.c in the Linux kernel through 4.10.6 does not validate certain size data after an XFRM_MSG_NEWAE update, which allows local users to obtain root privileges or cause a denial of service (heap-based out-of-bounds access) by leveraging the CAP_NET_ADMIN capability, as demonstrated during a Pwn2Own competition at CanSecWest 2017 for the Ubuntu…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-7184">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-6056 – It was discovered that a programming error in the processing of HTTPS requests i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-6056</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-6056</guid>
    <pubDate>Fri, 17 Feb 2017 07:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-6056</strong></p>
  <p>It was discovered that a programming error in the processing of HTTPS requests in the Apache Tomcat servlet and JSP engine may result in denial of service via an infinite loop. The denial of service is easily achievable as a consequence of backporting a CVE-2016-6816 fix but not backporting the fix for Tomcat bug 57544. Distributions affected by this backporting issue include Debian (before 7.0.5…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-835</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-6056">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2015-8768 – click/install.py in click does not require files in package filesystem tarballs ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-8768</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-8768</guid>
    <pubDate>Mon, 13 Feb 2017 18:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2015-8768</strong></p>
  <p>click/install.py in click does not require files in package filesystem tarballs to start with ./ (dot slash), which allows remote attackers to install an alternate security policy and gain privileges via a crafted package, as demonstrated by the test.mmrow app for Ubuntu phone.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-8768">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-1247 – The nginx package before 1.6.2-5+deb8u3 on Debian jessie, the nginx packages bef...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-1247</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-1247</guid>
    <pubDate>Tue, 29 Nov 2016 17:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-1247</strong></p>
  <p>The nginx package before 1.6.2-5+deb8u3 on Debian jessie, the nginx packages before 1.4.6-1ubuntu3.6 on Ubuntu 14.04 LTS, before 1.10.0-0ubuntu0.16.04.3 on Ubuntu 16.04 LTS, and before 1.10.1-0ubuntu1.1 on Ubuntu 16.10, and the nginx ebuild before 1.10.2-r3 on Gentoo allow local users with access to the web server user account to gain root privileges via a symlink attack on the error log.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-59</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-1247">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2015-1328 – The overlayfs implementation in the linux (aka Linux kernel) package before 3.19...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-1328</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-1328</guid>
    <pubDate>Mon, 28 Nov 2016 03:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2015-1328</strong></p>
  <p>The overlayfs implementation in the linux (aka Linux kernel) package before 3.19.0-21.21 in Ubuntu through 15.04 does not properly check permissions for file creation in the upper filesystem directory, which allows local users to obtain root access by leveraging a configuration in which overlayfs is permitted in an arbitrary mount namespace.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-1328">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-1240 – The Tomcat init script in the tomcat7 package before 7.0.56-3+deb8u4 and tomcat8...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-1240</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-1240</guid>
    <pubDate>Mon, 03 Oct 2016 15:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-1240</strong></p>
  <p>The Tomcat init script in the tomcat7 package before 7.0.56-3+deb8u4 and tomcat8 package before 8.0.14-1+deb8u3 on Debian jessie and the tomcat6 and libtomcat6-java packages before 6.0.35-1ubuntu3.8 on Ubuntu 12.04 LTS, the tomcat7 and libtomcat7-java packages before 7.0.52-1ubuntu0.7 on Ubuntu 14.04 LTS, and tomcat8 and libtomcat8-java packages before 8.0.32-1ubuntu1.2 on Ubuntu 16.04 LTS allows…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-1240">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2016-1580 – The setup_snappy_os_mounts function in the ubuntu-core-launcher package before 1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-1580</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-1580</guid>
    <pubDate>Fri, 13 May 2016 14:59:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2016-1580</strong></p>
  <p>The setup_snappy_os_mounts function in the ubuntu-core-launcher package before 1.0.27.1 improperly determines the mount point of bind mounts when using snaps, which might allow remote attackers to obtain sensitive information or gain privileges via a snap with a name starting with "ubuntu-core."</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-1580">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-2856 – pt_chown in the glibc package before 2.19-18+deb8u4 on Debian jessie; the elibc ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-2856</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-2856</guid>
    <pubDate>Mon, 14 Mar 2016 01:59:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-2856</strong></p>
  <p>pt_chown in the glibc package before 2.19-18+deb8u4 on Debian jessie; the elibc package before 2.15-0ubuntu10.14 on Ubuntu 12.04 LTS and before 2.19-0ubuntu6.8 on Ubuntu 14.04 LTS; and the glibc package before 2.21-0ubuntu4.2 on Ubuntu 15.10 and before 2.23-0ubuntu1 on Ubuntu 16.04 LTS and 16.10 lacks a namespace check associated with file-descriptor passing, which allows local users to capture k…</p>
  <p><strong>CVSS:</strong> 8.4 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-2856">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2015-2285 – The logrotation script (/etc/cron.daily/upstart) in the Ubuntu Upstart package b...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-2285</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-2285</guid>
    <pubDate>Thu, 12 Mar 2015 14:59:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2015-2285</strong></p>
  <p>The logrotation script (/etc/cron.daily/upstart) in the Ubuntu Upstart package before 1.13.2-0ubuntu9, as used in Ubuntu Vivid 15.04, allows local users to execute arbitrary commands and gain privileges via a crafted file in /run/user/*/upstart/sessions/.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-19</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-2285">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2014-1421 – mountall 1.54, as used in Ubuntu 14.10, does not properly handle the umask when ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-1421</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-1421</guid>
    <pubDate>Tue, 25 Nov 2014 15:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2014-1421</strong></p>
  <p>mountall 1.54, as used in Ubuntu 14.10, does not properly handle the umask when using the mount utility, which allows local users to bypass intended access restrictions via unspecified vectors.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-1421">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2014-5195 – Unity before 7.2.3 and 7.3.x before 7.3.1, as used in Ubuntu, does not properly ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-5195</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-5195</guid>
    <pubDate>Thu, 07 Aug 2014 11:13:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2014-5195</strong></p>
  <p>Unity before 7.2.3 and 7.3.x before 7.3.1, as used in Ubuntu, does not properly take focus of the keyboard when switching to the lock screen, which allows physically proximate attackers to bypass the lock screen by (1) leveraging a machine that had text selected when locking or (2) resuming from a suspension.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-5195">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2014-2405 – Unspecified vulnerability in OpenJDK 6 before 6b31 on Debian GNU/Linux and Ubunt...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-2405</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-2405</guid>
    <pubDate>Wed, 14 May 2014 00:55:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2014-2405</strong></p>
  <p>Unspecified vulnerability in OpenJDK 6 before 6b31 on Debian GNU/Linux and Ubuntu 12.04 LTS and 10.04 LTS has unknown impact and attack vectors, a different vulnerability than CVE-2014-0462.</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-2405">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
