Lucene search
K

1703 matches found

SUSE CVE
SUSE CVE
added 2025/07/10 11:22 p.m.2 views

SUSE CVE-2025-38317

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix buffer overflow in debugfs If the user tries to write more than 32 bytes then it results in memory corruption. Fortunately, this is debugfs so it's limited to root users...

4.4CVSS7AI score0.00167EPSS
Exploits0References12
OSV
OSV
added 2025/07/10 8:15 a.m.1 views

DEBIAN-CVE-2025-38317

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix buffer overflow in debugfs If the user tries to write more than 32 bytes then it results in memory corruption. Fortunately, this is debugfs so it's limited to root users...

7.8CVSS6AI score0.00167EPSS
Exploits0References1
NVD
NVD
added 2025/07/10 8:15 a.m.4 views

CVE-2025-38317

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix buffer overflow in debugfs If the user tries to write more than 32 bytes then it results in memory corruption. Fortunately, this is debugfs so it's limited to root users...

7.8CVSS0.00167EPSS
Exploits0References3
OSV
OSV
added 2025/07/10 8:15 a.m.2 views

UBUNTU-CVE-2025-38317

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix buffer overflow in debugfs If the user tries to write more than 32 bytes then it results in memory corruption. Fortunately, this is debugfs so it's limited to root users...

7.8CVSS6.5AI score0.00167EPSS
Exploits0References13
CVE
CVE
added 2025/07/10 7:42 a.m.75 views

CVE-2025-38317

CVE-2025-38317 involves a buffer overflow in the Linux kernel wifi driver ath12k when writing to debugfs, causing memory corruption if more than 32 bytes are written. The issue is limited to debugfs and, per sources, is restricted to root users. Connected documents corroborate that this vulnerabi...

7.8CVSS7.1AI score0.00167EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2025/07/10 7:42 a.m.5 views

CVE-2025-38317 wifi: ath12k: Fix buffer overflow in debugfs

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix buffer overflow in debugfs If the user tries to write more than 32 bytes then it results in memory corruption. Fortunately, this is debugfs so it's limited to root users...

0.00167EPSS
Exploits0References3
OSV
OSV
added 2025/07/10 7:42 a.m.5 views

CVE-2025-38317 wifi: ath12k: Fix buffer overflow in debugfs

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix buffer overflow in debugfs If the user tries to write more than 32 bytes then it results in memory corruption. Fortunately, this is debugfs so it's limited to root users...

7.8CVSS6.8AI score0.00167EPSS
Exploits0References6
CNNVD
CNNVD
added 2025/07/10 12:0 a.m.2 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a debugfs buffer overflow in the ath12k driver, which could lead to memory corruption...

7.8CVSS7.2AI score0.00167EPSS
Exploits0References5
BDU FSTEC
BDU FSTEC
added 2025/07/03 12:0 a.m.3 views

The vulnerability of the thermal/debugfs component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the thermal/debugfs component in the Linux operating system’s kernel is related to errors during resource release. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS5.9AI score0.00227EPSS
Exploits0References8Affected Software3
Positive Technologies
Positive Technologies
added 2025/06/24 12:0 a.m.1 views

PT-2025-33779

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A crash can occur when rebinding a ccp device with CONFIG CRYPTO DEV CCP DEBUGFS enabled. The crash is triggered by attempting to access a null pointer after destroying the debugfs...

5.5CVSS6.1AI score0.00159EPSS
Exploits0
BDU FSTEC
BDU FSTEC
added 2025/06/23 12:0 a.m.3 views

The vulnerability of the icedebugfs_module_write() function in the drivers/net/ethernet/intel/ice/ice Debugfs.c driver of the Linux operating system allows a hacker to access protected information or cause a service failure.

The vulnerability of the icedebugfsmodulewrite function in the drivers/net/ethernet/intel/ice/icedebugfs.c file of the Linux kernel is related to insufficient validation of input data. Exploiting this vulnerability could allow an attacker to access protected information or cause service failures...

7.1CVSS6.8AI score0.00213EPSS
Exploits0References12Affected Software1
RedhatCVE
RedhatCVE
added 2025/06/20 5:4 a.m.2 views

CVE-2022-50030

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user input Malformed user input to debugfs results in buffer overflow crashes. Adapt input string lengths to fit within internal buffers, leaving space for NUL...

7CVSS7.7AI score0.00181EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 2:13 a.m.4 views

CVE-2022-50165

In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: fix uninitialized variable use in wilwritefilewmi Commit 7a4836560a61 changes simplewritetobuffer with memdupuser but it forgets to change the value to be returned that came from simplewritetobuffer call. ...

4.4CVSS7.2AI score0.00198EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/06/19 3:40 a.m.2 views

SUSE CVE-2022-50165

In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: fix uninitialized variable use in wilwritefilewmi Commit 7a4836560a61 changes simplewritetobuffer with memdupuser but it forgets to change the value to be returned that came from simplewritetobuffer call. ...

4.4CVSS6.3AI score0.00198EPSS
Exploits0References11
SUSE CVE
SUSE CVE
added 2025/06/19 3:39 a.m.2 views

SUSE CVE-2022-50169

In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: fix info leak in wilwritefilewmi The simplewritetobuffer function will succeed if even a single byte is initialized. However, we need to initialize the whole buffer to prevent information leaks. Just use...

5.5CVSS6.1AI score0.00209EPSS
Exploits0References11
SUSE CVE
SUSE CVE
added 2025/06/19 3:14 a.m.2 views

SUSE CVE-2025-38054

In the Linux kernel, the following vulnerability has been resolved: ptp: ocp: Limit signal/freq counts in summary output functions The debugfs summary output could access uninitialized elements in the freqin and signalout arrays, causing NULL pointer dereferences and triggering a kernel Oops...

5.5CVSS6.4AI score0.00154EPSS
Exploits0References3
OSV
OSV
added 2025/06/18 11:15 a.m.3 views

DEBIAN-CVE-2022-50169

In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: fix info leak in wilwritefilewmi The simplewritetobuffer function will succeed if even a single byte is initialized. However, we need to initialize the whole buffer to prevent information leaks. Just use...

7.1CVSS5.5AI score0.00209EPSS
Exploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.1 views

DEBIAN-CVE-2022-50165

In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: fix uninitialized variable use in wilwritefilewmi Commit 7a4836560a61 changes simplewritetobuffer with memdupuser but it forgets to change the value to be returned that came from simplewritetobuffer call. ...

5.5CVSS5.3AI score0.00198EPSS
Exploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.1 views

DEBIAN-CVE-2022-50030

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user input Malformed user input to debugfs results in buffer overflow crashes. Adapt input string lengths to fit within internal buffers, leaving space for NUL...

7.8CVSS5.6AI score0.00181EPSS
Exploits0References1
NVD
NVD
added 2025/06/18 11:15 a.m.3 views

CVE-2022-50030

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user input Malformed user input to debugfs results in buffer overflow crashes. Adapt input string lengths to fit within internal buffers, leaving space for NUL...

7.8CVSS0.00181EPSS
Exploits0References5
Rows per page
Query Builder