CWE-563
Assignment to Variable without Use
BaseDraft
Description
The variable's value is assigned but never used, making it a dead store.
After the assignment, the variable is either assigned another value or goes out of scope. It is likely that the variable is simply vestigial, but it is also possible that the unused variable points out a bug.
Hierarchy (View 1000)
Parents
Children
none
CVEs mapped to this weakness (1)
| CVE | Sev | Risk | CVSS | EPSS | KEV | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2024-30120 | Low | 0.19 | 2.9 | 0.00 | Jun 14, 2024 | HCL DRYiCE Optibot Reset Station is impacted by an Unused Parameter in the web application. |