Lucene search
K

37 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2024-35821

Malicious code in bioql PyPI...

5.5CVSS7.2AI score0.0021EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2025-6293

Malicious code in bioql PyPI...

5.5CVSS7.2AI score0.0021EPSS
Exploits0References8
Tenable Nessus
Tenable Nessus
added 2025/08/08 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2024-26590

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: erofs: fix inconsistent per-file compression format EROFS can select compression algorithms ...

5.5CVSS5.8AI score0.00222EPSS
Exploits0References2
OSV
OSV
added 2025/06/18 9:28 a.m.5 views

CVE-2025-38023 nfs: handle failure of nfs_get_lock_context in unlock path

In the Linux kernel, the following vulnerability has been resolved: nfs: handle failure of nfsgetlockcontext in unlock path When memory is insufficient, the allocation of nfslockcontext in nfsgetlockcontext fails and returns -ENOMEM. If we mistakenly treat an nfs4unlockdata structure whose lctx...

5.5CVSS6.1AI score0.00172EPSS
Exploits0References13
RedhatCVE
RedhatCVE
added 2025/05/22 4:15 p.m.6 views

CVE-2025-37910

In the Linux kernel, the following vulnerability has been resolved: ptp: ocp: Fix NULL dereference in Adva board SMA sysfs operations On Adva boards, SMA sysfs store/get operations can call handlesignaloutputs or handlesignalinputs while the irig and dcf pointers are uninitialized, leading to a...

6.8AI score0.00157EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2025/05/06 12:0 a.m.7 views

CBL Mariner 2.0 Security Update: kernel (CVE-2025-21689)

"The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-21689 advisory. - In the Linux kernel, the following vulnerability has been resolved: USB: serial: quatech2: fix null-ptr-...

5.5CVSS5.9AI score0.00201EPSS
Exploits0References2
CVE
CVE
added 2025/05/01 2:10 p.m.58 views

CVE-2022-49895

CVE-2022-49895 concerns the Linux kernel fix for a NULL pointer dereference in the cxl/region path. When an intermediate port’s decoders are exhausted and a new region is added in its hierarchical path, cxl_port_attach_region() may fail to find a port decoder and fall through to cleanup. During t...

5.5CVSS6.6AI score0.0014EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2025/05/01 2:9 p.m.20 views

CVE-2022-49806 net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() and sparx5_start()

In the Linux kernel, the following vulnerability has been resolved: net: microchip: sparx5: Fix potential null-ptr-deref in sparxstatsinit and sparx5start sparxstatsinit calls createsinglethreadworkqueue and not checked the ret value, which may return NULL. And a null-ptr-deref may happen:...

0.00164EPSS
Exploits0References3
NVD
NVD
added 2025/05/01 1:15 p.m.6 views

CVE-2025-23146

In the Linux kernel, the following vulnerability has been resolved: mfd: ene-kb3930: Fix a potential NULL pointer dereference The offgpios could be NULL. Add missing check in the kb3930probe. This is similar to the issue fixed in commit b1ba8bcb2d1f "backlight: hx8357: Fix potential NULL pointer...

5.5CVSS0.00176EPSS
Exploits0References10
OSV
OSV
added 2025/03/27 4:43 p.m.17 views

CVE-2022-49758 reset: uniphier-glue: Fix possible null-ptr-deref

In the Linux kernel, the following vulnerability has been resolved: reset: uniphier-glue: Fix possible null-ptr-deref It will cause null-ptr-deref when resourcesizeres invoked, if platformgetresource returns NULL...

5.5CVSS5AI score0.00187EPSS
Exploits0References6
OSV
OSV
added 2025/03/27 4:37 p.m.9 views

CVE-2023-52938 usb: typec: ucsi: Don't attempt to resume the ports before they exist

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: Don't attempt to resume the ports before they exist This will fix null pointer dereference that was caused by the driver attempting to resume ports that were not yet registered...

5.5CVSS5.8AI score0.00197EPSS
Exploits0References5
NVD
NVD
added 2025/03/12 10:15 a.m.12 views

CVE-2025-21848

In the Linux kernel, the following vulnerability has been resolved: nfp: bpf: Add check for nfpappctrlmsgalloc Add check for the return value of nfpappctrlmsgalloc in nfpbpfcmsgalloc to prevent null pointer dereference...

5.5CVSS0.0021EPSS
Exploits0References11
CVE
CVE
added 2025/02/27 2:7 a.m.110 views

CVE-2025-21713

CVE-2025-21713 affects the PowerPC/ pSeries IOMMU path in the Linux kernel. The issue occurs when reusing the same vfio container across different IOMMU groups, where spapr_tce_set_window() may lead to cleanup that dereferences a null or invalid tbl, causing a kernel crash (NULL pointer dereferen...

5.5CVSS6.5AI score0.00193EPSS
Exploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 2:12 a.m.8 views

CVE-2022-49435

In the Linux kernel, the following vulnerability has been resolved: mfd: davincivoicecodec: Fix possible null-ptr-deref davincivcprobe It will cause null-ptr-deref when using 'res', if platformgetresource returns NULL, so move using 'res' after devmioremapresource that will check it to avoid...

5.5CVSS5.5AI score0.00247EPSS
Exploits0
Cvelist
Cvelist
added 2025/02/26 2:12 a.m.19 views

CVE-2022-49417 iwlwifi: mei: fix potential NULL-ptr deref

In the Linux kernel, the following vulnerability has been resolved: iwlwifi: mei: fix potential NULL-ptr deref If SKB allocation fails, continue rather than using the NULL pointer. Coverity CID: 1497650...

0.00243EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2025/02/26 2:10 a.m.11 views

CVE-2022-49329

In the Linux kernel, the following vulnerability has been resolved: vduse: Fix NULL pointer dereference on sysfs access The control device has no drvdata. So we will get a NULL pointer dereference when accessing control device's msgtimeout attribute via sysfs: 132.841881 T3644 BUG: kernel NULL...

5.5CVSS5.5AI score0.00245EPSS
Exploits0
Debian CVE
Debian CVE
added 2025/02/10 3:58 p.m.5 views

CVE-2025-21689

In the Linux kernel, the following vulnerability has been resolved: USB: serial: quatech2: fix null-ptr-deref in qt2processreadurb This patch addresses a null-ptr-deref in qt2processreadurb due to an incorrect bounds check in the following: if newport serial-numports deverr&port-dev, "%s - port...

5.5CVSS5.7AI score0.00201EPSS
Exploits0
Cvelist
Cvelist
added 2025/02/10 3:58 p.m.20 views

CVE-2025-21689 USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb()

In the Linux kernel, the following vulnerability has been resolved: USB: serial: quatech2: fix null-ptr-deref in qt2processreadurb This patch addresses a null-ptr-deref in qt2processreadurb due to an incorrect bounds check in the following: if newport serial-numports deverr&port-dev, "%s - port...

0.00201EPSS
Exploits0References8
OSV
OSV
added 2024/12/27 1:50 p.m.7 views

CVE-2024-53222 zram: fix NULL pointer in comp_algorithm_show()

In the Linux kernel, the following vulnerability has been resolved: zram: fix NULL pointer in compalgorithmshow LTP reported a NULL pointer dereference as followed: CPU: 7 UID: 0 PID: 5995 Comm: cat Kdump: loaded Not tainted 6.12.0-rc6+ 3 Hardware name: QEMU KVM Virtual Machine, BIOS 0.0.0...

5.5CVSS6AI score0.00217EPSS
Exploits0References6
Tenable Nessus
Tenable Nessus
added 2024/12/13 12:0 a.m.7 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-50049)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-50049 advisory. - In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointer befo...

5.5CVSS6.1AI score0.00221EPSS
Exploits0References2
Rows per page
Query Builder