Lucene search
+L

13094 matches found

OSV
OSV
added 2024/06/21 11:33 a.m.29 views

SUSE-SU-2024:2139-1 Security update for the Linux Kernel (Live Patch 43 for SLE 15 SP3)

This update for the Linux Kernel 5.3.18-15030059158 fixes several issues. The following security issues were fixed: - CVE-2021-46955: Fixed an out-of-bounds read with openvswitch, when fragmenting IPv4 packets bsc1220537. - CVE-2024-26852: Fixed use-after-free in ip6routempathnotify bsc1223059. -...

8.2CVSS7.3AI score0.01037EPSS
SaveExploits2References11
OSV
OSV
added 2024/06/21 6:17 a.m.20 views

CLSA-2024-1718950656 Fix of 22 CVEs

CVE-url: https://ubuntu.com/security/CVE-2024-26764 - aio: remove an outdated BUGON and comment in aiocomplete - aio: remove the extra getfile/fput pair in iosubmitone - aio: refactor read/write iocb setup - fs/aio: Restrict kiocbsetcancelfn to I/O submitted via libaio CVE-url:...

8.8CVSS7.1AI score0.02701EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2024/06/21 3:06 a.m.11 views

SUSE CVE-2024-38575

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: pcie: handle randbuf allocation failure The kzalloc in brcmfpciedownloadfwnvram will return null if the physical memory has run out. As a result, if we use getrandombytes to generate random bytes in the randbuf, t...

5.5CVSS6.6AI score0.00225EPSS
SaveExploits0References10
BDU FSTEC
BDU FSTEC
added 2024/06/21 12:00 a.m.12 views

The vulnerability of the setWiFiEasyCfg() function in the microprogramming software for TOTOLINK A3700R allows a hacker to execute arbitrary code.

The vulnerability of the setWiFiEasyCfg function in the microprogrammed wireless router software of TOTOLINK A3700R lies in the fact that the operation’s output escapes outside of the buffer in memory. Exploiting this vulnerability allows a remote attacker to execute arbitrary code through the ss...

9CVSS6.3AI score0.00671EPSS
SaveExploits1References3Affected Software1
RedhatCVE
RedhatCVE
added 2024/06/20 3:55 p.m.21 views

CVE-2024-38572

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix out-of-bound access of qmiinvokehandler Currently, there is no terminator entry for ath12kqmimsghandlers hence facing below KASAN warning, ================================================================== BUG:...

4.4CVSS6.9AI score0.00234EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 3:54 p.m.25 views

CVE-2024-38567

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: add a proper sanity check for endpoints Syzkaller reports 1 hitting a warning which is caused by presence of a wrong endpoint type at the URB sumbitting stage. While there was a check for a specific 4th endpoint,...

4.4CVSS7AI score0.00254EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 3:54 p.m.25 views

CVE-2024-38565

In the Linux kernel, the following vulnerability has been resolved: wifi: ar5523: enable proper endpoint verification Syzkaller reports 1 hitting a warning about an endpoint in use not having an expected type to it. Fix the issue by checking for the existence of all proper endpoints with their...

4.4CVSS6.8AI score0.00741EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 3:54 p.m.21 views

CVE-2024-38563

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: fix potential memory leakage when reading chip temperature Without this commit, reading chip temperature will cause memory leakage...

5.1CVSS7AI score0.00225EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 3:54 p.m.27 views

CVE-2024-38562

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: Avoid address calculations via out of bounds array indexing Before request-channels can be used, request-nchannels must be set. Additionally, address calculations for memory after the "channels" array need to be...

5.6CVSS7AI score0.00234EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 3:27 p.m.32 views

CVE-2024-38575

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: pcie: handle randbuf allocation failure The kzalloc in brcmfpciedownloadfwnvram will return null if the physical memory has run out. As a result, if we use getrandombytes to generate random bytes in the randbuf, t...

4.4CVSS6.8AI score0.00225EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 2:30 p.m.29 views

CVE-2024-38616

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: re-fix fortified-memset warning The carl9170txrelease function sometimes triggers a fortified-memset warning in my randconfig builds: In file included from include/linux/string.h:254, from...

4.4CVSS6.5AI score0.00651EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 2:29 p.m.20 views

CVE-2024-38609

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: connac: check for null before dereferencing The wcid can be NULL. It should be checked for validity before dereferencing it to avoid crash. Mitigation Mitigation for this issue is either not available or the currently...

4.4CVSS7.6AI score0.0018EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/06/20 12:00 a.m.18 views

PT-2024-6685 · Tenda · Tenda A301

Name of the Vulnerable Software and Affected Versions: Tenda A301 version 15.13.08.12 Description: A critical issue has been found in the function formWifiBasicSet of the file /goform/SetOnlineDevName, where the manipulation of the argument devName leads to a stack-based buffer overflow. This can...

10CVSS6.8AI score0.00993EPSS
SaveExploits1References7
NVD
NVD
added 2024/06/19 2:15 p.m.22 views

CVE-2024-38616

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: re-fix fortified-memset warning The carl9170txrelease function sometimes triggers a fortified-memset warning in my randconfig builds: In file included from include/linux/string.h:254, from...

8.2CVSS0.00651EPSS
SaveExploits0References5
OSV
OSV
added 2024/06/19 2:15 p.m.6 views

DEBIAN-CVE-2024-38616

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: re-fix fortified-memset warning The carl9170txrelease function sometimes triggers a fortified-memset warning in my randconfig builds: In file included from include/linux/string.h:254, from...

8.2CVSS5.6AI score0.00651EPSS
SaveExploits0References1
NVD
NVD
added 2024/06/19 2:15 p.m.41 views

CVE-2024-38609

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: connac: check for null before dereferencing The wcid can be NULL. It should be checked for validity before dereferencing it to avoid crash...

5.5CVSS0.0018EPSS
SaveExploits0References2
NVD
NVD
added 2024/06/19 2:15 p.m.26 views

CVE-2024-38575

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: pcie: handle randbuf allocation failure The kzalloc in brcmfpciedownloadfwnvram will return null if the physical memory has run out. As a result, if we use getrandombytes to generate random bytes in the randbuf, t...

5.5CVSS0.00225EPSS
SaveExploits0References5
NVD
NVD
added 2024/06/19 2:15 p.m.32 views

CVE-2024-38572

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix out-of-bound access of qmiinvokehandler Currently, there is no terminator entry for ath12kqmimsghandlers hence facing below KASAN warning, ================================================================== BUG:...

7.8CVSS0.00234EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/19 2:15 p.m.6 views

DEBIAN-CVE-2024-38572

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix out-of-bound access of qmiinvokehandler Currently, there is no terminator entry for ath12kqmimsghandlers hence facing below KASAN warning, ================================================================== BUG:...

7.1CVSS5.5AI score0.00234EPSS
SaveExploits0References1
NVD
NVD
added 2024/06/19 2:15 p.m.30 views

CVE-2024-38565

In the Linux kernel, the following vulnerability has been resolved: wifi: ar5523: enable proper endpoint verification Syzkaller reports 1 hitting a warning about an endpoint in use not having an expected type to it. Fix the issue by checking for the existence of all proper endpoints with their...

6.5CVSS0.00741EPSS
SaveExploits0References11
Rows per page
Query Builder