Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1325 CNY

100%

CWE-312 (敏感数据的明文存储) — Vulnerability Class 254

254 vulnerabilities classified as CWE-312 (敏感数据的明文存储). AI Chinese analysis included.

CWE-312 represents a critical data protection weakness where sensitive information is stored in an unencrypted, readable format within a resource accessible to unauthorized entities. This flaw typically arises when developers fail to apply adequate cryptographic safeguards to data at rest, such as configuration files, logs, or local databases. Attackers exploit this vulnerability by gaining direct access to the storage medium, allowing them to easily extract credentials, personal identifiable information, or financial data without needing to bypass complex encryption algorithms. To mitigate this risk, developers must implement robust encryption standards, such as AES-256, for all sensitive data stored locally. Additionally, utilizing secure key management systems and ensuring that storage resources are strictly isolated from other control spheres helps prevent unauthorized access, thereby maintaining data confidentiality and integrity throughout its lifecycle.

MITRE CWE Description
The product stores sensitive information in cleartext within a resource that might be accessible to another control sphere.
Common Consequences (1)
ConfidentialityRead Application Data
An attacker with access to the system could read sensitive information stored in cleartext (i.e., unencrypted). Even if the information is encoded in a way that is not human-readable, certain techniques could determine which encoding is being used, then decode the information.
Mitigations (2)
Implementation, System Configuration, OperationWhen storing data in the cloud (e.g., S3 buckets, Azure blobs, Google Cloud Storage, etc.), use the provider's controls to encrypt the data at rest. [REF-1297] [REF-1299] [REF-1301]
Implementation, System Configuration, OperationIn some systems/environments such as cloud, the use of "double encryption" (at both the software and hardware layer) might be required, and the developer might be solely responsible for both layers, instead of shared responsibility with the administrator of the broader system/environment.
Examples (2)
The following code excerpt stores a plaintext user account ID in a browser cookie.
response.addCookie( new Cookie("userAccountID", acctID);
Bad · Java
This code writes a user's login information to a cookie so the user does not have to login again later.
function persistLogin($username, $password){ $data = array("username" => $username, "password"=> $password); setcookie ("userdata", $data); }
Bad · PHP
CVE IDTitleCVSSSeverityPublished
CVE-2025-12774 SQL queries with sensitive information printed in logs with Brocade SANnav before 3.0 — SANnav 7.1AIHighAI2026-02-03
CVE-2025-12772 Plaintext Switch admin login password is seen in Brocade SANnav support save — SANnav 6.5AIMediumAI2026-02-02
CVE-2025-12679 Plain text pbe key visible in audit log during Brocade SANnav migration from 2.4.0a to 3.0.0 — SANnav 4.9AIMediumAI2026-02-02
CVE-2024-9432 Cleartext Storage of Sensitive Information vulnerability has been discovered in OpenText™ Vertica. — Vertica 7.5AIHighAI2026-01-30
CVE-2025-59105 Unencrypted Flash Storage in dormakaba access manager — Access Manager 92xx-k5 6.8AIMediumAI2026-01-26
CVE-2025-59102 Secrets Stored in Plaintext in Database in dormakaba access manager — Access Manager 92xx-k5 7.5AIHighAI2026-01-26
CVE-2026-22276 Dell ECS和Dell ObjectScale 安全漏洞 — ObjectScale 5.5 Medium2026-01-23
CVE-2025-14377 Verve Asset Manager – Plaintext Storage Vulnerabilities — Verve Asset Manager 5.5AIMediumAI2026-01-20
CVE-2026-22240 Plaintext Passwords Vulnerability in BLUVOYIX — BLUVOYIX 9.8AICriticalAI2026-01-14
CVE-2019-25279 FaceSentry Access Control System 6.4.8 Cleartext Password Storage Vulnerability — FaceSentry Access Control System 7.5 High2026-01-07
CVE-2025-11009 Information Disclosure Vulnerability in GT Designer3 — GT Designer3 Version1 (GOT2000) 5.1 Medium2025-12-17
CVE-2020-36887 SpinetiX Fusion Digital Signage 3.4.8 Unauthenticated Database Backup Disclosure — Fusion Digital Signage 7.5AIHighAI2025-12-10
CVE-2025-34427 MailEnable < 10.54 Cleartext Credential Storage in AUTH.TAB — MailEnable 7.8AIHighAI2025-12-10
CVE-2025-34428 MailEnable < 10.54 Cleartext Credential Storage in AUTH.SAV — MailEnable 7.8AIHighAI2025-12-10
CVE-2024-58277 R Radio Network FM Transmitter 1.07 System Settings Disclosure — Radio Network FM Transmitter 9.8AICriticalAI2025-12-04
CVE-2025-3784 Information Disclosure Vulnerability in GX Works2 — GX Works2 5.5 Medium2025-11-27
CVE-2025-34270 Nagios Log Server < 2024R2.0.2 AD/LDAP Import Password Not Obfuscated — Log Server 8.8AIHighAI2025-10-30
CVE-2025-62261 Liferay Portal和Liferay DXP 安全漏洞 — Portal 7.2AIHighAI2025-10-27
CVE-2025-48428 Gallagher Command Centre Server 安全漏洞 — Command Centre Server 6.7 Medium2025-10-23
CVE-2025-55334 Windows Kernel Security Feature Bypass Vulnerability — Windows 11 version 22H2 6.2 Medium2025-10-14
CVE-2025-59450 YoSmart YoLink Smart Hub 安全漏洞 — YoLink Smart Hub 4.3 Medium2025-10-06
CVE-2025-23291 NVIDIA Delegated Licensing Service 安全漏洞 — DLS component of NVIDIA License System 2.4 Low2025-09-30
CVE-2025-54855 AutomationDirect CLICK PLUS Cleartext Storage of Sensitive Information — CLICK PLUS C0-0x CPU firmware 4.2 Medium2025-09-23
CVE-2025-34200 Vasion Print (formerly PrinterLogic) Network Account Password Stored in Cleartext — Print Virtual Appliance Host 7.8 -2025-09-19
CVE-2025-49728 Microsoft PC Manager Security Feature Bypass Vulnerability — Microsoft PC Manager 4.0 Medium2025-09-16
CVE-2025-58401 Obsidian GitHub Copilot Plugin 安全漏洞 — Obsidian GitHub Copilot Plugin 9.8AICriticalAI2025-09-05
CVE-2025-57806 Local Deep Research's API keys are stored in plain text — local-deep-research 5.5AIMediumAI2025-09-03
CVE-2024-52284 Rancher Fleet Helm Values are stored inside BundleDeployment in plain text — Rancher 7.7 High2025-09-02
CVE-2025-2182 PAN-OS: Firewall Clusters using the MACsec Protocol Expose the Connectivity Association Key (CAK) — Cloud NGFW 6.5AIMediumAI2025-08-13
CVE-2025-2181 Checkov by Prisma Cloud: Cleartext Exposure of Credentials — Checkov by Prisma Cloud 7.5AIHighAI2025-08-13

Vulnerabilities classified as CWE-312 (敏感数据的明文存储) represent 254 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.