Lucene search
+L

49 matches found

OSV
OSV
added 2025/06/18 11:15 a.m.2 views

DEBIAN-CVE-2022-50114

In the Linux kernel, the following vulnerability has been resolved: net: 9p: fix refcount leak in p9readwork error handling p9reqput need to be called when m-rreq-rc.sdata is NULL to avoid temporary refcount leak. Dominique: commit wording adjustments, p9reqput argument fixes for rebase...

5.5CVSS5.3AI score0.00159EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: mac802154: A check for local interfaces should be performed before deleting the sdata list. Syzkaller reported a corrupted list in ieee802154ifremove. 1 A IEEE 802.15.4 network interface must be removed after unregistering a IEEE...

5.5CVSS6.2AI score0.00217EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/04/02 1:29 p.m.4 views

SUSE CVE-2025-21909

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: reject cooked mode if it is set along with other flags It is possible to set both MONITORFLAGCOOKFRAMES and MONITORFLAGACTIVE flags simultaneously on the same monitor interface from the userspace. This causes a...

5.5CVSS7.5AI score0.00152EPSS
SaveExploits0References16
OSV
OSV
added 2025/04/01 4:15 p.m.2 views

DEBIAN-CVE-2025-21909

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: reject cooked mode if it is set along with other flags It is possible to set both MONITORFLAGCOOKFRAMES and MONITORFLAGACTIVE flags simultaneously on the same monitor interface from the userspace. This causes a...

5.5CVSS5.7AI score0.00152EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/02/01 3:48 a.m.4 views

SUSE CVE-2024-57948

In the Linux kernel, the following vulnerability has been resolved: mac802154: check local interfaces before deleting sdata list syzkaller reported a corrupted list in ieee802154ifremove. 1 Remove an IEEE 802.15.4 network interface after unregister an IEEE 802.15.4 hardware device from the system...

6.7CVSS7.5AI score0.00217EPSS
SaveExploits0References19
OSV
OSV
added 2025/01/31 12:15 p.m.7 views

DEBIAN-CVE-2024-57948

In the Linux kernel, the following vulnerability has been resolved: mac802154: check local interfaces before deleting sdata list syzkaller reported a corrupted list in ieee802154ifremove. 1 Remove an IEEE 802.15.4 network interface after unregister an IEEE 802.15.4 hardware device from the system...

5.5CVSS5.6AI score0.00217EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/31 12:15 p.m.6 views

UBUNTU-CVE-2024-57948

In the Linux kernel, the following vulnerability has been resolved: mac802154: check local interfaces before deleting sdata list syzkaller reported a corrupted list in ieee802154ifremove. 1 Remove an IEEE 802.15.4 network interface after unregister an IEEE 802.15.4 hardware device from the system...

5.5CVSS6.2AI score0.00217EPSS
SaveExploits0References42
Debian CVE
Debian CVE
added 2025/01/31 11:25 a.m.11 views

CVE-2024-57948

In the Linux kernel, the following vulnerability has been resolved: mac802154: check local interfaces before deleting sdata list syzkaller reported a corrupted list in ieee802154ifremove. 1 Remove an IEEE 802.15.4 network interface after unregister an IEEE 802.15.4 hardware device from the system...

5.5CVSS5.6AI score0.00217EPSS
SaveExploits0
OSV
OSV
added 2024/11/15 10:53 p.m.4 views

CVE-2024-11263 arch: riscv: userspace: potential security risk when CONFIG_RISCV_GP=y

When the Global Pointer GP relative addressing is enabled CONFIGRISCVGP=y, the gp reg points at 0x800 bytes past the start of the .sdata section which is then used by the linker to relax accesses to global symbols...

9.3CVSS5.9AI score0.00164EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/11/15 12:0 a.m.6 views

PT-2024-16871 · Risc-V · Risc-V

Name of the Vulnerable Software and Affected Versions: RISC-V affected versions not specified Description: The issue concerns the Global Pointer GP relative addressing when enabled CONFIG RISCV GP=y. In this configuration, the gp register points 0x800 bytes past the start of the .sdata section,...

9.3CVSS6.9AI score0.00164EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2024/11/15 12:0 a.m.6 views

Zephyr 安全漏洞

Zephyr is an extensible real-time operating system RTOS that is open-sourced by Zephyr. A security vulnerability exists in Zephyr version 3.7.0 and prior versions, which stems from a gp reg pointing to the 0x800 byte at the beginning of the .sdata section when Global Pointer GP Relative Addressin...

9.3CVSS6.7AI score0.00164EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2024/09/12 12:0 a.m.16 views

The vulnerability of the function ieee80211_tx_ba_session_handle_start() in the mac80211 component of Linux kernel allows a hacker to induce a service failure.

The vulnerability of the ieee80211txbasessionhandlestart function in the mac80211 component of the Linux operating system’s kernel is related to the reception of NULL for sdata when authentication is performed. Exploiting this vulnerability could allow a attacker to cause a service failure...

5.5CVSS6.1AI score0.00245EPSS
SaveExploits0References12Affected Software2
SUSE CVE
SUSE CVE
added 2024/08/22 3:29 a.m.10 views

SUSE CVE-2022-48875

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: sdata can be NULL during AMPDU start ieee80211txbasessionhandlestart may get NULL for sdata when a deauthentication is ongoing. Here a trace triggering the race with the hostapd test multiapfronthaulonap: gdb list...

4.7CVSS6.1AI score0.00245EPSS
SaveExploits0References12
RedhatCVE
RedhatCVE
added 2024/08/21 7:10 p.m.20 views

CVE-2022-48875

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: sdata can be NULL during AMPDU start ieee80211txbasessionhandlestart may get NULL for sdata when a deauthentication is ongoing. Here a trace triggering the race with the hostapd test multiapfronthaulonap: gdb list...

5.7CVSS5.8AI score0.00245EPSS
SaveExploits0References4
NVD
NVD
added 2024/08/21 7:15 a.m.48 views

CVE-2022-48875

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: sdata can be NULL during AMPDU start ieee80211txbasessionhandlestart may get NULL for sdata when a deauthentication is ongoing. Here a trace triggering the race with the hostapd test multiapfronthaulonap: gdb list...

5.5CVSS0.00245EPSS
SaveExploits0References4
OSV
OSV
added 2024/08/21 7:15 a.m.2 views

DEBIAN-CVE-2022-48875

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: sdata can be NULL during AMPDU start ieee80211txbasessionhandlestart may get NULL for sdata when a deauthentication is ongoing. Here a trace triggering the race with the hostapd test multiapfronthaulonap: gdb list...

5.5CVSS5.3AI score0.00245EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/21 7:15 a.m.10 views

UBUNTU-CVE-2022-48875

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: sdata can be NULL during AMPDU start ieee80211txbasessionhandlestart may get NULL for sdata when a deauthentication is ongoing. Here a trace triggering the race with the hostapd test multiapfronthaulonap: gdb list...

5.5CVSS6.1AI score0.00245EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2024/08/21 7:15 a.m.24 views

CVE-2022-48875

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: sdata can be NULL during AMPDU start ieee80211txbasessionhandlestart may get NULL for sdata when a deauthentication is ongoing. Here a trace triggering the race with the hostapd test multiapfronthaulonap: gdb list...

5.5CVSS6.2AI score0.00245EPSS
SaveExploits0References27
Debian CVE
Debian CVE
added 2024/08/21 6:10 a.m.56 views

CVE-2022-48875

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: sdata can be NULL during AMPDU start ieee80211txbasessionhandlestart may get NULL for sdata when a deauthentication is ongoing. Here a trace triggering the race with the hostapd test multiapfronthaulonap: gdb list...

5.5CVSS5.3AI score0.00245EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/08/21 6:10 a.m.32 views

CVE-2022-48875 wifi: mac80211: sdata can be NULL during AMPDU start

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: sdata can be NULL during AMPDU start ieee80211txbasessionhandlestart may get NULL for sdata when a deauthentication is ongoing. Here a trace triggering the race with the hostapd test multiapfronthaulonap: gdb list...

0.00245EPSS
SaveExploits0References4
Rows per page
Query Builder