Lucene search
+L

7174 matches found

Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.4 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-414420)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-414420 advisory. A flaw was found in the Linux kernels driver for the ASIX AX88179178A-based USB 2.0/3.0 Gigabit Ethernet Devices. The vulnerability contains multiple out-of-bounds...

7.8CVSS6.4AI score0.00296EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.3 views

Unity Linux 20.1050a / 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-387334)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-387334 advisory. In the Linux kernel, the following vulnerability has been resolved: net/bnx2x: Prevent access to a freed page in pagepool Fix race condition leading to system crash...

4.7CVSS6.2AI score0.00182EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.3 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987021)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987021 advisory. In the Linux kernel, the following vulnerability has been resolved: net: ethernet: nixge: fix NULL dereference In function nixgehwdmabdrelease dereference of NULL...

5.5CVSS5.9AI score0.00233EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.2 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-403124)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-403124 advisory. In the Linux kernel, the following vulnerability has been resolved: net: ethernet: lantiqetop: fix double free in detach The number of the currently released...

7.8CVSS6.2AI score0.00299EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.9 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-414350)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-414350 advisory. An issue was discovered in the Linux kernel through 5.16-rc6. ef100updatestats in drivers/net/ethernet/sfc/ef100nic.c lacks check of the return value of kmalloc...

5.5CVSS6.5AI score0.00214EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.4 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-413933)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-413933 advisory. In the Linux kernel, the following vulnerability has been resolved: bnx2x: Fix multiple UBSAN array-index-out-of-bounds Fix UBSAN warnings that occur when using a...

7.8CVSS6.3AI score0.00256EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.5 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987067)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987067 advisory. In the Linux kernel, the following vulnerability has been resolved: ethernet: Fix error handling in xemacliteofprobe This node pointer is returned by ofparsephandle...

5.5CVSS6AI score0.00216EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/10/06 5:13 p.m.9 views

CVE-2025-11295

A flaw has been found in Belkin F9K1015 1.00.10. This affects an unknown part of the file /goform/formPPPoESetup. This manipulation of the argument pppUserName causes buffer overflow. Remote exploitation of the attack is possible. The exploit has been published and may be used. The vendor was...

9CVSS8.7AI score0.01002EPSS
SaveExploits1References1
EUVD
EUVD
added 2025/10/05 6:30 p.m.9 views

EUVD-2025-32460

A flaw has been found in Belkin F9K1015 1.00.10. This affects an unknown part of the file /goform/formPPPoESetup. This manipulation of the argument pppUserName causes buffer overflow. Remote exploitation of the attack is possible. The exploit has been published and may be used. The vendor was...

9CVSS6.1AI score0.01002EPSS
SaveExploits1References6
OSV
OSV
added 2025/10/04 4:15 p.m.5 views

UBUNTU-CVE-2022-50486

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: Fix return type of netcpndostartxmit With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sure the call...

5.5CVSS5.9AI score0.00152EPSS
SaveExploits0References12
OSV
OSV
added 2025/10/04 3:44 p.m.4 views

CVE-2023-53601 bonding: do not assume skb mac_header is set

In the Linux kernel, the following vulnerability has been resolved: bonding: do not assume skb macheader is set Drivers must not assume in their ndostartxmit that skbs have their macheader set. skb-data is all what is needed. bonding seems to be one of the last offender as caught by syzbot:...

5.5CVSS6.4AI score0.00136EPSS
SaveExploits0References8
CVE
CVE
added 2025/10/04 3:16 p.m.27 views

CVE-2022-50486

The CVE-2022-50486 issue affects the Linux kernel TI Ethernet driver (net: ethernet: ti) where netcp_ndo_start_xmit() returns int but the net_device_ops field .ndo_start_xmit expects netdev_tx_t. This mismatch can trigger runtime failures (kernel panic or thread termination) when kCFI (clang, CON...

5.5CVSS6AI score0.00152EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/10/04 3:16 p.m.8 views

CVE-2022-50486 net: ethernet: ti: Fix return type of netcp_ndo_start_xmit()

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: Fix return type of netcpndostartxmit With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sure the call...

5.5CVSS6.4AI score0.00152EPSS
SaveExploits0References12
OSV
OSV
added 2025/10/04 8:15 a.m.4 views

UBUNTU-CVE-2025-39949

In the Linux kernel, the following vulnerability has been resolved: qed: Don't collect too many protection override GRC elements In the protection override dump path, the firmware can return far too many GRC elements, resulting in attempting to write past the end of the previously-kmalloc'ed dump...

5.5CVSS6.4AI score0.00137EPSS
SaveExploits0References34
Positive Technologies
Positive Technologies
added 2025/10/04 12:0 a.m.4 views

PT-2025-40673

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue where the return type of the netcp ndo start xmit function does not match the expected return type in the struct net device ops. Specifically, ndo star...

6.3AI score0.00152EPSS
SaveExploits0References11
EUVD
EUVD
added 2025/10/03 8:7 p.m.16 views

EUVD-2025-22700

Malicious code in bioql PyPI...

8.7AI score0.00157EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2024-19383

Malicious code in bioql PyPI...

6.7CVSS6.6AI score0.00154EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2022-25018

Malicious code in bioql PyPI...

9.8CVSS7.5AI score0.01238EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2024-53431

Malicious code in bioql PyPI...

4.7CVSS6.4AI score0.00126EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2025-31917

Malicious code in bioql PyPI...

6.4AI score0.00153EPSS
SaveExploits0References7
Rows per page
Query Builder