Lucene search
+L

29583 matches found

OSV
OSV
added 2025/10/22 2:15 p.m.9 views

DEBIAN-CVE-2022-50576

In the Linux kernel, the following vulnerability has been resolved: serial: pch: Fix PCI device refcount leak in pchrequestdma As comment of pcigetslot says, it returns a pcidevice with its refcount increased. The caller must decrement the reference count by calling pcidevput. Since 'dmadev' is...

5.4AI score0.00232EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/22 2:15 p.m.11 views

UBUNTU-CVE-2023-53692

In the Linux kernel, the following vulnerability has been resolved: ext4: fix use-after-free read in ext4findextent for bigalloc + inline Syzbot found the following issue: loop0: detected capacity change from 0 to 2048 EXT4-fs loop0: mounted filesystem 00000000-0000-0000-0000-000000000000 without...

7.8CVSS5.7AI score0.00149EPSS
SaveExploits0References10
OSV
OSV
added 2025/10/22 2:15 p.m.9 views

UBUNTU-CVE-2022-50577

In the Linux kernel, the following vulnerability has been resolved: ima: Fix memory leak in imainodehash Commit f3cc6b25dcc5 "ima: always measure and audit files in policy" lets measurement or audit happen even if the file digest cannot be calculated. As a result, iint-imahash could have been...

5.7AI score0.00197EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/22 2:15 p.m.15 views

UBUNTU-CVE-2023-53722

In the Linux kernel, the following vulnerability has been resolved: md: raid1: fix potential OOB in raid1removedisk If rddev-raiddisk is greater than mddev-raiddisks, there will be an out-of-bounds in raid1removedisk. We have already found similar reports as follows: 1 commit d17f744e883b...

6AI score0.00195EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/10/22 1:23 p.m.10 views

CVE-2023-53718

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Do not swap cpubuffer during resize process When ringbufferswapcpu was called during resize process, the cpu buffer was swapped in the middle, resulting in incorrect state. Continuing to run in the wrong state will...

7.8CVSS5.5AI score0.00142EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.20 views

CVE-2023-53705 ipv6: Fix out-of-bounds access in ipv6_find_tlv()

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix out-of-bounds access in ipv6findtlv optlen is fetched without checking whether there is more than one byte to parse. It can lead to out-of-bounds access. Found by InfoTeCS on behalf of Linux Verification Center...

8.2CVSS0.00526EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/10/22 1:23 p.m.6 views

CVE-2022-50580

In the Linux kernel, the following vulnerability has been resolved: blk-throttle: prevent overflow while calculating wait time There is a problem found by code review in tgwithinbpslimit that 'bpslimit jiffyelapsedrnd' might overflow. Fix the problem by calling mulu64u64divu64 instead...

5.5AI score0.00199EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.19 views

CVE-2022-50572 ASoC: audio-graph-card: fix refcount leak of cpu_ep in __graph_for_each_link()

In the Linux kernel, the following vulnerability has been resolved: ASoC: audio-graph-card: fix refcount leak of cpuep in graphforeachlink The ofgetnextchild returns a node with refcount incremented, and decrements the refcount of prev. So in the error path of the while loop, ofnodeput needs be...

0.00205EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.16 views

CVE-2022-50566 mtd: Fix device name leak when register device failed in add_mtd_device()

In the Linux kernel, the following vulnerability has been resolved: mtd: Fix device name leak when register device failed in addmtddevice There is a kmemleak when register device failed: unreferenced object 0xffff888101aab550 size 8: comm "insmod", pid 3922, jiffies 4295277753 age 925.408s hex du...

0.00232EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/10/22 1:23 p.m.6 views

CVE-2022-50563

In the Linux kernel, the following vulnerability has been resolved: dm thin: Fix UAF in runtimersoftirq When dmresume and dmdestroy are concurrent, it will lead to UAF, as follows: BUG: KASAN: use-after-free in runtimers+0x173/0x710 Write of size 8 at addr ffff88816d9490f0 by task swapper/0/0 Cal...

5.4AI score0.00232EPSS
SaveExploits0
CVE
CVE
added 2025/10/22 1:23 p.m.33 views

CVE-2022-50561

CVE-2022-50561 дисcusses a memory-leak issue in the Linux kernel’s IIO subsystem. The vulnerability occurs in iio_device_register_eventset() when iio_device_register_sysfs_group() fails and the eventset attrs array is not freed, allowing kmemleak to report a memory leak. The root cause is imprope...

6.1AI score0.00199EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.18 views

CVE-2022-50558 regmap-irq: Use the new num_config_regs property in regmap_add_irq_chip_fwnode

In the Linux kernel, the following vulnerability has been resolved: regmap-irq: Use the new numconfigregs property in regmapaddirqchipfwnode Commit faa87ce9196d "regmap-irq: Introduce config registers for irq types" added the numconfigregs, then commit 9edd4f5aee84 "regmap-irq: Deprecate type...

0.00197EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/10/22 12:00 a.m.12 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 an unchecked kzalloc return value that could lead to a null pointer dereference...

5.8AI score0.00172EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/10/22 12:00 a.m.10 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 the failure to perform error handling when a platform device addition fails, which could lead to a memory le...

6.1AI score0.00199EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/10/22 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-23300

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - NVIDIA Display Driver for Linux contains a vulnerability in the kernel driver, where a user could cause a null pointer dereference by allocating a specific memo...

5.5CVSS5.4AI score0.00138EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/10/22 12:00 a.m.6 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 a lack of checking of bmp-dbagl2size, which could lead to an out-of-bounds shift...

6.1AI score0.0016EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2025/10/22 12:00 a.m.16 views

PT-2025-43393

Name of the Vulnerable Software and Affected Versions versions prior to kernel release containing the fix affected versions not specified Description A flaw exists where the kernel does not properly validate the connection state of sockets when adding them to load-balancing groups created using t...

5.4CVSS6.3AI score0.00202EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/10/22 12:00 a.m.13 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 the failure to free imahash memory when imacollectmeasurement returns an error, which could lead to a memory...

6.1AI score0.00197EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/10/22 12:00 a.m.15 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 memory leak in the error handling path of the qla2x00probeone function, which could lead to memory...

5.6AI score0.00199EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/10/22 12:00 a.m.10 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 the failure to free a cloned skb when skborphanfragsrx fails, which could lead to a memory leak...

6.1AI score0.00195EPSS
SaveExploits0References9
Rows per page
Query Builder