Lucene search
+L

7068 matches found

OSV
OSV
added 2024/03/02 10:15 p.m.8 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
UbuntuCve
UbuntuCve
added 2024/03/02 10:15 p.m.35 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.5CVSS6AI score0.00225EPSS
SaveExploits0References2
CVE
CVE
added 2024/03/02 9:59 p.m.229 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
Cvelist
Cvelist
added 2024/03/02 9:59 p.m.37 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...

9.1AI score0.00225EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/03/02 9:59 p.m.27 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
CNNVD
CNNVD
added 2024/03/02 12:00 a.m.8 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 an error in the calculation of the nhoff value when raw PTP Ethernet frames larger than 256 bytes in size and in 0xff mode are sent...

5.5CVSS6.9AI score0.00225EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/02/29 3:52 p.m.50 views

CVE-2023-52487 net/mlx5e: Fix peer flow lists handling

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix peer flow lists handling The cited change refactored mlx5etcdelfdbpeerflow to only clear DUP flag when list of peer flows has become empty. However, if any concurrent user holds a reference to a peer flow for...

7.5AI score0.00272EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/29 3:52 p.m.6 views

CVE-2023-52487 net/mlx5e: Fix peer flow lists handling

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix peer flow lists handling The cited change refactored mlx5etcdelfdbpeerflow to only clear DUP flag when list of peer flows has become empty. However, if any concurrent user holds a reference to a peer flow for...

5.5AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/02/29 3:52 p.m.34 views

CVE-2023-52487 net/mlx5e: Fix peer flow lists handling

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix peer flow lists handling The cited change refactored mlx5etcdelfdbpeerflow to only clear DUP flag when list of peer flows has become empty. However, if any concurrent user holds a reference to a peer flow for...

6.6AI score0.00272EPSS
SaveExploits0References3
CVE
CVE
added 2024/02/29 3:52 p.m.6671 views

CVE-2023-52487

The CVE-2023-52487 entry relates to the Linux kernel, specifically the mlx5 Ethernet driver area (net/mlx5e). Root cause: a refactor of mlx5e_tc_del_fdb_peer_flow() caused the DUP flag to linger when a peer flow was still referenced concurrently, leading to attempts to remove a flow from eswitch ...

5.5CVSS6.2AI score0.00272EPSS
SaveExploits0References3Affected Software1
Xen Project
Xen Project
added 2024/02/27 12:00 p.m.75 views

x86: shadow stack vs exceptions from emulation stubs

ISSUE DESCRIPTION Recent x86 CPUs offer functionality named Control-flow Enforcement Technology CET. A sub-feature of this are Shadow Stacks CET-SS. CET-SS is a hardware feature designed to protect against Return Oriented Programming attacks. When enabled, traditional stacks holding both data and...

6.5CVSS7AI score0.00269EPSS
SaveExploits0Affected Software1
NVD
NVD
added 2024/02/27 10:15 a.m.29 views

CVE-2021-46931

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Wrap the tx reporter dump callback to extract the sq Function mlx5etxreporterdumpsq casts its void argument to struct mlx5etxqsq , but in TX-timeout-recovery flow the argument is actually of type struct mlx5etxtimeoutc...

5.5CVSS6AI score0.00245EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/27 10:15 a.m.9 views

UBUNTU-CVE-2021-46931

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Wrap the tx reporter dump callback to extract the sq Function mlx5etxreporterdumpsq casts its void argument to struct mlx5etxqsq , but in TX-timeout-recovery flow the argument is actually of type struct mlx5etxtimeoutc...

5.5CVSS6.2AI score0.00245EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/02/27 12:00 a.m.24 views

PT-2024-13384 · Xen +2 · Xen +2

Name of the Vulnerable Software and Affected Versions: Xen affected versions not specified Description: The issue is related to the interaction between the Control-flow Enforcement Technology CET and the Xen emulation. CET is a hardware feature designed to protect against Return Oriented...

7.5CVSS7AI score0.17444EPSS
SaveExploits0References77
Google Chrome Security Advisories
Google Chrome Security Advisories
added 2024/02/27 12:00 a.m.153 views

Stable Channel Update for Desktop

The Stable channel has been updated to 122.0.6261.94 for Mac,Linux and 122.0.6261.94/.95 to Windows which will roll out over the coming days/weeks. A full list of changes in this build is available in the Log. The Extended Stable channel has been updated to 122.0.6261.94 for Mac and 122.0.6261.95...

8.8CVSS9.2AI score0.02578EPSS
SaveExploits3Affected Software1
Cvelist
Cvelist
added 2024/02/25 8:16 a.m.48 views

CVE-2023-52469 drivers/amd/pm: fix a use-after-free in kv_parse_power_table

In the Linux kernel, the following vulnerability has been resolved: drivers/amd/pm: fix a use-after-free in kvparsepowertable When ps allocated by kzalloc equals to NULL, kvparsepowertable frees adev-pm.dpm.ps that allocated before. However, after the control flow goes through the following call...

7.8CVSS7.8AI score0.00294EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/02/24 3:16 a.m.7 views

SUSE CVE-2024-26589

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject variable offset alu on PTRTOFLOWKEYS For PTRTOFLOWKEYS, checkflowkeysaccess only uses fixed off for validation. However, variable offset ptr alu is not prohibited for this ptr kind. So the variable offset is not...

4.4CVSS6.4AI score0.00239EPSS
SaveExploits0References12
NVD
NVD
added 2024/02/23 9:15 p.m.27 views

CVE-2021-33157

Insufficient control flow management in some IntelR Ethernet Adapters and IntelR Ethernet Controller I225 Manageability firmware may allow a privileged user to potentially enable escalation of privilege via local access...

7.2CVSS7.1AI score0.00196EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/02/23 12:00 a.m.6 views

Intel Ethernet Adapters and Intel Ethernet Controller I225 Manageability firmware security vulnerability

Intel Ethernet Adapters and Intel Ethernet Controllers are products of Intel Corporation, USA. Intel Ethernet Adapters are Ethernet adapters. Intel Ethernet Controllers are Ethernet controllers. Intel Ethernet Adapters and Intel Ethernet Controllers are products of Intel Corporation. A security...

7.2CVSS6.6AI score0.00196EPSS
SaveExploits0References2
Rows per page
Query Builder