Cyber Posture

CWE · MITRE source

CWE-226Sensitive Information in Resource Not Removed Before Reuse

Abstraction: Base · CVEs in our corpus: 30

The product releases a resource such as memory or a file so that it can be made available for reuse, but it does not clear or "zeroize" the information contained in the resource before the product performs a critical state transition or makes the resource available for reuse by other entities.

When resources are released, they can be made available for reuse. For example, after memory is de-allocated, an operating system may make the memory available to another process, or disk space may be reallocated when a file is deleted. As removing information requires time and additional resources, operating systems do not usually clear the previously written information. Even when the resource is reused by the same process, this weakness can arise when new data is not as large as the old data, which leaves portions of the old data still available. Equivalent errors can occur in other situations where the length of data is variable but the associated data structure is not. If memory is not cleared after use, the information may be read by less trustworthy parties when the memory is reallocated. This weakness can apply in hardware, such as when a device or system switches between power, sleep, or debug states during normal operation, or when execution changes to different users or privilege levels.

Last updated: 09 May 2026 03:25 UTC

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

Control Title Family Why it addresses this CWE
MP-1Policy and ProceduresMPProcedures include sanitization, overwriting, and disposal requirements to remove sensitive data before media reuse or release.
MP-6Media SanitizationMPRequiring sanitization prior to reuse directly ensures sensitive information is removed from resources before they are reused by others.
MP-8Media DowngradingMPDowngrading enables reuse of media at lower security levels, and the mandated process ensures sensitive information is removed beforehand to prevent exposure on reused resources.
SI-12Information Management and RetentionSIExplicit retention limits and destruction rules reduce the persistence of sensitive information in reusable resources.
SI-18Personally Identifiable Information Quality OperationsSIPeriodic quality checks and deletion ensure sensitive PII is removed from resources prior to reuse or retention beyond its valid lifetime.
SI-21Information RefreshSIPeriodic refresh or explicit deletion before reuse prevents sensitive information from remaining in a reusable resource.
IR-9Information Spillage ResponseIRThe eradication and cross-system identification steps ensure sensitive information is removed before resources are reused or further accessed.
MA-2Controlled MaintenanceMARequiring sanitization of media prior to removal for off-site maintenance ensures sensitive information is removed before the resource is reused or accessed externally.
SC-4Information in Shared System ResourcesSCDirectly requires removal of sensitive data from resources before reuse or reallocation to another subject, eliminating residual information transfer.
SR-12Component DisposalSRMandates sanitization of resources before they are released or discarded, preventing residual sensitive information from being recovered.

Top CVEs of this weakness type, ranked by Risk Priority

CVE Risk CVSS EPSS Published
CVE-2022-393931.78.60.00332022-11-10
CVE-2018-71661.67.50.00862018-08-21
CVE-2025-06471.67.90.00012026-01-14
CVE-2023-411381.57.50.00022023-11-09
CVE-2024-382751.57.50.00552024-06-18
CVE-2019-255601.57.50.00082026-03-21
CVE-2026-57951.57.40.00022026-04-08
CVE-2025-25221.36.50.00262025-07-10
CVE-2026-329601.36.50.00022026-04-20
CVE-2024-218501.26.00.00042024-11-13
CVE-2025-480661.26.00.00042025-05-22
CVE-2019-255531.26.20.00022026-03-21
CVE-2019-255631.26.20.00022026-03-21
CVE-2019-255711.26.20.00022026-03-21
CVE-2019-256171.26.20.00022026-03-22
CVE-2019-256451.26.20.00022026-03-24
CVE-2023-16371.15.50.00012023-03-27
CVE-2023-30061.15.50.00012023-05-31
CVE-2024-320361.15.30.00412024-04-15
CVE-2025-131081.15.50.00032026-02-17
CVE-2019-256571.15.50.00022026-04-05
CVE-2020-272181.04.80.00602020-11-28
CVE-2025-331960.94.40.00012025-11-25
CVE-2024-78830.83.70.00372024-10-31
CVE-2025-206220.83.80.00022025-11-11