Lucene search
+L

29555 matches found

Ubuntu
Ubuntu
added 2026/05/21 1:09 p.m.36 views

USN-8291-1: Linux kernel (Intel IoTG Real-time) vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - SMB network file system; - Netfilter; - iouring subsystem; CVE-2024-35862, CVE-2024-50060, CVE-2026-23274,...

9.8CVSS6.8AI score0.00662EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/05/21 12:17 p.m.15 views

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.7AI score0.00123EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/05/21 12:17 p.m.64 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
OSV
OSV
added 2026/05/21 12:17 p.m.11 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.8CVSS6.5AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/05/21 12:17 p.m.70 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
EUVD
EUVD
added 2026/05/21 12:17 p.m.21 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
ATTACKERKB
ATTACKERKB
added 2026/05/21 12:12 p.m.20 views

CVE-2026-43495

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: validate portcount against message length in t7xxportenummsghandler t7xxportenummsghandler uses the modem-supplied portcount field as a loop bound over portmsg-data without checking that the message buffer contai...

8.8CVSS5.8AI score0.00261EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/05/21 12:12 p.m.20 views

EUVD-2026-31271

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: validate portcount against message length in t7xxportenummsghandler t7xxportenummsghandler uses the modem-supplied portcount field as a loop bound over portmsg-data without checking that the message buffer contai...

5.9AI score0.00261EPSS
SaveExploits0References5
OSV
OSV
added 2026/05/21 12:12 p.m.11 views

CVE-2026-43495 net: wwan: t7xx: validate port_count against message length in t7xx_port_enum_msg_handler

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: validate portcount against message length in t7xxportenummsghandler t7xxportenummsghandler uses the modem-supplied portcount field as a loop bound over portmsg-data without checking that the message buffer contai...

8.8CVSS5.9AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/05/21 12:12 p.m.77 views

CVE-2026-43495 net: wwan: t7xx: validate port_count against message length in t7xx_port_enum_msg_handler

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: validate portcount against message length in t7xxportenummsghandler t7xxportenummsghandler uses the modem-supplied portcount field as a loop bound over portmsg-data without checking that the message buffer contai...

8.8CVSS0.00261EPSS
SaveExploits0References6
CVE
CVE
added 2026/05/21 12:12 p.m.45 views

CVE-2026-43495

CVE-2026-43495 concerns the Linux kernel net/wwan/t7xx subsystem. The issue arises in t7xx_port_enum_msg_handler, which uses a modem-provided port_count to loop over port_msg->data[] without ensuring the message buffer is long enough, enabling a potential slab-out-of-bounds read when port_coun...

8.8CVSS5.9AI score0.00261EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/05/21 10:49 a.m.17 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
Cvelist
Cvelist
added 2026/05/21 10:49 a.m.70 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
OSV
OSV
added 2026/05/21 10:49 a.m.13 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
OSV
OSV
added 2026/05/21 10:08 a.m.14 views

CLSA-2026-1779358120 Fix CVE(s): CVE-2026-5773

SECURITY UPDATE: wrong reuse of SMB connection - debian/patches/CVE-2026-5773.patch: disable connection reuse for SMBS in lib/smb.c. - CVE-2026-5773...

7.5CVSS5.8AI score0.00618EPSS
SaveExploits1References1
OSV
OSV
added 2026/05/21 10:03 a.m.17 views

CLSA-2026-1779357791 Fix CVE(s): CVE-2026-5773

SECURITY UPDATE: libcurl may reuse the wrong connection for SMBS transfers, leading to access of an unintended SMB share with the same credentials. - debian/patches/CVE-2026-5773.patch: disable connection reuse for SMBS in lib/url.c by returning early from ConnectionExists when the requested...

7.5CVSS5.8AI score0.00618EPSS
SaveExploits1References1
OSV
OSV
added 2026/05/21 9:56 a.m.21 views

CLSA-2026-1779357393 curl: Fix of CVE-2026-5773

CVE-2026-5773: disable connection reuse for SMBS to prevent libcurl from reusing a connection to the same server for a different SMB share...

7.5CVSS5.8AI score0.00618EPSS
SaveExploits1References1
OSV
OSV
added 2026/05/21 9:52 a.m.17 views

CLSA-2026-1779357116 curl: Fix of CVE-2026-5773

CVE-2026-5773: disable connection reuse for SMBS to prevent libcurl from reusing a connection to the same server for a different SMB share...

7.5CVSS5.8AI score0.00618EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/05/21 12:00 a.m.19 views

PT-2026-42561

Name of the Vulnerable Software and Affected Versions Concrete CMS versions prior to 9.5.1 Description An Insecure Direct Object Reference IDOR exists where the '/ccm/frontend/conversations/get rating' endpoint confirms the existence of and returns the rating score for any message by ID. IDOR is ...

6.3CVSS5.8AI score0.00195EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/05/21 12:00 a.m.26 views

PT-2026-42556

Name of the Vulnerable Software and Affected Versions Concrete CMS versions prior to 9.5.1 Description An Insecure Direct Object Reference IDOR exists in the 'AddMessage' and 'UpdateMessage' conversation controllers. These controllers accept user-supplied file attachment IDs through the attachmen...

4.3CVSS5.8AI score0.00288EPSS
SaveExploits0References10
Rows per page
Query Builder