Lucene search
+L

4612 matches found

NVD
NVD
added 2024/05/30 4:15 p.m.43 views

CVE-2024-36891

In the Linux kernel, the following vulnerability has been resolved: mapletree: fix masemptyarearev null pointer dereference Currently the code calls masstart followed by masdataend if the maple state is MASTART, but masstart may return with the maple state node == NULL. This will lead to a null...

5.5CVSS6.5AI score0.00227EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/30 4:15 p.m.2 views

DEBIAN-CVE-2024-36891

In the Linux kernel, the following vulnerability has been resolved: mapletree: fix masemptyarearev null pointer dereference Currently the code calls masstart followed by masdataend if the maple state is MASTART, but masstart may return with the maple state node == NULL. This will lead to a null...

5.5CVSS5.7AI score0.00227EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/30 4:15 p.m.9 views

UBUNTU-CVE-2024-36959

In the Linux kernel, the following vulnerability has been resolved: pinctrl: devicetree: fix refcount leak in pinctrldttomap If we fail to allocate propname buffer, we need to drop the reference count we just took. Because the pinctrldtfreemaps includes the droping operation, here we call it...

5.5CVSS5.7AI score0.00249EPSS
SaveExploits0References29
OSV
OSV
added 2024/05/30 4:15 p.m.6 views

UBUNTU-CVE-2024-36891

In the Linux kernel, the following vulnerability has been resolved: mapletree: fix masemptyarearev null pointer dereference Currently the code calls masstart followed by masdataend if the maple state is MASTART, but masstart may return with the maple state node == NULL. This will lead to a null...

5.5CVSS6.5AI score0.00227EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/05/30 3:28 p.m.44 views

CVE-2024-36891 maple_tree: fix mas_empty_area_rev() null pointer dereference

In the Linux kernel, the following vulnerability has been resolved: mapletree: fix masemptyarearev null pointer dereference Currently the code calls masstart followed by masdataend if the maple state is MASTART, but masstart may return with the maple state node == NULL. This will lead to a null...

6.5AI score0.00227EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/05/30 12:0 a.m.6 views

PT-2024-40511 · Packagist · Typo3/Cms-Core

Name of the Vulnerable Software and Affected Versions: No specific software or versions mentioned, so: Software affected versions not specified Description: A security issue allows backend users without read access to specific pages to still view them in the page tree, which should be disallowed...

4.3CVSS6.8AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/05/30 12:0 a.m.21 views

PT-2024-26853 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue arises from the mechanism introduced to prevent a write hole of an extent buffer in the Btrfs file system. When btrfs clear buffer dirty marks an extent buffer as EXTENT BUFF...

9.1CVSS7.2AI score0.01401EPSS
SaveExploits1References534
CNNVD
CNNVD
added 2024/05/30 12:0 a.m.6 views

Linux kernel security vulnerabilities

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 null pointer dereference issue in the masemptyarearev function in the mapletree module...

5.5CVSS6.5AI score0.00227EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/05/28 2:11 p.m.4 views

kernel: netfilter: nft_set_rbtree: fix null deref on element insertion

A flaw was found in the Netfilter subsystem in the Linux kernel. A NULL pointer dereference and a use-after-free issue can be triggered due to an improper check and an improper way of iterating a red-black tree during garbage collector operations, potentially resulting in a denial of service and...

7.8CVSS7.2AI score0.0014EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/05/28 3:33 a.m.12 views

SUSE CVE-2021-47432

In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Don't overflow in peek When we started spreading new inode numbers throughout most of the 64 bit inode space, that triggered some corner case bugs, in particular some integer overflows related to the rad...

5.5CVSS6.4AI score0.00255EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2024/05/28 3:32 a.m.5 views

SUSE CVE-2021-47510

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix re-dirty process of tree-log nodes There is a report of a transaction abort of -EAGAIN with the following script. !/bin/sh for d in sda sdb; do mkfs.btrfs -d single -m single -f /dev/$d done mount /dev/sda /mnt/test...

3.3CVSS6.7AI score0.00205EPSS
SaveExploits0References8
OpenVAS
OpenVAS
added 2024/05/27 12:0 a.m.9 views

Fedora: Security Advisory for rust-tree-sitter-cli (FEDORA-2024-ce2936b568)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5AI score
SaveExploits0References2
Fedora
Fedora
added 2024/05/26 1:29 a.m.14 views

[SECURITY] Fedora 40 Update: rust-tree-sitter-cli-0.22.5-2.fc40

CLI tool for developing, testing, and using Tree-sitter parsers...

7.4AI score
SaveExploits0
NVD
NVD
added 2024/05/24 3:15 p.m.28 views

CVE-2021-47510

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix re-dirty process of tree-log nodes There is a report of a transaction abort of -EAGAIN with the following script. !/bin/sh for d in sda sdb; do mkfs.btrfs -d single -m single -f /dev/$d done mount /dev/sda /mnt/test...

5.5CVSS6.7AI score0.00205EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/24 3:15 p.m.4 views

DEBIAN-CVE-2021-47510

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix re-dirty process of tree-log nodes There is a report of a transaction abort of -EAGAIN with the following script. !/bin/sh for d in sda sdb; do mkfs.btrfs -d single -m single -f /dev/$d done mount /dev/sda /mnt/test...

5.5CVSS5.3AI score0.00205EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/24 3:15 p.m.33 views

CVE-2021-47510

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix re-dirty process of tree-log nodes There is a report of a transaction abort of -EAGAIN with the following script. !/bin/sh for d in sda sdb; do mkfs.btrfs -d single -m single -f /dev/$d done mount /dev/sda /mnt/test...

5.5CVSS5.9AI score0.00205EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/24 3:15 p.m.6 views

UBUNTU-CVE-2021-47510

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix re-dirty process of tree-log nodes There is a report of a transaction abort of -EAGAIN with the following script. !/bin/sh for d in sda sdb; do mkfs.btrfs -d single -m single -f /dev/$d done mount /dev/sda /mnt/test...

5.5CVSS5.7AI score0.00205EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/24 3:9 p.m.17 views

CVE-2021-47510 btrfs: fix re-dirty process of tree-log nodes

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix re-dirty process of tree-log nodes There is a report of a transaction abort of -EAGAIN with the following script. !/bin/sh for d in sda sdb; do mkfs.btrfs -d single -m single -f /dev/$d done mount /dev/sda /mnt/test...

7AI score0.00205EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/24 3:9 p.m.44 views

CVE-2021-47510 btrfs: fix re-dirty process of tree-log nodes

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix re-dirty process of tree-log nodes There is a report of a transaction abort of -EAGAIN with the following script. !/bin/sh for d in sda sdb; do mkfs.btrfs -d single -m single -f /dev/$d done mount /dev/sda /mnt/test...

6.6AI score0.00205EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/24 3:9 p.m.88 views

CVE-2021-47510

CVE-2021-47510 affects the Linux kernel's btrfs implementation. A write-hole during tree-log node freeing on zoned devices can trigger a transaction abort (-11) with -EAGAIN when the tree-log depth is ≥ 2, causing write failures during fsync/write paths. The issue is fixed by correctly re-dirtyin...

5.5CVSS6.9AI score0.00205EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder