Modules with Circular Dependencies
CWE-1047 · Base · Incomplete
The product contains modules in which one module has references that cycle back to itself, i.e., there are circular dependencies.
Extended description
As an example, with Java, this weakness might indicate cycles between packages.