<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Plaintext Password</title>
  <link>https://cvedaily.com/pages/tags/plaintext-cred.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/plaintext-cred.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Plaintext Password</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:29 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-36609 – Mercusys AC12G (EU) V1 router with firmware AC12G(EU)_V1_200909 uses a static au...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-36609</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-36609</guid>
    <pubDate>Wed, 03 Jun 2026 18:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-36609</strong></p>
  <p>Mercusys AC12G (EU) V1 router with firmware AC12G(EU)_V1_200909 uses a static authentication nonce that does not change between requests from the same source IP. Combined with the predictable XOR-based password encoding (securityEncode function), this allows an attacker to reverse captured authentication tokens to recover the plaintext password.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-327</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-36609">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-35675 – phpMyFAQ before 4.1.3 contains an authentication bypass vulnerability in the pas...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35675</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35675</guid>
    <pubDate>Thu, 28 May 2026 16:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-35675</strong></p>
  <p>phpMyFAQ before 4.1.3 contains an authentication bypass vulnerability in the password reset endpoint that allows unauthenticated attackers to reset any user account password without token verification or email confirmation. Attackers can enumerate valid usernames, obtain plaintext passwords via email, and achieve complete account takeover including administrative access.</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-307</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35675">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-43948 – wger is a free, open-source workout and fitness manager. Prior to 2.6, the reset...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43948</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43948</guid>
    <pubDate>Tue, 12 May 2026 22:16:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-43948</strong></p>
  <p>wger is a free, open-source workout and fitness manager. Prior to 2.6, the reset_user_password and gym_permissions_user_edit views in wger perform a gym-scope authorization check using Python object comparison (!=) that evaluates None != None as False, silently bypassing the guard when both the attacker and victim have no gym assignment (gym=None). A user with gym.manage_gym permission and gym=No…</p>
  <p><strong>CVSS:</strong> 9.9 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43948">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-43875 – 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-43875</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43875</guid>
    <pubDate>Mon, 11 May 2026 22:22:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-43875</strong></p>
  <p>WWBN AVideo is an open source video platform. In versions up to and including 29.0, plugin/MobileManager/oauth2.php completes an OAuth login by sending an HTTP 302 Location: oauth2Success.php?user=<email>&pass=<HASH> where <HASH> is the victim's stored password hash (md5(hash("whirlpool", sha1(password)))) read directly from the users table. AVideo's own login endpoint (objects/login.json.php) ac…</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> CWE-598</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43875">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-40091 – SpiceDB is an open source database system for creating and managing security-cri...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40091</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40091</guid>
    <pubDate>Wed, 15 Apr 2026 04:17:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-40091</strong></p>
  <p>SpiceDB is an open source database system for creating and managing security-critical application permissions. In versions 1.49.0 through 1.51.0, when SpiceDB starts with log level info, the startup "configuration" log will include the full datastore DSN, including the plaintext password, inside DatastoreConfig.URI. This issue has been fixed in version 1.51.1. If users are unable to immediately u…</p>
  <p><strong>CVSS:</strong> 6.0 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40091">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-5086 – Crypt::SecretBuffer versions before 0.019 for Perl is suseceptible to timing att...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5086</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5086</guid>
    <pubDate>Mon, 13 Apr 2026 23:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-5086</strong></p>
  <p>Crypt::SecretBuffer versions before 0.019 for Perl is suseceptible to timing attacks.  For example, if Crypt::SecretBuffer was used to store and compare plaintext passwords, then discrepencies in timing could be used to guess the secret password.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-208</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5086">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34833 – Bulwark Webmail is a self-hosted webmail client for Stalwart Mail Server. Prior ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34833</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34833</guid>
    <pubDate>Thu, 02 Apr 2026 20:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34833</strong></p>
  <p>Bulwark Webmail is a self-hosted webmail client for Stalwart Mail Server. Prior to version 1.4.10, the GET /api/auth/session endpoint previously included the user's plaintext password in the JSON response. This exposed credentials to browser logs, local caches, and network proxie. This issue has been patched in version 1.4.10.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34833">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-23370 – In the Linux kernel, the following vulnerability has been resolved:

platform/x8...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23370</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23370</guid>
    <pubDate>Wed, 25 Mar 2026 11:16:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-23370</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  platform/x86: dell-wmi-sysman: Don't hex dump plaintext password data  set_new_password() hex dumps the entire buffer, which contains plaintext password data, including current and new passwords. Remove the hex dump to avoid leaking credentials.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23370">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-25605 – EquityPandit 1.0 contains an insecure logging vulnerability that allows attacker...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-25605</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-25605</guid>
    <pubDate>Sun, 22 Mar 2026 14:16:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-25605</strong></p>
  <p>EquityPandit 1.0 contains an insecure logging vulnerability that allows attackers to capture sensitive user credentials by accessing developer console logs via Android Debug Bridge. Attackers can use adb logcat to extract plaintext passwords logged during the forgot password function, exposing user account credentials.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-612</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-25605">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-20164 – In Splunk Enterprise versions below 10.2.0, 10.0.3, 9.4.9, and 9.3.10, and Splun...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-20164</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-20164</guid>
    <pubDate>Wed, 11 Mar 2026 17:16:56 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-20164</strong></p>
  <p>In Splunk Enterprise versions below 10.2.0, 10.0.3, 9.4.9, and 9.3.10, and Splunk Cloud Platform versions below 10.2.2510.5, 10.1.2507.16, 10.0.2503.11, and 9.3.2411.123, a low-privileged user that does not hold the "admin" or "power" Splunk roles could access the `/splunkd/__raw/servicesNS/-/-/configs/conf-passwords` REST API endpoint, which exposes the hashed or plaintext password values that a…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-20164">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-41711 – An unauthenticated remote attacker can use firmware images to extract password h...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-41711</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-41711</guid>
    <pubDate>Tue, 10 Mar 2026 18:17:56 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-41711</strong></p>
  <p>An unauthenticated remote attacker can use firmware images to extract password hashes and brute force plaintext passwords of accounts with limited access.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-327</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-41711">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-29128 – IDC SFX2100 Satellite Receiver firmware ships with multiple daemon configuration...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-29128</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-29128</guid>
    <pubDate>Thu, 05 Mar 2026 06:16:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-29128</strong></p>
  <p>IDC SFX2100 Satellite Receiver firmware ships with multiple daemon configuration files for routing components (e.g., zebra, bgpd, ospfd, and ripd) that are owned by root but world-readable. The configuration files (e.g., zebra.conf, bgpd.conf, ospfd.conf, ripd.conf) contain hardcoded or otherwise insecure plaintext passwords (including “enable”/privileged-mode credentials). A remote actor is able…</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-29128">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-27520 – Binardat 10G08-0800GSM network switch firmware versions prior to V300SP10260209 ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27520</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27520</guid>
    <pubDate>Tue, 24 Feb 2026 16:24:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-27520</strong></p>
  <p>Binardat 10G08-0800GSM network switch firmware versions prior to V300SP10260209 store a user password in a client-side cookie as a Base64-encoded value accessible via the web interface. Because Base64 is reversible and provides no confidentiality, an attacker who can access the cookie value can recover the plaintext password.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27520">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-70147 – Missing authentication in /admin/student.php and /admin/teacher.php in ProjectWo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-70147</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-70147</guid>
    <pubDate>Wed, 18 Feb 2026 17:21:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-70147</strong></p>
  <p>Missing authentication in /admin/student.php and /admin/teacher.php in ProjectWorlds Online Time Table Generator 1.0 allows remote attackers to obtain sensitive information (including plaintext password field values) via direct HTTP GET requests to these endpoints without a valid session.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-306</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-70147">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-37097 – Edimax EW-7438RPn 1.13 contains an information disclosure vulnerability that exp...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-37097</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-37097</guid>
    <pubDate>Tue, 03 Feb 2026 22:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-37097</strong></p>
  <p>Edimax EW-7438RPn 1.13 contains an information disclosure vulnerability that exposes WiFi network configuration details through the wlencrypt_wiz.asp file. Attackers can access the script to retrieve sensitive information including WiFi network name and plaintext password stored in device configuration variables.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-37097">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-1223 – PrismX MX100 AP controller developed by BROWAN COMMUNICATIONS has an Insufficien...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1223</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1223</guid>
    <pubDate>Tue, 20 Jan 2026 07:15:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-1223</strong></p>
  <p>PrismX MX100 AP controller developed by BROWAN COMMUNICATIONS has an Insufficiently Protected Credentials vulnerability, allowing privileged remote attackers to allowing authenticated remote attackers to obtain SMTP plaintext passwords through the web frontend.</p>
  <p><strong>CVSS:</strong> 4.9 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1223">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-59355 – A vulnerability.

When org.apache.linkis.metadata.util.HiveUtils.decode() fails ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-59355</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-59355</guid>
    <pubDate>Mon, 19 Jan 2026 09:16:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-59355</strong></p>
  <p>A vulnerability.  When org.apache.linkis.metadata.util.HiveUtils.decode() fails to perform Base64 decoding, it records the complete input parameter string in the log via logger.error(str + "decode failed", e). If the input parameter contains sensitive information such as Hive Metastore keys, plaintext passwords will be left in the log files when decoding fails, resulting in information leakage.…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-59355">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-22240 – The vulnerability exists in BLUVOYIX due to an improper password storage impleme...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22240</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22240</guid>
    <pubDate>Wed, 14 Jan 2026 15:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-22240</strong></p>
  <p>The vulnerability exists in BLUVOYIX due to an improper password storage implementation and subsequent exposure via unauthenticated APIs. An unauthenticated remote attacker could exploit this vulnerability by sending specially crafted HTTP requests to the vulnerable users API to retrieve the plaintext passwords of all user users. Successful exploitation of this vulnerability could allow the attac…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22240">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-66910 – Turms Server v0.10.0-SNAPSHOT and earlier contains a plaintext password storage ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-66910</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-66910</guid>
    <pubDate>Fri, 19 Dec 2025 15:15:56 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-66910</strong></p>
  <p>Turms Server v0.10.0-SNAPSHOT and earlier contains a plaintext password storage vulnerability in the administrator authentication system. The BaseAdminService class caches administrator passwords in plaintext within AdminInfo objects to optimize authentication performance. Upon successful login, raw passwords are stored unencrypted in memory in the rawPassword field. Attackers with local system a…</p>
  <p><strong>CVSS:</strong> 6.0 · <strong>CWE:</strong> CWE-256</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-66910">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-67874 – ChurchCRM is an open-source church management system. Prior to version 6.5.0, th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-67874</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-67874</guid>
    <pubDate>Tue, 16 Dec 2025 01:15:53 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-67874</strong></p>
  <p>ChurchCRM is an open-source church management system. Prior to version 6.5.0, the application echoes back plaintext passwords submitted by users in subsequent HTTP responses. This information disclosure significantly increases the risk of credential compromise and may amplify the impact of other vulnerabilities (e.g., XSS, IDOR, session fixation), enabling attackers to harvest other users’ passwo…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-204</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-67874">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-12996 – Medtronic CareLink Network allows a local attacker with access to log files on a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-12996</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-12996</guid>
    <pubDate>Thu, 04 Dec 2025 20:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-12996</strong></p>
  <p>Medtronic CareLink Network allows a local attacker with access to log files on an internal API server to view plaintext passwords from errors logged under certain circumstances. This issue affects CareLink Network: before December 4, 2025.</p>
  <p><strong>CVSS:</strong> 4.1 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-12996">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-14010 – A flaw was found in ansible-collection-community-general. This vulnerability all...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-14010</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-14010</guid>
    <pubDate>Thu, 04 Dec 2025 10:16:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-14010</strong></p>
  <p>A flaw was found in ansible-collection-community-general. This vulnerability allows for information exposure (IE) of sensitive credentials, specifically plaintext passwords, via verbose output when running Ansible with debug modes. Attackers with access to logs could retrieve these secrets and potentially compromise Keycloak accounts or administrative access.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-14010">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-56527 – Plaintext password storage in Kotaemon 0.11.0 in the client's localStorage.</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-56527</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-56527</guid>
    <pubDate>Tue, 18 Nov 2025 17:16:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-56527</strong></p>
  <p>Plaintext password storage in Kotaemon 0.11.0 in the client's localStorage.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-256</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-56527">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-34270 – Nagios Log Server versions prior to 2024R2.0.2 contain a vulnerability in the AD...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-34270</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-34270</guid>
    <pubDate>Thu, 30 Oct 2025 22:15:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-34270</strong></p>
  <p>Nagios Log Server versions prior to 2024R2.0.2 contain a vulnerability in the AD/LDAP user import functionality as it fails to obfuscate the password field during import. As a result, the plaintext password supplied for imported accounts may be exposed in the user interface, logs, or other diagnostic output. This can leak sensitive credentials to administrators or anyone with access to import res…</p>
  <p><strong>CVSS:</strong> 4.9 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-34270">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-54593 – FreshRSS is a free, self-hostable RSS aggregator. In versions 1.26.1 and below, ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-54593</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-54593</guid>
    <pubDate>Fri, 01 Aug 2025 18:15:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-54593</strong></p>
  <p>FreshRSS is a free, self-hostable RSS aggregator. In versions 1.26.1 and below, an authenticated administrator user can execute arbitrary code on the FreshRSS server by modifying the update URL to one they control, and gain code execution after running an update. After successfully executing code, user data including hashed passwords can be exfiltrated, the instance can be defaced when file permi…</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-54593">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-29557 – ExaGrid EX10 6.3 - 7.0.1.P08 is vulnerable to Incorrect Access Control in the Ma...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-29557</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-29557</guid>
    <pubDate>Thu, 31 Jul 2025 15:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-29557</strong></p>
  <p>ExaGrid EX10 6.3 - 7.0.1.P08 is vulnerable to Incorrect Access Control in the MailConfiguration API endpoint, where users with operator-level privileges can issue an HTTP request to retrieve SMTP credentials, including plaintext passwords.</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-29557">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-6081 – Insufficiently Protected Credentials in LDAP in Konica Minolta bizhub 227 Multif...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-6081</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-6081</guid>
    <pubDate>Tue, 01 Jul 2025 04:15:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-6081</strong></p>
  <p>Insufficiently Protected Credentials in LDAP in Konica Minolta bizhub 227 Multifunction printers version GCQ-Y3 or earlier allows an attacker can reconfigure the target device to use an external LDAP service controlled by the attacker. If an LDAP password is set on the target device, the attacker can force the target device to authenticate to the attacker controlled LDAP service. This will allow…</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-6081">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-51984 – An authenticated attacker can reconfigure the target device to use an external s...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-51984</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-51984</guid>
    <pubDate>Wed, 25 Jun 2025 08:15:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-51984</strong></p>
  <p>An authenticated attacker can reconfigure the target device to use an external service (such as LDAP or FTP) controlled by the attacker. If an existing password is present for an external service, the attacker can force the target device to authenticate to an attacker controlled device using the existing credentials for that external service. In the case of an external LDAP or FTP service, this w…</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-51984">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-24340 – A vulnerability in the users configuration file of ctrlX OS may allow a remote a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-24340</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-24340</guid>
    <pubDate>Wed, 30 Apr 2025 11:15:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-24340</strong></p>
  <p>A vulnerability in the users configuration file of ctrlX OS may allow a remote authenticated (low-privileged) attacker to recover the plaintext passwords of other users.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-916</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-24340">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-5462 – If Brocade Fabric OS before Fabric OS 9.2.0 configuration settings are not set t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-5462</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-5462</guid>
    <pubDate>Sat, 15 Feb 2025 00:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-5462</strong></p>
  <p>If Brocade Fabric OS before Fabric OS 9.2.0 configuration settings are not set to encrypt SNMP passwords, then the SNMP privsecret / authsecret fields can be exposed in plaintext. The plaintext passwords can be exposed in a configupload capture or a supportsave capture if encryption of passwords is not enabled. An attacker can use these passwords to fetch values of the supported OIDs via SNMPv3 q…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-319</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-5462">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-11982 – Certain models of routers from Billion Electric has a Plaintext Storage of a Pas...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-11982</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-11982</guid>
    <pubDate>Fri, 29 Nov 2024 08:15:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-11982</strong></p>
  <p>Certain models of routers from Billion Electric has a Plaintext Storage of a Password vulnerability. Remote attackers with administrator privileges can access the user settings page to retrieve plaintext passwords.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-256</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-11982">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-48353 – Yealink Meeting Server before V26.0.0.67 allows attackers to obtain static key i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-48353</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-48353</guid>
    <pubDate>Fri, 01 Nov 2024 18:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-48353</strong></p>
  <p>Yealink Meeting Server before V26.0.0.67 allows attackers to obtain static key information from a front-end JS file and decrypt the plaintext passwords based on the obtained key information.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-922</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-48353">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-45739 – In Splunk Enterprise versions below 9.3.1, 9.2.3, and 9.1.6, the software potent...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-45739</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-45739</guid>
    <pubDate>Mon, 14 Oct 2024 17:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-45739</strong></p>
  <p>In Splunk Enterprise versions below 9.3.1, 9.2.3, and 9.1.6, the software potentially exposes plaintext passwords for local native authentication Splunk users. This exposure could happen when you configure the Splunk Enterprise AdminManager log channel at the DEBUG logging level.</p>
  <p><strong>CVSS:</strong> 4.9 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-45739">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-8455 – The swctrl service is used to detect and remotely manage PLANET Technology devic...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-8455</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-8455</guid>
    <pubDate>Mon, 30 Sep 2024 08:15:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-8455</strong></p>
  <p>The swctrl service is used to detect and remotely manage PLANET Technology devices. For certain switch models, the authentication tokens used during communication with this service are encoded user passwords. Due to insufficient strength, unauthorized remote attackers who intercept the packets can directly crack them to obtain plaintext passwords.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-261</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-8455">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-8453 – Certain switch models from PLANET Technology use an insecure hashing function to...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-8453</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-8453</guid>
    <pubDate>Mon, 30 Sep 2024 08:15:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-8453</strong></p>
  <p>Certain switch models from PLANET Technology use an insecure hashing function to hash user passwords without being salted. Remote attackers with administrator privileges can read configuration files to obtain the hash values, and potentially crack them to retrieve the plaintext passwords.</p>
  <p><strong>CVSS:</strong> 4.9 · <strong>CWE:</strong> CWE-328</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-8453">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-36460 – The front-end audit log allows viewing of unprotected plaintext passwords, where...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-36460</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-36460</guid>
    <pubDate>Mon, 12 Aug 2024 13:38:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-36460</strong></p>
  <p>The front-end audit log allows viewing of unprotected plaintext passwords, where the passwords are displayed in plain text.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-256</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-36460">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-23091 – Weak password hashing using MD5 in funzioni.php in HotelDruid before 1.32 allows...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-23091</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-23091</guid>
    <pubDate>Tue, 30 Jul 2024 14:15:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-23091</strong></p>
  <p>Weak password hashing using MD5 in funzioni.php in HotelDruid before 1.32 allows an attacker to obtain plaintext passwords from hash values.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-916</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-23091">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-40116 – An issue in Solar-Log 1000 before v2.8.2 and build 52-23.04.2013 was discovered ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-40116</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-40116</guid>
    <pubDate>Fri, 26 Jul 2024 20:15:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-40116</strong></p>
  <p>An issue in Solar-Log 1000 before v2.8.2 and build 52-23.04.2013 was discovered to store plaintext passwords in the export.html, email.html, and sms.html files -- fixed with 3.0.0-60 11.10.2013 for SL 200, 500, 1000 / not existing for SL 250, 300, 1200, 2000, SL 50 Gateway, SL Base.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-256</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-40116">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-4840 – An flaw was found in the OpenStack Platform (RHOSP) director, a toolset for inst...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-4840</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-4840</guid>
    <pubDate>Tue, 14 May 2024 15:45:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-4840</strong></p>
  <p>An flaw was found in the OpenStack Platform (RHOSP) director, a toolset for installing and managing a complete RHOSP environment. Plaintext passwords may be stored in log files, which can expose sensitive information to anyone with access to the logs.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-4840">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-4232 – This vulnerability exists in Digisol Router (DG-GR1321: Hardware version 3.7L;  ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-4232</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-4232</guid>
    <pubDate>Tue, 14 May 2024 15:43:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-4232</strong></p>
  <p>This vulnerability exists in Digisol Router (DG-GR1321: Hardware version 3.7L;  Firmware version : v3.2.02) due to lack of encryption or hashing in storing of passwords within the router's firmware/ database. An attacker with physical access could exploit this by extracting the firmware and reverse engineer the binary data to access the plaintext passwords on the vulnerable system.  Successful ex…</p>
  <p><strong>CVSS:</strong> 4.1 · <strong>CWE:</strong> CWE-256</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-4232">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-25118 – TYPO3 is an open source PHP based web content management system released under t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-25118</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-25118</guid>
    <pubDate>Tue, 13 Feb 2024 23:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-25118</strong></p>
  <p>TYPO3 is an open source PHP based web content management system released under the GNU GPL. Password hashes were being reflected in the editing forms of the TYPO3 backend user interface. This allowed attackers to crack the plaintext password using brute force techniques. Exploiting this vulnerability requires a valid backend user account. Users are advised to update to TYPO3 versions 8.7.57 ELTS,…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-25118">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-38994 – The 'check_univention_joinstatus' prometheus monitoring script (and other script...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-38994</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-38994</guid>
    <pubDate>Tue, 31 Oct 2023 12:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-38994</strong></p>
  <p>The 'check_univention_joinstatus' prometheus monitoring script (and other scripts) in UCS 5.0-5 revealed the LDAP plaintext password of the machine account in the process list allowing attackers with local ssh access to gain higher privileges and perform followup attacks. By default, the configuration of UCS does not allow local ssh access for regular users.</p>
  <p><strong>CVSS:</strong> 7.9 · <strong>CWE:</strong> CWE-668</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-38994">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-37935 – A use of GET request method with sensitive query strings vulnerability in Fortin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-37935</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-37935</guid>
    <pubDate>Tue, 10 Oct 2023 17:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-37935</strong></p>
  <p>A use of GET request method with sensitive query strings vulnerability in Fortinet FortiOS 7.0.0 - 7.0.12, 7.2.0 - 7.2.5 and 7.4.0 allows an attacker to view plaintext passwords of remote services such as RDP or VNC, if the attacker is able to read the GET requests to those services.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-598</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-37935">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-25604 – An insertion of sensitive information into log file vulnerability in Fortinet Fo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-25604</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-25604</guid>
    <pubDate>Tue, 10 Oct 2023 17:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-25604</strong></p>
  <p>An insertion of sensitive information into log file vulnerability in Fortinet FortiGuest 1.0.0 allows a local attacker to access plaintext passwords in the RADIUS logs.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-25604">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-40715 – A cleartext storage of sensitive information vulnerability [CWE-312] in FortiTes...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-40715</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-40715</guid>
    <pubDate>Wed, 13 Sep 2023 13:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-40715</strong></p>
  <p>A cleartext storage of sensitive information vulnerability [CWE-312] in FortiTester 2.3.0 through 7.2.3 may allow an attacker with access to the DB contents to retrieve the plaintext password of external servers configured in the device.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-40715">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2020-24804 – Plaintext Password vulnerability in AddAdmin.py in cms-dev/cms v1.4.rc1, allows ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-24804</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-24804</guid>
    <pubDate>Fri, 11 Aug 2023 14:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2020-24804</strong></p>
  <p>Plaintext Password vulnerability in AddAdmin.py in cms-dev/cms v1.4.rc1, allows attackers to gain sensitive information via audit logs.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-24804">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-0525 – Weak Encoding for Password vulnerability in Mitsubishi Electric Corporation GOT2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-0525</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-0525</guid>
    <pubDate>Fri, 04 Aug 2023 00:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-0525</strong></p>
  <p>Weak Encoding for Password vulnerability in Mitsubishi Electric Corporation GOT2000 Series GT27 model versions 01.49.000 and prior, GT25 model versions 01.49.000 and prior, GT23 model versions 01.49.000 and prior, GT21 model versions 01.49.000 and prior, GOT SIMPLE Series GS25 model versions 01.49.000 and prior, GS21 model versions 01.49.000 and prior, GT Designer3 Version1 (GOT2000) versions 1.2…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-261</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-0525">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-36266 – An issue was discovered in Keeper Password Manager for Desktop version 16.10.2 (...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-36266</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-36266</guid>
    <pubDate>Wed, 12 Jul 2023 16:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-36266</strong></p>
  <p>An issue was discovered in Keeper Password Manager for Desktop version 16.10.2 (fixed in 17.2), and the KeeperFill Browser Extensions version 16.5.4 (fixed in 17.2), allows local attackers to gain sensitive information via plaintext password storage in memory after the user is already logged in, and may persist after logout. NOTE: the vendor disputes this for two reasons: the information is inher…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-36266">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-3395 – ​All versions of the TWinSoft Configuration Tool store encrypted passwords as pl...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-3395</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-3395</guid>
    <pubDate>Mon, 03 Jul 2023 21:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-3395</strong></p>
  <p>​All versions of the TWinSoft Configuration Tool store encrypted passwords as plaintext in memory. An attacker with access to system files could open a file to load the document into memory, including sensitive information associated with document, such as password. The attacker could then obtain the plaintext password by using a memory viewer.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-256</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-3395">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-2335 – Plaintext Password in Registry

 vulnerability in 42gears surelock windows surel...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-2335</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-2335</guid>
    <pubDate>Thu, 27 Apr 2023 18:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-2335</strong></p>
  <p>Plaintext Password in Registry   vulnerability in 42gears surelock windows surelockwinsetupv2.40.0.Exe on Windows (Registery modules) allows Retrieve   Admin user credentials  This issue affects surelock windows: from 2.3.12 through 2.40.0.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-2335">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-31697 – The vCenter Server contains an information disclosure vulnerability due to the l...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-31697</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-31697</guid>
    <pubDate>Tue, 13 Dec 2022 16:15:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-31697</strong></p>
  <p>The vCenter Server contains an information disclosure vulnerability due to the logging of credentials in plaintext. A malicious actor with access to a workstation that invoked a vCenter Server Appliance ISO operation (Install/Upgrade/Migrate/Restore) can access plaintext passwords used during that operation.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-31697">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-40295 – The application was vulnerable to an authenticated information disclosure, allow...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-40295</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-40295</guid>
    <pubDate>Mon, 31 Oct 2022 21:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-40295</strong></p>
  <p>The application was vulnerable to an authenticated information disclosure, allowing administrators to view unsalted user passwords, which could lead to the compromise of plaintext passwords via offline attacks.</p>
  <p><strong>CVSS:</strong> 4.9 · <strong>CWE:</strong> CWE-916</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-40295">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-2805 – A flaw was found in ovirt-engine, which leads to the logging of plaintext passwo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-2805</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-2805</guid>
    <pubDate>Wed, 19 Oct 2022 18:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-2805</strong></p>
  <p>A flaw was found in ovirt-engine, which leads to the logging of plaintext passwords in the log file when using otapi-style. This flaw allows an attacker with sufficient privileges to read the log file, leading to confidentiality loss.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-2805">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2020-10710 – A flaw was found where the Plaintext Candlepin password is disclosed while updat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-10710</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-10710</guid>
    <pubDate>Tue, 16 Aug 2022 21:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2020-10710</strong></p>
  <p>A flaw was found where the Plaintext Candlepin password is disclosed while updating Red Hat Satellite through the satellite-installer. This flaw allows an attacker with sufficiently high privileges, such as root, to retrieve the Candlepin plaintext password.</p>
  <p><strong>CVSS:</strong> 4.4 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-10710">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-30275 – The Motorola MOSCAD Toolbox software through 2022-05-02 relies on a cleartext pa...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-30275</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-30275</guid>
    <pubDate>Tue, 26 Jul 2022 22:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-30275</strong></p>
  <p>The Motorola MOSCAD Toolbox software through 2022-05-02 relies on a cleartext password. It utilizes an MDLC driver to communicate with MOSCAD/ACE RTUs for engineering purposes. Access to these communications is protected by a password stored in cleartext in the wmdlcdrv.ini driver configuration file. In addition, this password is used for access control to MOSCAD/STS projects protected with the L…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-30275">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-24041 – A vulnerability has been identified in Desigo DXR2 (All versions &lt; V01.21.142.5-...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-24041</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-24041</guid>
    <pubDate>Tue, 10 May 2022 11:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-24041</strong></p>
  <p>A vulnerability has been identified in Desigo DXR2 (All versions < V01.21.142.5-22), Desigo PXC3 (All versions < V01.21.142.4-18), Desigo PXC4 (All versions < V02.20.142.10-10884), Desigo PXC5 (All versions < V02.20.142.10-10884). The web application stores the PBKDF2 derived key of users passwords with a low iteration count. An attacker with user profile access privilege can retrieve the stored…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-916</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-24041">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2016-2124 – A flaw was found in the way samba implemented SMB1 authentication. An attacker c...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-2124</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-2124</guid>
    <pubDate>Fri, 18 Feb 2022 18:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2016-2124</strong></p>
  <p>A flaw was found in the way samba implemented SMB1 authentication. An attacker could use this flaw to retrieve the plaintext password sent over the wire even if Kerberos authentication was required.</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-2124">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-0019 – An insufficiently protected credentials vulnerability exists in the Palo Alto Ne...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-0019</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-0019</guid>
    <pubDate>Thu, 10 Feb 2022 18:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-0019</strong></p>
  <p>An insufficiently protected credentials vulnerability exists in the Palo Alto Networks GlobalProtect app on Linux that exposes the hashed credentials of GlobalProtect users that saved their password during previous GlobalProtect app sessions to other local users on the system. The exposed credentials enable a local attacker to authenticate to the GlobalProtect portal or gateway as the target user…</p>
  <p><strong>CVSS:</strong> 4.7 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-0019">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-20133 – Quagga Services on D-Link DIR-2640 less than or equal to version 1.11B02 are aff...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-20133</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-20133</guid>
    <pubDate>Thu, 30 Dec 2021 22:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-20133</strong></p>
  <p>Quagga Services on D-Link DIR-2640 less than or equal to version 1.11B02 are affected by an absolute path traversal vulnerability that allows a remote, authenticated attacker to set the "message of the day" banner to any file on the system, allowing them to read all or some of the contents of those files. Such sensitive information as hashed credentials, hardcoded plaintext passwords for other se…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-20133">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-39614 – D-Link DVX-2000MS contains hard-coded credentials for undocumented user accounts...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-39614</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-39614</guid>
    <pubDate>Mon, 23 Aug 2021 22:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-39614</strong></p>
  <p>D-Link DVX-2000MS contains hard-coded credentials for undocumented user accounts in the '/etc/passwd' file. As weak passwords have been used, the plaintext passwords can be recovered from the hash values.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-798</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-39614">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-39613 – D-Link DVG-3104MS version 1.0.2.0.3, 1.0.2.0.4, and 1.0.2.0.4E contains hard-cod...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-39613</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-39613</guid>
    <pubDate>Mon, 23 Aug 2021 22:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-39613</strong></p>
  <p>D-Link DVG-3104MS version 1.0.2.0.3, 1.0.2.0.4, and 1.0.2.0.4E contains hard-coded credentials for undocumented user accounts in the '/etc/passwd' file. As weak passwords have been used, the plaintext passwords can be recovered from the hash values. NOTE: This vulnerability only affects products that are no longer supported by the maintainer</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-798</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-39613">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-13952 – In the course of work on the open source project it was discovered that authenti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-13952</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-13952</guid>
    <pubDate>Wed, 30 Sep 2020 21:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-13952</strong></p>
  <p>In the course of work on the open source project it was discovered that authenticated users running queries against Hive and Presto database engines could access information via a number of templated fields including the contents of query description metadata database, the hashed version of the authenticated users’ password, and access to connection information including the plaintext password fo…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-13952">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2019-16211 – Brocade SANnav versions before v2.1.0, contain a Plaintext Password Storage vuln...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-16211</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-16211</guid>
    <pubDate>Fri, 25 Sep 2020 14:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2019-16211</strong></p>
  <p>Brocade SANnav versions before v2.1.0, contain a Plaintext Password Storage vulnerability.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-16211">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2020-5263 – auth0.js (NPM package auth0-js) greater than version 8.0.0 and before version 9...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-5263</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-5263</guid>
    <pubDate>Thu, 09 Apr 2020 16:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2020-5263</strong></p>
  <p>auth0.js (NPM package auth0-js) greater than version 8.0.0 and before version 9.12.3 has a vulnerability. In the case of an (authentication) error, the error object returned by the library contains the original request of the user, which may include the plaintext password the user entered. If the error object is exposed or logged without modification, the application risks password exposure. This…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-5263">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2012-6663 – General Electric D20ME devices are not properly configured and reveal plaintext ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2012-6663</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2012-6663</guid>
    <pubDate>Thu, 23 Jan 2020 22:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2012-6663</strong></p>
  <p>General Electric D20ME devices are not properly configured and reveal plaintext passwords.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2012-6663">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-13378 – An information disclosure vulnerability in Fortinet FortiSIEM 5.2.0 and below ve...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-13378</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-13378</guid>
    <pubDate>Wed, 17 Apr 2019 15:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-13378</strong></p>
  <p>An information disclosure vulnerability in Fortinet FortiSIEM 5.2.0 and below versions exposes the LDAP server plaintext password via the HTML source code.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-13378">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2019-3893 – In Foreman it was discovered that the delete compute resource operation, when ex...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-3893</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-3893</guid>
    <pubDate>Tue, 09 Apr 2019 16:29:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2019-3893</strong></p>
  <p>In Foreman it was discovered that the delete compute resource operation, when executed from the Foreman API, leads to the disclosure of the plaintext password or token for the affected compute resource. A malicious user with the "delete_compute_resource" permission can use this flaw to take control over compute resources managed by foreman. Versions before 1.20.3, 1.21.1, 1.22.0 are vulnerable.</p>
  <p><strong>CVSS:</strong> 4.9 · <strong>CWE:</strong> CWE-732</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-3893">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-10630 – A plaintext password vulnerability in the Zyxel NAS 326 through 5.21 allows an e...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-10630</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-10630</guid>
    <pubDate>Tue, 09 Apr 2019 05:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-10630</strong></p>
  <p>A plaintext password vulnerability in the Zyxel NAS 326 through 5.21 allows an elevated privileged user to get the admin password of the device.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-10630">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-6518 – Moxa IKS and EDS store plaintext passwords, which may allow sensitive informatio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-6518</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-6518</guid>
    <pubDate>Tue, 05 Mar 2019 20:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-6518</strong></p>
  <p>Moxa IKS and EDS store plaintext passwords, which may allow sensitive information to be read by someone with access to the device.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-256</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-6518">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2018-16859 – Execution of Ansible playbooks on Windows platforms with PowerShell ScriptBlock ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-16859</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-16859</guid>
    <pubDate>Thu, 29 Nov 2018 18:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2018-16859</strong></p>
  <p>Execution of Ansible playbooks on Windows platforms with PowerShell ScriptBlock logging and Module logging enabled can allow for 'become' passwords to appear in EventLogs in plaintext. A local user with administrator privileges on the machine can view these logs and discover the plaintext password. Ansible Engine 2.8 and older are believed to be vulnerable.</p>
  <p><strong>CVSS:</strong> 4.2 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-16859">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2018-13317 – Password disclosure in password.htm in TOTOLINK A3002RU version 1.0.8 allows att...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-13317</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-13317</guid>
    <pubDate>Mon, 26 Nov 2018 23:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2018-13317</strong></p>
  <p>Password disclosure in password.htm in TOTOLINK A3002RU version 1.0.8 allows attackers to obtain the plaintext password for the admin user by making a GET request for password.htm.</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-13317">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2008-7320 – GNOME Seahorse through 3.30 allows physically proximate attackers to read plaint...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2008-7320</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2008-7320</guid>
    <pubDate>Sun, 18 Nov 2018 19:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2008-7320</strong></p>
  <p>GNOME Seahorse through 3.30 allows physically proximate attackers to read plaintext passwords by using the quickAllow dialog at an unattended workstation, if the keyring is unlocked. NOTE: this is disputed by a software maintainer because the behavior represents a design decision</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> CWE-255</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2008-7320">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2018-11079 – Dell EMC Secure Remote Services, versions prior to 3.32.00.08, contains a Plaint...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-11079</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-11079</guid>
    <pubDate>Thu, 18 Oct 2018 22:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2018-11079</strong></p>
  <p>Dell EMC Secure Remote Services, versions prior to 3.32.00.08, contains a Plaintext Password Storage vulnerability. Database credentials are stored in plaintext in a configuration file. An authenticated malicious user with access to the configuration file may obtain the exposed password to gain access to the application database.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-11079">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2018-10871 – 389-ds-base before versions 1.3.8.5, 1.4.0.12 is vulnerable to a Cleartext Stora...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-10871</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-10871</guid>
    <pubDate>Wed, 18 Jul 2018 13:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2018-10871</strong></p>
  <p>389-ds-base before versions 1.3.8.5, 1.4.0.12 is vulnerable to a Cleartext Storage of Sensitive Information. By default, when the Replica and/or retroChangeLog plugins are enabled, 389-ds-base stores passwords in plaintext format in their respective changelog files. An attacker with sufficiently high privileges, such as root or Directory Manager, can query these files in order to retrieve plainte…</p>
  <p><strong>CVSS:</strong> 3.8 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-10871">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2018-11325 – An issue was discovered in Joomla! Core before 3.8.8. The web install applicatio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-11325</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-11325</guid>
    <pubDate>Tue, 22 May 2018 15:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2018-11325</strong></p>
  <p>An issue was discovered in Joomla! Core before 3.8.8. The web install application would autofill password fields after either a form validation error or navigating to a previous install step, and display the plaintext password for the administrator account at the confirmation screen.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-209</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-11325">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-0925 – Gitlab Enterprise Edition version 10.1.0 is vulnerable to an insufficiently prot...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-0925</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-0925</guid>
    <pubDate>Wed, 21 Mar 2018 20:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-0925</strong></p>
  <p>Gitlab Enterprise Edition version 10.1.0 is vulnerable to an insufficiently protected credential issue in the project service integration API endpoint resulting in an information disclosure of plaintext password.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-0925">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2017-9856 – An issue was discovered in SMA Solar Technology products. Sniffed passwords from...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-9856</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-9856</guid>
    <pubDate>Sat, 05 Aug 2017 17:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2017-9856</strong></p>
  <p>An issue was discovered in SMA Solar Technology products. Sniffed passwords from SMAdata2+ communication can be decrypted very easily. The passwords are "encrypted" using a very simple encryption algorithm. This enables an attacker to find the plaintext passwords and authenticate to the device. NOTE: the vendor reports that only Sunny Boy TLST-21 and TL-21 and Sunny Tripower TL-10 and TL-30 could…</p>
  <p><strong>CVSS:</strong> 3.4 · <strong>CWE:</strong> CWE-256</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-9856">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2017-9854 – An issue was discovered in SMA Solar Technology products. By sniffing for specif...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-9854</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-9854</guid>
    <pubDate>Sat, 05 Aug 2017 17:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2017-9854</strong></p>
  <p>An issue was discovered in SMA Solar Technology products. By sniffing for specific packets on the localhost, plaintext passwords can be obtained as they are typed into Sunny Explorer by the user. These passwords can then be used to compromise the overall device. NOTE: the vendor reports that exploitation likelihood is low because these packets are usually sent only once during installation. Also,…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-311</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-9854">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2017-7318 – Siklu EtherHaul devices before 7.4.0 are vulnerable to a remote command executio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-7318</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-7318</guid>
    <pubDate>Thu, 30 Mar 2017 07:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2017-7318</strong></p>
  <p>Siklu EtherHaul devices before 7.4.0 are vulnerable to a remote command execution (RCE) vulnerability. This vulnerability allows a remote attacker to execute commands and retrieve information such as usernames and plaintext passwords from the device with no authentication.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-7318">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-6528 – An issue was discovered in dnaTools dnaLIMS 4-2015s13. dnaLIMS is affected by pl...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-6528</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-6528</guid>
    <pubDate>Thu, 09 Mar 2017 19:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-6528</strong></p>
  <p>An issue was discovered in dnaTools dnaLIMS 4-2015s13. dnaLIMS is affected by plaintext password storage (the /home/dna/spool/.pfile file).</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-6528">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2016-3094 – PlainSaslServer.java in Apache Qpid Java before 6.0.3, when the broker is config...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-3094</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-3094</guid>
    <pubDate>Wed, 01 Jun 2016 20:59:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2016-3094</strong></p>
  <p>PlainSaslServer.java in Apache Qpid Java before 6.0.3, when the broker is configured to allow plaintext passwords, allows remote attackers to cause a denial of service (broker termination) via a crafted authentication attempt, which triggers an uncaught exception.</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-3094">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2012-6117 – Aeolus Configuration Server, as used in Red Hat CloudForms Cloud Engine before 1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2012-6117</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2012-6117</guid>
    <pubDate>Tue, 12 Mar 2013 22:55:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2012-6117</strong></p>
  <p>Aeolus Configuration Server, as used in Red Hat CloudForms Cloud Engine before 1.1.2, uses world-readable permissions for /var/log/aeolus-configserver/configserver.log, which allows local users to read plaintext passwords by reading the log file.</p>
  <p><strong>CVSS:</strong> 2.1 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2012-6117">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2012-2678 – 389 Directory Server before 1.2.11.6 (aka Red Hat Directory Server before 8.2.10...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2012-2678</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2012-2678</guid>
    <pubDate>Tue, 03 Jul 2012 16:40:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2012-2678</strong></p>
  <p>389 Directory Server before 1.2.11.6 (aka Red Hat Directory Server before 8.2.10-3), after the password for a LDAP user has been changed and before the server has been reset, allows remote attackers to read the plaintext password via the unhashed#user#password attribute.</p>
  <p><strong>CVSS:</strong> 1.2 · <strong>CWE:</strong> CWE-310</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2012-2678">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2011-0899 – The AES encryption module 7.x-1.4 for Drupal leaves certain debugging code enabl...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2011-0899</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2011-0899</guid>
    <pubDate>Mon, 07 Feb 2011 21:00:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2011-0899</strong></p>
  <p>The AES encryption module 7.x-1.4 for Drupal leaves certain debugging code enabled in release, which records the plaintext password of the last logged-in user and allows remote attackers to gain privileges as that user.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2011-0899">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2006-3204 – Ultimate PHP Board (UPB) 1.9.6 and earlier uses a cryptographically weak block c...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2006-3204</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2006-3204</guid>
    <pubDate>Sat, 24 Jun 2006 01:06:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2006-3204</strong></p>
  <p>Ultimate PHP Board (UPB) 1.9.6 and earlier uses a cryptographically weak block cipher with a large key collision space, which allows remote attackers to determine a suitable decryption key given the plaintext and ciphertext by obtaining the plaintext password, which is sent when logging in, and the ciphertext, which is set in the pass_env cookie.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2006-3204">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2005-4448 – FlatNuke 2.5.6 verifies authentication credentials based on an MD5 checksum of t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2005-4448</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2005-4448</guid>
    <pubDate>Wed, 21 Dec 2005 11:03:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2005-4448</strong></p>
  <p>FlatNuke 2.5.6 verifies authentication credentials based on an MD5 checksum of the admin name and the hashed password rather than the plaintext password, which allows attackers to gain privileges by obtaining the password hash (possibly via CVE-2005-2813), then calculating the credentials and including them in the secid cookie.</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2005-4448">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2004-0823 – OpenLDAP 1.0 through 2.1.19, as used in Apple Mac OS 10.3.4 and 10.3.5 and possi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2004-0823</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2004-0823</guid>
    <pubDate>Tue, 07 Sep 2004 04:00:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2004-0823</strong></p>
  <p>OpenLDAP 1.0 through 2.1.19, as used in Apple Mac OS 10.3.4 and 10.3.5 and possibly other operating systems, may allow certain authentication schemes to use hashed (crypt) passwords in the userPassword attribute as if they were plaintext passwords, which allows remote attackers to re-use hashed passwords without decrypting them.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2004-0823">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2003-1401 – login.php in php-Board 1.0 stores plaintext passwords in $username.txt with insu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2003-1401</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2003-1401</guid>
    <pubDate>Wed, 31 Dec 2003 05:00:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2003-1401</strong></p>
  <p>login.php in php-Board 1.0 stores plaintext passwords in $username.txt with insufficient access control under the web document root, which allows remote attackers to obtain sensitive information via a direct request.</p>
  <p><strong>CVSS:</strong> 5.8 · <strong>CWE:</strong> CWE-255</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2003-1401">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2003-0414 – The installation of Sun ONE Application Server 7.0 for Windows 2000/XP creates a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2003-0414</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2003-0414</guid>
    <pubDate>Mon, 30 Jun 2003 04:00:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2003-0414</strong></p>
  <p>The installation of Sun ONE Application Server 7.0 for Windows 2000/XP creates a statefile with world-readable permissions, which allows local users to gain privileges by reading a plaintext password in the statefile.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2003-0414">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2002-1530 – The administrative web interface (STEMWADM) for SurfControl SuperScout Email Fil...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2002-1530</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2002-1530</guid>
    <pubDate>Mon, 31 Mar 2003 05:00:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2002-1530</strong></p>
  <p>The administrative web interface (STEMWADM) for SurfControl SuperScout Email Filter allows users to obtain usernames and plaintext passwords via a request to the userlist.asp program, which includes the passwords in a user editing form.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2002-1530">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2003-0046 – AbsoluteTelnet SSH2 client does not clear logon credentials from memory, includi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2003-0046</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2003-0046</guid>
    <pubDate>Wed, 19 Feb 2003 05:00:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2003-0046</strong></p>
  <p>AbsoluteTelnet SSH2 client does not clear logon credentials from memory, including plaintext passwords, which could allow attackers with access to memory to steal the SSH credentials.</p>
  <p><strong>CVSS:</strong> 4.6 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2003-0046">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2003-0047 – SSH2 clients for VanDyke (1) SecureCRT 4.0.2 and 3.4.7, (2) SecureFX 2.1.2 and 2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2003-0047</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2003-0047</guid>
    <pubDate>Wed, 19 Feb 2003 05:00:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2003-0047</strong></p>
  <p>SSH2 clients for VanDyke (1) SecureCRT 4.0.2 and 3.4.7, (2) SecureFX 2.1.2 and 2.0.4, and (3) Entunnel 1.0.2 and earlier, do not clear logon credentials from memory, including plaintext passwords, which could allow attackers with access to memory to steal the SSH credentials.</p>
  <p><strong>CVSS:</strong> 4.6 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2003-0047">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2003-0048 – PuTTY 0.53b and earlier does not clear logon credentials from memory, including ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2003-0048</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2003-0048</guid>
    <pubDate>Wed, 19 Feb 2003 05:00:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2003-0048</strong></p>
  <p>PuTTY 0.53b and earlier does not clear logon credentials from memory, including plaintext passwords, which could allow attackers with access to memory to steal the SSH credentials.</p>
  <p><strong>CVSS:</strong> 4.6 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2003-0048">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2002-0810 – Bugzilla 2.14 before 2.14.2, and 2.16 before 2.16rc2, directs error messages fro...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2002-0810</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2002-0810</guid>
    <pubDate>Mon, 12 Aug 2002 04:00:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2002-0810</strong></p>
  <p>Bugzilla 2.14 before 2.14.2, and 2.16 before 2.16rc2, directs error messages from the syncshadowdb command to the HTML output, which could leak sensitive information, including plaintext passwords, if syncshadowdb fails.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2002-0810">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2000-0957 – The pluggable authentication module for mysql (pam_mysql) before 0.4.7 does not ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2000-0957</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2000-0957</guid>
    <pubDate>Tue, 19 Dec 2000 05:00:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2000-0957</strong></p>
  <p>The pluggable authentication module for mysql (pam_mysql) before 0.4.7 does not properly cleanse user input when constructing SQL statements, which allows attackers to obtain plaintext passwords or hashes.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2000-0957">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-1999-0862 – Insecure directory permissions in RPM distribution for PostgreSQL allows local u...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-1999-0862</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-1999-0862</guid>
    <pubDate>Thu, 02 Dec 1999 05:00:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-1999-0862</strong></p>
  <p>Insecure directory permissions in RPM distribution for PostgreSQL allows local users to gain privileges by reading a plaintext password file.</p>
  <p><strong>CVSS:</strong> 2.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-1999-0862">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-1999-1073 – Excite for Web Servers (EWS) 1.1 records the first two characters of a plaintext...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-1999-1073</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-1999-1073</guid>
    <pubDate>Mon, 30 Nov 1998 05:00:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-1999-1073</strong></p>
  <p>Excite for Web Servers (EWS) 1.1 records the first two characters of a plaintext password in the beginning of the encrypted password, which makes it easier for an attacker to guess passwords via a brute force or dictionary attack.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-1999-1073">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
