Lucene search
K

230 matches found

Cvelist
Cvelist
added 2024/05/01 5:29 a.m.28 views

CVE-2024-27016 netfilter: flowtable: validate pppoe header

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: validate pppoe header Ensure there is sufficient room to access the protocol field of the PPPoe header. Validate it once before the flowtable lookup, then use a helper function to access protocol field...

6.3AI score0.00246EPSS
Exploits0References5
OSV
OSV
added 2024/05/01 5:29 a.m.17 views

CVE-2024-27016 netfilter: flowtable: validate pppoe header

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: validate pppoe header Ensure there is sufficient room to access the protocol field of the PPPoe header. Validate it once before the flowtable lookup, then use a helper function to access protocol field...

5.5CVSS6.1AI score0.00246EPSS
Exploits0References11
Vulnrichment
Vulnrichment
added 2024/05/01 5:29 a.m.16 views

CVE-2024-27016 netfilter: flowtable: validate pppoe header

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: validate pppoe header Ensure there is sufficient room to access the protocol field of the PPPoe header. Validate it once before the flowtable lookup, then use a helper function to access protocol field...

6.8AI score0.00246EPSS
Exploits0References5
CVE
CVE
added 2024/05/01 5:29 a.m.188 views

CVE-2024-27015

CVE-2024-27015 affects the Linux kernel netfilter flowtable implementation. The issue is an incorrect pppoe tuple handling where the PPPoE header is expected at the network header offset, causing flowtable lookups to miss and PPPoE traffic to enter the classical forwarding path. Connected advisor...

5.5CVSS6.2AI score0.00228EPSS
Exploits0References8Affected Software1
Cvelist
Cvelist
added 2024/05/01 5:29 a.m.24 views

CVE-2024-27015 netfilter: flowtable: incorrect pppoe tuple

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: incorrect pppoe tuple pppoe traffic reaching ingress path does not match the flowtable entry because the pppoe header is expected to be at the network header offset. This bug causes a mismatch in the flow...

6.3AI score0.00228EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2024/05/01 5:29 a.m.27 views

CVE-2024-27015 netfilter: flowtable: incorrect pppoe tuple

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: incorrect pppoe tuple pppoe traffic reaching ingress path does not match the flowtable entry because the pppoe header is expected to be at the network header offset. This bug causes a mismatch in the flow...

6.6AI score0.00228EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2024/05/01 5:29 a.m.21 views

CVE-2024-27015

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: incorrect pppoe tuple pppoe traffic reaching ingress path does not match the flowtable entry because the pppoe header is expected to be at the network header offset. This bug causes a mismatch in the flow...

5.5CVSS7.5AI score0.00228EPSS
Exploits0
OSV
OSV
added 2024/05/01 5:29 a.m.17 views

CVE-2024-27015 netfilter: flowtable: incorrect pppoe tuple

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: incorrect pppoe tuple pppoe traffic reaching ingress path does not match the flowtable entry because the pppoe header is expected to be at the network header offset. This bug causes a mismatch in the flow...

5.5CVSS6AI score0.00228EPSS
Exploits0References11
Amazon
Amazon
added 2023/11/01 12:0 a.m.2 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: unregister flowtable hooks on netns exit CVE-2022-48935 In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: double hook unregistration in netns path...

7.8CVSS6.2AI score0.00888EPSS
Exploits2
RedHat Linux
RedHat Linux
added 2023/05/16 8:56 a.m.0 views

kernel: netfilter: flowtable: fix stuck flows on cleanup due to pending work

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: fix stuck flows on cleanup due to pending work To clear the flow table on flow table free, the following sequence normally happens in order: 1 gcstep work is stopped to disable any further stats/del requests...

5.5CVSS6.3AI score0.0019EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2023/05/09 10:4 a.m.0 views

kernel: netfilter: flowtable_offload: fix using __this_cpu_add in preemptible

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtableoffload: fix using thiscpuadd in preemptible flowoffloadqueuework can be called in workqueue without bh disabled, like the call trace showed in my actct testing, calling NFFLOWTABLESTATINC there would cause a...

5.5CVSS6.3AI score0.00203EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2023/01/30 2:47 p.m.4 views

kernel: netfilter: flowtable: fix stuck flows on cleanup due to pending work

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: fix stuck flows on cleanup due to pending work To clear the flow table on flow table free, the following sequence normally happens in order: 1 gcstep work is stopped to disable any further stats/del requests...

5.5CVSS6.3AI score0.0019EPSS
Exploits0References5
OSV
OSV
added 2023/01/17 3:55 p.m.12 views

GSD-2023-1000037 netfilter: flowtable_offload: fix using __this_cpu_add in preemptible

netfilter: flowtableoffload: fix using thiscpuadd in preemptible This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.0.13 by commit...

7.2AI score
Exploits0
Positive Technologies
Positive Technologies
added 2023/01/17 12:0 a.m.3 views

PT-2023-33114 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v6.0.13 Description: The issue is related to the use of this cpu add in preemptible context in flowtable offload in netfilter. The actual impact and attack plausibility have not yet been proven. Recommendations:...

7.2AI score
Exploits0References1
RedHat Linux
RedHat Linux
added 2023/01/12 9:28 a.m.1 views

kernel: netfilter: flowtable: fix stuck flows on cleanup due to pending work

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: fix stuck flows on cleanup due to pending work To clear the flow table on flow table free, the following sequence normally happens in order: 1 gcstep work is stopped to disable any further stats/del requests...

5.5CVSS6.3AI score0.0019EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2022/11/24 12:0 a.m.8 views

PT-2024-11841

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, related to the netfilter: flowtable offload. The issue arises when flow offload queue work is called in a workqueue without bh...

5.5CVSS6.3AI score0.00203EPSS
Exploits0References20
RedHat Linux
RedHat Linux
added 2022/11/15 11:55 a.m.0 views

kernel: netfilter: flowtable: fix stuck flows on cleanup due to pending work

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: fix stuck flows on cleanup due to pending work To clear the flow table on flow table free, the following sequence normally happens in order: 1 gcstep work is stopped to disable any further stats/del requests...

5.5CVSS6.3AI score0.0019EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2022/11/15 12:0 a.m.5 views

PT-2025-25926

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 5.12.0 Description A vulnerability in the Linux kernel has been resolved, related to the netfilter flowtable. The issue occurs when a flow table entry has pending HW stats or HW add work, causing the flow table...

8.8CVSS7.8AI score0.12746EPSS
Exploits51References725
OSV
OSV
added 2022/09/16 11:58 p.m.6 views

GSD-2022-1005453 netfilter: flowtable: fix stuck flows on cleanup due to pending work

netfilter: flowtable: fix stuck flows on cleanup due to pending work This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.64 by commit...

7.2AI score
Exploits0
OSV
OSV
added 2022/09/16 11:28 p.m.10 views

GSD-2022-1005050 netfilter: flowtable: fix stuck flows on cleanup due to pending work

netfilter: flowtable: fix stuck flows on cleanup due to pending work This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.19.6 by commit...

7.2AI score
Exploits0
Rows per page
Query Builder