Lucene search
K

27 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.2 views

Astra Linux - уязвимость в linux, linux-5.10, linux-6.1, linux-5.15

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: Failure to set the “dormant flag” on the hook register. We need to set the “dormant flag” again if we fail to register the hooks. During memory pressure, hook registration can fail, resulting in a table being...

5.5CVSS6AI score0.00011EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:0 a.m.4 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-013337)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-013337 advisory. In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: set dormant flag on hook register failure We need to set the dormant flag...

5.5CVSS6.1AI score0.00011EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2026/03/04 12:0 a.m.3 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-005679)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005679 advisory. In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: discard table flag update with pending basechain deletion Hook unregistratio...

5.5CVSS6.5AI score0.00012EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2026/03/03 12:0 a.m.1 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-005445)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005445 advisory. In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: discard table flag update with pending basechain deletion Hook unregistratio...

5.5CVSS6.8AI score0.00012EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2025-11231

Malicious code in bioql PyPI...

7.2AI score0.00125EPSS
Exploits0References6
SUSE CVE
SUSE CVE
added 2025/04/18 11:20 p.m.1 views

SUSE CVE-2025-22064

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: don't unregister hook when table is dormant When nftablesupdchain encounters an error, hook registration needs to be rolled back. This should only be done if the hook has been registered, which won't happen...

5.5CVSS7.8AI score0.00125EPSS
Exploits0References16
OSV
OSV
added 2025/04/16 3:16 p.m.0 views

DEBIAN-CVE-2025-22064

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: don't unregister hook when table is dormant When nftablesupdchain encounters an error, hook registration needs to be rolled back. This should only be done if the hook has been registered, which won't happen...

5.5CVSS5.6AI score0.00125EPSS
Exploits0References1
NVD
NVD
added 2025/04/16 3:16 p.m.6 views

CVE-2025-22064

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: don't unregister hook when table is dormant When nftablesupdchain encounters an error, hook registration needs to be rolled back. This should only be done if the hook has been registered, which won't happen...

5.5CVSS0.00125EPSS
Exploits0References5
OSV
OSV
added 2025/04/16 2:12 p.m.4 views

CVE-2025-22064 netfilter: nf_tables: don't unregister hook when table is dormant

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: don't unregister hook when table is dormant When nftablesupdchain encounters an error, hook registration needs to be rolled back. This should only be done if the hook has been registered, which won't happen...

5.5CVSS6.1AI score0.00125EPSS
Exploits0References8
CVE
CVE
added 2025/04/16 2:12 p.m.110 views

CVE-2025-22064

CVE-2025-22064 affects the Linux kernel nf_tables: when nf_tables_updchain encounters an error, the code path may unregister a hook that wasn’t registered if the table is dormant. Root cause: move the hook assignment into the registration block so dormant tables do not unregister. Impact per sour...

5.5CVSS6.6AI score0.00125EPSS
Exploits0References5Affected Software1
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.3 views

kernel: netfilter: nf_tables: set dormant flag on hook register failure

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: set dormant flag on hook register failure We need to set the dormant flag again if we fail to register the hooks. During memory pressure hook registration can fail and we end up with a table marked as active...

5.5CVSS6.7AI score0.00011EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/08/28 12:34 p.m.1 views

kernel: netfilter: nf_tables: discard table flag update with pending basechain deletion

This CVE involves a flaw in the Linux kernel's nftables component, part of the Netfilter framework used for packet filtering and firewall functionalities. The vulnerability arises when a table's dormant flag is updated while there's a pending deletion of a base chain. In such cases, the...

5.5CVSS7.2AI score0.00012EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.2 views

kernel: netfilter: nf_tables: discard table flag update with pending basechain deletion

This CVE involves a flaw in the Linux kernel's nftables component, part of the Netfilter framework used for packet filtering and firewall functionalities. The vulnerability arises when a table's dormant flag is updated while there's a pending deletion of a base chain. In such cases, the...

5.5CVSS7.2AI score0.00012EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.1 views

SUSE CVE-2024-35897

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: discard table flag update with pending basechain deletion Hook unregistration is deferred to the commit phase, same occurs with hook updates triggered by the table dormant flag. When both commands are combine...

5.5CVSS6.6AI score0.00012EPSS
Exploits0References13
OSV
OSV
added 2024/05/19 9:15 a.m.0 views

DEBIAN-CVE-2024-35897

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: discard table flag update with pending basechain deletion Hook unregistration is deferred to the commit phase, same occurs with hook updates triggered by the table dormant flag. When both commands are combine...

5.5CVSS5.4AI score0.00012EPSS
Exploits0References1
CVE
CVE
added 2024/05/19 8:34 a.m.149 views

CVE-2024-35897

CVE-2024-35897 – Normalized details: In the Linux kernel, a nf_tables (netfilter) issue was resolved: when performing a table flag update with a pending basechain deletion, hook unregistration is deferred to the commit phase. This sequence can delete a basechain while its hook remains registered ...

5.5CVSS6.8AI score0.00012EPSS
Exploits0References10Affected Software1
SUSE CVE
SUSE CVE
added 2024/04/18 2:30 a.m.1 views

SUSE CVE-2024-26835

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: set dormant flag on hook register failure We need to set the dormant flag again if we fail to register the hooks. During memory pressure hook registration can fail and we end up with a table marked as active...

3.3CVSS6.5AI score0.00011EPSS
Exploits0References13
RedhatCVE
RedhatCVE
added 2024/04/17 5:29 p.m.27 views

CVE-2024-26835

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: set dormant flag on hook register failure We need to set the dormant flag again if we fail to register the hooks. During memory pressure hook registration can fail and we end up with a table marked as active...

4.7CVSS7.1AI score0.00011EPSS
Exploits0References4
NVD
NVD
added 2024/04/17 10:15 a.m.15 views

CVE-2024-26835

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: set dormant flag on hook register failure We need to set the dormant flag again if we fail to register the hooks. During memory pressure hook registration can fail and we end up with a table marked as active...

5.5CVSS7.5AI score0.00011EPSS
Exploits0References9
OSV
OSV
added 2024/04/17 10:15 a.m.1 views

DEBIAN-CVE-2024-26835

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: set dormant flag on hook register failure We need to set the dormant flag again if we fail to register the hooks. During memory pressure hook registration can fail and we end up with a table marked as active...

5.5CVSS5.2AI score0.00011EPSS
Exploits0References1
Rows per page
Query Builder