Lucene search
+L

909 matches found

CVE
CVE
added 2025/05/01 1:07 p.m.113 views

CVE-2025-37791

CVE-2025-37791 affects the Linux kernel, specifically the ethtool CMIS CDB update path in net/ethtool/cmis_cdb.c. The flaw arises when rpl is passed to ethtool_cmis_module_poll() as a pointer; the code uses the pointer size instead of the actual object size, which should be sizeof(*rpl) (1 byte)....

7.8CVSS6.4AI score0.00183EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/05/01 1:07 p.m.11 views

CVE-2025-37791

In the Linux kernel, the following vulnerability has been resolved: ethtool: cmiscdb: use correct rpl size in ethtoolcmismodulepoll rpl is passed as a pointer to ethtoolcmismodulepoll, so the correct size of rpl is sizeofrpl which should be just 1 byte. Using the pointer size instead can cause...

7.8CVSS5.5AI score0.00183EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 1:07 p.m.13 views

CVE-2025-37788

In the Linux kernel, the following vulnerability has been resolved: cxgb4: fix memory leak in cxgb4initethtoolfilters error path In the for loop used to allocate the locarray and bmap for each port, a memory leak is possible when the allocation for locarray succeeds, but the allocation for bmap...

5.5CVSS5.7AI score0.00189EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.11 views

PT-2025-18471 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.11.0 Description: A vulnerability in the Linux kernel has been resolved, related to the ethtool cmis cdb module. The issue arises from using the incorrect size of the rpl pointer in the ethtool cmis module pol...

7.8CVSS6.3AI score0.66418EPSS
SaveExploits0References689
CNNVD
CNNVD
added 2025/05/01 12:00 a.m.9 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 Linux kernel that stems from ethtoolcmismodulepoll using the wrong rpl size...

6.6AI score0.00183EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/05/01 12:00 a.m.2 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 a memory leak in cxgb4initethtoolfilters...

5.5CVSS6.5AI score0.00189EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/04/30 12:00 a.m.8 views

PT-2025-22173

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory corruption issue has been identified in the Linux kernel, specifically in the bnxt en module, when retrieving the FW coredump using ethtool. This can cause memory corruption due...

5.7CVSS6.8AI score0.00198EPSS
SaveExploits0
OSV
OSV
added 2025/04/29 7:33 a.m.24 views

USN-7455-5 linux-aws-5.15 vulnerabilities

Jann Horn discovered that the watchqueue event notification subsystem in the Linux kernel contained an out-of-bounds write vulnerability. A local attacker could use this to cause a denial of service system crash or escalate their privileges. CVE-2022-0995 Several security issues were discovered i...

8.8CVSS6.7AI score0.06344EPSS
SaveExploits13References13
OSV
OSV
added 2025/04/24 12:34 p.m.12 views

USN-7455-3 linux-intel-iot-realtime, linux-realtime vulnerabilities

Jann Horn discovered that the watchqueue event notification subsystem in the Linux kernel contained an out-of-bounds write vulnerability. A local attacker could use this to cause a denial of service system crash or escalate their privileges. CVE-2022-0995 Several security issues were discovered i...

8.8CVSS6.8AI score0.06344EPSS
SaveExploits13References13
OSV
OSV
added 2025/04/23 12:57 p.m.17 views

USN-7448-1 linux-azure, linux-azure-6.11 vulnerabilities

It was discovered that the CIFS network file system implementation in the Linux kernel did not properly verify the target namespace when handling upcalls. An attacker could use this to expose sensitive information. CVE-2025-2312 Several security issues were discovered in the Linux kernel. An...

9.8CVSS6.7AI score0.00873EPSS
SaveExploits3References42
Positive Technologies
Positive Technologies
added 2025/04/17 12:00 a.m.10 views

PT-2025-18468

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak issue has been identified in the Linux kernel, specifically in the cxgb4 init ethtool filters function. The leak occurs when the allocation for loc array succeeds, but the...

5.5CVSS6.6AI score0.00189EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2025/04/14 12:00 a.m.14 views

The vulnerability of the ethtool_set_coalesce() function in the net/ethtool/ioctl.c module of the Linux kernel’s networking functions allows a hacker to cause a service failure.

The vulnerability of the ethtoolsetcoalesce function in the net/ethtool/ioctl.c module of the Linux kernel’s networking functions is related to the use of a NULL pointer. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.1AI score0.00183EPSS
SaveExploits0References8Affected Software3
SUSE CVE
SUSE CVE
added 2025/04/02 8:57 a.m.6 views

SUSE CVE-2025-21921

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: netlink: Allow NULL nlattrs when getting a phydevice ethnlreqgetphydev is used to lookup a phydevice, in the case an ethtool netlink command targets a specific phydev within a netdev's topology. It takes as a...

5.5CVSS6.8AI score0.00195EPSS
SaveExploits0References3
NVD
NVD
added 2025/04/01 4:15 p.m.14 views

CVE-2025-21921

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: netlink: Allow NULL nlattrs when getting a phydevice ethnlreqgetphydev is used to lookup a phydevice, in the case an ethtool netlink command targets a specific phydev within a netdev's topology. It takes as a...

5.5CVSS0.00195EPSS
SaveExploits0References3
OSV
OSV
added 2025/04/01 4:15 p.m.1 views

DEBIAN-CVE-2025-21921

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: netlink: Allow NULL nlattrs when getting a phydevice ethnlreqgetphydev is used to lookup a phydevice, in the case an ethtool netlink command targets a specific phydev within a netdev's topology. It takes as a...

5.5CVSS5.7AI score0.00195EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/01 4:15 p.m.7 views

UBUNTU-CVE-2025-21921

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: netlink: Allow NULL nlattrs when getting a phydevice ethnlreqgetphydev is used to lookup a phydevice, in the case an ethtool netlink command targets a specific phydev within a netdev's topology. It takes as a...

5.5CVSS6.5AI score0.00195EPSS
SaveExploits0References3
OSV
OSV
added 2025/04/01 3:40 p.m.17 views

CVE-2025-21921 net: ethtool: netlink: Allow NULL nlattrs when getting a phy_device

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: netlink: Allow NULL nlattrs when getting a phydevice ethnlreqgetphydev is used to lookup a phydevice, in the case an ethtool netlink command targets a specific phydev within a netdev's topology. It takes as a...

5.9AI score
SaveExploits0References6
BDU FSTEC
BDU FSTEC
added 2025/03/27 12:00 a.m.15 views

The vulnerability of the ethtool_getPhyStats_ethtool() function in the Linux kernel’s network subsystem allows a hacker to cause a service failure.

The vulnerability of the ethtoolgetPhyStatsethtool function in the Linux kernel’s network subsystem is related to read misses beyond the boundary. Exploiting this vulnerability could allow an attacker to cause a service failure...

4.4CVSS6.3AI score0.00228EPSS
SaveExploits0References11Affected Software7
OSV
OSV
added 2025/03/14 11:08 a.m.14 views

OESA-2025-1284 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: net: sfc: add missing xdp queue reinitialization After rx/tx ring buffer size is changed, kernel panic occurs when it acts XDPTX or XDPREDIRECT. When tx/rx ring...

7.8CVSS6.4AI score0.00873EPSS
SaveExploits3References14
OSV
OSV
added 2025/03/14 11:08 a.m.17 views

OESA-2025-1283 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: net: sfc: add missing xdp queue reinitialization After rx/tx ring buffer size is changed, kernel panic occurs when it acts XDPTX or XDPREDIRECT. When tx/rx ring...

7.8CVSS6.4AI score0.00873EPSS
SaveExploits3References15
Rows per page
Query Builder