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-53216

Change History

New CVE Received from kernel.org 6/25/2026 5:16:39 AM

Action Type Old Value New Value
Added Description

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

net: mvpp2: limit XDP frame size to the RX buffer

mvpp2 has short and long BM pools, and short pool buffers can be smaller
than PAGE_SIZE. The XDP path nevertheless initializes every xdp_buff with
PAGE_SIZE as frame size.

XDP helpers use frame_sz to validate tail growth and to derive the hard
end of the data area. Advertising PAGE_SIZE for short buffers can let
bpf_xdp_adjust_tail() grow a packet past the real allocation, corrupting
memory or later tripping skb tailroom checks.

Initialize the XDP buffer with bm_pool->frag_size so XDP tailroom matches
the actual buffer backing the packet.
Added Reference

                  
                
              
https://git.kernel.org/stable/c/3b8b0c3631b19faee53f0d15a49924129b063eec
Added Reference

                  
                
              
https://git.kernel.org/stable/c/910617a4e67dbdd5fdb39d9dc6a51e491e1b2c3e
Added Reference

                  
                
              
https://git.kernel.org/stable/c/9545cc5ef18ca22d031f2f47c157192460652359
Added Reference

                  
                
              
https://git.kernel.org/stable/c/994bd2b58d2bd08aa97ec0836cc813cfcb00d749
Added Reference

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

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

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

                  
                
              
[{"vendor":"Linux","product":"Linux","defaultStatus":"unaffected","programFiles":["drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"07dd0a7aae7f72af7cec18909581c2bb570edddc","lessThan":"a3ee9231ccec6ec3be2de89c56f897055fd9eab1","versionType":"git","status":"affected"},{"version":"07dd0a7aae7f72af7cec18909581c2bb570edddc","lessThan":"ec8e1e5842bc0dbd4c272761f4db3651eecd0339","versionType":"git","status":"affected"},{"version":"07dd0a7aae7f72af7cec18909581c2bb570edddc","lessThan":"3b8b0c3631b19faee53f0d15a49924129b063eec","versionType":"git","status":"affected"},{"version":"07dd0a7aae7f72af7cec18909581c2bb570edddc","lessThan":"994bd2b58d2bd08aa97ec0836cc813cfcb00d749","versionType":"git","status":"affected"},{"version":"07dd0a7aae7f72af7cec18909581c2bb570edddc","lessThan":"910617a4e67dbdd5fdb39d9dc6a51e491e1b2c3e","versionType":"git","status":"affected"},{"version":"07dd0a7aae7f72af7cec18909581c2bb570edddc","lessThan":"9545cc5ef18ca22d031f2f47c157192460652359","versionType":"git","status":"affected"},{"version":"07dd0a7aae7f72af7cec18909581c2bb570edddc","lessThan":"f3c6aa078927e6fe8121c9c591ddee8716c5305a","versionType":"git","status":"affected"}]},{"vendor":"Linux","product":"Linux","defaultStatus":"affected","programFiles":["drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"5.9","status":"affected"},{"version":"0","lessThan":"5.9","versionType":"semver","status":"unaffected"},{"version":"5.15.210","lessThanOrEqual":"5.15.*","versionType":"semver","status":"unaffected"},{"version":"6.1.176","lessThanOrEqual":"6.1.*","versionType":"semver","status":"unaffected"},{"version":"6.6.143","lessThanOrEqual":"6.6.*","versionType":"semver","status":"unaffected"},{"version":"6.12.94","lessThanOrEqual":"6.12.*","versionType":"semver","status":"unaffected"},{"version":"6.18.36","lessThanOrEqual":"6.18.*","versionType":"semver","status":"unaffected"},{"version":"7.0.13","lessThanOrEqual":"7.0.*","versionType":"semver","status":"unaffected"},{"version":"7.1","lessThanOrEqual":"*","versionType":"original_commit_for_fix","status":"unaffected"}]}]