Cyber Resilience

CWE · MITRE source

CWE-911Improper Update of Reference Count

Abstraction: Base · CVEs in our corpus: 19

The product uses a reference count to manage a resource, but it does not update or incorrectly updates the reference count.

Reference counts can be used when tracking how many objects contain a reference to a particular resource, such as in memory management or garbage collection. When the reference count reaches zero, the resource can be de-allocated or reused because there are no more objects that use it. If the reference count accidentally reaches zero, then the resource might be released too soon, even though it is still in use. If all objects no longer use the resource, but the reference count is not zero, then the resource might not ever be released.

Last updated: 21 August 2026 14:15 UTC

Control responseHuman-reviewed

Answering this weakness across the control lifecycle, from our framework cross-walks.

Prevent
Stop it (NIST 800-53 / CSF Protect)
  • PR.PS-06
  • SA-11 Developer Testing and Evaluation
  • SA-8 Security and Privacy Engineering Principles
  • SA-15 Development Process, Standards, and Tools
Detect
Catch it (CSF Detect / Respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

NIST 800-53 r5 controls that address this weakness (0)AI-assisted

Control Title Family Why it addresses this CWE
No NIST controls proposed yet.

Top CVEs of this weakness type, ranked by Risk Priority

CVE Risk CVSS EPSS Published
CVE-2024-43102 7.510.00.00682024-09-05
CVE-2026-46316 6.59.30.00442026-06-09
CVE-2026-494196.48.80.00292026-08-19
CVE-2022-37012 6.27.50.01782023-03-29
CVE-2022-22195 6.07.50.01042022-04-14
CVE-2022-29581 6.07.80.00932022-05-17
CVE-2026-46099 6.08.10.00282026-05-27
CVE-2023-22394 5.97.50.00622023-01-13
CVE-2023-5633 5.77.80.00282023-10-23
CVE-2026-52943 5.77.80.00242026-06-24
CVE-2024-46972 5.67.80.00172024-12-28
CVE-2021-47327 5.37.10.00262024-05-21
CVE-2022-1678 5.25.90.02942022-05-25
CVE-2026-42534 4.55.30.00582026-05-20
CVE-2026-775874.55.90.00222026-08-20
CVE-2023-2019 3.64.40.00342023-04-24
CVE-2020-11935 3.54.40.00202023-04-07
CVE-2024-45783 3.54.40.00222025-02-18
CVE-2026-193802.02.30.00122026-08-10