Lucene search
+L

438 matches found

Kitploit
Kitploit
added 2026/09/13 8:03 a.m.7 views

vallumd

vallumd Este programa te permite centralizar y distribuir listas negras de IP. Si mantienes un servidor en Internet, es muy probable que te hayas encontrado con uno o más ataques de fuerza bruta. No hay problema, solo instala fail2ban. Hecho. Pero si tienes varios servidores, cada uno ejecutando ...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 7:50 a.m.7 views

CFC

Script de control centralizado de firewall El control centralizado de firewall proporciona una forma centralizada de gestionar el firewall en múltiples servidores o balanceadores de carga que ejecutan iptables. De esta manera, puedes permitir/bloquear/eliminar/buscar rangos de abuso, etc.,...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 3:44 a.m.6 views

NFtables-IPtables-integration-script

🛡️ Integración de Lista de Bloqueo de Cortafuegos Q-Feeds para Linux Lista de bloqueo automatizada de IP de malware para servidores Linux — compatible con nftables e iptables+ipset 📋 Tabla de Contenidos Inicio Rápido Descripción General Cómo Funciona Requisitos Previos Instalación Detallada...

6.2AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/09/06 12:00 a.m.7 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-073354)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-073354 advisory. In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix race between dump and ipsetlist resize The release path of ipsetdumpdo and...

7.8CVSS5.9AI score0.00097EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.6 views

kernel: netfilter: ipset: fix race between dump and ip_set_list resize

A flaw was found in the Linux kernel's netfilter ipset component. A race condition exists between the ipsetlist resize operation and dump operations. This can lead to a use-after-free vulnerability, where memory is accessed after it has been deallocated. A successful exploitation of this flaw cou...

7.8CVSS5.8AI score0.00097EPSS
SaveExploits0References5
Rockylinux
Rockylinux
added 2026/08/27 12:02 p.m.8 views

kernel-rt security, bug fix, and enhancement update

An update is available for kernel-rt. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The kernel-rt packages provide the Real Time Linux Kernel, which enables...

9.8CVSS4.8AI score0.00971EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/08/27 6:41 a.m.8 views

CVE-2026-74748

A flaw was found in the Linux kernel's netfilter ipset component. A race condition exists between the list:set garbage collection and set swap operations. This concurrency issue can lead to a kernel bug and a system crash, effectively causing a denial of service. This vulnerability can be trigger...

7.8CVSS5.2AI score0.00138EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/27 6:31 a.m.10 views

EUVD-2026-66578

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix refcount race between list:set GC and swap ipsetputbyindex resolved the index to a set pointer under RCU, then took ipsetreflock in ipsetput to decrement set-ref. ipsetswap holds that same lock while swappin...

7.8CVSS5.5AI score0.00138EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/08/27 12:00 a.m.24 views

RockyLinux 9 : kernel (RLSA-2026:59723)

The remote RockyLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2026:59723 advisory. kernel: ksm: use range-walk function to jump over holes in scangetnextrmapitem CVE-2025-68211 kernel: ip6tunnel: use skbvlaninetprepare in ip6tnlrcv...

9.8CVSS5.2AI score0.00486EPSS
SaveExploits1References27
OSV
OSV
added 2026/08/26 3:16 p.m.8 views

AZL-97733 CVE-2026-74748 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix refcount race between list:set GC and swap ipsetputbyindex resolved the index to a set pointer under RCU, then took ipsetreflock in ipsetput to decrement set-ref. ipsetswap holds that same lock while swappin...

7.8CVSS5.8AI score0.00138EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/26 3:16 p.m.8 views

CVE-2026-74748

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix refcount race between list:set GC and swap ipsetputbyindex resolved the index to a set pointer under RCU, then took ipsetreflock in ipsetput to decrement set-ref. ipsetswap holds that same lock while swappin...

7.8CVSS0.00138EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/26 3:16 p.m.6 views

UBUNTU-CVE-2026-74748

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix refcount race between list:set GC and swap ipsetputbyindex resolved the index to a set pointer under RCU, then took ipsetreflock in ipsetput to decrement set-ref. ipsetswap holds that same lock while swappin...

7.8CVSS5.8AI score0.00138EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/08/26 3:16 p.m.8 views

CVE-2026-74748

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix refcount race between list:set GC and swap ipsetputbyindex resolved the index to a set pointer under RCU, then took ipsetreflock in ipsetput to decrement set-ref. ipsetswap holds that same lock while swappin...

7.8CVSS5.6AI score0.00138EPSS
SaveExploits0References9
CVE
CVE
added 2026/08/26 2:36 p.m.30 views

CVE-2026-74748

CVE-2026-74748 is a refcount race in the Linux kernel's netfilter ipset subsystem. The function __ip_set_put_byindex() resolves a set index under RCU but decrements the reference count only after acquiring ip_set_ref_lock. A concurrent ip_set_swap() call can interleave between these two steps, ca...

7.8CVSS5.4AI score0.00138EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/26 2:36 p.m.33 views

CVE-2026-74748 netfilter: ipset: fix refcount race between list:set GC and swap

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix refcount race between list:set GC and swap ipsetputbyindex resolved the index to a set pointer under RCU, then took ipsetreflock in ipsetput to decrement set-ref. ipsetswap holds that same lock while swappin...

7.8CVSS0.00138EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/26 2:36 p.m.13 views

CVE-2026-74748 netfilter: ipset: fix refcount race between list:set GC and swap

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix refcount race between list:set GC and swap ipsetputbyindex resolved the index to a set pointer under RCU, then took ipsetreflock in ipsetput to decrement set-ref. ipsetswap holds that same lock while swappin...

7.8CVSS5.7AI score
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2026/08/26 6:06 a.m.9 views

kernel: netfilter: ipset: fix race between dump and ip_set_list resize

A flaw was found in the Linux kernel's netfilter ipset component. A race condition exists between the ipsetlist resize operation and dump operations. This can lead to a use-after-free vulnerability, where memory is accessed after it has been deallocated. A successful exploitation of this flaw cou...

7.8CVSS4.4AI score0.00097EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/26 5:57 a.m.13 views

kernel: netfilter: ipset: fix race between dump and ip_set_list resize

A flaw was found in the Linux kernel's netfilter ipset component. A race condition exists between the ipsetlist resize operation and dump operations. This can lead to a use-after-free vulnerability, where memory is accessed after it has been deallocated. A successful exploitation of this flaw cou...

7.8CVSS4.4AI score0.00097EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/26 4:08 a.m.10 views

kernel: netfilter: ipset: fix race between dump and ip_set_list resize

A flaw was found in the Linux kernel's netfilter ipset component. A race condition exists between the ipsetlist resize operation and dump operations. This can lead to a use-after-free vulnerability, where memory is accessed after it has been deallocated. A successful exploitation of this flaw cou...

7.8CVSS4.4AI score0.00097EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/26 4:08 a.m.10 views

Important: Red Hat Security Advisory: kernel-rt security, bug fix, and enhancement update

An update for kernel-rt is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from...

9.8CVSS4.7AI score0.00971EPSS
SaveExploits0References9
Rows per page
Query Builder