← Back
CWE-522

1,467 CVEs • Abstraction: Class

Insufficiently Protected Credentials

The product transmits or stores authentication credentials, but it uses an insecure method that is susceptible to unauthorized interception and/or retrieval.

JSON object

Loading...

CVEs (1,467)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Couchbase
1Couchbase Server
Jun 17, 2026
Feb 29, 2024
N/A· v4
5.3 MEDIUM· v3
N/A· v2
An issue was discovered in Couchbase Server before 7.2.4. ns_server admin credentials are leaked in encoded form in the diag.log file. The earliest affected version is 7.1.5.
1Kurrent
1Eventstoredb
Jun 17, 2026
Feb 21, 2024
N/A· v4
4.9 MEDIUM· v3
N/A· v2
EventStoreDB (ESDB) is an operational database built to store events. A vulnerability has been identified in the projections subsystem in versions 20 prior to 20.10.6, 21 prior to 21.10.11, 22 prior to 22.10.5, and 23 pr...Show more
EventStoreDB (ESDB) is an operational database built to store events. A vulnerability has been identified in the projections subsystem in versions 20 prior to 20.10.6, 21 prior to 21.10.11, 22 prior to 22.10.5, and 23 prior to 23.10.1. Only database instances that use custom projections are affected by this vulnerability. User passwords may become accessible to those who have access to the chunk files on disk, and users who have read access to system streams. Only users in the `$admins` group can access system streams by default. ESDB 23.10.1, 22.10.5, 21.10.11, and 20.10.6 contain a patch for this issue. Users should upgrade EventStoreDB, reset the passwords for current and previous members of `$admins` and `$ops` groups, and, if a password was reused in any other system, reset it in those systems to a unique password to follow best practices. If an upgrade cannot be done immediately, reset the passwords for current and previous members of `$admins` and `$ops` groups. Avoid creating custom projections until the patch has been applied.Show less
1Brivo
2Acs100 Firmware
Acs300 Firmware
Jun 17, 2026
Feb 19, 2024
N/A· v4
4.6 MEDIUM· v3
N/A· v2
Insufficiently Protected Credentials, : Improper Access Control vulnerability in Brivo ACS100, ACS300 allows Password Recovery Exploitation, Bypassing Physical Security.This issue affects ACS100, ACS300: from 5.2.4 befor...Show more
Insufficiently Protected Credentials, : Improper Access Control vulnerability in Brivo ACS100, ACS300 allows Password Recovery Exploitation, Bypassing Physical Security.This issue affects ACS100, ACS300: from 5.2.4 before 6.2.4.3. Show less
1Comarch
1Erp Xl
Jun 17, 2026
Feb 15, 2024
N/A· v4
6.5 MEDIUM· v3
N/A· v2
The database access credentials configured during installation are stored in a special table, and are encrypted with a shared key, same among all Comarch ERP XL client installations. This could allow an attacker with acc...Show more
The database access credentials configured during installation are stored in a special table, and are encrypted with a shared key, same among all Comarch ERP XL client installations. This could allow an attacker with access to that table to retrieve plain text passwords. This issue affects ERP XL: from 2020.2.2 through 2023.2.Show less
1F5
1Big Ip Next Cloud Native Network Functions
Jun 17, 2026
Feb 14, 2024
N/A· v4
7.1 HIGH· v3
N/A· v2
A vulnerability exists in BIG-IP Next CNF and SPK systems that may allow access to undisclosed sensitive files.  Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated
1Schneider Electric
2Ecostruxure Control Expert
Ecostruxure Process Expert
Jun 17, 2026
Feb 14, 2024
N/A· v4
7.1 HIGH· v3
N/A· v2
CWE-522: Insufficiently Protected Credentials vulnerability exists that could cause unauthorized access to the project file in EcoStruxure Control Expert when a local user tampers with the memory of the engineering work...Show more
CWE-522: Insufficiently Protected Credentials vulnerability exists that could cause unauthorized access to the project file in EcoStruxure Control Expert when a local user tampers with the memory of the engineering workstation. Show less
1Intel
1Openbmc
Jun 17, 2026
Feb 14, 2024
N/A· v4
5.3 MEDIUM· v3
N/A· v2
Insufficiently protected credentials in some Intel(R) Server Product OpenBMC firmware before versions egs-1.05 may allow an unauthenticated user to enable information disclosure via network access.
1Ibm
1Cics Tx
Jun 17, 2026
Feb 12, 2024
N/A· v4
4.3 MEDIUM· v3
N/A· v2
IBM CICS TX Standard and Advanced 11.1 could allow a user with physical access to the web browser to gain access to the user's session due to insufficiently protected credentials. IBM X-Force ID: 229446.
1Ibm
1Datastage
Jun 17, 2026
Feb 12, 2024
N/A· v4
4.9 MEDIUM· v3
N/A· v2
IBM DataStage on Cloud Pak for Data 4.0.6 to 4.5.2 stores sensitive credential information that can be read by a privileged user. IBM X-Force ID: 235060.
1Ibm
1Storage Defender Resiliency Service
Jun 17, 2026
Feb 10, 2024
N/A· v4
5.5 MEDIUM· v3
N/A· v2
IBM Storage Defender - Resiliency Service 2.0 stores user credentials in plain clear text which can be read by a local user. IBM X-Force ID: 278748.
1Apache
1Solr
Jun 17, 2026
Feb 9, 2024
N/A· v4
7.5 HIGH· v3
N/A· v2
Insufficiently Protected Credentials vulnerability in Apache Solr. This issue affects Apache Solr: from 6.0.0 through 8.11.2, from 9.0.0 before 9.3.0. One of the two endpoints that publishes the Solr process' Java syste...Show more
Insufficiently Protected Credentials vulnerability in Apache Solr. This issue affects Apache Solr: from 6.0.0 through 8.11.2, from 9.0.0 before 9.3.0. One of the two endpoints that publishes the Solr process' Java system properties, /admin/info/properties, was only setup to hide system properties that had "password" contained in the name. There are a number of sensitive system properties, such as "basicauth" and "aws.secretKey" do not contain "password", thus their values were published via the "/admin/info/properties" endpoint. This endpoint populates the list of System Properties on the home screen of the Solr Admin page, making the exposed credentials visible in the UI. This /admin/info/properties endpoint is protected under the "config-read" permission. Therefore, Solr Clouds with Authorization enabled will only be vulnerable through logged-in users that have the "config-read" permission. Users are recommended to upgrade to version 9.3.0 or 8.11.3, which fixes the issue. A single option now controls hiding Java system property for all endpoints, "-Dsolr.hiddenSysProps". By default all known sensitive properties are hidden (including "-Dbasicauth"), as well as any property with a name containing "secret" or "password". Users who cannot upgrade can also use the following Java system property to fix the issue:   '-Dsolr.redaction.system.pattern=.*(password|secret|basicauth).*'Show less
1Clear
1Clearml
Jun 17, 2026
Feb 5, 2024
N/A· v4
7.1 HIGH· v3
N/A· v2
Allegro AI’s open-source version of ClearML stores passwords in plaintext within the MongoDB instance, resulting in a compromised server leaking all user emails and passwords.
1Rapidscada
1Rapid Scada
Jun 17, 2026
Feb 2, 2024
N/A· v4
5.5 MEDIUM· v3
N/A· v2
In Rapid Software LLC's Rapid SCADA versions prior to Version 5.8.4, the affected product stores plaintext credentials in various places. This may allow an attacker with local access to see them.
1Apache
1Kylin
Jun 17, 2026
Jan 29, 2024
N/A· v4
7.5 HIGH· v3
N/A· v2
In Apache Kylin version 2.0.0 to 4.0.3, there is a Server Config web interface that displays the content of file 'kylin.properties', that may contain serverside credentials. When the kylin service runs over HTTP (or othe...Show more
In Apache Kylin version 2.0.0 to 4.0.3, there is a Server Config web interface that displays the content of file 'kylin.properties', that may contain serverside credentials. When the kylin service runs over HTTP (or other plain text protocol), it is possible for network sniffers to hijack the HTTP payload and get access to the content of kylin.properties and potentially the containing credentials. To avoid this threat, users are recommended to  * Always turn on HTTPS so that network payload is encrypted. * Avoid putting credentials in kylin.properties, or at least not in plain text. * Use network firewalls to protect the serverside such that it is not accessible to external attackers. * Upgrade to version Apache Kylin 4.0.4, which filters out the sensitive content that goes to the Server Config web interface.Show less
1Dell
1Networker
Jun 17, 2026
Jan 25, 2024
N/A· v4
6.5 MEDIUM· v3
N/A· v2
Networker 19.9 and all prior versions contains a Plain-text Password stored in temporary config file during backup duration in NMDA MySQL Database backups. User has low privilege access to Networker Client system could...Show more
Networker 19.9 and all prior versions contains a Plain-text Password stored in temporary config file during backup duration in NMDA MySQL Database backups. User has low privilege access to Networker Client system could potentially exploit this vulnerability, leading to the disclosure of configured MySQL Database user credentials. The attacker may be able to use the exposed credentials to access the vulnerable application Database with privileges of the compromised account. Show less
1Hp
1Oneview
Jun 17, 2026
Jan 23, 2024
N/A· v4
5.5 MEDIUM· v3
N/A· v2
HPE OneView may have a missing passphrase during restore.
1Hitachi
1Device Manager
Jun 17, 2026
Jan 16, 2024
N/A· v4
7.5 HIGH· v3
N/A· v2
Missing Password Field Masking vulnerability in Hitachi Device Manager on Windows, Linux (Device Manager Agent component).This issue affects Hitachi Device Manager: before 8.8.5-04.
1Hozard
1Alarm System
Jun 17, 2026
Jan 11, 2024
N/A· v4
5.9 MEDIUM· v3
N/A· v2
A default engineer password set on the Hozard alarm system (Alarmsysteem) v1.0 allows an attacker to bring the alarm system to a disarmed state.
1Ptc
3Kepware Kepserverex
Thingworx Industrial ConnectivityThingworx Kepware Server
Jun 17, 2026
Jan 10, 2024
N/A· v4
5.3 MEDIUM· v3
N/A· v2
An insufficiently protected credentials vulnerability in KEPServerEX could allow an adversary to capture user credentials as the web server uses basic authentication.
1W3eden
1Download Manager
Jun 17, 2026
Jan 1, 2024
N/A· v4
7.5 HIGH· v3
N/A· v2
The Download Manager WordPress plugin before 3.2.83 does not protect file download's passwords, leaking it upon receiving an invalid one.