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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-1107 — Vulnerability Class 2

2 vulnerabilities classified as CWE-1107. AI Chinese analysis included.

CWE-1107 represents a structural weakness where symbolic constants are defined in scattered, non-centralized locations rather than being isolated in a dedicated configuration or header file. This lack of isolation typically leads to maintenance errors and potential security vulnerabilities, as developers may inadvertently modify or duplicate constant values across different modules. Exploitation often occurs indirectly when an attacker identifies inconsistent constant definitions to trigger unexpected application behavior, bypass logic checks, or cause denial-of-service conditions through resource exhaustion. To mitigate this risk, developers should adhere to strict coding standards that mandate the centralization of all symbolic constants. By consolidating these definitions into a single, isolated location, teams ensure consistency, simplify updates, and reduce the attack surface associated with hard-coded values, thereby enhancing overall code integrity and maintainability.

MITRE CWE Description
The source code uses symbolic constants, but it does not sufficiently place the definitions of these constants into a more centralized or isolated location.
Common Consequences (1)
OtherReduce Maintainability
This issue makes it more difficult to maintain the product, which indirectly affects security by making it more difficult or time-consuming to find and/or fix vulnerabilities. It also might make it easier to introduce vulnerabilities.
CVE IDTitleCVSSSeverityPublished
CVE-2024-38301 Dell Alienware Command Center 安全漏洞 — Alienware Command Center (AWCC) 6.7 Medium2024-07-10
CVE-2024-0159 Dell Alienware Command Center 安全漏洞 — Alienware Command Center (AWCC) 6.7 Medium2024-04-10

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