Lucene search
+L

501 matches found

RedhatCVE
RedhatCVE
added 2024/11/22 8:20 a.m.29 views

CVE-2024-53094

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Add sendpageok check to disable MSGSPLICEPAGES While running ISER over SIW, the initiator machine encounters a warning from skbsplicefromiter indicating that a slab page is being used in sendpage. To address this, it is...

5.5CVSS6.8AI score0.00591EPSS
SaveExploits0References4
OSV
OSV
added 2024/11/21 7:15 p.m.9 views

AZL-54598 CVE-2024-53094 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Add sendpageok check to disable MSGSPLICEPAGES While running ISER over SIW, the initiator machine encounters a warning from skbsplicefromiter indicating that a slab page is being used in sendpage. To address this, it is...

5.5CVSS6.8AI score0.00591EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/11/21 6:17 p.m.77 views

CVE-2024-53094 RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Add sendpageok check to disable MSGSPLICEPAGES While running ISER over SIW, the initiator machine encounters a warning from skbsplicefromiter indicating that a slab page is being used in sendpage. To address this, it is...

9.8CVSS0.00591EPSS
SaveExploits0References3
CVE
CVE
added 2024/11/21 6:17 p.m.174 views

CVE-2024-53094

CVE-2024-53094 affects the Linux kernel RDMA/siw driver (InfiniBand) where siw_tcp_sendpages/siw_qp_tx.c processing can mishandle sendpage/MSG_SPLICE_PAGES, caused by insufficient input validation. The published fix adds a sendpage_ok() check to disable MSG_SPLICE_PAGES before entering the networ...

9.8CVSS6.5AI score0.00591EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/11/15 12:0 a.m.46 views

CVE-2024-51330

An issue in UltiMaker Cura v.4.41 and 5.8.1 and before allows a local attacker to execute arbitrary code via Inter-process communication IPC mechanism between Cura application and CuraEngine processes, localhost network stack, printing settings and G-code processing and transmission components,...

0.00194EPSS
SaveExploits0References1
Microsoft CVE
Microsoft CVE
added 2024/11/12 8:0 a.m.6 views

net: stmmac: Fix zero-division error when disabling tc cbs

...

5.5CVSS6.7AI score0.00248EPSS
SaveExploits0
OSV
OSV
added 2024/11/08 6:15 a.m.1 views

DEBIAN-CVE-2024-50186

In the Linux kernel, the following vulnerability has been resolved: net: explicitly clear the sk pointer, when pf-create fails We have recently noticed the exact same KASAN splat as in commit 6cd4a78d962b "net: do not leave a dangling sk pointer, when socket creation fails". The problem is that...

7.8CVSS6AI score0.00233EPSS
SaveExploits0References1
NVD
NVD
added 2024/11/07 10:15 a.m.21 views

CVE-2024-50145

In the Linux kernel, the following vulnerability has been resolved: octeonep: Add SKB allocation failures handling in octepoqprocessrx buildskb returns NULL in case of a memory allocation failure so handle it inside octepoqprocessrx to avoid NULL pointer dereference. octepoqprocessrx is called...

7.5CVSS0.00571EPSS
SaveExploits0References5
CVE
CVE
added 2024/11/07 9:31 a.m.141 views

CVE-2024-50145

Summary: CVE-2024-50145 concerns the Linux kernel octeon_ep driver. The root cause is the possibility that build_skb() returns NULL on memory allocation failure during RX processing in __octep_oq_process_rx(). The documented fix handles such skb allocation failures inside __octep_oq_process_rx():...

7.5CVSS5.2AI score0.00571EPSS
SaveExploits0References5Affected Software1
SUSE CVE
SUSE CVE
added 2024/10/22 2:23 p.m.3 views

SUSE CVE-2022-48956

In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid use-after-free in ip6fragment Blamed commit claimed rcureadlock was held by ip6fragment callers. It seems to not be always true, at least for UDP stack. syzbot reported: BUG: KASAN: use-after-free in ip6dstidev...

7.8CVSS6.3AI score0.00265EPSS
SaveExploits0References67
OSV
OSV
added 2024/10/21 8:15 p.m.3 views

DEBIAN-CVE-2022-48963

In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: fix memory leak in ipcmuxinit When failed to alloc ipcmux-uladb.ppqlt in ipcmuxinit, ipcmux is not released...

5.5CVSS4.9AI score0.00202EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.2 views

DEBIAN-CVE-2024-49929

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: avoid NULL pointer dereference iwlmvmtxskbsta and iwlmvmtxmpdu verify that the mvmvsta pointer is not NULL. It retrieves this pointer using iwlmvmstafrommac80211, which is dereferencing the ieee80211sta pointe...

5.5CVSS5.7AI score0.00238EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/10/08 12:0 a.m.9 views

Blackberry QNX Software Development Platform 安全漏洞

The Blackberry QNX Software Development Platform is a suite of QNX software development platforms from Blackberry Canada. The platform is primarily used to develop software based on the QNX platform. A security vulnerability exists in Blackberry QNX Software Development Platform versions 7.1 and...

6.2CVSS6.6AI score0.00163EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2024/09/30 3:41 p.m.454 views

Exploit for Use After Free in Apple Macos

EN GenEtherExploit is a Proof-of-Concept PoC exploit for t...

7.8CVSS7.8AI score0.01136EPSS
SaveExploits2
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.7 views

kernel: ipv6: prevent NULL dereference in ip6_output()

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent NULL dereference in ip6output According to syzbot, there is a chance that ip6dstidev returns NULL in ip6output. Most places in IPv6 stack deal with a NULL idev just fine, but not here. syzbot reported: general...

5.5CVSS6.4AI score0.0026EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.7 views

kernel: wifi: mac80211: don't return unset power in ieee80211_get_tx_power()

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: don't return unset power in ieee80211gettxpower We can get a UBSAN warning if ieee80211gettxpower returns the INTMIN value mac80211 internally uses for "unset power level". UBSAN: signed-integer-overflow in...

9.1CVSS6.4AI score0.01263EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/17 1:6 a.m.11 views

kernel: net: ena: Fix incorrect descriptor free behavior

This is a vulnerability in the Linux kernel's Elastic Network Adapter ENA driver, which manages network interfaces on certain platforms. The driver utilizes two types of transmit TX queues: one for packets from the network stack and another for packets directed by XDP eXpress Data Path operations...

7.8CVSS6.8AI score0.00256EPSS
SaveExploits0References4
CVE
CVE
added 2024/07/16 11:43 a.m.105 views

CVE-2022-48805

CVE-2022-48805 affects the Linux kernel USB driver net: usb: ax88179_178a, specifically the rx_fixup path (ax88179_rx_fixup()). The issue is multiple out-of-bounds accesses in RX fixup that can be triggered by a malicious or defective USB device. Reported problems include: (1) an out-of-bounds me...

7.8CVSS6.4AI score0.00316EPSS
SaveExploits0References8Affected Software1
Citrix
Citrix
added 2024/07/13 12:0 a.m.10 views

How to Validate If XenServer is Using Bridge or vSwitch for the Network Stack

This article describes how to validate if XenServer is using Bridge or vSwitch for the network stack. By default, XenServer 6.x uses vSwitch as the network stack when the host is installed. At some point, the XenServer administrator might have changed the network stack to Bridge. When attempting ...

7.1AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/07/11 12:0 a.m.30 views

Amazon Linux 2 : firefox (ALASFIREFOX-2024-026)

The version of firefox installed on the remote host is prior to 115.12.0-1. It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2FIREFOX-2024-026 advisory. RESERVEDNOTE: https://www.mozilla.org/en-US/security/advisories/mfsa2022-30/CVE-2022-2205 CVE-2022-2205 An attack...

9.8CVSS7.7AI score0.0107EPSS
SaveExploits1References22
Rows per page
Query Builder