Lucene search
+L

1312 matches found

Amazon
Amazon
added 2026/05/26 12:0 a.m.20 views

Important: kernel-livepatch-6.12.74-98.124

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: net/rds: reset opnents when zerocopy page pin fails CVE-2026-43494 Affected Packages: kernel-livepatch-6.12.74-98.124 Issue Correction: Please ensure you have live patching enabled. Run dnf update...

7.8CVSS5.2AI score0.00299EPSS
SaveExploits3
Amazon
Amazon
added 2026/05/26 12:0 a.m.30 views

Important: kernel-livepatch-6.18.25-55.108

Issue Overview: PinTheft is a Linux local privilege escalation exploit for an RDS zerocopy double-free that can be turned into a page-cache overwrite through iouring fixed buffers. Affected Packages: kernel-livepatch-6.18.25-55.108 Issue Correction: Please ensure you have live patching enabled. R...

5.8AI score
SaveExploits0
GithubExploit
GithubExploit
added 2026/05/25 7:45 a.m.276 views

Exploit for CVE-2026-43494

SLEY — PinTheft PoC CVE-2026-43494 Proof o...

5.9AI score0.00299EPSS
SaveExploits3
Microsoft CVE
Microsoft CVE
added 2026/05/22 8:1 a.m.14 views

net/rds: handle zerocopy send cleanup before the message is queued

...

7.8CVSS5.4AI score0.00123EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/05/22 2:20 a.m.16 views

SUSE CVE-2026-43502

In the Linux kernel, the following vulnerability has been resolved: net/rds: handle zerocopy send cleanup before the message is queued A zerocopy send can fail after user pages have been pinned but before the message is attached to the sending socket. The purge path currently infers zerocopy stat...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References16
Tenable Nessus
Tenable Nessus
added 2026/05/22 12:0 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-43502

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/rds: handle zerocopy send cleanup before the message is queued A zerocopy send can fail after user pages have been pinned but before the message is attached...

7.8CVSS7AI score0.00123EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/05/21 3:10 p.m.22 views

CVE-2026-43494

A flaw was found in the Linux kernel, specifically within the net/rds module. When a zerocopy page pin operation fails, a counter used for memory management opnents is not correctly reset. This can result in a double-free vulnerability, where the same memory is released twice. A local attacker...

7.8CVSS5.7AI score0.00299EPSS
SaveExploits3References4
CVE
CVE
added 2026/05/21 12:17 p.m.54 views

CVE-2026-43502

The CVE-2026-43502 vulnerability affects the Linux kernel net/rds zerocopy send path. The root cause is incorrect cleanup logic: zerocopy ownership is determined by op_mmp_znotifier, but purge uses rm->m_rs, risking unqueued messages being cleaned up as if they owned normal payload pages. The ...

7.8CVSS5.7AI score0.00123EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2026/05/21 12:17 p.m.19 views

EUVD-2026-31275

In the Linux kernel, the following vulnerability has been resolved: net/rds: handle zerocopy send cleanup before the message is queued A zerocopy send can fail after user pages have been pinned but before the message is attached to the sending socket. The purge path currently infers zerocopy stat...

5.7AI score0.00123EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/05/21 12:17 p.m.66 views

CVE-2026-43502 net/rds: handle zerocopy send cleanup before the message is queued

In the Linux kernel, the following vulnerability has been resolved: net/rds: handle zerocopy send cleanup before the message is queued A zerocopy send can fail after user pages have been pinned but before the message is attached to the sending socket. The purge path currently infers zerocopy stat...

7.8CVSS0.00123EPSS
SaveExploits0References8
NVD
NVD
added 2026/05/21 12:16 p.m.23 views

CVE-2026-43494

In the Linux kernel, the following vulnerability has been resolved: net/rds: reset opnents when zerocopy page pin fails When iovitergetpages2 fails in rdsmessagezcopyfromuser, the pinned pages are released with putpage, and rm-data.opmmpznotifier is cleared. But we fail to properly clear...

7.8CVSS0.00299EPSS
SaveExploits3References13
UbuntuCve
UbuntuCve
added 2026/05/21 12:16 p.m.42 views

CVE-2026-43494

In the Linux kernel, the following vulnerability has been resolved: net/rds: reset opnents when zerocopy page pin fails When iovitergetpages2 fails in rdsmessagezcopyfromuser, the pinned pages are released with putpage, and rm-data.opmmpznotifier is cleared. But we fail to properly clear...

7.8CVSS5.6AI score0.00299EPSS
SaveExploits3References24
OSV
OSV
added 2026/05/21 12:16 p.m.12 views

UBUNTU-CVE-2026-43494

In the Linux kernel, the following vulnerability has been resolved: net/rds: reset opnents when zerocopy page pin fails When iovitergetpages2 fails in rdsmessagezcopyfromuser, the pinned pages are released with putpage, and rm-data.opmmpznotifier is cleared. But we fail to properly clear...

8.5CVSS5.7AI score0.00299EPSS
SaveExploits3References26
CVE
CVE
added 2026/05/21 10:49 a.m.120 views

CVE-2026-43494

CVE-2026-43494 affects the Linux kernel’s net/rds zerocopy path. When iov_iter_get_pages2() fails in rds_message_zcopy_from_user(), pinned pages are released and rm->data.op_mmp_znotifier is cleared, but rm->data.op_nents may not be reset. This leads to the cleanup loop in rds_message_purge...

7.8CVSS5.7AI score0.00299EPSS
SaveExploits3References13Affected Software1
Cvelist
Cvelist
added 2026/05/21 10:49 a.m.67 views

CVE-2026-43494 net/rds: reset op_nents when zerocopy page pin fails

In the Linux kernel, the following vulnerability has been resolved: net/rds: reset opnents when zerocopy page pin fails When iovitergetpages2 fails in rdsmessagezcopyfromuser, the pinned pages are released with putpage, and rm-data.opmmpznotifier is cleared. But we fail to properly clear...

7.8CVSS0.00299EPSS
SaveExploits3References9
EUVD
EUVD
added 2026/05/21 10:49 a.m.16 views

EUVD-2026-31267

In the Linux kernel, the following vulnerability has been resolved: net/rds: reset opnents when zerocopy page pin fails When iovitergetpages2 fails in rdsmessagezcopyfromuser, the pinned pages are released with putpage, and rm-data.opmmpznotifier is cleared. But we fail to properly clear...

5.7AI score0.00299EPSS
SaveExploits3References1
Debian CVE
Debian CVE
added 2026/05/21 10:49 a.m.19 views

CVE-2026-43494

In the Linux kernel, the following vulnerability has been resolved: net/rds: reset opnents when zerocopy page pin fails When iovitergetpages2 fails in rdsmessagezcopyfromuser, the pinned pages are released with putpage, and rm-data.opmmpznotifier is cleared. But we fail to properly clear...

7.8CVSS5.7AI score0.00299EPSS
SaveExploits3
OSV
OSV
added 2026/05/21 10:49 a.m.9 views

CVE-2026-43494 net/rds: reset op_nents when zerocopy page pin fails

In the Linux kernel, the following vulnerability has been resolved: net/rds: reset opnents when zerocopy page pin fails When iovitergetpages2 fails in rdsmessagezcopyfromuser, the pinned pages are released with putpage, and rm-data.opmmpznotifier is cleared. But we fail to properly clear...

7.8CVSS6AI score
SaveExploits0References16
Tenable Nessus
Tenable Nessus
added 2026/05/21 12:0 a.m.18 views

Linux Distros Unpatched Vulnerability : CVE-2026-43494

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: net/rds: reset opnents when zerocopy page pin fails When iovitergetpages2 fails in...

7.8CVSS5.5AI score0.00299EPSS
SaveExploits3References2
Positive Technologies
Positive Technologies
added 2026/05/21 12:0 a.m.24 views

PT-2026-42458

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the Reliable Delivery Service RDS implementation where zerocopy send operations can fail after user pages are pinned but before the message is attached to the sending...

8.5CVSS5.8AI score0.00123EPSS
SaveExploits0
Rows per page
Query Builder