U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2026-72316

Change History

New CVE Received from kernel.org 8/15/2026 2:22:04 AM

Action Type Old Value New Value
Added Description

                  
                
              
In the Linux kernel, the following vulnerability has been resolved:

dm era: fix NULL pointer dereference in metadata_open()

metadata_open() returns NULL when kzalloc_obj() fails, but the
caller era_ctr() only checks IS_ERR(md).  Since IS_ERR(NULL)
returns false, the NULL pointer is treated as a valid result
and later assigned to era->md, leading to a NULL pointer
dereference when the metadata is accessed.

Fix this by returning ERR_PTR(-ENOMEM) on allocation failure,
consistent with dm-cache-metadata.c, dm-thin-metadata.c, and
dm-clone-metadata.c which all use ERR_PTR(-ENOMEM) for the
same pattern.
Added Reference

                  
                
              
https://git.kernel.org/stable/c/01c49eae7c6256f2d8cc08210a2bac3ee070e43a
Added Reference

                  
                
              
https://git.kernel.org/stable/c/14e03ecd3b1b5fc03c082b27a2f8889f8290c30e
Added Reference

                  
                
              
https://git.kernel.org/stable/c/17eb2ab13edd0b06ce6f996c5fd450d7efabb2e8
Added Reference

                  
                
              
https://git.kernel.org/stable/c/889374b8e4a60d13fe4a5a8ae3a311ca93d1a2c3
Added Reference

                  
                
              
https://git.kernel.org/stable/c/9ae672606c17891d90b282e3490b817620549599
Added Reference

                  
                
              
https://git.kernel.org/stable/c/a705e056c2f3dd067fb2ff414f0537530baa090b
Added Reference

                  
                
              
https://git.kernel.org/stable/c/b69ea153d30ce19ca8997eeeca1e2219fae5a29b
Added Reference

                  
                
              
https://git.kernel.org/stable/c/bd5a80128bdfc93b1cae935a70da000b8c483e6e
Added Affected

                  
                
              
[{"vendor":"Linux","product":"Linux","defaultStatus":"unaffected","programFiles":["drivers/md/dm-era-target.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"eec40579d84873dfb7021eb24c50360f073237c5","lessThan":"a705e056c2f3dd067fb2ff414f0537530baa090b","versionType":"git","status":"affected"},{"version":"eec40579d84873dfb7021eb24c50360f073237c5","lessThan":"bd5a80128bdfc93b1cae935a70da000b8c483e6e","versionType":"git","status":"affected"},{"version":"eec40579d84873dfb7021eb24c50360f073237c5","lessThan":"17eb2ab13edd0b06ce6f996c5fd450d7efabb2e8","versionType":"git","status":"affected"},{"version":"eec40579d84873dfb7021eb24c50360f073237c5","lessThan":"889374b8e4a60d13fe4a5a8ae3a311ca93d1a2c3","versionType":"git","status":"affected"},{"version":"eec40579d84873dfb7021eb24c50360f073237c5","lessThan":"01c49eae7c6256f2d8cc08210a2bac3ee070e43a","versionType":"git","status":"affected"},{"version":"eec40579d84873dfb7021eb24c50360f073237c5","lessThan":"14e03ecd3b1b5fc03c082b27a2f8889f8290c30e","versionType":"git","status":"affected"},{"version":"eec40579d84873dfb7021eb24c50360f073237c5","lessThan":"b69ea153d30ce19ca8997eeeca1e2219fae5a29b","versionType":"git","status":"affected"},{"version":"eec40579d84873dfb7021eb24c50360f073237c5","lessThan":"9ae672606c17891d90b282e3490b817620549599","versionType":"git","status":"affected"}]},{"vendor":"Linux","product":"Linux","defaultStatus":"affected","programFiles":["drivers/md/dm-era-target.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"3.15","status":"affected"},{"version":"0","lessThan":"3.15","versionType":"semver","status":"unaffected"},{"version":"5.10.261","lessThanOrEqual":"5.10.*","versionType":"semver","status":"unaffected"},{"version":"5.15.212","lessThanOrEqual":"5.15.*","versionType":"semver","status":"unaffected"},{"version":"6.1.178","lessThanOrEqual":"6.1.*","versionType":"semver","status":"unaffected"},{"version":"6.6.145","lessThanOrEqual":"6.6.*","versionType":"semver","status":"unaffected"},{"version":"6.12.97","lessThanOrEqual":"6.12.*","versionType":"semver","status":"unaffected"},{"version":"6.18.40","lessThanOrEqual":"6.18.*","versionType":"semver","status":"unaffected"},{"version":"7.1.5","lessThanOrEqual":"7.1.*","versionType":"semver","status":"unaffected"},{"version":"7.2-rc3","lessThanOrEqual":"*","versionType":"original_commit_for_fix","status":"unaffected"}]}]