Lucene search
K

16 matches found

Positive Technologies
Positive Technologies
added yesterday6 views

PT-2026-49592

Summary During cleanup it is possible for a compressed request body to be decompressed into memory in one chunk. Impact An attacker may be able to send a compressed payload in specific situations that could be decompressed into memory, potentially leading to DoS a zip bomb edge case. Workaround...

8.7CVSS5.2AI score0.00024EPSS
Exploits0References3
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.12 views

Astra Linux - уязвимость в linux-5.15

In the Linux kernel, the following vulnerability has 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 reference-counted...

7.8CVSS5.7AI score0.00148EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.5 views

PT-2025-53118

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue within the md/raid5 component. A double-free condition can occur during chunk-sized reads on disks with badblocks due to an unnecessary bio put call in...

7.8CVSS6.5AI score0.00465EPSS
Exploits2References893
EUVD
EUVD
added 2025/10/03 8:7 p.m.11 views

EUVD-2022-55555

Malicious code in bioql PyPI...

6.5AI score0.00148EPSS
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:0 a.m.5 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.8CVSS7.1AI score0.00148EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/09/15 11:29 p.m.2 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.00148EPSS
Exploits0References3
NVD
NVD
added 2025/09/15 3:15 p.m.3 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.00148EPSS
Exploits0References4
OSV
OSV
added 2025/09/15 3:15 p.m.0 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.00148EPSS
Exploits0References1
OSV
OSV
added 2025/09/15 3:15 p.m.1 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.00148EPSS
Exploits0References7
Cvelist
Cvelist
added 2025/09/15 2:45 p.m.6 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...

0.00148EPSS
Exploits0References4
CVE
CVE
added 2025/09/15 2:45 p.m.15 views

CVE-2022-50300

CVE-2022-50300 affects the Linux kernel's btrfs code, where an extent_map use-after-free can occur in read_one_chunk when handling a missing device and the degraded mount option is absent. The root cause is freeing the extent_map before storing the error code, despite the structure being referenc...

7.8CVSS6.1AI score0.00148EPSS
Exploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/09/15 2:45 p.m.4 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.00148EPSS
Exploits0
OSV
OSV
added 2025/09/15 2:45 p.m.3 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 score0.00148EPSS
Exploits0References7
Positive Technologies
Positive Technologies
added 2025/09/15 12:0 a.m.3 views

PT-2025-37602

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw within the btrfs subsystem related to extent map handling during read operations. Specifically, a use-after-free condition can occur when processing a...

5.9AI score0.00148EPSS
Exploits0References6
CNNVD
CNNVD
added 2025/09/15 12:0 a.m.7 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 incorrectly stored error code when handling a missing device in the readonechunk function, which could le...

7.8CVSS6.1AI score0.00148EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2022/11/14 12:0 a.m.1 views

PT-2022-35062 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v6.0.3 Description: The issue is related to the md/raid5 component, specifically in the raid5 read one chunk function, where an unnecessary bio put call is removed. This change was introduced in version v5.14 an...

7.1AI score
Exploits0References1
Rows per page
Query Builder