Lucene search
+L

1093 matches found

NVD
NVD
added 3 days ago5 views

CVE-2026-64422

In the Linux kernel, the following vulnerability has been resolved: net: ipv4: bound TCP reordering sysctl writes and MTU probe sizes Reject invalid net.ipv4.tcpreordering values before they reach TCP socket state. The sysctl is stored as an int but copied into the u32 tp-reordering field for new...

7.1CVSS0.00132EPSS
SaveExploits0References8
OSV
OSV
added 3 days ago5 views

CVE-2026-64422 net: ipv4: bound TCP reordering sysctl writes and MTU probe sizes

In the Linux kernel, the following vulnerability has been resolved: net: ipv4: bound TCP reordering sysctl writes and MTU probe sizes Reject invalid net.ipv4.tcpreordering values before they reach TCP socket state. The sysctl is stored as an int but copied into the u32 tp-reordering field for new...

7.1CVSS5.8AI score0.00132EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
added 6 days ago4 views

CVE-2026-64002

A flaw was found in the Linux kernel's IPv4 networking component. The ipv4sysctlexitnet function prematurely frees the net-ipv4.sysctllocalreservedports memory. This can lead to a use-after-free vulnerability, where other threads might attempt to access deallocated memory. Such an issue can resul...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added last week9 views

SUSE CVE-2026-64002

In the Linux kernel, the following vulnerability has been resolved: ipv4: free net-ipv4.sysctllocalreservedports after unregisternetsysctltable ipv4sysctlexitnet is currently freeing net-ipv4.sysctllocalreservedports too soon. Only after unregisternetsysctltable we can be sure no threads can...

7.8CVSS5.2AI score0.00129EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/07/20 5:10 p.m.7 views

CVE-2026-63809

A flaw was found in the Linux kernel. An issue in the BPF Berkeley Packet Filter subsystem's sysctl handling can lead to memory corruption. Specifically, when a temporary buffer is allocated using kvzalloc but incorrectly freed with kfree, it can corrupt memory. A local attacker could exploit thi...

7.8CVSS5.4AI score0.00154EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-64002

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ipv4: free net-ipv4.sysctllocalreservedports after unregisternetsysctltable ipv4sysctlexitnet is currently freeing net-ipv4.sysctllocalreservedports too soon...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.7 views

SUSE CVE-2026-63809

In the Linux kernel, the following vulnerability has been resolved: bpf: use kvfree for replaced sysctl write buffer procsyscallhandler allocates its temporary sysctl buffer with kvzalloc and passes it to cgroupbpfrunfiltersysctl. Since kvzalloc may fall back to vmalloc for large allocations,...

7.5CVSS5.6AI score0.00154EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 2:56 p.m.5 views

CVE-2026-64002 ipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_table()

In the Linux kernel, the following vulnerability has been resolved: ipv4: free net-ipv4.sysctllocalreservedports after unregisternetsysctltable ipv4sysctlexitnet is currently freeing net-ipv4.sysctllocalreservedports too soon. Only after unregisternetsysctltable we can be sure no threads can...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/07/19 2:56 p.m.8 views

EUVD-2026-45575

In the Linux kernel, the following vulnerability has been resolved: ipv4: free net-ipv4.sysctllocalreservedports after unregisternetsysctltable ipv4sysctlexitnet is currently freeing net-ipv4.sysctllocalreservedports too soon. Only after unregisternetsysctltable we can be sure no threads can...

5.3AI score0.00129EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 2:56 p.m.12 views

CVE-2026-64002

CVE-2026-64002: Linux kernel fix for freeing net->ipv4.sysctl_local_reserved_ports too early. The issue occurs because ipv4_sysctl_exit_net() frees the pointer before unregister_net_sysctl_table(), risking use of sysctls such as /proc/sys/net/ipv4/ip_local_reserved_ports. The resolution ensure...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 2:56 p.m.6 views

CVE-2026-64002

In the Linux kernel, the following vulnerability has been resolved: ipv4: free net-ipv4.sysctllocalreservedports after unregisternetsysctltable ipv4sysctlexitnet is currently freeing net-ipv4.sysctllocalreservedports too soon. Only after unregisternetsysctltable we can be sure no threads can...

7.8CVSS5.2AI score0.00129EPSS
SaveExploits0
NVD
NVD
added 2026/07/19 12:16 p.m.8 views

CVE-2026-63809

In the Linux kernel, the following vulnerability has been resolved: bpf: use kvfree for replaced sysctl write buffer procsyscallhandler allocates its temporary sysctl buffer with kvzalloc and passes it to cgroupbpfrunfiltersysctl. Since kvzalloc may fall back to vmalloc for large allocations,...

7.8CVSS0.00154EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 12:2 p.m.10 views

EUVD-2026-45475

In the Linux kernel, the following vulnerability has been resolved: bpf: use kvfree for replaced sysctl write buffer procsyscallhandler allocates its temporary sysctl buffer with kvzalloc and passes it to cgroupbpfrunfiltersysctl. Since kvzalloc may fall back to vmalloc for large allocations,...

5.5AI score0.00154EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:2 p.m.7 views

CVE-2026-63809

In the Linux kernel, the following vulnerability has been resolved: bpf: use kvfree for replaced sysctl write buffer procsyscallhandler allocates its temporary sysctl buffer with kvzalloc and passes it to cgroupbpfrunfiltersysctl. Since kvzalloc may fall back to vmalloc for large allocations,...

5.4AI score0.00154EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/07/19 12:2 p.m.31 views

CVE-2026-63809 bpf: use kvfree() for replaced sysctl write buffer

In the Linux kernel, the following vulnerability has been resolved: bpf: use kvfree for replaced sysctl write buffer procsyscallhandler allocates its temporary sysctl buffer with kvzalloc and passes it to cgroupbpfrunfiltersysctl. Since kvzalloc may fall back to vmalloc for large allocations,...

7.8CVSS0.00154EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 12:2 p.m.15 views

CVE-2026-63809

CVE-2026-63809 affects the Linux kernel memory-management path used by BPF when handling proc sysctl writes. The vulnerability stems from proc_sys_call_handler() allocating a temporary sysctl buffer with kvzalloc() and passing it to __cgroup_bpf_run_filter_sysctl(); since kvzalloc() may fall back...

7.8CVSS5.6AI score0.00154EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 12:2 p.m.6 views

CVE-2026-63809 bpf: use kvfree() for replaced sysctl write buffer

In the Linux kernel, the following vulnerability has been resolved: bpf: use kvfree for replaced sysctl write buffer procsyscallhandler allocates its temporary sysctl buffer with kvzalloc and passes it to cgroupbpfrunfiltersysctl. Since kvzalloc may fall back to vmalloc for large allocations,...

7.8CVSS5.6AI score0.00154EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/07/19 12:2 p.m.7 views

CVE-2026-63809

In the Linux kernel, the following vulnerability has been resolved: bpf: use kvfree for replaced sysctl write buffer procsyscallhandler allocates its temporary sysctl buffer with kvzalloc and passes it to cgroupbpfrunfiltersysctl. Since kvzalloc may fall back to vmalloc for large allocations,...

7.8CVSS5.4AI score0.00154EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/19 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-63809

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: use kvfree for replaced sysctl write buffer procsyscallhandler allocates its temporary sysctl buffer with kvzalloc and passes it to cgroupbpfrunfiltersysct...

7.8CVSS6AI score0.00154EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.7 views

PT-2026-61319

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the ipv4 sysctl exit net function where net-ipv4.sysctl local reserved ports is freed prematurely. The memory should only be released after the unregister net sysctl...

7.8CVSS5.1AI score0.00129EPSS
SaveExploits0
Rows per page
Query Builder