257 vulnerabilities classified as CWE-311 (敏感数据加密缺失). AI Chinese analysis included.
CWE-311 represents a critical data protection weakness where software fails to encrypt sensitive information before storage or transmission, leaving confidential data exposed in plaintext. Attackers typically exploit this vulnerability by intercepting network traffic through man-in-the-middle attacks or by gaining unauthorized physical or logical access to storage systems, allowing them to read credentials, financial records, or personal identifiable information without obstruction. To mitigate this risk, developers must implement robust cryptographic standards, such as AES-256 for data at rest and TLS 1.3 for data in transit, ensuring that all sensitive payloads are securely encoded. Furthermore, rigorous code reviews and automated static analysis tools should be employed to detect missing encryption calls, while strict key management practices guarantee that cryptographic keys themselves remain protected from compromise, thereby maintaining the confidentiality and integrity of the entire system.
function persistLogin($username, $password){ $data = array("username" => $username, "password"=> $password); setcookie ("userdata", $data); }server.sin_family = AF_INET; hp = gethostbyname(argv[1]); if (hp==NULL) error("Unknown host"); memcpy( (char *)&server.sin_addr,(char *)hp->h_addr,hp->h_length); if (argc < 3) port = 80; else port = (unsigned short)atoi(argv[3]); server.sin_port = htons(port); if (connect(sock, (struct sockaddr *)&server, sizeof server) < 0) error("Connecting"); ... while ((n=read(sock,buffer,BUFSIZE-1))!=-1) { write(dfd,password_buffer,n); ...| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2016-10560 | galenframework-cli 安全漏洞 — galenframework-cli node module | 8.1 | - | 2018-05-31 |
| CVE-2016-10562 | iedriver 安全漏洞 — iedriver node module | 8.1 | - | 2018-05-31 |
| CVE-2016-10563 | go-ipfs-deps模块安全漏洞 — go-ipfs-dep node module | 7.4 | - | 2018-05-31 |
| CVE-2016-10564 | apk-parser 安全漏洞 — apk-parser node module | 8.1 | - | 2018-05-31 |
| CVE-2016-10565 | operadriver 安全漏洞 — operadriver node module | 8.1 | - | 2018-05-31 |
| CVE-2016-10569 | embedza 安全漏洞 — embedza node module | 8.1 | - | 2018-05-31 |
| CVE-2016-10571 | bkjs-wand 安全漏洞 — bkjs-wand node module | 8.1 | - | 2018-05-31 |
| CVE-2016-10572 | mongodb-instance 安全漏洞 — mongodb-instance node module | 8.1 | - | 2018-05-31 |
| CVE-2016-10558 | aerospike 安全漏洞 — aerospike node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10559 | selenium-download 安全漏洞 — selenium-download node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10566 | install-nw 安全漏洞 — install-nw node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10567 | install-nw 安全漏洞 — product-monitor node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10568 | geoip-lite-country 安全漏洞 — geoip-lite-country node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10570 | pngcrush-installer 安全漏洞 — pngcrush-installer node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10573 | baryton-saxophone 安全漏洞 — baryton-saxophone node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10577 | ibm_db 安全漏洞 — ibm_db node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10578 | unicode 安全漏洞 — unicode node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10584 | dalek-browser-chrome-canary 安全漏洞 — dalek-browser-chrome-canary node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10586 | macaca-chromedriver 安全漏洞 — macaca-chromedriver node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10589 | selenium-binaries 安全漏洞 — selenium-binaries node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10590 | cue-sdk-node 安全漏洞 — cue-sdk-node node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10591 | Prince 安全漏洞 — prince node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10593 | ibapi 安全漏洞 — ibapi node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10601 | webdrvr 安全漏洞 — webdrvr node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10611 | strider-sauce 安全漏洞 — strider-sauce node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10627 | scala-bin 安全漏洞 — scala-bin node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10635 | broccoli-closure 安全漏洞 — broccoli-closure node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10650 | ntfserver 安全漏洞 — ntfserver node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10658 | native-opencv 安全漏洞 — native-opencv node module | 8.1 | - | 2018-05-29 |
| CVE-2016-10659 | poco 安全漏洞 — poco node module | 8.1 | - | 2018-05-29 |
Vulnerabilities classified as CWE-311 (敏感数据加密缺失) represent 257 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.