Lucene search
+L

4548 matches found

OSV
OSV
added 2024/05/19 11:15 a.m.8 views

UBUNTU-CVE-2024-35936

In the Linux kernel, the following vulnerability has been resolved: btrfs: handle chunk tree lookup error in btrfsrelocatesyschunks The unhandled case in btrfsrelocatesyschunks loop is a corruption, as it could be caused only by two impossible conditions: - at first the search key is set up to lo...

5.5CVSS6.1AI score0.0023EPSS
SaveExploits0References28
Vulnrichment
Vulnrichment
added 2024/05/19 10:10 a.m.22 views

CVE-2024-35936 btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()

In the Linux kernel, the following vulnerability has been resolved: btrfs: handle chunk tree lookup error in btrfsrelocatesyschunks The unhandled case in btrfsrelocatesyschunks loop is a corruption, as it could be caused only by two impossible conditions: - at first the search key is set up to lo...

6.6AI score0.0023EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/19 10:10 a.m.30 views

CVE-2024-35936 btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()

In the Linux kernel, the following vulnerability has been resolved: btrfs: handle chunk tree lookup error in btrfsrelocatesyschunks The unhandled case in btrfsrelocatesyschunks loop is a corruption, as it could be caused only by two impossible conditions: - at first the search key is set up to lo...

5.5CVSS6AI score0.0023EPSS
SaveExploits0References14
CVE
CVE
added 2024/05/19 10:10 a.m.125 views

CVE-2024-35936

CVE-2024-35936. In the Linux kernel, the btrfs relocation code (btrfs_relocate_sys_chunks) contains an unhandled corruption case in its chunk-tree lookup loop. The issue arises from two theoretically impossible conditions: (1) an inexact search yields a key with offset -1 for a chunk-tree item, a...

5.5CVSS6.6AI score0.0023EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2024/05/19 10:10 a.m.33 views

CVE-2024-35936 btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()

In the Linux kernel, the following vulnerability has been resolved: btrfs: handle chunk tree lookup error in btrfsrelocatesyschunks The unhandled case in btrfsrelocatesyschunks loop is a corruption, as it could be caused only by two impossible conditions: - at first the search key is set up to lo...

6.3AI score0.0023EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/19 9:15 a.m.8 views

DEBIAN-CVE-2024-35892

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix lockdep splat in qdisctreereducebacklog qdisctreereducebacklog is called with the qdisc lock held, not RTNL. We must use qdisclookuprcu instead of qdisclookup syzbot reported: WARNING: suspicious RCU usage...

5.5CVSS5.5AI score0.00171EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/19 9:15 a.m.40 views

CVE-2024-35860

In the Linux kernel, the following vulnerability has been resolved: bpf: support deferring bpflink dealloc to after RCU grace period BPF link for some program types is passed as a "context" which can be used by those BPF programs to look up additional information. E.g., for multi-kprobes and...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/17 3:15 p.m.8 views

UBUNTU-CVE-2024-35843

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Use device rbtree in iopf reporting path The existing I/O page fault handler currently locates the PCI device by calling pcigetdomainbusandslot. This function searches the list of all PCI devices until the desired...

6.8CVSS6.2AI score0.00217EPSS
SaveExploits0References10
OSV
OSV
added 2024/05/17 2:40 p.m.19 views

CVE-2024-35843 iommu/vt-d: Use device rbtree in iopf reporting path

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Use device rbtree in iopf reporting path The existing I/O page fault handler currently locates the PCI device by calling pcigetdomainbusandslot. This function searches the list of all PCI devices until the desired...

6.8CVSS6AI score0.00217EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/17 2:15 p.m.29 views

UBUNTU-CVE-2024-35798

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race in readextentbufferpages There are reports from tree-checker that detects corrupted nodes, without any obvious pattern so possibly an overwrite in memory. After some debugging it turns out there's a race when...

4.7CVSS6AI score0.00168EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.21 views

CVE-2024-35798

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race in readextentbufferpages There are reports from tree-checker that detects corrupted nodes, without any obvious pattern so possibly an overwrite in memory. After some debugging it turns out there's a race when...

4.7CVSS6AI score0.00168EPSS
SaveExploits0References11
CVE
CVE
added 2024/05/17 1:23 p.m.89 views

CVE-2024-35798

CVE-2024-35798 is a Linux kernel vulnerability in btrfs where a race in read_extent_buffer_pages can cause uptodate status to be missed during concurrent reads of the same extent buffer. The issue can lead to concurrent modification and tree-checker errors (e.g., corrupted nodes) due to an unnece...

4.7CVSS6.8AI score0.00168EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/05/17 1:23 p.m.40 views

CVE-2024-35798 btrfs: fix race in read_extent_buffer_pages()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race in readextentbufferpages There are reports from tree-checker that detects corrupted nodes, without any obvious pattern so possibly an overwrite in memory. After some debugging it turns out there's a race when...

7.5AI score0.00168EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/17 1:23 p.m.20 views

CVE-2024-35798 btrfs: fix race in read_extent_buffer_pages()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race in readextentbufferpages There are reports from tree-checker that detects corrupted nodes, without any obvious pattern so possibly an overwrite in memory. After some debugging it turns out there's a race when...

6.8AI score0.00168EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/17 1:23 p.m.63 views

CVE-2024-35798

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race in readextentbufferpages There are reports from tree-checker that detects corrupted nodes, without any obvious pattern so possibly an overwrite in memory. After some debugging it turns out there's a race when...

4.7CVSS6.2AI score0.00168EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2024/05/15 9:21 p.m.20 views

eZ Publish Information disclosure in backend content tree menu

This security advisory fixes an information disclosure vulnerability in the legacy admin content tree menu. If a view has been disabled in site.ini SiteAccessRules Rules, and an attacker accesses the backend with the URL to this module, then the tree menu may be displayed. Since the tree menu may...

6.6AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/05/15 9:21 p.m.11 views

GHSA-CC2J-92JQ-WGJG eZ Publish Information disclosure in backend content tree menu

This security advisory fixes an information disclosure vulnerability in the legacy admin content tree menu. If a view has been disabled in site.ini SiteAccessRules Rules, and an attacker accesses the backend with the URL to this module, then the tree menu may be displayed. Since the tree menu may...

6.6AI score
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/05/15 2:29 a.m.7 views

SUSE CVE-2024-31444

Cacti provides an operational monitoring and fault management framework. Prior to version 1.2.27, some of the data stored in automationtreerulesformsave function in automationtreerules.php is not thoroughly checked and is used to concatenate the HTML statement in formconfirm function from...

5.4CVSS6.2AI score0.14664EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
added 2024/05/15 12:0 a.m.5 views

PT-2024-40240 · Unknown · Ez Publish Legacy

Name of the Vulnerable Software and Affected Versions: ezpublish-legacy affected versions not specified Description: The issue is related to an information disclosure vulnerability in the legacy admin content tree menu. If a view has been disabled in site.ini SiteAccessRules Rules and an attacker...

6.7AI score
SaveExploits0References5
NVD
NVD
added 2024/05/14 3:38 p.m.44 views

CVE-2024-34349

Sylius is an open source eCommerce platform. Prior to 1.12.16 and 1.13.1, there is a possibility to execute javascript code in the Admin panel. In order to perform an XSS attack input a script into Name field in which of the resources: Taxons, Products, Product Options or Product Variants. The co...

4.8CVSS6.1AI score0.00436EPSS
SaveExploits0References2
Rows per page
Query Builder