Bug 2425037 (CVE-2025-68744) - CVE-2025-68744 kernel: bpf: Free special fields when update [lru_,]percpu_hash maps
Summary: CVE-2025-68744 kernel: bpf: Free special fields when update [lru_,]percpu_has...
Keywords:
Status: NEW
Alias: CVE-2025-68744
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-24 13:03 UTC by OSIDB Bzimport
Modified: 2025-12-25 07:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-24 13:03:46 UTC
In the Linux kernel, the following vulnerability has been resolved:

bpf: Free special fields when update [lru_,]percpu_hash maps

As [lru_,]percpu_hash maps support BPF_KPTR_{REF,PERCPU}, missing
calls to 'bpf_obj_free_fields()' in 'pcpu_copy_value()' could cause the
memory referenced by BPF_KPTR_{REF,PERCPU} fields to be held until the
map gets freed.

Fix this by calling 'bpf_obj_free_fields()' after
'copy_map_value[,_long]()' in 'pcpu_copy_value()'.


Note You need to log in before you can comment on or make changes to this bug.