Lucene search
+L

7346 matches found

OSV
OSV
added 2024/03/02 10:15 p.m.9 views

UBUNTU-CVE-2023-52580

In the Linux kernel, the following vulnerability has been resolved: net/core: Fix ETHP1588 flow dissector When a PTP ethernet raw frame with a size of more than 256 bytes followed by a 0xff pattern is sent to skbflowdissect, nhoff value calculation is wrong. For example: hdr-messagelength takes t...

5.5CVSS6.1AI score0.00225EPSS
SaveExploits0References3
Prion
Prion
added 2024/03/02 10:15 p.m.24 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: net/core: Fix ETHP1588 flow dissector When a PTP ethernet raw frame with a size of more than 256 bytes followed by a 0xff pattern is sent to skbflowdissect, nhoff value calculation is wrong. For example: hdr-messagelength takes t...

7.2AI score0.00225EPSS
SaveExploits0References4
CVE
CVE
added 2024/03/02 9:59 p.m.248 views

CVE-2023-52580

CVE-2023-52580 affects the Linux kernel net/core ETH_P_1588 flow dissector. When a PTP Ethernet raw frame larger than 256 bytes is followed by 0xff, the nhoff calculation uses hdr->message_length (0xffff) and may override nhoff, causing incorrect header length and a kernel crash. The disclosed...

5.5CVSS6.1AI score0.00225EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/03/02 9:59 p.m.14 views

CVE-2023-52580 net/core: Fix ETH_P_1588 flow dissector

In the Linux kernel, the following vulnerability has been resolved: net/core: Fix ETHP1588 flow dissector When a PTP ethernet raw frame with a size of more than 256 bytes followed by a 0xff pattern is sent to skbflowdissect, nhoff value calculation is wrong. For example: hdr-messagelength takes t...

5.7AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/03/02 9:59 p.m.40 views

CVE-2023-52580

In the Linux kernel, the following vulnerability has been resolved: net/core: Fix ETHP1588 flow dissector When a PTP ethernet raw frame with a size of more than 256 bytes followed by a 0xff pattern is sent to skbflowdissect, nhoff value calculation is wrong. For example: hdr-messagelength takes t...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/03/02 9:59 p.m.20 views

CVE-2023-52580 net/core: Fix ETH_P_1588 flow dissector

In the Linux kernel, the following vulnerability has been resolved: net/core: Fix ETHP1588 flow dissector When a PTP ethernet raw frame with a size of more than 256 bytes followed by a 0xff pattern is sent to skbflowdissect, nhoff value calculation is wrong. For example: hdr-messagelength takes t...

6.6AI score0.00225EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/02/29 9:18 a.m.21 views

CVE-2021-46998

A use-after-free flaw was found in the Linux kernel's Cisco VIC Ethernet NIC Support driver. This issue occurs due to the way some errors happen inside enicqueuewqskb and could allow a local user to crash the system...

4.4CVSS6.3AI score0.00242EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/28 9:15 a.m.3 views

DEBIAN-CVE-2021-46998

In the Linux kernel, the following vulnerability has been resolved: ethernet:enic: Fix a use after free bug in enichardstartxmit In enichardstartxmit, it calls enicqueuewqskb. Inside enicqueuewqskb, if some error happens, the skb will be freed by devkfreeskbskb. But the freed skb is still used in...

7.8CVSS5.5AI score0.00242EPSS
SaveExploits0References1
Prion
Prion
added 2024/02/28 9:15 a.m.23 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: ethernet:enic: Fix a use after free bug in enichardstartxmit In enichardstartxmit, it calls enicqueuewqskb. Inside enicqueuewqskb, if some error happens, the skb will be freed by devkfreeskbskb. But the freed skb is still used in...

6.8AI score0.00242EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.39 views

CVE-2021-46998 ethernet:enic: Fix a use after free bug in enic_hard_start_xmit

In the Linux kernel, the following vulnerability has been resolved: ethernet:enic: Fix a use after free bug in enichardstartxmit In enichardstartxmit, it calls enicqueuewqskb. Inside enicqueuewqskb, if some error happens, the skb will be freed by devkfreeskbskb. But the freed skb is still used in...

7.8CVSS7.6AI score0.00242EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.12 views

CVE-2021-46998 ethernet:enic: Fix a use after free bug in enic_hard_start_xmit

In the Linux kernel, the following vulnerability has been resolved: ethernet:enic: Fix a use after free bug in enichardstartxmit In enichardstartxmit, it calls enicqueuewqskb. Inside enicqueuewqskb, if some error happens, the skb will be freed by devkfreeskbskb. But the freed skb is still used in...

7.8CVSS6.8AI score0.00242EPSS
SaveExploits0References6
CVE
CVE
added 2024/02/28 8:13 a.m.6051 views

CVE-2021-46998

Summary: CVE-2021-46998 affects the Linux kernel, specifically the enic driver path in ethernet/enic. A use-after-free occurs in enic_hard_start_xmit when an error in enic_queue_wq_skb() frees a skb via dev_kfree_skb(skb), but skb_tx_timestamp(skb) may still access it. Root cause: freed skb used ...

7.8CVSS6.4AI score0.00242EPSS
SaveExploits0References6Affected Software1
CNNVD
CNNVD
added 2024/02/28 12:00 a.m.7 views

Linux kernel security vulnerabilities

The Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel that stems from a post-release reuse in i40eclientsubtask...

7.8CVSS6.5AI score0.00239EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2024/02/27 2:38 p.m.13 views

kernel: IGB driver inadequate buffer size for frames larger than MTU

A flaw was found in igbconfigurerxring in drivers/net/ethernet/intel/igb/igbmain.c in the IGB driver in the Linux kernel. An overflow of the contents from a packet that is too large will overflow into the kernel's ring buffer, leading to a system integrity issue...

7.5CVSS7.3AI score0.00544EPSS
SaveExploits0References5
ICS
ICS
added 2024/02/27 7:00 a.m.53 views

Mitsubishi Electric Multiple Factory Automation Products (Update A)

View CSAF 1. EXECUTIVE SUMMARY CVSS v3 5.3 ATTENTION : Exploitable remotely/low attack complexity Vendor : Mitsubishi Electric Corporation Equipment : MELSEC iQ-F Series Vulnerability : Insufficient Resource Pool 2. RISK EVALUATION Successful exploitation of this vulnerability could allow a...

5.3CVSS5.5AI score0.00847EPSS
SaveExploits0References10
NVD
NVD
added 2024/02/27 4:15 a.m.46 views

CVE-2023-7033

Insufficient Resource Pool vulnerability in Ethernet function of Mitsubishi Electric Corporation MELSEC iQ-R series CPU module, MELSEC iQ-L series CPU module, MELSEC iQ-R Ethernet Interface Module, MELSEC iQ-R CC-Link IE TSN Master/Local Module, CC-Link IE TSN Remote I/O Module, CC-Link IE TSN...

5.3CVSS5.2AI score0.00847EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/02/27 3:47 a.m.64 views

CVE-2023-7033

Insufficient Resource Pool vulnerability in Ethernet function of Mitsubishi Electric Corporation MELSEC iQ-R series CPU module, MELSEC iQ-L series CPU module, MELSEC iQ-R Ethernet Interface Module, MELSEC iQ-R CC-Link IE TSN Master/Local Module, CC-Link IE TSN Remote I/O Module, CC-Link IE TSN...

5.3CVSS5.5AI score0.00847EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/02/27 3:47 a.m.11 views

CVE-2023-7033

Insufficient Resource Pool vulnerability in Ethernet function of Mitsubishi Electric Corporation MELSEC iQ-R series CPU module, MELSEC iQ-L series CPU module, MELSEC iQ-R Ethernet Interface Module, MELSEC iQ-R CC-Link IE TSN Master/Local Module, CC-Link IE TSN Remote I/O Module, CC-Link IE TSN...

5.3CVSS5.3AI score0.00847EPSS
SaveExploits0References3
CVE
CVE
added 2024/02/27 3:47 a.m.150 views

CVE-2023-7033

CVE-2023-7033 describes an Insufficient Resource Pool vulnerability in the Ethernet function affecting Mitsubishi Electric MELSEC product families (including MELSEC iQ-F/FX5, iQ-R, iQ-L series CPUs and related Ethernet/communication modules, motion modules, inverters, and related CC‑Link IE TSN a...

5.3CVSS5.3AI score0.00847EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/02/26 8:53 p.m.26 views

kernel: IGB driver inadequate buffer size for frames larger than MTU

A flaw was found in igbconfigurerxring in drivers/net/ethernet/intel/igb/igbmain.c in the IGB driver in the Linux kernel. An overflow of the contents from a packet that is too large will overflow into the kernel's ring buffer, leading to a system integrity issue...

7.5CVSS7.3AI score0.00544EPSS
SaveExploits0References5
Rows per page
Query Builder