Lucene search
K

524 matches found

OSV
OSV
added 2025/10/01 11:42 a.m.3 views

CVE-2023-53455 drm/vc4: drop all currently held locks if deadlock happens

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: drop all currently held locks if deadlock happens If vc4hdmiresetlink returns -EDEADLK, it means that a deadlock happened in the locking context. This situation should be addressed by dropping all currently held locks an...

5.5CVSS6.4AI score0.0014EPSS
Exploits0References6
RedHat Linux
RedHat Linux
added 2025/09/26 1:5 a.m.6 views

openssh: Machine-in-the-middle attack if VerifyHostKeyDNS is enabled

A vulnerability was found in OpenSSH when the VerifyHostKeyDNS option is enabled. A machine-in-the-middle attack can be performed by a malicious machine impersonating a legit server. This issue occurs due to how OpenSSH mishandles error codes in specific conditions when verifying the host key. Fo...

6.8CVSS7.1AI score0.06997EPSS
Exploits4References6
RedhatCVE
RedhatCVE
added 2025/09/18 7:34 p.m.7 views

CVE-2022-50415

In the Linux kernel, the following vulnerability has been resolved: parisc: led: Fix potential null-ptr-deref in starttask starttask calls createsinglethreadworkqueue and not checked the ret value, which may return NULL. And a null-ptr-deref may happen: starttask createsinglethreadworkqueue faile...

5.5CVSS5.8AI score0.00152EPSS
Exploits0References4
Microsoft CVE
Microsoft CVE
added 2025/09/07 8:5 a.m.2 views

serial: 8250: fix panic due to PSLVERR

...

5.5CVSS6.8AI score0.00157EPSS
Exploits0
NVD
NVD
added 2025/09/05 6:15 p.m.5 views

CVE-2025-39716

In the Linux kernel, the following vulnerability has been resolved: parisc: Revise getuser to probe user read access Because of the way read access support is implemented, read access interruptions are only triggered at privilege levels 2 and 3. The kernel executes at privilege level 0, so getuse...

5.5CVSS0.00136EPSS
Exploits0References7
OSV
OSV
added 2025/09/05 5:21 p.m.4 views

CVE-2025-39716 parisc: Revise __get_user() to probe user read access

In the Linux kernel, the following vulnerability has been resolved: parisc: Revise getuser to probe user read access Because of the way read access support is implemented, read access interruptions are only triggered at privilege levels 2 and 3. The kernel executes at privilege level 0, so getuse...

5.5CVSS6.2AI score0.00136EPSS
Exploits0References9
OSV
OSV
added 2025/09/04 4:15 p.m.1 views

UBUNTU-CVE-2025-38712

In the Linux kernel, the following vulnerability has been resolved: hfsplus: don't use BUGON in hfspluscreateattributesfile When the volume header contains erroneous values that do not reflect the actual state of the filesystem, hfsplusfillsuper assumes that the attributes file is not yet created...

5.5CVSS5.9AI score0.00148EPSS
Exploits0References37
NVD
NVD
added 2025/08/22 4:15 p.m.6 views

CVE-2025-38656

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: Fix error code in iwlopmodedvmstart Preserve the error code if iwlsetupdeferredwork fails. The current code returns ERRPTR0 which is NULL on this path. I believe the missing error code potentially leads to a use...

7.8CVSS0.00148EPSS
Exploits0References3
OSV
OSV
added 2025/08/22 4:15 p.m.6 views

AZL-71023 CVE-2025-38656 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: Fix error code in iwlopmodedvmstart Preserve the error code if iwlsetupdeferredwork fails. The current code returns ERRPTR0 which is NULL on this path. I believe the missing error code potentially leads to a use...

7.8CVSS5.6AI score0.00148EPSS
Exploits0References1
OSV
OSV
added 2025/08/22 4:15 p.m.3 views

UBUNTU-CVE-2025-38656

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: Fix error code in iwlopmodedvmstart Preserve the error code if iwlsetupdeferredwork fails. The current code returns ERRPTR0 which is NULL on this path. I believe the missing error code potentially leads to a use...

7.8CVSS5.7AI score0.00148EPSS
Exploits0References6
CVE
CVE
added 2025/08/22 4:0 p.m.33 views

CVE-2025-38656

CVE-2025-38656 affects the Linux kernel’s wifi iwlwifi path (iwl_op_mode_dvm_start). The vulnerability stems from preserving the error code when iwl_setup_deferred_work() fails; the code previously returned ERR_PTR(0) (NULL), which could cause a use-after-free involving debugfs. A patch has been ...

7.8CVSS6.7AI score0.00148EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2025/08/22 4:0 p.m.7 views

CVE-2025-38656 wifi: iwlwifi: Fix error code in iwl_op_mode_dvm_start()

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: Fix error code in iwlopmodedvmstart Preserve the error code if iwlsetupdeferredwork fails. The current code returns ERRPTR0 which is NULL on this path. I believe the missing error code potentially leads to a use...

0.00148EPSS
Exploits0References3
ATTACKERKB
ATTACKERKB
added 2025/08/22 4:0 p.m.2 views

CVE-2025-38656

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: Fix error code in iwlopmodedvmstart Preserve the error code if iwlsetupdeferredwork fails. The current code returns ERRPTR0 which is NULL on this path. I believe the missing error code potentially leads to a use...

7.8CVSS5.8AI score0.00148EPSS
Exploits0References4
OSV
OSV
added 2025/07/25 1:15 p.m.3 views

UBUNTU-CVE-2025-38381

In the Linux kernel, the following vulnerability has been resolved: Input: cs40l50-vibra - fix potential NULL dereference in cs40l50uploadowt The cs40l50uploadowt function allocates memory via kmalloc without checking for allocation failure, which could lead to a NULL pointer dereference. Return...

5.7CVSS5.7AI score0.00139EPSS
Exploits0References12
OSV
OSV
added 2025/07/25 12:53 p.m.3 views

CVE-2025-38399 scsi: target: Fix NULL pointer dereference in core_scsi3_decode_spec_i_port()

In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix NULL pointer dereference in corescsi3decodespeciport The function corescsi3decodespeciport, in its error code path, unconditionally calls corescsi3lunaclundependitem passing the destsedeve pointer, which may be...

5.5CVSS6.3AI score0.0015EPSS
Exploits0References12
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.11 views

CVE-2025-38399

In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix NULL pointer dereference in corescsi3decodespeciport The function corescsi3decodespeciport, in its error code path, unconditionally calls corescsi3lunaclundependitem passing the destsedeve pointer, which may be...

5.5CVSS5.5AI score0.0015EPSS
Exploits0
CVE
CVE
added 2025/07/07 2:24 p.m.71 views

CVE-2025-5987

CVE-2025-5987 affects libssh when using ChaCha20 with OpenSSL. Root cause: OpenSSL error codes alias with SSH_OK, causing libssh to miss detection of an error during ChaCha20-Poly1305 key setup, potentially leading to a partially initialized cipher context and undefined behavior that can compromi...

8.1CVSS6.2AI score0.0144EPSS
Exploits0References17Affected Software1
SUSE CVE
SUSE CVE
added 2025/07/04 11:22 p.m.1 views

SUSE CVE-2025-38172

In the Linux kernel, the following vulnerability has been resolved: erofs: avoid using multiple devices with different type For multiple devices, both primary and extra devices should be the same type. erofsinitdevice has already guaranteed that if the primary is a file-backed device, extra devic...

6.6CVSS6.5AI score0.00143EPSS
Exploits0References10
NVD
NVD
added 2025/07/03 9:15 a.m.5 views

CVE-2025-38142

In the Linux kernel, the following vulnerability has been resolved: hwmon: asus-ec-sensors check sensor index in readstring Prevent a potential invalid memory access when the requested sensor is not found. findecsensorindex may return a negative value e.g. -ENOENT, but its result was used without...

5.5CVSS0.00156EPSS
Exploits0References6
OSV
OSV
added 2025/07/03 9:15 a.m.6 views

AZL-64523 CVE-2025-38142 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: hwmon: asus-ec-sensors check sensor index in readstring Prevent a potential invalid memory access when the requested sensor is not found. findecsensorindex may return a negative value e.g. -ENOENT, but its result was used without...

5.5CVSS5.7AI score0.00156EPSS
Exploits0References1
Rows per page
Query Builder