NONE · 0

CVE-2025-68744

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 cal...

Vulnerability Description

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()'.

References

FAQ

What is CVE-2025-68744?

CVE-2025-68744 is a documented vulnerability. 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 cal...

How severe is CVE-2025-68744?

CVSS scoring is not yet available for CVE-2025-68744. Check NVD for updates.

Is there a patch for CVE-2025-68744?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.