Lucene search
+L

361 matches found

OSV
OSV
added 2024/09/11 4:15 p.m.7 views

UBUNTU-CVE-2024-45030

In the Linux kernel, the following vulnerability has been resolved: igb: cope with large MAXSKBFRAGS Sabrina reports that the igb driver does not cope well with large MAXSKBFRAG values: setting MAXSKBFRAG to 45 causes payload corruption on TX. An easy reproducer is to run ssh to connect to the...

9.8CVSS6.5AI score0.00478EPSS
SaveExploits0References11
OSV
OSV
added 2024/09/11 3:14 p.m.20 views

CVE-2024-45030 igb: cope with large MAX_SKB_FRAGS

In the Linux kernel, the following vulnerability has been resolved: igb: cope with large MAXSKBFRAGS Sabrina reports that the igb driver does not cope well with large MAXSKBFRAG values: setting MAXSKBFRAG to 45 causes payload corruption on TX. An easy reproducer is to run ssh to connect to the...

9.8CVSS6.1AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/09/11 3:14 p.m.19 views

CVE-2024-45030 igb: cope with large MAX_SKB_FRAGS

In the Linux kernel, the following vulnerability has been resolved: igb: cope with large MAXSKBFRAGS Sabrina reports that the igb driver does not cope well with large MAXSKBFRAG values: setting MAXSKBFRAG to 45 causes payload corruption on TX. An easy reproducer is to run ssh to connect to the...

9.8CVSS6.8AI score0.00478EPSS
SaveExploits0References3
CVE
CVE
added 2024/09/11 3:14 p.m.118 views

CVE-2024-45030

CVE-2024-45030 affects the Linux kernel igb driver: when MAX_SKB_FRAG is set to very large values (e.g., 45), payload corruption can occur on TX, demonstrated by an SSH session repro. Root cause: the driver fails to account for possibly large shared info size when choosing ring layout and may att...

9.8CVSS6AI score0.00478EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/09/11 3:14 p.m.12 views

CVE-2024-45030

In the Linux kernel, the following vulnerability has been resolved: igb: cope with large MAXSKBFRAGS Sabrina reports that the igb driver does not cope well with large MAXSKBFRAG values: setting MAXSKBFRAG to 45 causes payload corruption on TX. An easy reproducer is to run ssh to connect to the...

9.8CVSS6.3AI score0.00478EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/09/11 3:14 p.m.34 views

CVE-2024-45030 igb: cope with large MAX_SKB_FRAGS

In the Linux kernel, the following vulnerability has been resolved: igb: cope with large MAXSKBFRAGS Sabrina reports that the igb driver does not cope well with large MAXSKBFRAG values: setting MAXSKBFRAG to 45 causes payload corruption on TX. An easy reproducer is to run ssh to connect to the...

9.8CVSS0.00478EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/09/11 12:00 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an issue with the igb component having problems handling large MAXSKBFRAGS. No detailed vulnerability detail...

5.5CVSS6.5AI score0.00478EPSS
SaveExploits0References5
F5 Networks
F5 Networks
added 2024/08/27 9:57 p.m.45 views

K000140865: Linux kernel vulnerability CVE-2023-45871

Security Advisory Description An issue was discovered in drivers/net/ethernet/intel/igb/igbmain.c in the IGB driver in the Linux kernel before 6.5.3. A buffer size may not be adequate for frames larger than the MTU. CVE-2023-45871 Impact An attacker can exploit the vulnerability to access...

7.5CVSS7.1AI score0.00544EPSS
SaveExploits0Affected Software1
Redos
Redos
added 2024/08/12 12:00 a.m.46 views

ROS-20240812-16

Vulnerability of the dovccioctl function in the net/atm/ioctl.c module of the ATM Asynchronous Transfer Mode network protocol implementation of the Linux kernel is related to the reuse of a previously exploited ATM protocol. Asynchronous Transfer Mode kernel of the Linux operating system is relat...

8.8CVSS8.3AI score0.09141EPSS
SaveExploits4
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.10 views

kernel: igb: Fix string truncation warnings in igb_set_fw_version

In the Linux kernel, the following vulnerability has been resolved: igb: Fix string truncation warnings in igbsetfwversion Commit 1978d3ead82c "intel: fix string truncation warnings" fixes '-Wformat-truncation=' warnings in igbmain.c by using kasprintf...

5.5CVSS6.7AI score0.00178EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.15 views

CVE-2024-42116

...

7.5AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/06/12 12:09 a.m.19 views

CVE-2021-47301

A vulnerability was found in the Linux kernel's igb driver. During a reset operation, the driver could access memory that had already been freed. If the driver attempts to use this freed memory, it can lead to a system crash or instability because the memory may no longer be valid. Mitigation Red...

5.5CVSS9.1AI score0.00239EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/06/04 12:15 p.m.6 views

SUSE CVE-2024-36010

In the Linux kernel, the following vulnerability has been resolved: igb: Fix string truncation warnings in igbsetfwversion Commit 1978d3ead82c "intel: fix string truncation warnings" fixes '-Wformat-truncation=' warnings in igbmain.c by using kasprintf...

5.5CVSS6.1AI score0.00178EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/05/23 11:04 a.m.42 views

CVE-2024-36010

In the Linux kernel, the following vulnerability has been resolved: igb: Fix string truncation warnings in igbsetfwversion Commit 1978d3ead82c "intel: fix string truncation warnings" fixes '-Wformat-truncation=' warnings in igbmain.c by using kasprintf...

4.4CVSS6.5AI score0.00178EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/05/23 3:04 a.m.4 views

SUSE CVE-2021-47301

In the Linux kernel, the following vulnerability has been resolved: igb: Fix use-after-free error during reset Cleans the next descriptor to watch nexttowatch when cleaning the TX ring. Failure to do so can cause invalid memory accesses. If igbpoll runs while the controller is reset this can lead...

6.4CVSS6.4AI score0.00239EPSS
SaveExploits0References9
NVD
NVD
added 2024/05/22 12:15 p.m.23 views

CVE-2024-36010

In the Linux kernel, the following vulnerability has been resolved: igb: Fix string truncation warnings in igbsetfwversion Commit 1978d3ead82c "intel: fix string truncation warnings" fixes '-Wformat-truncation=' warnings in igbmain.c by using kasprintf...

5.5CVSS6.4AI score0.00178EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/22 12:15 p.m.5 views

DEBIAN-CVE-2024-36010

In the Linux kernel, the following vulnerability has been resolved: igb: Fix string truncation warnings in igbsetfwversion Commit 1978d3ead82c "intel: fix string truncation warnings" fixes '-Wformat-truncation=' warnings in igbmain.c by using kasprintf...

5.5CVSS5.6AI score0.00178EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/22 12:15 p.m.14 views

UBUNTU-CVE-2024-36010

In the Linux kernel, the following vulnerability has been resolved: igb: Fix string truncation warnings in igbsetfwversion Commit 1978d3ead82c "intel: fix string truncation warnings" fixes '-Wformat-truncation=' warnings in igbmain.c by using kasprintf...

5.5CVSS6.6AI score0.00178EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/22 11:46 a.m.183 views

CVE-2024-36010

CVE-2024-36010: Linux kernel igb driver fix for string truncation warnings in igb_set_fw_version. The patch expands the adapter->fw_version buffer (using kasprintf then falling back to snprintf) to avoid -Wformat-truncation warnings in igb_main.c and prevents NULL dereference by not exposing a...

5.5CVSS6.6AI score0.00178EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2024/05/22 11:46 a.m.36 views

CVE-2024-36010 igb: Fix string truncation warnings in igb_set_fw_version

In the Linux kernel, the following vulnerability has been resolved: igb: Fix string truncation warnings in igbsetfwversion Commit 1978d3ead82c "intel: fix string truncation warnings" fixes '-Wformat-truncation=' warnings in igbmain.c by using kasprintf...

6.3AI score0.00178EPSS
SaveExploits0References1
Rows per page
Query Builder