Lucene search
+L

163 matches found

Kitploit
Kitploit
added 2026/09/15 2:06 p.m.9 views

6cy

sixcy — .6cy 容器格式 一个 Rust 实现的 .6cy 归档格式,具有以下特性: 自描述块 :每个块自带魔法字、版本、编解码器 UUID、大小和完整性校验和 强制完整性验证 :每个块上 CRC32 头部校验 + BLAKE3 内容哈希 多种编解码器 :Zstd(默认)、LZ4、Brotli、LZMA 和直通(none) AES-256-GCM 加密 ,使用 Argon2id 密钥派生 基于内容的分块 (Gear64 CDC),提升去重效果 Reed-Solomon 前向纠错 ,用于从丢失/损坏的块中恢复 Merkle 证明 ,用于高效的完整性验证 Shamir 秘密共享...

6AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/09/15 1:22 a.m.5 views

kernel: dm-verity: fix buffer overflow in FEC calculation

A flaw was found in the dm-verity component of the Linux kernel. A buffer overflow occurs during Forward Error Correction FEC calculation, allowing an attacker to write past the end of an allocated buffer. This out-of-bounds write can corrupt the syndrome buffer, potentially leading to system...

9.8CVSS6AI score0.00664EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/15 1:11 a.m.7 views

kernel: dm-verity: fix buffer overflow in FEC calculation

A flaw was found in the dm-verity component of the Linux kernel. A buffer overflow occurs during Forward Error Correction FEC calculation, allowing an attacker to write past the end of an allocated buffer. This out-of-bounds write can corrupt the syndrome buffer, potentially leading to system...

9.8CVSS6AI score0.00664EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/14 10:21 a.m.6 views

kernel: dm-verity: fix buffer overflow in FEC calculation

A flaw was found in the dm-verity component of the Linux kernel. A buffer overflow occurs during Forward Error Correction FEC calculation, allowing an attacker to write past the end of an allocated buffer. This out-of-bounds write can corrupt the syndrome buffer, potentially leading to system...

9.8CVSS6AI score0.00664EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/09 12:00 a.m.28 views

CVE-2026-71614

An issue in GPAC c2dee3aff638cd96f9617ac5b17dc2868cd90ef3 allows an attacker to execute arbitrary code via the src/mediatools/dvbmpe.c, descriptorTimeslicefecidentifier and gfm2tsipdatagramreader components. Fixed in 0e4093392e1f847c90d20e031e893cd942fef938...

0.00149EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/09 12:00 a.m.15 views

CVE-2026-71614

CVE-2026-71614 is a local arbitrary code execution vulnerability in the GPAC multimedia framework, specifically in the src/media_tools/dvb_mpe.c file via the descriptorTime_slice_fec_identifier() and gf_m2ts_ipdatagram_reader() functions. Affected commits are at or before c2dee3aff638; the fix is...

8.4CVSS6.5AI score0.00149EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/09 12:00 a.m.6 views

CVE-2026-71614

An issue in GPAC c2dee3aff638cd96f9617ac5b17dc2868cd90ef3 allows an attacker to execute arbitrary code via the src/mediatools/dvbmpe.c, descriptorTimeslicefecidentifier and gfm2tsipdatagramreader components. Fixed in 0e4093392e1f847c90d20e031e893cd942fef938...

8.4CVSS6.7AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/09 12:00 a.m.6 views

EUVD-2026-75128

An issue in GPAC c2dee3aff638cd96f9617ac5b17dc2868cd90ef3 allows an attacker to execute arbitrary code via the src/mediatools/dvbmpe.c, descriptorTimeslicefecidentifier and gfm2tsipdatagramreader components. Fixed in 0e4093392e1f847c90d20e031e893cd942fef938...

6.5AI score0.00149EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/09/08 1:08 p.m.8 views

kernel: dm-verity: fix buffer overflow in FEC calculation

A flaw was found in the dm-verity component of the Linux kernel. A buffer overflow occurs during Forward Error Correction FEC calculation, allowing an attacker to write past the end of an allocated buffer. This out-of-bounds write can corrupt the syndrome buffer, potentially leading to system...

9.8CVSS6AI score0.00664EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.11 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-098728 advisory. In the Linux kernel, the following vulnerability has been resolved: dm-verity: disable recursive forward error correction There are two problems with the recursive...

7.5CVSS6AI score0.00354EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.14 views

Astra Linux – Vulnerability in Linux

In the Linux kernel, the following vulnerability has been resolved: net: fec: fixed the potential memory leak in fecenetinit. If the memory allocated for cbdbase fails, it should free the memory allocated for the queues; otherwise, a memory leak will occur. And if the memory allocated for the...

5.5CVSS6.1AI score0.00225EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net: fec: handle pagepooldevallocpages error The fecenetupdatecbd function calls pagepooldevallocpages, but it does not handle the case where NULL is returned. A WARNON!newpage message is generated, but the program still proceeds...

7.5CVSS6.2AI score0.00439EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.10 views

Astra Linux – Vulnerabilities in Linux, Linux-5.15, Linux-5.10

In the Linux kernel, the following vulnerability has been resolved: net: fec: Better handling of the case where pmruntimeget fails in .remove. In the unlikely event that pmruntimeget disguised as pmruntimeresumeandget fails, the remove callback returns an error early. The problem with this is tha...

7.8CVSS5.3AI score0.00164EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/18 4:54 p.m.10 views

SUSE CVE-2026-72098

In the Linux kernel, the following vulnerability has been resolved: dm-verity: fix buffer overflow in FEC calculation There's a buffer overflow in dm-verity-fec: if neras && neras fec-roots fio-erasuresneras++ = i; This allows neras to reach roots + 1 the post-increment pushes it past roots. This...

9.8CVSS6AI score0.00664EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/17 9:51 p.m.12 views

CVE-2026-72098

A flaw was found in the dm-verity component of the Linux kernel. A buffer overflow occurs during Forward Error Correction FEC calculation, allowing an attacker to write past the end of an allocated buffer. This out-of-bounds write can corrupt the syndrome buffer, potentially leading to system...

9.8CVSS5.2AI score0.00664EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2026/08/17 12:00 a.m.9 views

The vulnerability of the drivers/md/dm-verity-fec.c component in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the drivers/md/dm-verity-fec.c component in the Linux operating system is related to the release of an incorrect pointer. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS5.6AI score0.00128EPSS
SaveExploits0References18Affected Software3
OSV
OSV
added 2026/08/15 6:21 a.m.9 views

AZL-96362 CVE-2026-72098 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: dm-verity: fix buffer overflow in FEC calculation There's a buffer overflow in dm-verity-fec: if neras && neras fec-roots fio-erasuresneras++ = i; This allows neras to reach roots + 1 the post-increment pushes it past roots. This...

9.8CVSS6AI score0.00664EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/15 6:21 a.m.11 views

CVE-2026-72098

In the Linux kernel, the following vulnerability has been resolved: dm-verity: fix buffer overflow in FEC calculation There's a buffer overflow in dm-verity-fec: if neras && neras fec-roots fio-erasuresneras++ = i; This allows neras to reach roots + 1 the post-increment pushes it past roots. This...

9.8CVSS0.00664EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.20 views

CVE-2026-72098

In the Linux kernel, the following vulnerability has been resolved: dm-verity: fix buffer overflow in FEC calculation There's a buffer overflow in dm-verity-fec: if neras && neras fec-roots fio-erasuresneras++ = i; This allows neras to reach roots + 1 the post-increment pushes it past roots. This...

9.8CVSS6AI score0.00664EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 6:21 a.m.11 views

UBUNTU-CVE-2026-72098

In the Linux kernel, the following vulnerability has been resolved: dm-verity: fix buffer overflow in FEC calculation There's a buffer overflow in dm-verity-fec: if neras && neras fec-roots fio-erasuresneras++ = i; This allows neras to reach roots + 1 the post-increment pushes it past roots. This...

9.8CVSS5.8AI score0.00664EPSS
SaveExploits0References6
Rows per page
Query Builder