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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-359 (侵犯隐私) — Vulnerability Class 139

139 vulnerabilities classified as CWE-359 (侵犯隐私). AI Chinese analysis included.

CWE-359 represents a critical security weakness where software fails to restrict access to sensitive personal data, allowing unauthorized individuals or entities to view private information without explicit permission or implicit consent. Attackers typically exploit this vulnerability by bypassing authentication mechanisms, exploiting broken access controls, or leveraging insecure direct object references to retrieve data such as social security numbers, financial records, or health details. To mitigate this risk, developers must implement robust identity verification and strict role-based access controls that enforce the principle of least privilege. Additionally, employing comprehensive encryption for data at rest and in transit, alongside rigorous input validation and regular security audits, ensures that only authorized users can interact with sensitive information, thereby preserving user privacy and maintaining regulatory compliance.

MITRE CWE Description
The product does not properly prevent a person's private, personal information from being accessed by actors who either (1) are not explicitly authorized to access the information or (2) do not have the implicit consent of the person about whom the information is collected.
Common Consequences (1)
Confidentiality Read Application Data
Mitigations (3)
Requirements Identify and consult all relevant regulations for personal privacy. An organization may be required to comply with certain federal and state regulations, depending on its location, the type of business it conducts, and the nature of any private data it handles. Regulations may include Safe Harbor Privacy Framework [REF-340], Gramm-Leach Bliley Act (GLBA) [REF-341], Health Insurance Portability a…
Architecture and Design Carefully evaluate how secure design may interfere with privacy, and vice versa. Security and privacy concerns often seem to compete with each other. From a security perspective, all important operations should be recorded so that any anomalous activity can later be identified. However, when private data is involved, this practice can in fact create risk. Although there are many ways in which pri…
Implementation, Operation Some tools can automatically analyze documents to redact, strip, or "sanitize" private information, although some human review might be necessary. Tools may vary in terms of which document formats can be processed. When calling an external program to automatically generate or convert documents, invoke the program with any available options that avoid generating sensitive metada…
Examples (2)
The following code contains a logging statement that tracks the contents of records added to a database by storing them in a log file. Among other values that are stored, the getPassword() function returns the user-supplied plaintext password associated with the account.
pass = GetPassword(); ... dbmsLog.WriteLine(id + ":" + pass + ":" + type + ":" + tstamp);
Bad · C#
This code uses location to determine the user's current US State location.
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
Bad · XML
locationClient = new LocationClient(this, this, this); locationClient.connect(); Location userCurrLocation; userCurrLocation = locationClient.getLastLocation(); deriveStateFromCoords(userCurrLocation);
Bad · Java
CVE ID Title CVSS Severity Published
CVE-2024-30056 Microsoft Edge (Chromium-based) Information Disclosure Vulnerability — Microsoft Edge (Chromium-based) 7.1 High 2024-05-25
CVE-2024-29986 Microsoft Edge for Android (Chromium-based) Information Disclosure Vulnerability — Microsoft Edge (Chromium-based) 5.4 Medium 2024-04-18
CVE-2024-29987 Microsoft Edge (Chromium-based) Information Disclosure Vulnerability — Microsoft Edge (Chromium-based) 6.5 Medium 2024-04-18
CVE-2023-6695 Beaver Themer <= 1.4.9 - Authenticated (Contributor+) Sensitive Information Exposure via shortcode — Beaver Themer 6.5 Medium 2024-04-09
CVE-2024-29888 Saleor vulnerable to customers addresses leak when using Warehouse as a `Pickup: Local stock only` delivery method — saleor 4.2 Medium 2024-03-27
CVE-2023-48680 Acronis Cyber Protect 信息泄露漏洞 — Acronis Cyber Protect 16 7.5 - 2024-02-27
CVE-2024-26192 Microsoft Edge (Chromium-based) Information Disclosure Vulnerability — Microsoft Edge (Chromium-based) 8.2 High 2024-02-23
CVE-2023-7014 Author Box, Guest Author and Co-Authors for Your Posts – Molongui <= 4.7.4 - Information Exposure via ma_debug — Molongui Authorship – Author Boxes, Guest Authors & Co-Authors for WordPress 5.3 Medium 2024-02-05
CVE-2023-6630 Contact Form 7 – Dynamic Text Extension <= 4.1.0 - Insecure Direct Object Reference — Contact Form 7 – Dynamic Text Extension 4.3 Medium 2024-01-11
CVE-2023-50719 XWiki Platform Solr search discloses password hashes of all users — xwiki-platform 7.5 High 2023-12-15
CVE-2023-25632 Naver Whale Browser 安全漏洞 — NAVER Whale browser 9.1 - 2023-11-27
CVE-2023-5983 Information Disclosure in Botanik Software Pharmacy Automation — Pharmacy Automation 7.5 High 2023-11-22
CVE-2023-36018 Visual Studio Code Jupyter Extension Spoofing Vulnerability — Jupyter Extension for Visual Studio Code 7.8 High 2023-11-14
CVE-2023-36052 Azure CLI REST Command Information Disclosure Vulnerability — Azure App Service 8.6 High 2023-11-14
CVE-2023-34085 User Attribute Disclosure via DynamoDB Data Stores — PingFederate 2.6 Low 2023-10-25
CVE-2023-44213 Acronis Agent 安全漏洞 — Acronis Cyber Protect Cloud Agent 7.5 - 2023-10-05
CVE-2023-44156 Acronis Cyber Protect 安全漏洞 — Acronis Cyber Protect 15 6.5 - 2023-09-27
CVE-2023-1936 Exposure of Private Personal Information to an Unauthorized Actor in GitLab — GitLab 3.5 Low 2023-07-11
CVE-2023-35151 XWiki Platform may show email addresses in clear in REST results — xwiki-platform 7.5 High 2023-06-23
CVE-2023-28303 Windows Snipping Tool Information Disclosure Vulnerability — Snipping Tool 3.3 Low 2023-06-13
CVE-2023-2703 Information Disclosure in Finex Media's Competition Management System — Competition Management System 7.5 High 2023-05-23
CVE-2023-22918 Zyxel ATP 安全漏洞 — ATP series firmware 6.5 Medium 2023-04-24
CVE-2023-2239 Exposure of Private Personal Information to an Unauthorized Actor in microweber/microweber — microweber/microweber 7.5 - 2023-04-22
CVE-2023-29203 Unauthenticated user can have information about hidden users on subwikis through uorgsuggest.vm — xwiki-platform 3.7 Low 2023-04-15
CVE-2023-25819 Discourse tags with no visibility are leaking into og:article:tag — discourse 5.3 Medium 2023-03-04
CVE-2023-26041 Nextcloud Talk messages can still be seen on conversation after expiring when cron is misconfigured — security-advisories 2.6 Low 2023-02-27
CVE-2022-46168 Group SMTP user emails are exposed in CC email header — discourse 3.5 Low 2023-01-05
CVE-2022-41971 Nextcloud Talk guests can continue to receive video streams from call after being removed from a conversation — security-advisories 4.8 Medium 2022-12-01
CVE-2022-41936 Exposure of Private Personal Information to an Unauthorized Actor in xwiki-platform-rest-server — xwiki-platform 5.3 Medium 2022-11-22
CVE-2022-20942 多款Cisco产品安全漏洞 — Cisco Secure Web Appliance 6.5 Medium 2022-11-03

Vulnerabilities classified as CWE-359 (侵犯隐私) represent 139 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.