Lucene search
+L

38 matches found

UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.6 views

CVE-2026-72214

In the Linux kernel, the following vulnerability has been resolved: power: supply: cpcap-battery: Fix missing nvmemdeviceput causing reference leak In cpcapbatterydetectbatterytype, the reference to an nvmem device obtained via nvmemdevicefind is not released with nvmemdeviceput on the success or...

5.6AI score0.00206EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/24 3:23 p.m.29 views

CVE-2026-64227

Summary: CVE-2026-64227 in the Linux kernel fixes a NULL-deref/invalid match during ACPI companion probing. Root cause (as described): Platform drivers could be forced to match a device not in their ID list via device_match_driver_override(), so drivers handling core ACPI devices must verify the ...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References4Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/06/25 12:00 a.m.17 views

Linux Distros Unpatched Vulnerability : CVE-2026-53118

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - vdpa: use generic driveroverride infrastructure When a driver is probed through driverattach, the bus' match callback is called without the device lock held, th...

7.8CVSS5.3AI score0.00173EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/06/19 11:10 a.m.17 views

Astra Linux – Vulnerability in Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: btrfs: Fixed an issue where the extent map was used after free, especially when handling a missing device in the readonechunk function. The error code must be stored before freeing the extentmap. Although it’s a...

7.8CVSS6AI score0.00162EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/06/12 6:03 p.m.55 views

CVE-2026-28742 Naxclow IoT Platform Use of hard-coded cryptographic key

Naxclow devices use a uniform request-signing scheme based on a hard-coded, platform-wide salt embedded in every firmware image. Once this salt is recovered from any device, an attacker can generate valid signatures for arbitrary device or account operations due to the absence of per-device keys,...

9.8CVSS0.0033EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/05/07 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-43192

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: dm mpath: Add missing dmputdevice when failing to get scsi dh name When commit fd81bc5cca8f...

5.5CVSS5.4AI score0.00112EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/04/24 5:38 p.m.12 views

CVE-2026-31560

A flaw was found in the Linux kernel's spi-dw-dma component. When the system attempts to complete a Serial Peripheral Interface SPI transaction, an error in handling a missing device message can lead to a system crash. This vulnerability could result in a Denial of Service DoS...

5.5CVSS5.3AI score0.00122EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 12:22 p.m.11 views

CVE-2022-50714 wifi: mt76: mt7921e: fix rmmod crash in driver reload test

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921e: fix rmmod crash in driver reload test In insmod/rmmod stress test, the following crash dump shows up immediately. The problem is caused by missing mt76dev in mt7921pciremove. We should make sure the drvdata i...

6.2AI score
SaveExploits0References6
CNNVD
CNNVD
added 2025/12/24 12:00 a.m.11 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 missing device data during driver removal, which could result in a null pointer dereference...

6.1AI score0.00236EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.9 views

PT-2025-49690

In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - Fix PCI device refcount leak for each pci dev is implemented by pci get device. The comment of pci get device says that it will increase the reference count for the returned pci dev and also decrease the reference...

6.4AI score0.0027EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.12 views

EUVD-2012-6191

Malware in sbrugna...

3.3CVSS6.4AI score0.0039EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:07 p.m.34 views

EUVD-2022-55555

Malicious code in bioql PyPI...

6.5AI score0.00162EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2022-50300

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - btrfs: fix extent map use-after-free when handling missing device in readonechunk Store the error code before freeing the extentmap. Though it's reference count...

7.8CVSS6.4AI score0.00162EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/09/15 11:29 p.m.12 views

SUSE CVE-2022-50300

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map use-after-free when handling missing device in readonechunk Store the error code before freeing the extentmap. Though it's reference counted structure, in that function it's the first and last allocation so...

7.8CVSS6.5AI score0.00162EPSS
SaveExploits0References3
NVD
NVD
added 2025/09/15 3:15 p.m.27 views

CVE-2022-50300

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map use-after-free when handling missing device in readonechunk Store the error code before freeing the extentmap. Though it's reference counted structure, in that function it's the first and last allocation so...

7.8CVSS0.00162EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/15 3:15 p.m.3 views

DEBIAN-CVE-2022-50300

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map use-after-free when handling missing device in readonechunk Store the error code before freeing the extentmap. Though it's reference counted structure, in that function it's the first and last allocation so...

7.8CVSS6.3AI score0.00162EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 3:15 p.m.9 views

UBUNTU-CVE-2022-50300

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map use-after-free when handling missing device in readonechunk Store the error code before freeing the extentmap. Though it's reference counted structure, in that function it's the first and last allocation so...

7.8CVSS5.8AI score0.00162EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/09/15 2:45 p.m.67 views

CVE-2022-50300

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map use-after-free when handling missing device in readonechunk Store the error code before freeing the extentmap. Though it's reference counted structure, in that function it's the first and last allocation so...

7.8CVSS6.3AI score0.00162EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/09/15 2:45 p.m.53 views

CVE-2022-50300 btrfs: fix extent map use-after-free when handling missing device in read_one_chunk

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map use-after-free when handling missing device in readonechunk Store the error code before freeing the extentmap. Though it's reference counted structure, in that function it's the first and last allocation so...

7.8CVSS0.00162EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/15 2:45 p.m.8 views

CVE-2022-50300 btrfs: fix extent map use-after-free when handling missing device in read_one_chunk

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map use-after-free when handling missing device in readonechunk Store the error code before freeing the extentmap. Though it's reference counted structure, in that function it's the first and last allocation so...

7.8CVSS6.5AI score
SaveExploits0References7
Rows per page
Query Builder