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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-1394 — Vulnerability Class 17

17 vulnerabilities classified as CWE-1394. AI Chinese analysis included.

CWE-1394 represents a critical security weakness where software utilizes hardcoded or default cryptographic keys for sensitive operations, often to streamline manufacturing or initial deployment. This flaw is typically exploited by attackers who, knowing the static key, can easily decrypt protected data, forge digital signatures, or bypass authentication mechanisms without needing to reverse-engineer the application. Since the key remains constant across all instances of the product, a single breach compromises the entire user base. To mitigate this risk, developers must implement robust key management systems that generate unique, random keys for each deployment or user session. Furthermore, enforcing mandatory key rotation policies and requiring administrators to change default credentials during setup ensures that cryptographic integrity is maintained, preventing widespread exploitation of predictable secrets.

MITRE CWE Description
The product uses a default cryptographic key for potentially critical functionality. It is common practice for products to be designed to use default keys. The rationale is to simplify the manufacturing process or the system administrator's task of installation and deployment into an enterprise. However, if admins do not change the defaults, it is easier for attackers to bypass authentication quickly across multiple organizations.
Common Consequences (1)
Authentication Gain Privileges or Assume Identity
Mitigations (3)
Requirements Prohibit use of default, hard-coded, or other values that do not vary for each installation of the product - especially for separate organizations.
Effectiveness: High
Architecture and Design Force the administrator to change the credential upon installation.
Effectiveness: High
Installation, Operation The product administrator could change the defaults upon installation or during operation.
Effectiveness: Moderate
CVE ID Title CVSS Severity Published
CVE-2026-75870 Punk versions before 0.18 for Perl allow session cookie forgery via an empty default HMAC key when a session is declared without a secret - - 2026-08-22
CVE-2026-54887 DTLS server cookie bypass during startup window due to empty initial cookie secret — OTP 6.3 Medium 2026-07-02
CVE-2026-5039 Predictable Default Cryptographic Key Used for DES Encryption in TP-Link TL-WL841N — TL-WL841N v13 8.8AI High AI 2026-04-23
CVE-2026-2215 rachelos WeRSS we-mp-rss JWT auth.py default key — WeRSS we-mp-rss 3.7 Low 2026-02-09
CVE-2026-25815 Fortinet FortiOS 安全漏洞 — FortiOS 3.2 Low 2026-02-05
CVE-2025-41742 Sprecher Automation: SPRECON-E series has a critical vulnerability due to the use of static cryptographic keys in system components — SPRECON-E-C 9.8 Critical 2025-12-02
CVE-2025-41744 Sprecher Automation: SPRECON-E series has static default key material for TLS connections — SPRECON-E-C 9.1 Critical 2025-12-02
CVE-2025-55049 Baicells NEUTRINO430 安全漏洞 — NEUTRINO430 9.1 Critical 2025-09-09
CVE-2025-44954 RUCKUS SmartZone 安全漏洞 — SmartZone 9.0 Critical 2025-08-04
CVE-2025-1688 System configuration password reset — XProtect VMS 5.5 Medium 2025-04-15
CVE-2025-26849 DocuSnap 安全漏洞 — Docusnap 4.3 Medium 2025-03-04
CVE-2024-48956 Serviceware Processes 安全漏洞 — n/a 9.8 Critical 2024-12-09
CVE-2024-11619 macrozheng mall JWT Token default key — mall 5.0 Medium 2024-11-22
CVE-2024-10748 Cosmote Greece What's Up App Realm Database RealmDB.java default key — What's Up App 2.5 Low 2024-11-04
CVE-2024-1275 Vulnerability in Baxter Welch Allyn Connex Spot Monitor — Welch Allyn Connex Spot Monitor 9.8 - 2024-05-31
CVE-2024-29037 Default secret use for initial deployment — datahub-helm 9.1 Critical 2024-03-20
CVE-2023-6451 Publicly Known Cryptographic Machine Key In Procura Portal Application — Procura Portal 8.6 High 2024-02-16

Vulnerabilities classified as CWE-1394 represent 17 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.