Lucene search
K

31517 matches found

OSV
OSV
added 2025/12/09 1:16 a.m.2 views

DEBIAN-CVE-2023-53787

In the Linux kernel, the following vulnerability has been resolved: regulator: da9063: fix null pointer deref with partial DT config When some of the da9063 regulators do not have corresponding DT nodes a null pointer dereference occurs on boot because such regulators have no initdata causing the...

5.2AI score0.00155EPSS
Exploits0References1
NVD
NVD
added 2025/12/09 1:16 a.m.3 views

CVE-2023-53786

In the Linux kernel, the following vulnerability has been resolved: dm flakey: fix a crash with invalid table line This command will crash with NULL pointer dereference: dmsetup create flakey --table \ "0 blockdev --getsize /dev/ram0 flakey /dev/ram0 0 0 1 2 corruptbiobyte 512" Fix the crash by...

0.00195EPSS
Exploits0References9
OSV
OSV
added 2025/12/09 1:16 a.m.3 views

DEBIAN-CVE-2022-50634

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

5.2AI score0.00166EPSS
Exploits0References1
OSV
OSV
added 2025/12/09 1:16 a.m.1 views

UBUNTU-CVE-2023-53787

In the Linux kernel, the following vulnerability has been resolved: regulator: da9063: fix null pointer deref with partial DT config When some of the da9063 regulators do not have corresponding DT nodes a null pointer dereference occurs on boot because such regulators have no initdata causing the...

5.7AI score0.00155EPSS
Exploits0References5
OSV
OSV
added 2025/12/09 1:16 a.m.2 views

UBUNTU-CVE-2023-53786

In the Linux kernel, the following vulnerability has been resolved: dm flakey: fix a crash with invalid table line This command will crash with NULL pointer dereference: dmsetup create flakey --table \ "0 blockdev --getsize /dev/ram0 flakey /dev/ram0 0 0 1 2 corruptbiobyte 512" Fix the crash by...

5.7AI score0.00195EPSS
Exploits0References12
OSV
OSV
added 2025/12/09 1:16 a.m.3 views

UBUNTU-CVE-2023-53784

In the Linux kernel, the following vulnerability has been resolved: drm: bridge: dwhdmi: fix connector access for scdc Commit 5d844091f237 "drm/scdc-helper: Pimp SCDC debugs" changed the scdc interface to pick up an i2c adapter from a connector instead. However, in the case of dw-hdmi, the wrong...

5.7AI score0.00155EPSS
Exploits0References5
OSV
OSV
added 2025/12/09 1:16 a.m.0 views

UBUNTU-CVE-2022-50634

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

5.7AI score0.00166EPSS
Exploits0References6
OSV
OSV
added 2025/12/09 1:16 a.m.0 views

UBUNTU-CVE-2022-50635

In the Linux kernel, the following vulnerability has been resolved: powerpc/kprobes: Fix null pointer reference in archpreparekprobe I found a null pointer reference in archpreparekprobe: echo 'p cmdlineprocshow' kprobeevents echo 'p cmdlineprocshow+16' kprobeevents Kernel attempted to read user...

5.7AI score0.00171EPSS
Exploits0References7
SUSE CVE
SUSE CVE
added 2025/12/09 12:28 a.m.3 views

SUSE CVE-2023-53766

In the Linux kernel, the following vulnerability has been resolved: FS: JFS: Check for read-only mounted filesystem in txBegin This patch adds a check for read-only mounted filesystem in txBegin before starting a transaction potentially saving from NULL pointer deref...

7CVSS6.5AI score0.00165EPSS
Exploits0References22
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.3 views

SUSE CVE-2025-40290

In the Linux kernel, the following vulnerability has been resolved: xsk: avoid data corruption on cq descriptor number Since commit 30f241fcf52a "xsk: Fix immature cq descriptor production", the descriptor number is stored in skb control block and xskcqsubmitaddrlocked relies on it to put the ume...

6AI score0.00155EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.3 views

SUSE CVE-2025-40321

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix crash while sending Action Frames in standalone AP Mode Currently, whenever there is a need to transmit an Action frame, the brcmfmac driver always uses the P2P vif to send the "actframe" IOVAR to firmware. Th...

5.5CVSS6.1AI score0.00168EPSS
Exploits0References22
OSV
OSV
added 2025/12/09 12:0 a.m.4 views

CVE-2023-53789 iommu/amd: Improve page fault error reporting

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Improve page fault error reporting If IOMMU domain for device group is not setup properly then we may hit IOMMU page fault. Current page fault handler assumes that domain is always setup and it will hit NULL pointer...

6.2AI score0.00166EPSS
Exploits0References6
OSV
OSV
added 2025/12/09 12:0 a.m.3 views

CVE-2023-53787 regulator: da9063: fix null pointer deref with partial DT config

In the Linux kernel, the following vulnerability has been resolved: regulator: da9063: fix null pointer deref with partial DT config When some of the da9063 regulators do not have corresponding DT nodes a null pointer dereference occurs on boot because such regulators have no initdata causing the...

6.2AI score0.00155EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/12/09 12:0 a.m.25 views

CVE-2023-53784 drm: bridge: dw_hdmi: fix connector access for scdc

In the Linux kernel, the following vulnerability has been resolved: drm: bridge: dwhdmi: fix connector access for scdc Commit 5d844091f237 "drm/scdc-helper: Pimp SCDC debugs" changed the scdc interface to pick up an i2c adapter from a connector instead. However, in the case of dw-hdmi, the wrong...

0.00155EPSS
Exploits0References2
CVE
CVE
added 2025/12/09 12:0 a.m.11 views

CVE-2022-50635

The CVE-2022-50635 entry relates to the Linux kernel powerpc kprobes null pointer dereference in arch_prepare_kprobe(). The root cause is a NULL dereference when the code reads prev->ainsn.insn for ftrace-based probes, which can trigger a crash during kprobe creation. The provided description ...

6AI score0.00171EPSS
Exploits0References4
OSV
OSV
added 2025/12/09 12:0 a.m.2 views

CVE-2022-50635 powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe()

In the Linux kernel, the following vulnerability has been resolved: powerpc/kprobes: Fix null pointer reference in archpreparekprobe I found a null pointer reference in archpreparekprobe: echo 'p cmdlineprocshow' kprobeevents echo 'p cmdlineprocshow+16' kprobeevents Kernel attempted to read user...

6.2AI score0.00171EPSS
Exploits0References7
Cvelist
Cvelist
added 2025/12/09 12:0 a.m.27 views

CVE-2022-50634 power: supply: cw2015: Fix potential null-ptr-deref in cw_bat_probe()

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

0.00166EPSS
Exploits0References3
CNNVD
CNNVD
added 2025/12/09 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 Linux kernel that stems from clkwzrdregisterdivider not properly handling an errant pointer, which could result in a null pointer dereference...

6.2AI score0.00156EPSS
Exploits0References6
CNNVD
CNNVD
added 2025/12/09 12:0 a.m.3 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 Linux kernel that stems from improper checking of the return value of mmcaddhost, which could lead to a memory leak and null pointer...

6AI score0.00173EPSS
Exploits0References8
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.2 views

PT-2025-50165

Name of the Vulnerable Software and Affected Versions Windows DirectX affected versions not specified Description A flaw exists in Windows DirectX that can allow a local attacker to cause a denial of service. The issue is due to a null pointer dereference. This can affect the system...

6.5CVSS6.2AI score0.00418EPSS
Exploits0References5
Rows per page
Query Builder