Lucene search
+L

13089 matches found

SUSE CVE
SUSE CVE
added 2024/07/17 3:32 a.m.14 views

SUSE CVE-2024-40977

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921s: fix potential hung tasks during chip recovery During chip recovery e.g. chip reset, there is a possible situation that kernel worker resetwork is holding the lock and waiting for kernel thread statworker to b...

5.5CVSS6.3AI score0.00247EPSS
SaveExploits0References15
Vulnrichment
Vulnrichment
added 2024/07/17 12:00 a.m.14 views

CVE-2024-40119

Nepstech Wifi Router xpon terminal model NTPL-Xpon1GFEVN v.1.0 Firmware V2.0.1 contains a Cross-Site Request Forgery CSRF vulnerability in the password change function, which allows remote attackers to change the admin password without the user's consent, leading to a potential account takeover...

7.4AI score0.00495EPSS
SaveExploits0References1
CVE
CVE
added 2024/07/17 12:00 a.m.59 views

CVE-2024-40119

CVE-2024-40119 affects Nepstech Wifi Router xpon (terminal), model NTPL-Xpon1GFEVN v1.0 with Firmware V2.0.1. The vulnerability is a CSRF flaw in the password change function that allows remote attackers to change the admin password without user consent, potentially leading to an account takeover...

8.8CVSS7.6AI score0.00495EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/07/17 12:00 a.m.27 views

CVE-2024-40119

Nepstech Wifi Router xpon terminal model NTPL-Xpon1GFEVN v.1.0 Firmware V2.0.1 contains a Cross-Site Request Forgery CSRF vulnerability in the password change function, which allows remote attackers to change the admin password without the user's consent, leading to a potential account takeover...

0.00495EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/07/16 6:55 p.m.24 views

CVE-2024-40979

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix kernel crash during resume Currently during resume, QMI target memory is not properly handled, resulting in kernel crash in case DMA remap is not supported: BUG: Bad page state in process kworker/u16:54 pfn:36e8...

4.4CVSS8.6AI score0.00268EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 6:54 p.m.21 views

CVE-2024-40977

A vulnerability was found in the Linux kernel's mt76 driver for the mt7921s chip, where a potential deadlock could occur during chip recovery. This situation arises when the kernel worker resetwork holds a lock while waiting for the statworker thread, which is simultaneously waiting for the same...

5.5CVSS6.6AI score0.00247EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/16 6:15 p.m.7 views

CVE-2024-33181

Tenda AC18 V15.03.3.10EN was discovered to contain a stack-based buffer overflow vulnerability via the deviceMac parameter at ip/goform/addWifiMacFilter...

8.8CVSS6.2AI score0.00613EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2024/07/16 4:26 p.m.28 views

CVE-2024-40942

A vulnerability was found in the Linux kernel's mac80211 mesh networking code. This issue can cause a memory leak of meshpreqqueue objects, which track mesh paths needing resolution. These objects are not properly cleaned up when mesh paths are deleted, such as when a mesh interface is removed. T...

6.1CVSS8.2AI score0.00259EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 4:26 p.m.16 views

CVE-2024-40941

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't read past the mfuart notifcation In case the firmware sends a notification that claims it has more data than it has, we will read past that was allocated for the notification. Remove the print of the...

4.1CVSS6.9AI score0.004EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 3:56 p.m.19 views

CVE-2024-40930

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate HE operation element parsing Validate that the HE operation element has the correct length before parsing it. Mitigation Mitigation for this issue is either not available or the currently available option...

5.7CVSS8.3AI score0.00243EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 3:56 p.m.22 views

CVE-2024-40929

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: check nssids before accessing the ssids In some versions of cfg80211, the ssids poinet might be a valid one even though nssids is 0. Accessing the pointer in this case will cuase an out-of-bound access. Fix th...

4.4CVSS6.8AI score0.00364EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 3:05 p.m.17 views

CVE-2024-40912

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Fix deadlock in ieee80211stapsdeliverwakeup The ieee80211stapsdeliverwakeup function takes sta-pslock to synchronizes with ieee80211txhunicastpsbuf which is called from softirq context. However using only spinlock...

4.7CVSS7.2AI score0.00225EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 3:05 p.m.26 views

CVE-2024-40911

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Lock wiphy in cfg80211getstation Wiphy should be locked before calling rdevgetstation see lockdep assert in ieee80211getstation. This fixes the following kernel NULL dereference: Unable to handle kernel NULL point...

4.4CVSS6.7AI score0.00408EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/07/16 2:34 a.m.9 views

SUSE CVE-2024-40911

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Lock wiphy in cfg80211getstation Wiphy should be locked before calling rdevgetstation see lockdep assert in ieee80211getstation. This fixes the following kernel NULL dereference: Unable to handle kernel NULL point...

5.5CVSS6.4AI score0.00408EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2024/07/16 2:34 a.m.6 views

SUSE CVE-2024-40912

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Fix deadlock in ieee80211stapsdeliverwakeup The ieee80211stapsdeliverwakeup function takes sta-pslock to synchronizes with ieee80211txhunicastpsbuf which is called from softirq context. However using only spinlock...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2024/07/16 2:34 a.m.9 views

SUSE CVE-2024-40929

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: check nssids before accessing the ssids In some versions of cfg80211, the ssids poinet might be a valid one even though nssids is 0. Accessing the pointer in this case will cuase an out-of-bound access. Fix th...

5.5CVSS6.5AI score0.00364EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2024/07/16 2:34 a.m.10 views

SUSE CVE-2024-40942

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: mesh: Fix leak of meshpreqqueue objects The hwmp code use objects of type meshpreqqueue, added to a list in ieee80211ifmesh, to keep track of mpath we need to resolve. If the mpath gets deleted, ex mesh interface ...

5.5CVSS6.6AI score0.00259EPSS
SaveExploits0References16
Positive Technologies
Positive Technologies
added 2024/07/16 12:00 a.m.8 views

PT-2024-25144 · Tenda · Tenda Ac18

Name of the Vulnerable Software and Affected Versions: Tenda AC18 version 15.03.3.10 EN Description: A stack-based buffer overflow issue was discovered via the deviceId parameter at the "ip/goform/addWifiMacFilter" endpoint. This allows for potential exploitation. Recommendations: For Tenda AC18...

9.8CVSS7.1AI score0.00611EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2024/07/16 12:00 a.m.12 views

Tenda AC18 安全漏洞

The Tenda AC18 is a router from the Chinese company Tenda. The Tenda AC18 suffers from a buffer overflow vulnerability that originates from the deviceId parameter of ip/goform/addWifiMacFilter. No detailed vulnerability details are provided at this time...

9.8CVSS7.5AI score0.00611EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2024/07/16 12:00 a.m.9 views

Tenda AC18 安全漏洞

Tenda AC18 is a dual-band wireless router launched by Shenzhen Jixiang Tenda Technology Co. in July 2016, mainly for villas and large home users. Tenda AC18 suffers from a stack buffer overflow vulnerability, which stems from the discovery of a deviceMac parameter via ip/goform/addWifiMacFilter...

8.8CVSS7.5AI score0.00613EPSS
SaveExploits1References2
Rows per page
Query Builder