Lucene search
+L

5184 matches found

Kitploit
Kitploit
added 2026/09/05 2:48 a.m.5 views

ffs

FFS - نظام الملفات F هذه أداة سطر أوامر للبحث في الملفات مثل grep لا تستخدم نواة نظام التشغيل لقراءة الملفات، بل تقرأ أقراصك مباشرة. إنها عديمة الفائدة عمليًا، ولكنها رائعة بشكل جنوني. هذا مجرد 1.5k سطر من كود C يقوم بـ: يتطلب صلاحيات sudo فقط عند قراءة عقدة جهاز خام مثل /dev/rdisk؛ البحث في ملف...

5.4AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/04 5:33 p.m.5 views

btrfs_fixes

btrfsfixes: Outils de réparation BTRFS personnalisés Outils personnalisés écrits lors de la récupération d'un pool BTRFS multi-périphériques de 12 To avec une corruption sévère de l'arbre des extents que les commandes natives btrfs check --repair, --init-extent-tree, etc. n'ont pas pu réparer...

5.5AI score
SaveExploits0References1
NVD
NVD
added 2026/09/03 1:06 p.m.6 views

CVE-2026-80734

In the Linux kernel, the following vulnerability has been resolved: btrfs: initialize inode mapping flags for cached inodes BUG When running generic/795 with 8K block size, 4K page size, the test always fails, triggering some ASSERTs related to folio size: 795 241074: dropcaches: 3 assertion...

8.8CVSS0.00348EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 8:21 a.m.8 views

CVE-2026-80734

CVE-2026-80734 affects the btrfs filesystem in the Linux kernel . When a btrfs inode is evicted from the page cache under memory pressure and subsequently re-looked up via btrfs_iget(), the code path that reuses a previously cached delayed_node skips calls to btrfs_update_inode_mapping_flags() an...

8.8CVSS5.9AI score0.00348EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/03 8:21 a.m.31 views

CVE-2026-80734 btrfs: initialize inode mapping flags for cached inodes

In the Linux kernel, the following vulnerability has been resolved: btrfs: initialize inode mapping flags for cached inodes BUG When running generic/795 with 8K block size, 4K page size, the test always fails, triggering some ASSERTs related to folio size: 795 241074: dropcaches: 3 assertion...

8.8CVSS0.00348EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/03 8:21 a.m.7 views

EUVD-2026-70338

In the Linux kernel, the following vulnerability has been resolved: btrfs: initialize inode mapping flags for cached inodes BUG When running generic/795 with 8K block size, 4K page size, the test always fails, triggering some ASSERTs related to folio size: 795 241074: dropcaches: 3 assertion...

5.9AI score0.00348EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/31 11:15 a.m.7 views

CVE-2026-80631

A flaw was found in the Linux kernel's Btrfs filesystem, specifically within its LZO decompression functionality. A local attacker could provide a specially crafted Btrfs image containing a compressed segment that, due to improper validation of its length, overflows the compressed input buffer...

7.5CVSS5.8AI score0.00343EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/28 8:16 a.m.8 views

AZL-98102 CVE-2026-80631 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: btrfs: lzo: reject compressed segment that overflows the compressed input lzodecompressbio validates each on-disk segment length seglen only against the workspace cbuf size, not against the compressed input size compressedlen, th...

7.5CVSS5.8AI score0.00343EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/28 8:16 a.m.8 views

CVE-2026-80631

In the Linux kernel, the following vulnerability has been resolved: btrfs: lzo: reject compressed segment that overflows the compressed input lzodecompressbio validates each on-disk segment length seglen only against the workspace cbuf size, not against the compressed input size compressedlen, th...

7.5CVSS0.00343EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/28 8:16 a.m.9 views

CVE-2026-80631

In the Linux kernel, the following vulnerability has been resolved: btrfs: lzo: reject compressed segment that overflows the compressed input lzodecompressbio validates each on-disk segment length seglen only against the workspace cbuf size, not against the compressed input size compressedlen, th...

7.5CVSS5.8AI score0.00343EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/28 8:16 a.m.7 views

UBUNTU-CVE-2026-80631

In the Linux kernel, the following vulnerability has been resolved: btrfs: lzo: reject compressed segment that overflows the compressed input lzodecompressbio validates each on-disk segment length seglen only against the workspace cbuf size, not against the compressed input size compressedlen, th...

7.5CVSS5.8AI score0.00343EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.9 views

CVE-2026-80631

In the Linux kernel, the following vulnerability has been resolved: btrfs: lzo: reject compressed segment that overflows the compressed input lzodecompressbio validates each on-disk segment length seglen only against the workspace cbuf size, not against the compressed input size compressedlen, th...

7.5CVSS5.8AI score0.00343EPSS
SaveExploits0
CVE
CVE
added 2026/08/28 6:48 a.m.31 views

CVE-2026-80631

CVE-2026-80631 affects the Linux kernel's btrfs LZO decompression path (lzo_decompress_bio() in fs/btrfs/lzo.c). The root cause is an insufficient validation check: each on-disk segment length (seg_len) is validated only against the workspace buffer size, not against the actual compressed input s...

7.5CVSS5.8AI score0.00343EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/28 6:48 a.m.41 views

CVE-2026-80631 btrfs: lzo: reject compressed segment that overflows the compressed input

In the Linux kernel, the following vulnerability has been resolved: btrfs: lzo: reject compressed segment that overflows the compressed input lzodecompressbio validates each on-disk segment length seglen only against the workspace cbuf size, not against the compressed input size compressedlen, th...

7.5CVSS0.00343EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/28 6:48 a.m.9 views

EUVD-2026-67507

In the Linux kernel, the following vulnerability has been resolved: btrfs: lzo: reject compressed segment that overflows the compressed input lzodecompressbio validates each on-disk segment length seglen only against the workspace cbuf size, not against the compressed input size compressedlen, th...

5.8AI score0.00343EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/28 6:48 a.m.17 views

CVE-2026-80631 btrfs: lzo: reject compressed segment that overflows the compressed input

In the Linux kernel, the following vulnerability has been resolved: btrfs: lzo: reject compressed segment that overflows the compressed input lzodecompressbio validates each on-disk segment length seglen only against the workspace cbuf size, not against the compressed input size compressedlen, th...

7.5CVSS5.8AI score
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/28 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-80631

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - btrfs: lzo: reject compressed segment that overflows the compressed input lzodecompressbio validates each on-disk segment length seglen only against the workspa...

7.5CVSS5.9AI score0.00343EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.7 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-098773)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-098773 advisory. In the Linux kernel, the following vulnerability has been resolved: btrfs: do not free data reservation in fallback from inline due to -ENOSPC If we fail to create a...

7.5CVSS5.9AI score0.0022EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.13 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-098735)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-098735 advisory. In the Linux kernel, the following vulnerability has been resolved: btrfs: ensure no dirty metadata is written back for an fs with errors BUG During development of a...

7.8CVSS6.2AI score0.00138EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.11 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-098815)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-098815 advisory. In the Linux kernel, the following vulnerability has been resolved: btrfs: fix zero size inode with non-zero size after log replay When logging that an inode exists,...

5.5CVSS6AI score0.00112EPSS
SaveExploits0References4
Rows per page
Query Builder