Lucene search
+L

482 matches found

Kitploit
Kitploit
added 2026/08/27 3:31 a.m.5 views

copy-fail-CVE-2026-31431

Schwachstellenbeschreibung Ursache der Schwachstelle Das Linux-Kernel-Kryptografiemodul authesnc führte 2017 eine Optimierung für In-Place-Operationen AEAD – Authenticated Encryption with Associated Data ein. Diese Optimierung führte dazu, dass unter bestimmten Bedingungen schreibgeschützte Seite...

7.8CVSS5.4AI score0.99907EPSS
SaveExploits239
Kitploit
Kitploit
added 2026/08/27 3:12 a.m.8 views

CVE-2026-31431

CVE-2026-31431 LPE PoC Implementazione in Rust Questo progetto è una Proof of Concept PoC implementata in Rust per una vulnerabilità di escalation dei privilegi locale LPE che simula CVE-2026-31431. Dimostra come manipolare la cache delle pagine del kernel Linux sfruttando la Crypto API.cite: 1, ...

7.8CVSS5.3AI score0.99907EPSS
SaveExploits239
Kitploit
Kitploit
added 2026/08/27 1:40 a.m.6 views

copy-fail_LPE_Interactive

CVE-2026-31431 Copy Fail Exploit Strumento di sfruttamento della vulnerabilità di contaminazione della page cache del kernel Linux, con supporto per l'esecuzione di comandi non interattivi. Panoramica della vulnerabilità CVE-2026-31431 è una vulnerabilità di difetto logico nel kernel Linux,...

7.8CVSS5.5AI score0.99907EPSS
SaveExploits239References1
Kitploit
Kitploit
added 2026/08/27 1:32 a.m.4 views

copyfail-rs

copyfail-rs Implementazione in Rust di CVE-2026-31431 Copy Fail — una primitiva di scrittura nella page cache del kernel Linux tramite AFALG splice. 中文文档 / Chinese README CVE-2026-31431 L'implementazione algifaead del kernel Linux consente a un utente non privilegiato di scrivere dati arbitrari...

7.8CVSS5.3AI score0.99907EPSS
SaveExploits239References5
RedhatCVE
RedhatCVE
added 2026/08/24 12:47 p.m.8 views

CVE-2026-74631

A flaw was found in the Linux kernel's smcrxsplice function within the net: smc component. This vulnerability arises from an imbalance in the lifetime management of splice entries, where page references are not properly handled before being passed to splicetopipe. This can lead to a reference cou...

8.4CVSS6.3AI score0.00138EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

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

In the Linux kernel, the following vulnerabilities have been resolved: ipv4, ipv6: Fixed the handling of transhdrlen in ip,6appenddata. Including transhdrlen in the packet length is a problem when the packet is partially filled e.g., a sendMSGMORE operation occurred previously when appending to a...

5.5CVSS5.5AI score0.00226EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.7 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: nfsd: Do not replace a page in the rqpages array if it is a continuation of the last page. The splice read function calls nfsdspliceactor to place the pages containing file data into the svcrqst-rqpages array. However, it is...

9.8CVSS6.1AI score0.00469EPSS
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: tls: Fixed a NULL dereference issue in tlsswspliceeof, where an empty plaintext/ciphertext buffer could cause confusion in the sendfile process. When the plaintext/ciphertext skmsg is empty, the send path becomes confused because...

5.5CVSS6.1AI score0.00172EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/22 4:16 p.m.14 views

CVE-2026-74631

In the Linux kernel, the following vulnerability has been resolved: net: smc: fix splice entry lifetime imbalance in smcrxsplice smcrxsplice passes pages to splicetopipe before taking the references that cover the lifetime of each splice entry. In the VM-backed RMB path, splicetopipe may drop...

8.4CVSS0.00138EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 4:16 p.m.3 views

UBUNTU-CVE-2026-74610

In the Linux kernel, the following vulnerability has been resolved: tls: don't leave a full plaintext skmsg ring unpushed When the copy path in tlsswsendmsglocked adds the fragment that fills the plaintext skmsg ring, it does not set fullrecord, so the record is left full and unpushed. A later...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/22 4:16 p.m.4 views

UBUNTU-CVE-2026-74631

In the Linux kernel, the following vulnerability has been resolved: net: smc: fix splice entry lifetime imbalance in smcrxsplice smcrxsplice passes pages to splicetopipe before taking the references that cover the lifetime of each splice entry. In the VM-backed RMB path, splicetopipe may drop...

8.4CVSS5.9AI score0.00138EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.5 views

CVE-2026-74631

In the Linux kernel, the following vulnerability has been resolved: net: smc: fix splice entry lifetime imbalance in smcrxsplice smcrxsplice passes pages to splicetopipe before taking the references that cover the lifetime of each splice entry. In the VM-backed RMB path, splicetopipe may drop...

8.4CVSS6AI score0.00138EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/08/22 3:32 p.m.10 views

EUVD-2026-64568

In the Linux kernel, the following vulnerability has been resolved: net: smc: fix splice entry lifetime imbalance in smcrxsplice smcrxsplice passes pages to splicetopipe before taking the references that cover the lifetime of each splice entry. In the VM-backed RMB path, splicetopipe may drop...

5.8AI score0.00138EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/22 3:32 p.m.31 views

CVE-2026-74631

CVE-2026-74631 affects the Linux kernel net: smc subsystem, specifically the smc_rx_splice() function. The root cause is a splice entry lifetime imbalance : pages are passed to splice_to_pipe() before the references covering each entry's lifetime are taken. In the VM-backed RMB path, unqueued ent...

8.4CVSS5.8AI score0.00138EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 3:32 p.m.24 views

CVE-2026-74631 net: smc: fix splice entry lifetime imbalance in smc_rx_splice

In the Linux kernel, the following vulnerability has been resolved: net: smc: fix splice entry lifetime imbalance in smcrxsplice smcrxsplice passes pages to splicetopipe before taking the references that cover the lifetime of each splice entry. In the VM-backed RMB path, splicetopipe may drop...

8.4CVSS5.9AI score
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-74631

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: smc: fix splice entry lifetime imbalance in smcrxsplice smcrxsplice passes pages to splicetopipe before taking the references that cover the lifetime of ea...

8.4CVSS6AI score0.00138EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.22 views

PT-2026-79636

In the Linux kernel, the following vulnerability has been resolved: net: smc: fix splice entry lifetime imbalance in smc rx splice smc rx splice passes pages to splice to pipe before taking the references that cover the lifetime of each splice entry. In the VM-backed RMB path, splice to pipe may...

5.7AI score0.00138EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/08/17 12:00 a.m.5 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-100173)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-100173 advisory. In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: make ebtsnat ARP rewrite writable The ebtables SNAT target keeps the Ethernet...

8.8CVSS5.5AI score0.00121EPSS
SaveExploits0References4
GithubExploit
GithubExploit
added 2026/07/25 6:47 a.m.180 views

Exploit for Incorrect Resource Transfer Between Spheres in Linux Linux_Kernel

🚀 CVE-2026-31431 – Advanced Linux Kernel Exploit "From...

7.8CVSS7.3AI score0.99907EPSS
SaveExploits239
RedhatCVE
RedhatCVE
added 2026/07/21 4:21 p.m.14 views

CVE-2026-64026

A flaw was found in the Linux kernel's rxrpc component. This vulnerability can lead to pagecache corruption when data packets are decrypted in-place after being transmitted locally via the splice system call. This issue stems from improper handling of packet sharing within the I/O thread,...

7.8CVSS5.4AI score0.00141EPSS
SaveExploits0References4
Rows per page
Query Builder