<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Salt</title>
  <link>https://cvedaily.com/pages/tags/salt.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/salt.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Salt</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:29 +0000</lastBuildDate>
  <item>
    <title>[Low] CVE-2026-6873 – An issue was discovered in Django 6.0 before 6.0.6 and 5.2 before 5.2.15.
`djang...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-6873</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6873</guid>
    <pubDate>Wed, 03 Jun 2026 14:16:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-6873</strong></p>
  <p>An issue was discovered in Django 6.0 before 6.0.6 and 5.2 before 5.2.15. `django.http.HttpRequest.get_signed_cookie` in Django uses a non-injective salt derivation (concatenating the cookie name and salt argument), which allows a remote attacker to use a cookie in a context different from the one where it was signed, via distinct `(name, salt)` pairs that produce the same concatenation. Earlier,…</p>
  <p><strong>CVSS:</strong> 3.1 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-6873">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-45787 – electerm is an open-sourced terminal/ssh/sftp/telnet/serialport/RDP/VNC/Spice/ft...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45787</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45787</guid>
    <pubDate>Thu, 28 May 2026 18:16:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-45787</strong></p>
  <p>electerm is an open-sourced terminal/ssh/sftp/telnet/serialport/RDP/VNC/Spice/ftp client. Prior to 3.9.5, deterministic AES-192-CBC with a fixed zero IV, constant KDF salt, and no MAC leads to confidentiality and integrity failures for synced bookmark/profile data. Attackers can crack common passwords across installs and perform undetected ciphertext bit-flips to alter config/bookmarks. This vuln…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-326</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45787">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-5737 – The Independent Analytics plugin for WordPress is vulnerable to Server-Side Requ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5737</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5737</guid>
    <pubDate>Thu, 28 May 2026 05:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-5737</strong></p>
  <p>The Independent Analytics plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 2.14.9. This is due to a public tracking route at /wp-json/iawp/search that accepts attacker-controlled referrer_url values when the signature matches, combined with a scheduled favicon fetcher that performs unrestricted cURL requests to stored domains. The signature v…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5737">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-45027 – WeGIA is a web manager for charitable institutions. In versions prior to 3.7.3, ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45027</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45027</guid>
    <pubDate>Wed, 27 May 2026 17:16:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-45027</strong></p>
  <p>WeGIA is a web manager for charitable institutions. In versions prior to 3.7.3, when a user logs in, html/login.php hashes the submitted password using PHP's hash() function with the SHA-256 algorithm and no salt before comparing it to the stored value. The password change flow in controle/FuncionarioControle.php follows the same pattern. SHA-256 is a general-purpose cryptographic hash built for…</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-759</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45027">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-9370 – A weakness has been identified in ulisesbocchio jasypt-spring-boot up to 3.0.5/4...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9370</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9370</guid>
    <pubDate>Sun, 24 May 2026 10:16:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-9370</strong></p>
  <p>A weakness has been identified in ulisesbocchio jasypt-spring-boot up to 3.0.5/4.0.4. Affected by this vulnerability is the function getSecretKeySaltGenerator of the file jasypt-spring-boot/src/main/java/com/ulisesbocchio/jasyptspringboot/encryptor/SimpleGCMConfig.java of the component Password Hash Handler. Executing a manipulation can lead to use of a one-way hash with a predictable salt. The a…</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-759</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9370">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43873 – WWBN AVideo is an open source video platform. In versions up to and including 29...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43873</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43873</guid>
    <pubDate>Mon, 11 May 2026 22:22:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43873</strong></p>
  <p>WWBN AVideo is an open source video platform. In versions up to and including 29.0, plugin/CloneSite/cloneClient.json.php echoes the local CloneSite shared secret ($objClone->myKey, a constant md5($global['systemRootPath'] . $global['salt'])) into the HTTP response body on every unauthenticated request. The unauthenticated error branch was intended to reject non-admin callers without a valid key,…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-209</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43873">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-42610 – Grav is a file-based Web platform. Prior to 2.0.0-beta.2, a low-privileged user ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42610</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42610</guid>
    <pubDate>Mon, 11 May 2026 16:17:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-42610</strong></p>
  <p>Grav is a file-based Web platform. Prior to 2.0.0-beta.2, a low-privileged user (EX: Content Editor with only pages.update permissions) can bypass the existing Twig sandbox restrictions by utilizing the grav['accounts'] service. Attacker can programmatically load administrative user objects and extract sensitive data, including Bcrypt password hashes and the security salt. This vulnerability is f…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42610">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-41893 – Signal K Server is a server application that runs on a central hub in a boat. Pr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41893</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41893</guid>
    <pubDate>Sat, 09 May 2026 20:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-41893</strong></p>
  <p>Signal K Server is a server application that runs on a central hub in a boat. Prior to version 2.25.0, the HTTP login endpoints (POST /login and POST /signalk/v1/auth/login) are protected by express-rate-limit (default: 100 attempts per 10-minute window, configurable via HTTP_RATE_LIMITS). The WebSocket login path — sending {login: {username, password}} messages over an established WebSocket conn…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-307</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41893">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-4430 – Out-of-bounds write vulnerability in The Document Foundation LibreOffice via cra...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-4430</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-4430</guid>
    <pubDate>Thu, 07 May 2026 08:16:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-4430</strong></p>
  <p>Out-of-bounds write vulnerability in The Document Foundation LibreOffice via crafted OOXML documents with mismatched encryption salt parameters.  This issue affects LibreOffice: from 26.2 before 26.2.3, from 25.8 before 25.8.7.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-4430">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-5088 – Apache::API::Password versions through 0.5.2 for Perl can generate insecure rand...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5088</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5088</guid>
    <pubDate>Wed, 15 Apr 2026 08:16:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-5088</strong></p>
  <p>Apache::API::Password versions through 0.5.2 for Perl can generate insecure random values for salts.  The _make_salt and _make_salt_bcrypt methods will attept to load Crypt::URandom and then Bytes::Random::Secure to generate random bytes for the salt.  If those modules are unavailable, it will simply return 16 bytes generated with Perl's built-in rand function.  The rand function is unsuitable fo…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-338</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5088">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-25726 – Cloudreve is a self-hosted file management and sharing system. Prior to version ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25726</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25726</guid>
    <pubDate>Fri, 03 Apr 2026 20:16:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-25726</strong></p>
  <p>Cloudreve is a self-hosted file management and sharing system. Prior to version 4.13.0, the application uses the weak pseudo-random number generator math/rand seeded with time.Now().UnixNano() to generate critical security secrets, including the secret_key, and hash_id_salt. These secrets are generated upon first startup and persisted in the database. An attacker can exploit this by obtaining the…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-338</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25726">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-33041 – WWBN AVideo is an open source video platform. In versions 25.0 and below, /objec...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33041</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33041</guid>
    <pubDate>Fri, 20 Mar 2026 06:16:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-33041</strong></p>
  <p>WWBN AVideo is an open source video platform. In versions 25.0 and below, /objects/encryptPass.json.php exposes the application's password hashing algorithm to any unauthenticated user. An attacker can submit arbitrary passwords and receive their hashed equivalents, enabling offline password cracking against leaked database hashes. If an attacker obtains password hashes from the database (via SQL…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33041">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32609 – Glances is an open-source system cross-platform monitoring tool. The GHSA-gh4x f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32609</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32609</guid>
    <pubDate>Wed, 18 Mar 2026 15:16:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32609</strong></p>
  <p>Glances is an open-source system cross-platform monitoring tool. The GHSA-gh4x fix (commit 5d3de60) addressed unauthenticated configuration secrets exposure on the `/api/v4/config` endpoints by introducing `as_dict_secure()` redaction. However, the `/api/v4/args` and `/api/v4/args/{item}` endpoints were not addressed by this fix. These endpoints return the complete command-line arguments namespac…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32609">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-30790 – Improper Restriction of Excessive Authentication Attempts, Use of Password Hash ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-30790</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-30790</guid>
    <pubDate>Thu, 05 Mar 2026 16:16:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-30790</strong></p>
  <p>Improper Restriction of Excessive Authentication Attempts, Use of Password Hash With Insufficient Computational Effort vulnerability in rustdesk-server-pro RustDesk Server Pro rustdesk-server-pro on Windows, MacOS, Linux (Peer authentication, API login modules), rustdesk-server RustDesk Server (OSS) rustdesk-server on Windows, MacOS, Linux (Peer authentication, API login modules) allows Password…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-307</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-30790">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-2681 – A flaw was found in the blst cryptographic library. This out-of-bounds stack wri...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-2681</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-2681</guid>
    <pubDate>Thu, 19 Feb 2026 07:17:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-2681</strong></p>
  <p>A flaw was found in the blst cryptographic library. This out-of-bounds stack write vulnerability, specifically in the blst_sha256_bcopy assembly routine, occurs due to a missing zero-length guard. A remote attacker can exploit this by providing a zero-length salt parameter to key generation functions, such as blst_keygen_v5(), if the application exposes this functionality. Successful exploitation…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-2681">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-62349 – Salt contains an authentication protocol version downgrade weakness that can all...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-62349</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-62349</guid>
    <pubDate>Fri, 30 Jan 2026 19:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-62349</strong></p>
  <p>Salt contains an authentication protocol version downgrade weakness that can allow a malicious minion to bypass newer authentication/security features by using an older request payload format, enabling minion impersonation and circumventing protections introduced in response to prior issues.</p>
  <p><strong>CVSS:</strong> 6.2 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-62349">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-62348 – Salt's junos execution module contained an unsafe YAML decode/load usage. A spec...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-62348</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-62348</guid>
    <pubDate>Fri, 30 Jan 2026 19:16:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-62348</strong></p>
  <p>Salt's junos execution module contained an unsafe YAML decode/load usage. A specially crafted YAML payload processed by the junos module could lead to unintended code execution under the context of the Salt process.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-62348">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-11187 – Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation
which c...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-11187</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-11187</guid>
    <pubDate>Tue, 27 Jan 2026 16:16:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-11187</strong></p>
  <p>Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation which can trigger a stack-based buffer overflow, invalid pointer or NULL pointer dereference during MAC verification.  Impact summary: The stack buffer overflow or NULL pointer dereference may cause a crash leading to Denial of Service for an application that parses untrusted PKCS#12 files. The buffer overflow may also poten…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-11187">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-68703 – Jervis is a library for Job DSL plugin scripts and shared Jenkins pipeline libra...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-68703</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-68703</guid>
    <pubDate>Tue, 13 Jan 2026 20:16:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-68703</strong></p>
  <p>Jervis is a library for Job DSL plugin scripts and shared Jenkins pipeline libraries. Prior to 2.2, the salt is derived from sha256Sum(passphrase). Two encryption operations with the same password will have the same derived key. This vulnerability is fixed in 2.2.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-326</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-68703">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-11723 – The Appointment Booking Calendar — Simply Schedule Appointments Booking Plugin p...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-11723</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-11723</guid>
    <pubDate>Tue, 06 Jan 2026 04:15:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-11723</strong></p>
  <p>The Appointment Booking Calendar — Simply Schedule Appointments Booking Plugin plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.6.9.5 via the hash() function due to use of a hardcoded fall-back salt. This makes it possible for unauthenticated attackers to generate a valid token across sites running the plugin that have not manually set a…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-330</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-11723">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2023-54250 – In the Linux kernel, the following vulnerability has been resolved:

ksmbd: avoi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-54250</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-54250</guid>
    <pubDate>Tue, 30 Dec 2025 13:16:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2023-54250</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ksmbd: avoid out of bounds access in decode_preauth_ctxt()  Confirm that the accessed pneg_ctxt->HashAlgorithms address sits within the SMB request boundary; deassemble_neg_contexts() only checks that the eight byte smb2_neg_context header + (client controlled) DataLength are within the packet boundary, which is insufficient.  C…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-54250">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-34433 – AVideo versions 14.3.1 prior to 20.1 contain an unauthenticated remote code exec...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-34433</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-34433</guid>
    <pubDate>Fri, 19 Dec 2025 16:15:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-34433</strong></p>
  <p>AVideo versions 14.3.1 prior to 20.1 contain an unauthenticated remote code execution vulnerability caused by predictable generation of an installation salt using PHP uniqid(). The installation timestamp is exposed via a public endpoint, and a derived hash identifier is accessible through unauthenticated API responses, allowing attackers to brute-force the remaining entropy. The recovered salt ca…</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-34433">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2025-68213 – In the Linux kernel, the following vulnerability has been resolved:

idpf: fix p...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-68213</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-68213</guid>
    <pubDate>Tue, 16 Dec 2025 14:15:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2025-68213</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  idpf: fix possible vport_config NULL pointer deref in remove  Attempting to remove the driver will cause a crash in cases where the vport failed to initialize. Following trace is from an instance where the driver failed during an attempt to create a VF: [ 1661.543624] idpf 0000:84:00.7: Device HW Reset initiated [ 1722.923726] i…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-68213">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-68113 – ALTCHA is privacy-first software for captcha and bot protection. A cryptographic...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-68113</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-68113</guid>
    <pubDate>Tue, 16 Dec 2025 01:15:53 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-68113</strong></p>
  <p>ALTCHA is privacy-first software for captcha and bot protection. A cryptographic semantic binding flaw in ALTCHA libraries allows challenge payload splicing, which may enable replay attacks. The HMAC signature does not unambiguously bind challenge parameters to the nonce, allowing an attacker to reinterpret a valid proof-of-work submission with a modified expiration value. This may allow previous…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-115</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-68113">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-40801 – A vulnerability has been identified in COMOS V10.6 (All versions &lt; V10.6.1), COM...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-40801</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-40801</guid>
    <pubDate>Tue, 09 Dec 2025 16:17:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-40801</strong></p>
  <p>A vulnerability has been identified in COMOS V10.6 (All versions < V10.6.1), COMOS V10.6 (All versions < V10.6.1), JT Bi-Directional Translator for STEP (All versions), NX V2412 (All versions < V2412.8900 with Cloud Entitlement (bundled as NX X)), NX V2506 (All versions < V2506.6000 with Cloud Entitlement (bundled as NX X)), Simcenter 3D (All versions < V2506.6000 with Cloud Entitlement (bundled…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-40801">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-34519 – Ilevia EVE X1 Server firmware versions ≤ 4.7.18.0.eden contain an insecure hashi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-34519</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-34519</guid>
    <pubDate>Thu, 16 Oct 2025 18:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-34519</strong></p>
  <p>Ilevia EVE X1 Server firmware versions ≤ 4.7.18.0.eden contain an insecure hashing algorithm vulnerability. The product stores passwords using the MD5 hash function without applying a per‑password salt. Because MD5 is a fast, unsalted hash, an attacker who obtains the password database can efficiently perform offline dictionary, rainbow‑table, or brute‑force attacks to recover the original passwo…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-327</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-34519">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-34208 – Vasion Print (formerly PrinterLogic) Virtual Appliance Host and Application (VA/...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-34208</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-34208</guid>
    <pubDate>Thu, 02 Oct 2025 17:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-34208</strong></p>
  <p>Vasion Print (formerly PrinterLogic) Virtual Appliance Host and Application (VA/SaaS deployments) store user passwords using unsalted SHA-512 hashes with a fall-back to unsalted SHA-1. The hashing is performed via PHP's `hash()` function in multiple files (server_write_requests_users.php, update_database.php, legacy/Login.php, tests/Unit/Api/IdpControllerTest.php). No per-user salt is used and th…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-327</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-34208">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-10205 – Use of a One-Way Hash with a Predictable Salt vulnerability in ABB FLXEON.This i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-10205</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-10205</guid>
    <pubDate>Wed, 17 Sep 2025 15:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-10205</strong></p>
  <p>Use of a One-Way Hash with a Predictable Salt vulnerability in ABB FLXEON.This issue affects FLXEON: through 9.3.5. and newer versions</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-759</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-10205">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2025-9604 – A vulnerability was identified in coze-studio up to 0.2.4. The impacted element ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-9604</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-9604</guid>
    <pubDate>Fri, 29 Aug 2025 02:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2025-9604</strong></p>
  <p>A vulnerability was identified in coze-studio up to 0.2.4. The impacted element is an unknown function of the file backend/domain/plugin/encrypt/aes.go. The manipulation of the argument AuthSecretKey/StateSecretKey/OAuthTokenSecretKey leads to use of hard-coded cryptographic key . It is possible to initiate the attack remotely. The attack is considered to have high complexity. The exploitability…</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-320</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-9604">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-46660 – An issue was discovered in 4C Strategies Exonaut 21.6. Passwords, stored in the ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-46660</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-46660</guid>
    <pubDate>Wed, 06 Aug 2025 21:15:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-46660</strong></p>
  <p>An issue was discovered in 4C Strategies Exonaut 21.6. Passwords, stored in the database, are hashed without a salt.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-922</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-46660">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-38496 – In the Linux kernel, the following vulnerability has been resolved:

dm-bufio: f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38496</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38496</guid>
    <pubDate>Mon, 28 Jul 2025 12:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38496</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  dm-bufio: fix sched in atomic context  If "try_verify_in_tasklet" is set for dm-verity, DM_BUFIO_CLIENT_NO_SLEEP is enabled for dm-bufio. However, when bufio tries to evict buffers, there is a chance to trigger scheduling in spin_lock_bh, the following warning is hit:  BUG: sleeping function called from invalid context at driver…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38496">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-30086 – CNCF Harbor 2.13.x before 2.13.1 and 2.12.x before 2.12.4 allows information dis...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-30086</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-30086</guid>
    <pubDate>Fri, 25 Jul 2025 15:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-30086</strong></p>
  <p>CNCF Harbor 2.13.x before 2.13.1 and 2.12.x before 2.12.4 allows information disclosure by administrators who can exploit an ORM Leak present in the /api/v2.0/users endpoint to leak users' password hash and salt values. The q URL parameter allows a user to filter users by any column, and filter password=~ could be abused to leak out a user's password hash character by character. An attacker with…</p>
  <p><strong>CVSS:</strong> 4.9 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-30086">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-32874 – An issue was discovered in Kaseya Rapid Fire Tools Network Detective through 2.0...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-32874</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-32874</guid>
    <pubDate>Wed, 16 Jul 2025 15:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-32874</strong></p>
  <p>An issue was discovered in Kaseya Rapid Fire Tools Network Detective through 2.0.16.0. A vulnerability exists in the EncryptionUtil class because symmetric encryption is implemented in a deterministic and non-randomized fashion. The method Encrypt(byte[] clearData) derives both the encryption key and the IV from a fixed, hardcoded input by using a static salt value. As a result, identical plainte…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-326</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-32874">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-7504 – The Friends plugin for WordPress is vulnerable to PHP Object Injection in versio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-7504</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-7504</guid>
    <pubDate>Sat, 12 Jul 2025 09:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-7504</strong></p>
  <p>The Friends plugin for WordPress is vulnerable to PHP Object Injection in version 3.5.1 via deserialization of untrusted input of the query_vars parameter This makes it possible for authenticated attackers, with subscriber-level access and above, to inject a PHP Object. No known POP chain is present in the vulnerable software, which means this vulnerability has no impact unless another plugin or…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-7504">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-52101 – linjiashop &lt;=0.9 is vulnerable to Incorrect Access Control. When using the defau...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-52101</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-52101</guid>
    <pubDate>Tue, 01 Jul 2025 21:15:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-52101</strong></p>
  <p>linjiashop <=0.9 is vulnerable to Incorrect Access Control. When using the default-generated JWT authentication, attackers can bypass the authentication and retrieve the encrypted "password" and "salt". The password can then be obtained through brute-force cracking.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-52101">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-44203 – In HotelDruid 3.0.7, an unauthenticated attacker can exploit verbose SQL error m...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-44203</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-44203</guid>
    <pubDate>Fri, 20 Jun 2025 16:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-44203</strong></p>
  <p>In HotelDruid 3.0.7, an unauthenticated attacker can exploit verbose SQL error messages on creadb.php before the 'create database' button is pressed. By sending malformed POST requests to this endpoint, the attacker may obtain the administrator username, password hash, and salt. In some cases, the attack results in a Denial of Service (DoS), preventing the administrator from logging in even with…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-209</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-44203">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-22239 – Arbitrary event injection on Salt Master. The master's "_minion_event" method ca...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-22239</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-22239</guid>
    <pubDate>Fri, 13 Jun 2025 07:15:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-22239</strong></p>
  <p>Arbitrary event injection on Salt Master. The master's "_minion_event" method can be used by and authorized minion to send arbitrary events onto the master's event bus.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-285</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-22239">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-38825 – The salt.auth.pki module does not properly authenticate callers. The "password" ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-38825</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-38825</guid>
    <pubDate>Fri, 13 Jun 2025 07:15:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-38825</strong></p>
  <p>The salt.auth.pki module does not properly authenticate callers. The "password" field contains a public certificate which is validated against a CA certificate by the module. This is not pki authentication, as the caller does not need access to the corresponding private key for the authentication attempt to be accepted.</p>
  <p><strong>CVSS:</strong> 6.4 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-38825">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2024-38823 – Salt's request server is vulnerable to replay attacks when not using a TLS encry...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-38823</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-38823</guid>
    <pubDate>Fri, 13 Jun 2025 07:15:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2024-38823</strong></p>
  <p>Salt's request server is vulnerable to replay attacks when not using a TLS encrypted transport.</p>
  <p><strong>CVSS:</strong> 2.7 · <strong>CWE:</strong> CWE-294</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-38823">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2024-38822 – Multiple methods in the salt master skip minion token validation. Therefore a mi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-38822</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-38822</guid>
    <pubDate>Fri, 13 Jun 2025 07:15:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2024-38822</strong></p>
  <p>Multiple methods in the salt master skip minion token validation. Therefore a misbehaving minion can impersonate another minion.</p>
  <p><strong>CVSS:</strong> 2.7 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-38822">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-46339 – FreshRSS is a self-hosted RSS feed aggregator. Prior to version 1.26.2, it's pos...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-46339</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-46339</guid>
    <pubDate>Wed, 04 Jun 2025 20:15:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-46339</strong></p>
  <p>FreshRSS is a self-hosted RSS feed aggregator. Prior to version 1.26.2, it's possible to poison feed favicons by adding a given URL as a feed with the proxy set to an attacker-controlled one and disabled SSL verifying. The favicon hash is computed by hashing the feed URL and the salt, whilst not including the following variables: proxy address, proxy protocol, and whether SSL should be verified.…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-349</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-46339">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-13951 – One way hash with predictable salt vulnerabilities in ASPECT may expose sensitiv...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-13951</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-13951</guid>
    <pubDate>Thu, 22 May 2025 19:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-13951</strong></p>
  <p>One way hash with predictable salt vulnerabilities in ASPECT may expose sensitive information to a potential attackerThis issue affects ASPECT-Enterprise: through 3.*; NEXUS Series: through 3.*; MATRIX Series: through 3.*.</p>
  <p><strong>CVSS:</strong> 7.6 · <strong>CWE:</strong> CWE-760</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-13951">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-3426 – We observed that Intellispace Portal binaries doesn’t have any protection mechan...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-3426</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-3426</guid>
    <pubDate>Mon, 07 Apr 2025 17:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-3426</strong></p>
  <p>We observed that Intellispace Portal binaries doesn’t have any protection mechanisms to prevent reverse engineering. Specifically, the app’s code is not obfuscated, and no measures are in place to protect against decompilation, disassembly, or debugging. As a result, attackers can reverse-engineer the application to gain insights into its internal workings, which can potentially lead to the disco…</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-798</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-3426">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-1805 – Crypt::Salt for Perl version 0.01 uses insecure rand() function when generating ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-1805</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-1805</guid>
    <pubDate>Wed, 02 Apr 2025 13:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-1805</strong></p>
  <p>Crypt::Salt for Perl version 0.01 uses insecure rand() function when generating salts for cryptographic purposes.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-338</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-1805">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-27552 – DBIx::Class::EncodedColumn use the rand() function, which is not cryptographical...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-27552</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-27552</guid>
    <pubDate>Wed, 26 Mar 2025 11:15:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-27552</strong></p>
  <p>DBIx::Class::EncodedColumn use the rand() function, which is not cryptographically secure to salt password hashes.  This vulnerability is associated with program files Crypt/Eksblowfish/Bcrypt.pm.  This issue affects DBIx::Class::EncodedColumn until 0.00032.</p>
  <p><strong>CVSS:</strong> 4.0 · <strong>CWE:</strong> CWE-331</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-27552">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-27551 – DBIx::Class::EncodedColumn use the rand() function, which is not cryptographical...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-27551</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-27551</guid>
    <pubDate>Wed, 26 Mar 2025 11:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-27551</strong></p>
  <p>DBIx::Class::EncodedColumn use the rand() function, which is not cryptographically secure to salt password hashes.  This vulnerability is associated with program files lib/DBIx/Class/EncodedColumn/Digest.pm.  This issue affects DBIx::Class::EncodedColumn until 0.00032.</p>
  <p><strong>CVSS:</strong> 4.0 · <strong>CWE:</strong> CWE-331</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-27551">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-26486 – Broken or Risky Cryptographic Algorithm, Use of Password Hash 
With Insufficient...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-26486</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-26486</guid>
    <pubDate>Wed, 19 Mar 2025 16:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-26486</strong></p>
  <p>Broken or Risky Cryptographic Algorithm, Use of Password Hash  With Insufficient Computational Effort, Use of Weak Hash, Use of a  One-Way Hash with a Predictable Salt vulnerabilities in Beta80 "Life 1st Identity Manager" enable an attacker with access to password hashes to bruteforce user passwords or find a collision to ultimately while attempting to gain access to a target application that use…</p>
  <p><strong>CVSS:</strong> 6.0 · <strong>CWE:</strong> CWE-327</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-26486">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-27408 – Manifest offers users a one-file micro back end. Prior to version 4.9.2, Manifes...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-27408</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-27408</guid>
    <pubDate>Fri, 28 Feb 2025 18:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-27408</strong></p>
  <p>Manifest offers users a one-file micro back end. Prior to version 4.9.2, Manifest employs a weak password hashing implementation that uses SHA3 without a salt. This exposes user passwords to a higher risk of being cracked if an attacker gains access to the database. Without the use of a salt, identical passwords across multiple users will result in the same hash, making it easier for attackers to…</p>
  <p><strong>CVSS:</strong> 4.8 · <strong>CWE:</strong> CWE-759</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-27408">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-49094 – In the Linux kernel, the following vulnerability has been resolved:

net/tls: fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-49094</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-49094</guid>
    <pubDate>Wed, 26 Feb 2025 07:00:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-49094</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net/tls: fix slab-out-of-bounds bug in decrypt_internal  The memory size of tls_ctx->rx.iv for AES128-CCM is 12 setting in tls_set_sw_offload(). The return value of crypto_aead_ivsize() for "ccm(aes)" is 16. So memcpy() require 16 bytes from 12 bytes memory space will trigger slab-out-of-bounds bug as following:  ===============…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-49094">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-33838 – IBM Security Verify Governance 10.0.2 Identity Manager 

uses a one-way cryptogr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-33838</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-33838</guid>
    <pubDate>Wed, 29 Jan 2025 02:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-33838</strong></p>
  <p>IBM Security Verify Governance 10.0.2 Identity Manager   uses a one-way cryptographic hash against an input that should not be reversible, such as a password, but the product does not also use a salt as part of the input.</p>
  <p><strong>CVSS:</strong> 4.4 · <strong>CWE:</strong> CWE-759</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-33838">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-34049 – The Salt-SSH pre-flight option copies the script to the target at a predictable ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-34049</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-34049</guid>
    <pubDate>Thu, 14 Nov 2024 05:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-34049</strong></p>
  <p>The Salt-SSH pre-flight option copies the script to the target at a predictable path, which allows an attacker to force Salt-SSH to run their script. If an attacker has access to the target VM and knows the path to the pre-flight script before it runs they can ensure Salt-SSH runs their script with the privileges of the user running Salt-SSH. Do not make the copy path on the target predictable an…</p>
  <p><strong>CVSS:</strong> 6.7 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-34049">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-51478 – YesWiki is a wiki system written in PHP. Prior to 4.4.5, the use of a weak crypt...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-51478</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-51478</guid>
    <pubDate>Thu, 31 Oct 2024 17:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-51478</strong></p>
  <p>YesWiki is a wiki system written in PHP. Prior to 4.4.5, the use of a weak cryptographic algorithm and a hard-coded salt to hash the password reset key allows it to be recovered and used to reset the password of any account. This issue is fixed in 4.4.5.</p>
  <p><strong>CVSS:</strong> 9.9 · <strong>CWE:</strong> CWE-327</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-51478">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2024-36066 – The CMP CLI client in KeyFactor EJBCA before 8.3.1 has only 6 octets of salt, an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-36066</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-36066</guid>
    <pubDate>Thu, 12 Sep 2024 19:15:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2024-36066</strong></p>
  <p>The CMP CLI client in KeyFactor EJBCA before 8.3.1 has only 6 octets of salt, and is thus not compliant with the security requirements of RFC 4211, and might make man-in-the-middle attacks easier. CMP includes password-based MAC as one of the options for message integrity and authentication (the other option is certificate-based). RFC 4211 section 4.4 requires that password-based MAC parameters u…</p>
  <p><strong>CVSS:</strong> 3.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-36066">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-45440 – core/authorize.php in Drupal 11.x-dev allows Full Path Disclosure (even when err...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-45440</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-45440</guid>
    <pubDate>Thu, 29 Aug 2024 11:15:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-45440</strong></p>
  <p>core/authorize.php in Drupal 11.x-dev allows Full Path Disclosure (even when error logging is None) if the value of hash_salt is file_get_contents of a file that does not exist.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-209</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-45440">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-48882 – In the Linux kernel, the following vulnerability has been resolved:

net/mlx5e: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-48882</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-48882</guid>
    <pubDate>Wed, 21 Aug 2024 07:15:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-48882</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net/mlx5e: Fix macsec possible null dereference when updating MAC security entity (SecY)  Upon updating MAC security entity (SecY) in hw offload path, the macsec security association (SA) initialization routine is called. In case of extended packet number (epn) is enabled the salt and ssci attributes are retrieved using the MACs…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-48882">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-29120 – In Streampark (version &lt; 2.1.4), when a user logged in successfully, the Backend...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-29120</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-29120</guid>
    <pubDate>Wed, 17 Jul 2024 15:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-29120</strong></p>
  <p>In Streampark (version < 2.1.4), when a user logged in successfully, the Backend service would return "Authorization" as the front-end authentication credential.  User can use this credential to request other users' information, including the administrator's username, password, salt value, etc.   Mitigation:  all users should upgrade to 2.1.4</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-212</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-29120">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-22232 – A specially crafted url can be created which leads to a directory traversal in t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-22232</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-22232</guid>
    <pubDate>Thu, 27 Jun 2024 07:15:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-22232</strong></p>
  <p>A specially crafted url can be created which leads to a directory traversal in the salt file server. A malicious user can read an arbitrary file from a Salt master’s filesystem.</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-22232">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-22231 – Syndic cache directory creation is vulnerable to a directory traversal attack in...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-22231</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-22231</guid>
    <pubDate>Thu, 27 Jun 2024 07:15:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-22231</strong></p>
  <p>Syndic cache directory creation is vulnerable to a directory traversal attack in salt project which can lead a malicious attacker to create an arbitrary directory on a Salt master.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-22231">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-36496 – The configuration file is encrypted with a static key derived from a 
static fiv...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-36496</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-36496</guid>
    <pubDate>Mon, 24 Jun 2024 09:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-36496</strong></p>
  <p>The configuration file is encrypted with a static key derived from a  static five-character password which allows an attacker to decrypt this  file. The application hashes this five-character password with  the outdated and broken MD5 algorithm (no salt) and uses the first five  bytes as the key for RC4. The configuration file is then encrypted with  these parameters.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-798</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-36496">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-24553 – Bludit uses the SHA-1 hashing algorithm to compute password hashes. Thus, attack...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-24553</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-24553</guid>
    <pubDate>Mon, 24 Jun 2024 07:15:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-24553</strong></p>
  <p>Bludit uses the SHA-1 hashing algorithm to compute password hashes. Thus, attackers could determine cleartext passwords with brute-force attacks due to the inherent speed of SHA-1. In addition, the salt that is computed by Bludit is generated with a non-cryptographically secure function.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-916</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-24553">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-3183 – A vulnerability was found in FreeIPA in a way when a Kerberos TGS-REQ is encrypt...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-3183</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-3183</guid>
    <pubDate>Wed, 12 Jun 2024 09:15:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-3183</strong></p>
  <p>A vulnerability was found in FreeIPA in a way when a Kerberos TGS-REQ is encrypted using the client’s session key. This key is different for each new session, which protects it from brute force attacks. However, the ticket it contains is encrypted using the target principal key directly. For user principals, this key is a hash of a public per-principal randomly-generated salt and the user’s passw…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-916</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-3183">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-33867 – An issue was discovered in linqi before 1.4.0.1 on Windows. There is a hardcoded...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-33867</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-33867</guid>
    <pubDate>Tue, 14 May 2024 16:17:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-33867</strong></p>
  <p>An issue was discovered in linqi before 1.4.0.1 on Windows. There is a hardcoded password salt.</p>
  <p><strong>CVSS:</strong> 4.8 · <strong>CWE:</strong> CWE-259</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-33867">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-49599 – An insufficient entropy vulnerability exists in the salt generation functionalit...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-49599</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-49599</guid>
    <pubDate>Wed, 10 Jan 2024 16:15:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-49599</strong></p>
  <p>An insufficient entropy vulnerability exists in the salt generation functionality of WWBN AVideo dev master commit 15fed957fb. A specially crafted series of HTTP requests can lead to privilege escalation. An attacker can gather system information via HTTP requests and brute force the salt offline, leading to forging a legitimate password recovery code for the admin user.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-331</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-49599">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-46900 – Sympa before 6.2.62 relies on a cookie parameter for certain security objectives...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-46900</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-46900</guid>
    <pubDate>Sun, 31 Dec 2023 05:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-46900</strong></p>
  <p>Sympa before 6.2.62 relies on a cookie parameter for certain security objectives, but does not ensure that this parameter exists and has an unpredictable value. Specifically, the cookie parameter is both a salt for stored passwords and an XSS protection mechanism.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-327</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-46900">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-51442 – Navidrome is an open source web-based music collection server and streamer. A se...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-51442</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-51442</guid>
    <pubDate>Thu, 21 Dec 2023 15:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-51442</strong></p>
  <p>Navidrome is an open source web-based music collection server and streamer. A security vulnerability has been identified in navidrome's subsonic endpoint, allowing for authentication bypass. This exploit enables unauthorized access to any known account by utilizing a JSON Web Token (JWT) signed with the key "not so secret". The vulnerability can only be exploited on instances that have never been…</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-51442">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-42443 – Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine (EV...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-42443</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-42443</guid>
    <pubDate>Mon, 18 Sep 2023 21:16:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-42443</strong></p>
  <p>Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine (EVM). In version 0.3.9 and prior, under certain conditions, the memory used by the builtins `raw_call`, `create_from_blueprint` and `create_copy_of` can be corrupted. For `raw_call`, the argument buffer of the call can be corrupted, leading to incorrect `calldata` in the sub-context. For `create_from_blueprint` and `cre…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-42443">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-27169 – Xpand IT Write-back manager v2.3.1 uses a hardcoded salt in license class config...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-27169</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-27169</guid>
    <pubDate>Tue, 12 Sep 2023 12:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-27169</strong></p>
  <p>Xpand IT Write-back manager v2.3.1 uses a hardcoded salt in license class configuration which leads to the generation of a hardcoded and predictable symmetric encryption keys for license generation and validation.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-798</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-27169">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-20898 – Git Providers can read from the wrong environment because they get the same cach...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-20898</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-20898</guid>
    <pubDate>Tue, 05 Sep 2023 11:15:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-20898</strong></p>
  <p>Git Providers can read from the wrong environment because they get the same cache directory base name in Salt masters prior to 3005.2 or 3006.2. Anything that uses Git Providers with different environments can get garbage data or the wrong data, which can lead to wrongful data disclosure, wrongful executions, data corruption and/or crash.</p>
  <p><strong>CVSS:</strong> 4.2 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-20898">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-20897 – Salt masters prior to 3005.2 or 3006.2 contain a DOS in minion return. After rec...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-20897</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-20897</guid>
    <pubDate>Tue, 05 Sep 2023 11:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-20897</strong></p>
  <p>Salt masters prior to 3005.2 or 3006.2 contain a DOS in minion return. After receiving several bad packets on the request server equal to the number of worker threads, the master will become unresponsive to return requests until restarted.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-404</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-20897">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-40173 – Social media skeleton is an uncompleted/framework social media project implement...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-40173</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-40173</guid>
    <pubDate>Fri, 18 Aug 2023 22:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-40173</strong></p>
  <p>Social media skeleton is an uncompleted/framework social media project implemented using a php, css ,javascript and html. Prior to version 1.0.5 Social media skeleton did not properly salt passwords leaving user passwords susceptible to cracking should an attacker gain access to hashed passwords. This issue has been addressed in version 1.0.5 and users are advised to upgrade. There are no known w…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-40173">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-1430 – The FluentCRM - Marketing Automation For WordPress  plugin for WordPress is vuln...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-1430</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-1430</guid>
    <pubDate>Fri, 09 Jun 2023 06:15:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-1430</strong></p>
  <p>The FluentCRM - Marketing Automation For WordPress  plugin for WordPress is vulnerable to unauthorized modification of data in versions up to, and including, 2.8.01 due to the use of an MD5 hash without a salt to control subscriptions. This makes it possible for unauthenticated attackers to unsubscribe users from lists and manage subscriptions, granted they gain access to any targeted subscribers…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-759</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-1430">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-26855 – The hashing algorithm of ChurchCRM v4.5.3 utilizes a non-random salt value which...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-26855</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-26855</guid>
    <pubDate>Tue, 04 Apr 2023 02:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-26855</strong></p>
  <p>The hashing algorithm of ChurchCRM v4.5.3 utilizes a non-random salt value which allows attackers to use precomputed hash tables or dictionary attacks to crack the hashed passwords.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-330</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-26855">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-27580 – CodeIgniter Shield provides authentication and authorization for the CodeIgniter...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-27580</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-27580</guid>
    <pubDate>Mon, 13 Mar 2023 18:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-27580</strong></p>
  <p>CodeIgniter Shield provides authentication and authorization for the CodeIgniter 4 PHP framework. An improper implementation was found in the password storage process. All hashed passwords stored in Shield v1.0.0-beta.3 or earlier are easier to crack than expected due to the vulnerability. Therefore, they should be removed as soon as possible. If an attacker gets (1) the user's hashed password by…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-916</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-27580">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-33226 – Buffer Overflow vulnerability in Saltstack v.3003 and before allows attacker to ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-33226</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-33226</guid>
    <pubDate>Fri, 17 Feb 2023 18:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-33226</strong></p>
  <p>Buffer Overflow vulnerability in Saltstack v.3003 and before allows attacker to execute arbitrary code via the func variable in salt/salt/modules/status.py file. NOTE: this is disputed by third parties because an attacker cannot influence the eval input</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-120</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-33226">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-22599 – InHand Networks InRouter 302, prior to version IR302 V3.5.56, and InRouter 615, ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-22599</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-22599</guid>
    <pubDate>Thu, 12 Jan 2023 23:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-22599</strong></p>
  <p>InHand Networks InRouter 302, prior to version IR302 V3.5.56, and InRouter 615, prior to version InRouter6XX-S-V2.3.0.r5542, contain vulnerability CWE-760: Use of a One-way Hash with a Predictable Salt. They   send MQTT credentials in response to HTTP/HTTPS requests from the cloud platform. These credentials are encoded using a hardcoded string into an MD5 hash. This string could be easily calcul…</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-760</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-22599">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-24649 – The WP User Frontend WordPress plugin before 3.5.29 uses a user supplied argumen...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-24649</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-24649</guid>
    <pubDate>Mon, 21 Nov 2022 11:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-24649</strong></p>
  <p>The WP User Frontend WordPress plugin before 3.5.29 uses a user supplied argument called urhidden in its registration form, which contains the role for the account to be created with, encrypted via wpuf_encryption(). This could allow an attacker having access to the AUTH_KEY and AUTH_SALT constant (via an arbitrary file access issue for example, or if the blog is using the default keys) to create…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-24649">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-43690 – Concrete CMS (formerly concrete5) below 8.5.10 and between 9.0.0 and 9.1.2 did n...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-43690</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-43690</guid>
    <pubDate>Mon, 14 Nov 2022 23:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-43690</strong></p>
  <p>Concrete CMS (formerly concrete5) below 8.5.10 and between 9.0.0 and 9.1.2 did not use strict comparison for the legacy_salt so that limited authentication bypass could occur if using this functionality. Remediate by updating to Concrete CMS 9.1.3+ or 8.5.10+.</p>
  <p><strong>CVSS:</strong> 6.3 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-43690">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2022-43754 – An Improper Neutralization of Input During Web Page Generation ('Cross-site Scri...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-43754</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-43754</guid>
    <pubDate>Thu, 10 Nov 2022 15:15:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2022-43754</strong></p>
  <p>An Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in spacewalk/Uyuni of SUSE Linux Enterprise Module for SUSE Manager Server 4.2, SUSE Linux Enterprise Module for SUSE Manager Server 4.3, SUSE Manager Server 4.2 allows remote attackers to embed Javascript code via /rhn/audit/scap/Search.do This issue affects: SUSE Linux Enterprise Module for SUS…</p>
  <p><strong>CVSS:</strong> 2.6 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-43754">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-43753 – A Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-43753</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-43753</guid>
    <pubDate>Thu, 10 Nov 2022 15:15:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-43753</strong></p>
  <p>A Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in spacewalk/Uyuni of SUSE Linux Enterprise Module for SUSE Manager Server 4.2, SUSE Linux Enterprise Module for SUSE Manager Server 4.3, SUSE Manager Server 4.2 allows remote attackers to read files available to the user running the process, typically tomcat. This issue affects: SUSE Linux Enterprise M…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-43753">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-31255 – An Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal'...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-31255</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-31255</guid>
    <pubDate>Thu, 10 Nov 2022 15:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-31255</strong></p>
  <p>An Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in spacewalk/Uyuni of SUSE Linux Enterprise Module for SUSE Manager Server 4.2, SUSE Linux Enterprise Module for SUSE Manager Server 4.3, SUSE Manager Server 4.2 allows remote attackers to read files available to the user running the process, typically tomcat. This issue affects: SUSE Linux Enterprise…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-31255">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-37710 – Patterson Dental Eaglesoft 21 has AES-256 encryption but there are two ways to o...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-37710</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-37710</guid>
    <pubDate>Mon, 07 Nov 2022 00:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-37710</strong></p>
  <p>Patterson Dental Eaglesoft 21 has AES-256 encryption but there are two ways to obtain a keyfile: (1) keybackup.data > License > Encryption Key or (2) Eaglesoft.Server.Configuration.data > DbEncryptKeyPrimary > Encryption Key. Applicable files are encrypted with keys and salt that are hardcoded into a DLL or EXE file.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-798</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-37710">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-37164 – Inoda OnTrack v3.4 employs a weak password policy which allows attackers to pote...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-37164</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-37164</guid>
    <pubDate>Thu, 08 Sep 2022 16:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-37164</strong></p>
  <p>Inoda OnTrack v3.4 employs a weak password policy which allows attackers to potentially gain unauthorized access to the application via brute-force attacks. Additionally, user passwords are hashed without a salt or pepper making it much easier for tools like hashcat to crack the hashes.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-37164">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-37163 – Bminusl IHateToBudget v1.5.7 employs a weak password policy which allows attacke...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-37163</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-37163</guid>
    <pubDate>Thu, 08 Sep 2022 16:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-37163</strong></p>
  <p>Bminusl IHateToBudget v1.5.7 employs a weak password policy which allows attackers to potentially gain unauthorized access to the application via brute-force attacks. Additionally, user passwords are hashed without a salt or pepper making it much easier for tools like hashcat to crack the hashes.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-37163">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-22967 – An issue was discovered in SaltStack Salt in versions before 3002.9, 3003.5, 300...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-22967</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-22967</guid>
    <pubDate>Thu, 23 Jun 2022 17:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-22967</strong></p>
  <p>An issue was discovered in SaltStack Salt in versions before 3002.9, 3003.5, 3004.2. PAM auth fails to reject locked accounts, which allows a previously authorized user whose account is locked still run Salt commands when their account is locked. This affects both local shell accounts with an active session and salt-api users that authenticate via PAM eauth.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-22967">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-22976 – Spring Security versions 5.5.x prior to 5.5.7, 5.6.x prior to 5.6.4, and earlier...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-22976</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-22976</guid>
    <pubDate>Thu, 19 May 2022 15:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-22976</strong></p>
  <p>Spring Security versions 5.5.x prior to 5.5.7, 5.6.x prior to 5.6.4, and earlier unsupported versions contain an integer overflow vulnerability. When using the BCrypt class with the maximum work factor (31), the encoder does not perform any salt rounds, due to an integer overflow error. The default settings are not affected by this CVE.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-22976">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-26113 – A use of a one-way hash with a predictable salt vulnerability [CWE-760] in Forti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-26113</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-26113</guid>
    <pubDate>Wed, 06 Apr 2022 16:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-26113</strong></p>
  <p>A use of a one-way hash with a predictable salt vulnerability [CWE-760] in FortiWAN before 4.5.9 may allow an attacker who has previously come in possession of the password file to potentially guess passwords therein stored.</p>
  <p><strong>CVSS:</strong> 6.2 · <strong>CWE:</strong> CWE-916</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-26113">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-3456 – An improper authorization handling flaw was found in Foreman. The Salt plugin fo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-3456</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-3456</guid>
    <pubDate>Wed, 30 Mar 2022 16:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-3456</strong></p>
  <p>An improper authorization handling flaw was found in Foreman. The Salt plugin for the smart-proxy allows foreman clients to execute actions that should be limited to the Foreman Server. This flaw allows an authenticated local attacker to access and delete limited resources and also causes a denial of service on the Foreman server. The highest threat from this vulnerability is to integrity and sys…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-3456">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-22941 – An issue was discovered in SaltStack Salt in versions before 3002.8, 3003.4, 300...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-22941</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-22941</guid>
    <pubDate>Tue, 29 Mar 2022 17:15:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-22941</strong></p>
  <p>An issue was discovered in SaltStack Salt in versions before 3002.8, 3003.4, 3004.1. When configured as a Master-of-Masters, with a publisher_acl, if a user configured in the publisher_acl targets any minion connected to the Syndic, the Salt Master incorrectly interpreted no valid targets as valid, allowing configured users to target any of the minions connected to the syndic with their configure…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-732</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-22941">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-22936 – An issue was discovered in SaltStack Salt in versions before 3002.8, 3003.4, 300...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-22936</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-22936</guid>
    <pubDate>Tue, 29 Mar 2022 17:15:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-22936</strong></p>
  <p>An issue was discovered in SaltStack Salt in versions before 3002.8, 3003.4, 3004.1. Job publishes and file server replies are susceptible to replay attacks, which can result in an attacker replaying job publishes causing minions to run old jobs. File server replies can also be re-played. A sufficient craft attacker could gain root access on minion under certain scenarios.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-294</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-22936">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2022-22935 – An issue was discovered in SaltStack Salt in versions before 3002.8, 3003.4, 300...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-22935</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-22935</guid>
    <pubDate>Tue, 29 Mar 2022 17:15:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2022-22935</strong></p>
  <p>An issue was discovered in SaltStack Salt in versions before 3002.8, 3003.4, 3004.1. A minion authentication denial of service can cause a MiTM attacker to force a minion process to stop by impersonating a master.</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-22935">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-22934 – An issue was discovered in SaltStack Salt in versions before 3002.8, 3003.4, 300...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-22934</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-22934</guid>
    <pubDate>Tue, 29 Mar 2022 17:15:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-22934</strong></p>
  <p>An issue was discovered in SaltStack Salt in versions before 3002.8, 3003.4, 3004.1. Salt Masters do not sign pillar data with the minion’s public key, which can result in attackers substituting arbitrary pillar data.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-22934">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-21800 – MMP: All versions prior to v1.0.3, PTP C-series: Device versions prior to v2.8.6...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-21800</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-21800</guid>
    <pubDate>Fri, 18 Feb 2022 18:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-21800</strong></p>
  <p>MMP: All versions prior to v1.0.3, PTP C-series: Device versions prior to v2.8.6.1, and PTMP C-series and A5x: Device versions prior to v2.5.4.1 uses the MD5 algorithm to hash the passwords before storing them but does not salt the hash. As a result, attackers may be able to crack the hashed passwords.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-327</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-21800">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-25103 – The Translate WordPress with GTranslate WordPress plugin before 2.9.7 does not s...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-25103</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-25103</guid>
    <pubDate>Mon, 07 Feb 2022 16:15:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-25103</strong></p>
  <p>The Translate WordPress with GTranslate WordPress plugin before 2.9.7 does not sanitise and escape the body parameter in the url_addon/gtranslate-email.php file before outputting it back in the page, leading to a Reflected Cross-Site Scripting issue. Note: exploitation of the issue requires knowledge of the NONCE_SALT and NONCE_KEY</p>
  <p><strong>CVSS:</strong> 4.7 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-25103">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-19861 – When a zone file in ldns 1.7.1 is parsed, the function ldns_nsec3_salt_data is t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-19861</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-19861</guid>
    <pubDate>Fri, 21 Jan 2022 15:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-19861</strong></p>
  <p>When a zone file in ldns 1.7.1 is parsed, the function ldns_nsec3_salt_data is too trusted for the length value obtained from the zone file. When the memcpy is copied, the 0xfe - ldns_rdf_size(salt_rdf) byte data can be copied, causing heap overflow information leakage.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-19861">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-35234 – Numerous exposed dangerous functions within Orion Core has allows for read-only ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-35234</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-35234</guid>
    <pubDate>Mon, 20 Dec 2021 21:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-35234</strong></p>
  <p>Numerous exposed dangerous functions within Orion Core has allows for read-only SQL injection leading to privileged escalation. An attacker with low-user privileges may steal password hashes and password salt information.</p>
  <p><strong>CVSS:</strong> 8.0 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-35234">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-28680 – The devise_masquerade gem before 1.3 allows certain attacks when a password's sa...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-28680</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-28680</guid>
    <pubDate>Tue, 07 Dec 2021 21:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-28680</strong></p>
  <p>The devise_masquerade gem before 1.3 allows certain attacks when a password's salt is unknown. An application that uses this gem to let administrators masquerade/impersonate users loses one layer of security protection compared to a situation where Devise (without this extension) is used. If the server-side secret_key_base value became publicly known (for instance if it is committed to a public r…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-28680">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-38979 – IBM Tivoli Key Lifecycle Manager 3.0, 3.0.1, 4.0, and 4.1 uses a one-way cryptog...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-38979</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-38979</guid>
    <pubDate>Mon, 15 Nov 2021 16:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-38979</strong></p>
  <p>IBM Tivoli Key Lifecycle Manager 3.0, 3.0.1, 4.0, and 4.1 uses a one-way cryptographic hash against an input that should not be reversible, such as a password, but the software does not also use a salt as part of the input. IBM X-Force ID: 212785.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-916</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-38979">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-43575 – KNX ETS6 through 6.0.0 uses the hard-coded password ETS5Password, with a salt va...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-43575</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-43575</guid>
    <pubDate>Tue, 09 Nov 2021 23:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-43575</strong></p>
  <p>KNX ETS6 through 6.0.0 uses the hard-coded password ETS5Password, with a salt value of Ivan Medvedev, allowing local users to read project information, a similar issue to CVE-2021-36799. NOTE: The vendor disputes this because it is not the responsibility of the ETS to securely store cryptographic key material when it is not being exported</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-798</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43575">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-22004 – An issue was discovered in SaltStack Salt before 3003.3. The salt minion install...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-22004</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-22004</guid>
    <pubDate>Wed, 08 Sep 2021 15:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-22004</strong></p>
  <p>An issue was discovered in SaltStack Salt before 3003.3. The salt minion installer will accept and use a minion config file at C:\salt\conf if that file is in place before the installer is run. This allows for a malicious actor to subvert the proper behaviour of the given minion software.</p>
  <p><strong>CVSS:</strong> 6.4 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-22004">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-21996 – An issue was discovered in SaltStack Salt before 3003.3. A user who has control ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-21996</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-21996</guid>
    <pubDate>Wed, 08 Sep 2021 15:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-21996</strong></p>
  <p>An issue was discovered in SaltStack Salt before 3003.3. A user who has control of the source, and source_hash URLs can gain full file system access as root on a salt minion.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-21996">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
