<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Debian (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/debian.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/debian-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Debian (High+Critical)</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:28 +0000</lastBuildDate>
  <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>[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>[Critical] CVE-2026-43407 – In the Linux kernel, the following vulnerability has been resolved:

libceph: Fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43407</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43407</guid>
    <pubDate>Fri, 08 May 2026 15:16:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-43407</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply()  This patch fixes an out-of-bounds access in ceph_handle_auth_reply() that can be triggered by a message of type CEPH_MSG_AUTH_REPLY. In ceph_handle_auth_reply(), the value of the payload_len field of such a message is stored in a variable of type int. A val…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43407">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31505 – In the Linux kernel, the following vulnerability has been resolved:

iavf: fix o...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31505</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31505</guid>
    <pubDate>Wed, 22 Apr 2026 14:16:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31505</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  iavf: fix out-of-bounds writes in iavf_get_ethtool_stats()  iavf incorrectly uses real_num_tx_queues for ETH_SS_STATS. Since the value could change in runtime, we should use num_tx_queues instead.  Moreover iavf_get_ethtool_stats() uses num_active_queues while iavf_get_sset_count() and iavf_get_stat_strings() use real_num_tx_que…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31505">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23462 – In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23462</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23462</guid>
    <pubDate>Fri, 03 Apr 2026 16:16:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23462</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  Bluetooth: HIDP: Fix possible UAF  This fixes the following trace caused by not dropping l2cap_conn reference when user->remove callback is called:  [   97.809249] l2cap_conn_free: freeing conn ffff88810a171c00 [   97.809907] CPU: 1 UID: 0 PID: 1419 Comm: repro_standalon Not tainted 7.0.0-rc1-dirty #14 PREEMPT(lazy) [   97.80993…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23462">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-23407 – In the Linux kernel, the following vulnerability has been resolved:

apparmor: f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23407</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23407</guid>
    <pubDate>Wed, 01 Apr 2026 09:16:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23407</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  apparmor: fix missing bounds check on DEFAULT table in verify_dfa()  The verify_dfa() function only checks DEFAULT_TABLE bounds when the state is not differentially encoded.  When the verification loop traverses the differential encoding chain, it reads k = DEFAULT_TABLE[j] and uses k as an array index without validation. A malf…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23407">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23406 – In the Linux kernel, the following vulnerability has been resolved:

apparmor: f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23406</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23406</guid>
    <pubDate>Wed, 01 Apr 2026 09:16:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23406</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  apparmor: fix side-effect bug in match_char() macro usage  The match_char() macro evaluates its character parameter multiple times when traversing differential encoding chains. When invoked with *str++, the string pointer advances on each iteration of the inner do-while loop, causing the DFA to check different characters at each…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23406">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-2219 – It was discovered that dpkg-deb (a component of dpkg, the Debian package managem...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-2219</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-2219</guid>
    <pubDate>Sat, 07 Mar 2026 09:16:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-2219</strong></p>
  <p>It was discovered that dpkg-deb (a component of dpkg, the Debian package management system) does not properly validate the end of the data stream when uncompressing a zstd-compressed .deb archive, which may result in denial of service (infinite loop spinning the CPU).</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-835</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-2219">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-40931 – Apache::Session::Generate::MD5 versions through 1.94 for Perl create insecure se...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-40931</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-40931</guid>
    <pubDate>Thu, 05 Mar 2026 02:16:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-40931</strong></p>
  <p>Apache::Session::Generate::MD5 versions through 1.94 for Perl create insecure session id.  Apache::Session::Generate::MD5 generates session ids insecurely. The default session id generator returns a MD5 hash seeded with the built-in rand() function, the epoch time, and the PID. The PID will come from a small set of numbers, and the epoch time may be guessed, if it is not leaked from the HTTP Date…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-338</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-40931">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23192 – In the Linux kernel, the following vulnerability has been resolved:

linkwatch: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23192</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23192</guid>
    <pubDate>Sat, 14 Feb 2026 17:15:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23192</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  linkwatch: use __dev_put() in callers to prevent UAF  After linkwatch_do_dev() calls __dev_put() to release the linkwatch reference, the device refcount may drop to 1. At this point, netdev_run_todo() can proceed (since linkwatch_sync_dev() sees an empty list and returns without blocking), wait for the refcount to become 1 via n…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23192">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23171 – In the Linux kernel, the following vulnerability has been resolved:

bonding: fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23171</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23171</guid>
    <pubDate>Sat, 14 Feb 2026 16:15:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23171</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  bonding: fix use-after-free due to enslave fail after slave array update  Fix a use-after-free which happens due to enslave failure after the new slave has been added to the array. Since the new slave can be used for Tx immediately, we can use it after it has been freed by the enslave error cleanup path which frees the allocated…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23171">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-71123 – In the Linux kernel, the following vulnerability has been resolved:

ext4: fix s...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-71123</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-71123</guid>
    <pubDate>Wed, 14 Jan 2026 15:16:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-71123</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ext4: fix string copying in parse_apply_sb_mount_options()  strscpy_pad() can't be used to copy a non-NUL-term string into a NUL-term string of possibly bigger size.  Commit 0efc5990bca5 ("string.h: Introduce memtostr() and memtostr_pad()") provides additional information in that regard.  So if this happens, the following warnin…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-71123">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-71091 – In the Linux kernel, the following vulnerability has been resolved:

team: fix c...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-71091</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-71091</guid>
    <pubDate>Tue, 13 Jan 2026 16:16:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-71091</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  team: fix check for port enabled in team_queue_override_port_prio_changed()  There has been a syzkaller bug reported recently with the following trace:  list_del corruption, ffff888058bea080->prev is LIST_POISON2 (dead000000000122) ------------[ cut here ]------------ kernel BUG at lib/list_debug.c:59! Oops: invalid opcode: 0000…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-71091">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-39955 – In the Linux kernel, the following vulnerability has been resolved:

tcp: Clear ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39955</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39955</guid>
    <pubDate>Thu, 09 Oct 2025 10:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-39955</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().  syzbot reported the splat below where a socket had tcp_sk(sk)->fastopen_rsk in the TCP_ESTABLISHED state. [0]  syzbot reused the server-side TCP Fast Open socket as a new client before the TFO socket completes 3WHS:    1. accept()   2. connect(AF_UNSPEC)   3. connect() to…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39955">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-39860 – In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39860</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39860</guid>
    <pubDate>Fri, 19 Sep 2025 16:15:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-39860</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()  syzbot reported the splat below without a repro.  In the splat, a single thread calling bt_accept_dequeue() freed sk and touched it after that.  The root cause would be the racy l2cap_sock_cleanup_listen() call added by the cited commit.  bt_accept_dequeue() is called…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39860">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-39824 – In the Linux kernel, the following vulnerability has been resolved:

HID: asus: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39824</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39824</guid>
    <pubDate>Tue, 16 Sep 2025 13:16:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-39824</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  HID: asus: fix UAF via HID_CLAIMED_INPUT validation  After hid_hw_start() is called hidinput_connect() will eventually be called to set up the device with the input layer since the HID_CONNECT_DEFAULT connect mask is used. During hidinput_connect() all input and output reports are processed and corresponding hid_inputs are alloc…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39824">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-39806 – In the Linux kernel, the following vulnerability has been resolved:

HID: multit...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39806</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39806</guid>
    <pubDate>Tue, 16 Sep 2025 13:15:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-39806</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  HID: multitouch: fix slab out-of-bounds access in mt_report_fixup()  A malicious HID device can trigger a slab out-of-bounds during mt_report_fixup() by passing in report descriptor smaller than 607 bytes. mt_report_fixup() attempts to patch byte offset 607 of the descriptor with 0x25 by first checking if byte offset 607 is 0x15…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39806">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-53192 – In the Linux kernel, the following vulnerability has been resolved:

vxlan: Fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53192</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53192</guid>
    <pubDate>Mon, 15 Sep 2025 14:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-53192</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  vxlan: Fix nexthop hash size  The nexthop code expects a 31 bit hash, such as what is returned by fib_multipath_hash() and rt6_multipath_hash(). Passing the 32 bit hash returned by skb_get_hash() can lead to problems related to the fact that 'int hash' is a negative number when the MSB is set.  In the case of hash threshold next…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-129</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53192">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-23258 – NVIDIA DOCA contains a vulnerability in the collectx-dpeserver Debian package fo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-23258</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-23258</guid>
    <pubDate>Thu, 04 Sep 2025 16:15:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-23258</strong></p>
  <p>NVIDIA DOCA contains a vulnerability in the collectx-dpeserver Debian package for arm64 that could allow an attacker with low privileges to escalate privileges. A successful exploit of this vulnerability might lead to escalation of privileges.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-732</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-23258">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-23257 – NVIDIA DOCA contains a vulnerability in the collectx-clxapidev Debian package th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-23257</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-23257</guid>
    <pubDate>Thu, 04 Sep 2025 16:15:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-23257</strong></p>
  <p>NVIDIA DOCA contains a vulnerability in the collectx-clxapidev Debian package that could allow an actor with low privileges to escalate privileges. A successful exploit of this vulnerability might lead to escalation of privileges.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-732</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-23257">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>[Critical] CVE-2025-8454 – It was discovered that uscan, a tool to scan/watch upstream sources for new rele...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-8454</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-8454</guid>
    <pubDate>Fri, 01 Aug 2025 06:15:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-8454</strong></p>
  <p>It was discovered that uscan, a tool to scan/watch upstream sources for new releases of software, included in devscripts (a collection of scripts to make the life of a Debian Package maintainer easier), skips OpenPGP verification if the upstream source is already downloaded from a previous run even if the verification failed back then.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-8454">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38476 – In the Linux kernel, the following vulnerability has been resolved:

rpl: Fix us...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38476</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38476</guid>
    <pubDate>Mon, 28 Jul 2025 12:15:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38476</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  rpl: Fix use-after-free in rpl_do_srh_inline().  Running lwt_dst_cache_ref_loop.sh in selftest with KASAN triggers the splat below [0].  rpl_do_srh_inline() fetches ipv6_hdr(skb) and accesses it after skb_cow_head(), which is illegal as the header could be freed then.  Let's fix it by making oldhdr to a local struct instead of a…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38476">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38459 – In the Linux kernel, the following vulnerability has been resolved:

atm: clip: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38459</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38459</guid>
    <pubDate>Fri, 25 Jul 2025 16:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38459</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  atm: clip: Fix infinite recursive call of clip_push().  syzbot reported the splat below. [0]  This happens if we call ioctl(ATMARP_MKIP) more than once.  During the first call, clip_mkip() sets clip_push() to vcc->push(), and the second call copies it to clip_vcc->old_push().  Later, when the socket is close()d, vcc_destroy_sock…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-674</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38459">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38443 – In the Linux kernel, the following vulnerability has been resolved:

nbd: fix ua...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38443</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38443</guid>
    <pubDate>Fri, 25 Jul 2025 16:15:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38443</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  nbd: fix uaf in nbd_genl_connect() error path  There is a use-after-free issue in nbd:  block nbd6: Receive control failed (result -104) block nbd6: shutting down sockets ================================================================== BUG: KASAN: slab-use-after-free in recv_work+0x694/0xa80 drivers/block/nbd.c:1022 Write of s…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38443">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38394 – In the Linux kernel, the following vulnerability has been resolved:

HID: applet...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38394</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38394</guid>
    <pubDate>Fri, 25 Jul 2025 13:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38394</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  HID: appletb-kbd: fix memory corruption of input_handler_list  In appletb_kbd_probe an input handler is initialised and then registered with input core through input_register_handler(). When this happens input core will add the input handler (specifically its node) to the global input_handler_list. The input_handler_list is cent…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38394">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38378 – In the Linux kernel, the following vulnerability has been resolved:

HID: applet...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38378</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38378</guid>
    <pubDate>Fri, 25 Jul 2025 13:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38378</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  HID: appletb-kbd: fix slab use-after-free bug in appletb_kbd_probe  In probe appletb_kbd_probe() a "struct appletb_kbd *kbd" is allocated via devm_kzalloc() to store touch bar keyboard related data. Later on if backlight_device_get_by_name() finds a backlight device with name "appletb_backlight" a timer (kbd->inactivity_timer) i…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38378">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38267 – In the Linux kernel, the following vulnerability has been resolved:

ring-buffer...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38267</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38267</guid>
    <pubDate>Thu, 10 Jul 2025 08:15:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38267</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ring-buffer: Do not trigger WARN_ON() due to a commit_overrun  When reading a memory mapped buffer the reader page is just swapped out with the last page written in the write buffer. If the reader page is the same as the commit buffer (the buffer that is currently being written to) it was assumed that it should never have missed…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38267">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38226 – In the Linux kernel, the following vulnerability has been resolved:

media: vivi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38226</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38226</guid>
    <pubDate>Fri, 04 Jul 2025 14:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38226</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  media: vivid: Change the siize of the composing  syzkaller found a bug:  BUG: KASAN: vmalloc-out-of-bounds in tpg_fill_plane_pattern drivers/media/common/v4l2-tpg/v4l2-tpg-core.c:2608 [inline] BUG: KASAN: vmalloc-out-of-bounds in tpg_fill_plane_buffer+0x1a9c/0x5af0 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c:2705 Write of size…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38226">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38139 – In the Linux kernel, the following vulnerability has been resolved:

netfs: Fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38139</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38139</guid>
    <pubDate>Thu, 03 Jul 2025 09:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38139</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  netfs: Fix oops in write-retry from mis-resetting the subreq iterator  Fix the resetting of the subrequest iterator in netfs_retry_write_stream() to use the iterator-reset function as the iterator may have been shortened by a previous retry.  In such a case, the amount of data to be written by the subrequest is not "subreq->len"…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38139">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38118 – In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38118</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38118</guid>
    <pubDate>Thu, 03 Jul 2025 09:15:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38118</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_complete  This reworks MGMT_OP_REMOVE_ADV_MONITOR to not use mgmt_pending_add to avoid crashes like bellow:  ================================================================== BUG: KASAN: slab-use-after-free in mgmt_remove_adv_monitor_complete+0xe5/0x540 net/bluetooth/mgmt.c:54…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38118">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>[Critical] CVE-2025-53391 – The Debian zuluPolkit/CMakeLists.txt file for zuluCrypt through the zulucrypt_6...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-53391</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-53391</guid>
    <pubDate>Sat, 28 Jun 2025 22:15:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-53391</strong></p>
  <p>The Debian zuluPolkit/CMakeLists.txt file for zuluCrypt through the zulucrypt_6.2.0-1 package has insecure PolicyKit allow_any/allow_inactive/allow_active settings that allow a local user to escalate their privileges to root.</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-53391">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2014-7210 – pdns specific as packaged in Debian in version before 3.3.1-1 creates a too priv...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-7210</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-7210</guid>
    <pubDate>Thu, 26 Jun 2025 21:15:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2014-7210</strong></p>
  <p>pdns specific as packaged in Debian in version before 3.3.1-1 creates a too privileged MySQL user. It was discovered that the maintainer scripts of pdns-backend-mysql grant too wide database permissions for the pdns user. Other backends are not affected.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-276</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-7210">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-47276 – Actualizer is a single shell script solution to allow developers and embedded en...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-47276</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-47276</guid>
    <pubDate>Tue, 13 May 2025 16:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-47276</strong></p>
  <p>Actualizer is a single shell script solution to allow developers and embedded engineers to create Debian operating systems (OS). Prior to version 1.2.0, Actualizer uses OpenSSL's  "-passwd" function, which uses SHA512 instead of a more suitable password hasher like Yescript/Argon2i. All Actualizer users building a full Debian Operating System are affected. Users should upgrade to version 1.2.0 of…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-328</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-47276">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-13861 – A code injection vulnerability in the Debian package component of Taegis Endpoin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-13861</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-13861</guid>
    <pubDate>Fri, 11 Apr 2025 13:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-13861</strong></p>
  <p>A code injection vulnerability in the Debian package component of Taegis Endpoint Agent (Linux) versions older than 1.3.10 allows local users arbitrary code execution as root. Redhat-based systems using RPM packages are not affected.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-732</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-13861">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-32755 – In jenkins/ssh-slave Docker images based on Debian, SSH host keys are generated ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-32755</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-32755</guid>
    <pubDate>Thu, 10 Apr 2025 12:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-32755</strong></p>
  <p>In jenkins/ssh-slave Docker images based on Debian, SSH host keys are generated on image creation for images based on Debian, causing all containers based on images of the same version use the same SSH host keys, allowing attackers able to insert themselves into the network path between the SSH client (typically the Jenkins controller) and SSH build agent to impersonate the latter.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-338</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-32755">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-32754 – In jenkins/ssh-agent Docker images 6.11.1 and earlier, SSH host keys are generat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-32754</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-32754</guid>
    <pubDate>Thu, 10 Apr 2025 12:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-32754</strong></p>
  <p>In jenkins/ssh-agent Docker images 6.11.1 and earlier, SSH host keys are generated on image creation for images based on Debian, causing all containers based on images of the same version use the same SSH host keys, allowing attackers able to insert themselves into the network path between the SSH client (typically the Jenkins controller) and SSH build agent to impersonate the latter.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-338</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-32754">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-30095 – VyOS 1.3 through 1.5 (fixed in 1.4.2) or any Debian-based system using dropbear ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-30095</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-30095</guid>
    <pubDate>Mon, 31 Mar 2025 15:15:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-30095</strong></p>
  <p>VyOS 1.3 through 1.5 (fixed in 1.4.2) or any Debian-based system using dropbear in combination with live-build has the same Dropbear private host keys across different installations. Thus, an attacker can conduct active man-in-the-middle attacks against SSH connections if Dropbear is enabled as the SSH daemon. I n VyOS, this is not the default configuration for the system SSH daemon, but is for t…</p>
  <p><strong>CVSS:</strong> 9.0 · <strong>CWE:</strong> CWE-321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-30095">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-30234 – SmartOS, as used in Triton Data Center and other products, has static host SSH k...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-30234</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-30234</guid>
    <pubDate>Wed, 19 Mar 2025 05:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-30234</strong></p>
  <p>SmartOS, as used in Triton Data Center and other products, has static host SSH keys in the 60f76fd2-143f-4f57-819b-1ae32684e81b image (a Debian 12 LX zone image from 2024-07-26).</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-30234">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-21753 – In the Linux kernel, the following vulnerability has been resolved:

btrfs: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-21753</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-21753</guid>
    <pubDate>Thu, 27 Feb 2025 03:15:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-21753</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  btrfs: fix use-after-free when attempting to join an aborted transaction  When we are trying to join the current transaction and if it's aborted, we read its 'aborted' field after unlocking fs_info->trans_lock and without holding any extra reference count on it. This means that a concurrent task that is aborting the transaction…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-21753">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-56635 – In the Linux kernel, the following vulnerability has been resolved:

net: avoid ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-56635</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-56635</guid>
    <pubDate>Fri, 27 Dec 2024 15:15:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-56635</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net: avoid potential UAF in default_operstate()  syzbot reported an UAF in default_operstate() [1]  Issue is a race between device and netns dismantles.  After calling __rtnl_unlock() from netdev_run_todo(), we can not assume the netns of each device is still alive.  Make sure the device is not in NETREG_UNREGISTERED state, and…</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-56635">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-53139 – In the Linux kernel, the following vulnerability has been resolved:

sctp: fix p...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-53139</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-53139</guid>
    <pubDate>Wed, 04 Dec 2024 15:15:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-53139</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  sctp: fix possible UAF in sctp_v6_available()  A lockdep report [1] with CONFIG_PROVE_RCU_LIST=y hints that sctp_v6_available() is calling dev_get_by_index_rcu() and ipv6_chk_addr() without holding rcu.  [1]  =============================  WARNING: suspicious RCU usage  6.12.0-rc5-virtme #1216 Tainted: G        W  --------------…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-53139">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-47701 – In the Linux kernel, the following vulnerability has been resolved:

ext4: avoid...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-47701</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-47701</guid>
    <pubDate>Mon, 21 Oct 2024 12:15:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-47701</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ext4: avoid OOB when system.data xattr changes underneath the filesystem  When looking up for an entry in an inlined directory, if e_value_offs is changed underneath the filesystem by some change in the block device, it will lead to an out-of-bounds access that KASAN detects as an UAF.  EXT4-fs (loop0): mounted filesystem 000000…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-47701">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-43878 – In the Linux kernel, the following vulnerability has been resolved:

xfrm: Fix i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-43878</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-43878</guid>
    <pubDate>Wed, 21 Aug 2024 01:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-43878</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  xfrm: Fix input error path memory access  When there is a misconfiguration of input state slow path KASAN report error. Fix this error. west login: [   52.987278] eth1: renamed from veth11 [   53.078814] eth1: renamed from veth21 [   53.181355] eth1: renamed from veth31 [   54.921702] ============================================…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-43878">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-42136 – In the Linux kernel, the following vulnerability has been resolved:

cdrom: rear...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-42136</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-42136</guid>
    <pubDate>Tue, 30 Jul 2024 08:15:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-42136</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  cdrom: rearrange last_media_change check to avoid unintentional overflow  When running syzkaller with the newly reintroduced signed integer wrap sanitizer we encounter this splat:  [  366.015950] UBSAN: signed-integer-overflow in ../drivers/cdrom/cdrom.c:2361:33 [  366.021089] -9223372036854775808 - 346321 cannot be represented…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-42136">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-41000 – In the Linux kernel, the following vulnerability has been resolved:

block/ioctl...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-41000</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-41000</guid>
    <pubDate>Fri, 12 Jul 2024 13:15:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-41000</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  block/ioctl: prefer different overflow check  Running syzkaller with the newly reintroduced signed integer overflow sanitizer shows this report:  [   62.982337] ------------[ cut here ]------------ [   62.985692] cgroup: Invalid name [   62.986211] UBSAN: signed-integer-overflow in ../block/ioctl.c:36:46 [   62.989370] 9pnet_fd:…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-41000">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-40954 – In the Linux kernel, the following vulnerability has been resolved:

net: do not...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-40954</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-40954</guid>
    <pubDate>Fri, 12 Jul 2024 13:15:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-40954</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net: do not leave a dangling sk pointer, when socket creation fails  It is possible to trigger a use-after-free by:   * attaching an fentry probe to __sock_release() and the probe calling the     bpf_get_socket_cookie() helper   * running traceroute -I 1.1.1.1 on a freshly booted VM  A KASAN enabled kernel will log something lik…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-40954">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-6238 – pgAdmin &lt;= 8.8 has an installation Directory permission issue. Because of this i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-6238</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-6238</guid>
    <pubDate>Tue, 25 Jun 2024 16:15:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-6238</strong></p>
  <p>pgAdmin <= 8.8 has an installation Directory permission issue. Because of this issue, attackers can gain unauthorised access to the installation directory on the Debian or RHEL 8 platforms.</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-276</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-6238">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-4440 – In the Linux kernel, the following vulnerability has been resolved:

x86/xen: Dr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-4440</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-4440</guid>
    <pubDate>Tue, 25 Jun 2024 15:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-4440</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  x86/xen: Drop USERGS_SYSRET64 paravirt call  commit afd30525a659ac0ae0904f0cb4a2ca75522c3123 upstream.  USERGS_SYSRET64 is used to return from a syscall via SYSRET, but a Xen PV guest will nevertheless use the IRET hypercall, as there is no sysret PV hypercall defined.  So instead of testing all the prerequisites for doing a sys…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-4440">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-36886 – In the Linux kernel, the following vulnerability has been resolved:

tipc: fix U...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-36886</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-36886</guid>
    <pubDate>Thu, 30 May 2024 16:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-36886</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  tipc: fix UAF in error path  Sam Page (sam4k) working with Trend Micro Zero Day Initiative reported a UAF in the tipc_buf_append() error path:  BUG: KASAN: slab-use-after-free in kfree_skb_list_reason+0x47e/0x4c0 linux/net/core/skbuff.c:1183 Read of size 8 at addr ffff88804d2a7c80 by task poc/8034  CPU: 1 PID: 8034 Comm: poc Not…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-36886">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-47458 – In the Linux kernel, the following vulnerability has been resolved:

ocfs2: moun...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-47458</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-47458</guid>
    <pubDate>Wed, 22 May 2024 07:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-47458</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ocfs2: mount fails with buffer overflow in strlen  Starting with kernel 5.11 built with CONFIG_FORTIFY_SOURCE mouting an ocfs2 filesystem with either o2cb or pcmk cluster stack fails with the trace below.  Problem seems to be that strings for cluster stack and cluster name are not guaranteed to be null terminated in the disk rep…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-47458">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-26961 – In the Linux kernel, the following vulnerability has been resolved:

mac802154: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-26961</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-26961</guid>
    <pubDate>Wed, 01 May 2024 06:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-26961</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mac802154: fix llsec key resources release in mac802154_llsec_key_del  mac802154_llsec_key_del() can free resources of a key directly without following the RCU rules for waiting before the end of a grace period. This may lead to use-after-free in case llsec_lookup_key() is traversing the list of keys in parallel with a key delet…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-26961">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-26625 – In the Linux kernel, the following vulnerability has been resolved:

llc: call s...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-26625</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-26625</guid>
    <pubDate>Wed, 06 Mar 2024 07:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-26625</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  llc: call sock_orphan() at release time  syzbot reported an interesting trace [1] caused by a stale sk->sk_wq pointer in a closed llc socket.  In commit ff7b11aa481f ("net: socket: set sock->sk to NULL after calling proto_ops::release()") Eric Biggers hinted that some protocols are missing a sock_orphan(), we need to perform a f…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-26625">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-27635 – debmany in debian-goodies 0.88.1 allows attackers to execute arbitrary shell com...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-27635</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-27635</guid>
    <pubDate>Sun, 05 Mar 2023 22:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-27635</strong></p>
  <p>debmany in debian-goodies 0.88.1 allows attackers to execute arbitrary shell commands (because of an eval call) via a crafted .deb file. (The path is shown to the user before execution.)</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-27635">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-26314 – The mono package before 6.8.0.105+dfsg-3.3 for Debian allows arbitrary code exec...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-26314</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-26314</guid>
    <pubDate>Wed, 22 Feb 2023 07:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-26314</strong></p>
  <p>The mono package before 6.8.0.105+dfsg-3.3 for Debian allows arbitrary code execution because the application/x-ms-dos-executable MIME type is associated with an un-sandboxed Mono CLR interpreter.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-26314">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-3088 – UC-8100A-ME-T System Image: Versions v1.0 to v1.6, UC-2100 System Image: Version...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-3088</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-3088</guid>
    <pubDate>Mon, 28 Nov 2022 22:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-3088</strong></p>
  <p>UC-8100A-ME-T System Image: Versions v1.0 to v1.6, UC-2100 System Image: Versions v1.0 to v1.12, UC-2100-W System Image: Versions v1.0 to v 1.12,&nbsp;UC-3100 System Image: Versions v1.0 to v1.6,&nbsp;UC-5100 System Image: Versions v1.0 to v1.4, UC-8100 System Image: Versions v3.0 to v3.5, UC-8100-ME-T System Image: Versions v3.0 and v3.1, UC-8200 System Image: v1.0 to v1.5, AIG-300 System Image:…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-250</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-3088">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-33912 – A permission issue affects users that deployed the shipped version of the Checkm...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-33912</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-33912</guid>
    <pubDate>Fri, 17 Jun 2022 13:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-33912</strong></p>
  <p>A permission issue affects users that deployed the shipped version of the Checkmk Debian package. Packages created by the agent bakery (enterprise editions only) were not affected. Using the shipped version of the agents, the maintainer scripts located at /var/lib/dpkg/info/ will be owned by the user and the group with ID 1001. If such a user exists on the system, they can change the content of t…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-276</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-33912">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-9972 – PhoneSystem Terminal in 3CX Phone System (Debian based installation) 16.0.0.1570...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-9972</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-9972</guid>
    <pubDate>Tue, 07 Jun 2022 18:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-9972</strong></p>
  <p>PhoneSystem Terminal in 3CX Phone System (Debian based installation) 16.0.0.1570 allows an authenticated attacker to run arbitrary commands with the phonesystem user privileges because of "<space><space> followed by <shift><enter>" mishandling.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-77</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-9972">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-9971 – PhoneSystem Terminal in 3CX Phone System (Debian based installation) 16.0.0.1570...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-9971</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-9971</guid>
    <pubDate>Tue, 07 Jun 2022 18:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-9971</strong></p>
  <p>PhoneSystem Terminal in 3CX Phone System (Debian based installation) 16.0.0.1570 allows an attacker to gain root privileges by using sudo with the tcpdump command, without a password. This occurs because the -z (aka postrotate-command) option to tcpdump can be unsafe when used in conjunction with sudo.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-9971">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-1664 – Dpkg::Source::Archive in dpkg, the Debian package management system, before vers...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-1664</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-1664</guid>
    <pubDate>Thu, 26 May 2022 14:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-1664</strong></p>
  <p>Dpkg::Source::Archive in dpkg, the Debian package management system, before version 1.21.8, 1.20.10, 1.19.8, 1.18.26 is prone to a directory traversal vulnerability. When extracting untrusted source packages in v2 and v3 source package formats that include a debian.tar, the in-place extraction can lead to directory traversal situations on specially crafted orig.tar and debian.tar tarballs.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-1664">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-29186 – Rundeck is an open source automation service with a web console, command line to...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-29186</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-29186</guid>
    <pubDate>Fri, 20 May 2022 21:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-29186</strong></p>
  <p>Rundeck is an open source automation service with a web console, command line tools and a WebAPI. Rundeck community and rundeck-enterprise docker images contained a pre-generated SSH keypair. If the id_rsa.pub public key of the keypair was copied to authorized_keys files on remote host, those hosts would allow access to anyone with the exposed private credentials. This misconfiguration only impac…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-29186">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-0543 – It was discovered, that redis, a persistent key-value database, due to a packagi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-0543</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-0543</guid>
    <pubDate>Fri, 18 Feb 2022 20:15:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-0543</strong></p>
  <p>It was discovered, that redis, a persistent key-value database, due to a packaging issue, is prone to a (Debian-specific) Lua sandbox escape, which could result in remote code execution.</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-862</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-0543">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-20001 – It was discovered, that debian-edu-config, a set of configuration files used for...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-20001</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-20001</guid>
    <pubDate>Fri, 11 Feb 2022 20:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-20001</strong></p>
  <p>It was discovered, that debian-edu-config, a set of configuration files used for the Debian Edu blend, before 2.12.16 configured insecure permissions for the user web shares (~/public_html), which could result in privilege escalation.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-276</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-20001">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-38172 – perM 0.4.0 has a Buffer Overflow related to strncpy. (Debian initially fixed thi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-38172</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-38172</guid>
    <pubDate>Sat, 05 Feb 2022 18:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-38172</strong></p>
  <p>perM 0.4.0 has a Buffer Overflow related to strncpy. (Debian initially fixed this in 0.4.0-7.)</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-120</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-38172">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-2022-23118 – Jenkins Debian Package Builder Plugin 1.6.11 and earlier implements functionalit...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-23118</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-23118</guid>
    <pubDate>Wed, 12 Jan 2022 20:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-23118</strong></p>
  <p>Jenkins Debian Package Builder Plugin 1.6.11 and earlier implements functionality that allows agents to invoke command-line `git` at an attacker-specified path on the controller, allowing attackers able to control agent processes to invoke arbitrary OS commands on the controller.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-668</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-23118">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>[Critical] CVE-2021-43617 – Laravel Framework through 8.70.2 does not sufficiently block the upload of execu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-43617</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-43617</guid>
    <pubDate>Sun, 14 Nov 2021 16:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-43617</strong></p>
  <p>Laravel Framework through 8.70.2 does not sufficiently block the upload of executable PHP content because Illuminate/Validation/Concerns/ValidatesAttributes.php lacks a check for .phar files, which are handled as application/x-httpd-php on systems based on Debian. NOTE: this CVE Record is for Laravel Framework, and is unrelated to any reports concerning incorrectly written user applications for i…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-434</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43617">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-31891 – A vulnerability has been identified in Desigo CC (All versions with OIS Extensio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-31891</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-31891</guid>
    <pubDate>Tue, 14 Sep 2021 11:15:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-31891</strong></p>
  <p>A vulnerability has been identified in Desigo CC (All versions with OIS Extension Module), GMA-Manager (All versions with OIS running on Debian 9 or earlier), Operation Scheduler (All versions with OIS running on Debian 9 or earlier), Siveillance Control (All versions with OIS running on Debian 9 or earlier), Siveillance Control Pro (All versions). The affected application incorrectly neutralizes…</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-31891">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2015-1877 – The open_generic_xdg_mime function in xdg-open in xdg-utils 1.1.0 rc1 in Debian,...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-1877</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-1877</guid>
    <pubDate>Wed, 02 Jun 2021 17:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2015-1877</strong></p>
  <p>The open_generic_xdg_mime function in xdg-open in xdg-utils 1.1.0 rc1 in Debian, when using dash, does not properly handle local variables, which allows remote attackers to execute arbitrary commands via a crafted file.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-77</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-1877">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-31523 – The Debian xscreensaver 5.42+dfsg1-1 package for XScreenSaver has cap_net_raw en...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-31523</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-31523</guid>
    <pubDate>Wed, 21 Apr 2021 19:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-31523</strong></p>
  <p>The Debian xscreensaver 5.42+dfsg1-1 package for XScreenSaver has cap_net_raw enabled for the /usr/libexec/xscreensaver/sonar file, which allows local users to gain privileges because this is arguably incompatible with the design of the Mesa 3D Graphics library dependency.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-31523">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-20002 – The Debian shadow package before 1:4.5-1 for Shadow incorrectly lists pts/0 and ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-20002</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-20002</guid>
    <pubDate>Wed, 17 Mar 2021 06:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-20002</strong></p>
  <p>The Debian shadow package before 1:4.5-1 for Shadow incorrectly lists pts/0 and pts/1 as physical terminals in /etc/securetty. This allows local users to login as password-less users even if they are connected by non-physical means such as SSH (hence bypassing PAM's nullok_secure configuration). This notably affects environments such as virtual machines automatically generated with a default blan…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-20002">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-28374 – The Debian courier-authlib package before 0.71.1-2 for Courier Authentication Li...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-28374</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-28374</guid>
    <pubDate>Mon, 15 Mar 2021 05:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-28374</strong></p>
  <p>The Debian courier-authlib package before 0.71.1-2 for Courier Authentication Library creates a /run/courier/authdaemon directory with weak permissions, allowing an attacker to read user information. This may include a cleartext password in some configurations. In general, it includes the user's existence, uid and gids, home and/or Maildir directory, quota, and some type of password information (…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-732</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-28374">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-21979 – In Bitnami Containers, all Laravel container versions prior to: 6.20.0-debian-10...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-21979</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-21979</guid>
    <pubDate>Wed, 03 Mar 2021 17:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-21979</strong></p>
  <p>In Bitnami Containers, all Laravel container versions prior to: 6.20.0-debian-10-r107 for Laravel 6, 7.30.1-debian-10-r108 for Laravel 7 and 8.5.11-debian-10-r0 for Laravel 8, the file /tmp/app/.env is generated at the time that the docker image bitnami/laravel was built, and the value of APP_KEY is fixed under certain conditions. This value is crucial for the security of the application and must…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-798</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-21979">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-26720 – avahi-daemon-check-dns.sh in the Debian avahi package through 0.8-4 is executed ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-26720</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-26720</guid>
    <pubDate>Wed, 17 Feb 2021 22:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-26720</strong></p>
  <p>avahi-daemon-check-dns.sh in the Debian avahi package through 0.8-4 is executed as root via /etc/network/if-up.d/avahi-daemon, and allows a local attacker to cause a denial of service or create arbitrary empty files via a symlink attack on files under /run/avahi-daemon. NOTE: this only affects the packaging for Debian GNU/Linux (used indirectly by SUSE), not the upstream Avahi product.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-59</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-26720">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-15322 – Zyxel CloudCNM SecuManager 3.1.0 and 3.1.1 has the wbboEZ4BN3ssxAfM hardcoded pa...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-15322</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-15322</guid>
    <pubDate>Mon, 29 Jun 2020 16:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2020-15322</strong></p>
  <p>Zyxel CloudCNM SecuManager 3.1.0 and 3.1.1 has the wbboEZ4BN3ssxAfM hardcoded password for the debian-sys-maint account.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-798</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-15322">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-5291 – Bubblewrap (bwrap) before version 0.4.1, if installed in setuid mode and the ker...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-5291</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-5291</guid>
    <pubDate>Tue, 31 Mar 2020 18:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-5291</strong></p>
  <p>Bubblewrap (bwrap) before version 0.4.1, if installed in setuid mode and the kernel supports unprivileged user namespaces, then the `bwrap --userns2` option can be used to make the setuid process keep running as root while being traceable. This can in turn be used to gain root permissions. Note that this only affects the combination of bubblewrap in setuid mode (which is typically used when unpri…</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-648</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-5291">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2012-1093 – The init script in the Debian x11-common package before 1:7.6+12 is vulnerable t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2012-1093</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2012-1093</guid>
    <pubDate>Fri, 21 Feb 2020 19:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2012-1093</strong></p>
  <p>The init script in the Debian x11-common package before 1:7.6+12 is vulnerable to a symlink attack that can lead to a privilege escalation during package installation.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-59</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2012-1093">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-3467 – Debian-edu-config all versions &lt; 2.11.10, a set of configuration files used for ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-3467</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-3467</guid>
    <pubDate>Mon, 23 Dec 2019 19:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-3467</strong></p>
  <p>Debian-edu-config all versions < 2.11.10, a set of configuration files used for Debian Edu, and debian-lan-config < 0.26, configured too permissive ACLs for the Kerberos admin server, which allowed password changes for other Kerberos user principals.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-732</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-3467">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-5735 – The Debian backport of the fix for CVE-2017-3137 leads to assertion failure in v...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-5735</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-5735</guid>
    <pubDate>Wed, 30 Oct 2019 14:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-5735</strong></p>
  <p>The Debian backport of the fix for CVE-2017-3137 leads to assertion failure in validator.c:1858; Affects Debian versions 9.9.5.dfsg-9+deb8u15; 9.9.5.dfsg-9+deb8u18; 9.10.3.dfsg.P4-12.3+deb9u5; 9.11.5.P4+dfsg-5.1 No ISC releases are affected. Other packages from other distributions who did similar backports for the fix for 2017-3137 may also be affected.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-617</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-5735">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>[High] CVE-2019-11675 – The groonga-httpd package 6.1.5-1 for Debian sets the /var/log/groonga ownership...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-11675</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-11675</guid>
    <pubDate>Thu, 02 May 2019 06:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-11675</strong></p>
  <p>The groonga-httpd package 6.1.5-1 for Debian sets the /var/log/groonga ownership to the groonga account, which might let local users obtain root access because of unsafe interaction with logrotate. For example, an attacker can exploit a race condition to insert a symlink from /var/log/groonga/httpd to /etc/bash_completion.d. NOTE: this is an issue in the Debian packaging of the Groonga HTTP serve…</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-11675">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2019-7653 – The Debian python-rdflib-tools 4.2.2-1 package for RDFLib 4.2.2 has CLI tools th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-7653</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-7653</guid>
    <pubDate>Sat, 09 Feb 2019 03:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2019-7653</strong></p>
  <p>The Debian python-rdflib-tools 4.2.2-1 package for RDFLib 4.2.2 has CLI tools that can load Python modules from the current working directory, allowing code injection, because "python -m" looks in this directory, as demonstrated by rdf2dot. This issue is specific to use of the debian/scripts directory.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-427</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-7653">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-3461 – Debian tmpreaper version 1.6.13+nmu1 has a race condition when doing a (bind) mo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-3461</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-3461</guid>
    <pubDate>Mon, 04 Feb 2019 18:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-3461</strong></p>
  <p>Debian tmpreaper version 1.6.13+nmu1 has a race condition when doing a (bind) mount via rename() which could result in local privilege escalation. Mounting via rename() could potentially lead to a file being placed elsewhereon the filesystem hierarchy (e.g. /etc/cron.d/) if the directory being cleaned up was on the same physical filesystem. Fixed versions include 1.6.13+nmu1+deb9u1 and 1.6.14.</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-3461">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>[Critical] CVE-2018-13043 – scripts/grep-excuses.pl in Debian devscripts through 2.18.3 allows code executio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-13043</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-13043</guid>
    <pubDate>Sun, 01 Jul 2018 22:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2018-13043</strong></p>
  <p>scripts/grep-excuses.pl in Debian devscripts through 2.18.3 allows code execution through unsafe YAML loading because YAML::Syck is used without a configuration that prevents unintended blessing.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-13043">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-18265 – Prosody before 0.10.0 allows remote attackers to cause a denial of service (appl...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-18265</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-18265</guid>
    <pubDate>Wed, 09 May 2018 17:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-18265</strong></p>
  <p>Prosody before 0.10.0 allows remote attackers to cause a denial of service (application crash), related to an incompatibility with certain versions of the LuaSocket library, such as the lua-socket package from Debian stretch. The attacker needs to trigger a stream error. A crash can be observed in, for example, the c2s module.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-18265">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>[Critical] CVE-2016-1253 – The most package in Debian wheezy before 5.0.0a-2.2, in Debian jessie before 5.0...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-1253</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-1253</guid>
    <pubDate>Tue, 05 Dec 2017 16:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2016-1253</strong></p>
  <p>The most package in Debian wheezy before 5.0.0a-2.2, in Debian jessie before 5.0.0a-2.3+deb8u1, and in Debian unstable before 5.0.0a-3 allows remote attackers to execute arbitrary commands via shell metacharacters in the name of an LZMA-compressed file.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-1253">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2017-8805 – Debian ftpsync before 20171017 does not use the rsync --safe-links option, which...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-8805</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-8805</guid>
    <pubDate>Tue, 17 Oct 2017 18:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2017-8805</strong></p>
  <p>Debian ftpsync before 20171017 does not use the rsync --safe-links option, which allows remote attackers to conduct directory traversal attacks via a crafted upstream mirror.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-8805">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>
</channel>
</rss>
