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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-1083 (从外部预期的数据管理器组件进行数据访问) — Vulnerability Class 1

1 vulnerabilities classified as CWE-1083 (从外部预期的数据管理器组件进行数据访问). AI Chinese analysis included.

CWE-1083 represents a structural design weakness where software bypasses its designated data management component, such as a database abstraction layer, to perform direct data access operations. This architectural flaw typically arises when developers write ad-hoc queries or connection logic outside the controlled interface, undermining the system’s intended security and consistency models. Attackers exploit this inconsistency by targeting the unprotected access paths, potentially leading to SQL injection, unauthorized data retrieval, or integrity violations that the primary manager would otherwise mitigate. To prevent this vulnerability, developers must enforce strict architectural boundaries, ensuring all data interactions are routed exclusively through the approved manager component. Implementing code review processes that flag direct database calls and utilizing static analysis tools to detect unauthorized access patterns are essential strategies for maintaining a secure, centralized data handling architecture.

MITRE CWE Description
The product is intended to manage data access through a particular data manager component such as a relational or non-SQL database, but it contains code that performs data access operations without using that component. When the product has a data access component, the design may be intended to handle all data access operations through that component. If a data access operation is performed outside of that component, then this may indicate a violation of the intended design.
Common Consequences (1)
OtherReduce Reliability
This issue can prevent the product from running reliably. If the relevant code is reachable by an attacker, then this reliability problem might introduce a vulnerability.
CVE IDTitleCVSSSeverityPublished
CVE-2022-2493 Data Access from Outside Expected Data Manager Component in openemr/openemr — openemr/openemr 6.5 -2022-07-22

Vulnerabilities classified as CWE-1083 (从外部预期的数据管理器组件进行数据访问) represent 1 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.