Lucene search
+L

99 matches found

OSV
OSV
added 2024/12/04 2:20 p.m.12 views

CVE-2024-53138 net/mlx5e: kTLS, Fix incorrect page refcounting

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: kTLS, Fix incorrect page refcounting The kTLS tx handling code is using a mix of getpage and pagerefinc APIs to increment the page reference. But on the release path mlx5ektlstxhandleresyncdumpcomp, only putpage is use...

9.8CVSS6AI score
SaveExploits0References12
Cvelist
Cvelist
added 2024/12/04 2:20 p.m.36 views

CVE-2024-53138 net/mlx5e: kTLS, Fix incorrect page refcounting

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: kTLS, Fix incorrect page refcounting The kTLS tx handling code is using a mix of getpage and pagerefinc APIs to increment the page reference. But on the release path mlx5ektlstxhandleresyncdumpcomp, only putpage is use...

9.8CVSS0.00546EPSS
SaveExploits0References7
CVE
CVE
added 2024/12/04 2:20 p.m.190 views

CVE-2024-53138

Mode C: Normal (details provided) Affected software: Linux kernel, net/mlx5e kTLS path (mlx5e_ktls_tx_handle_resync_dump_comp).Root cause: The kTLS tx handling code increments page references with a mix of get_page() and page_ref_inc(), while the release path uses put_page() only. This creates a ...

9.8CVSS6.3AI score0.00546EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2024/12/04 2:20 p.m.19 views

CVE-2024-53138

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: kTLS, Fix incorrect page refcounting The kTLS tx handling code is using a mix of getpage and pagerefinc APIs to increment the page reference. But on the release path mlx5ektlstxhandleresyncdumpcomp, only putpage is use...

9.8CVSS5.7AI score0.00546EPSS
SaveExploits0
OSV
OSV
added 2024/05/22 9:15 a.m.9 views

UBUNTU-CVE-2021-47496

In the Linux kernel, the following vulnerability has been resolved: net/tls: Fix flipped sign in tlserrabort calls sk-skerr appears to expect a positive value, a convention that ktls doesn't always follow and that leads to memory corruption in other code. For instance, kworker tlsencryptdone...,...

9.8CVSS5.9AI score0.00483EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2024/04/29 12:00 a.m.51 views

RHEL 9 : kernel (RHSA-2024:1248)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2024:1248 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: inactive elements in...

7.8CVSS6.7AI score0.01549EPSS
SaveExploits2References24
Vulnrichment
Vulnrichment
added 2024/04/10 7:01 p.m.19 views

CVE-2021-47215 net/mlx5e: kTLS, Fix crash in RX resync flow

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: kTLS, Fix crash in RX resync flow For the TLS RX resync flow, we maintain a list of TLS contexts that require some attention, to communicate their resync information to the HW. Here we fix list corruptions, by protecti...

9.8CVSS6.7AI score0.00492EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/04/10 7:01 p.m.37 views

CVE-2021-47215 net/mlx5e: kTLS, Fix crash in RX resync flow

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: kTLS, Fix crash in RX resync flow For the TLS RX resync flow, we maintain a list of TLS contexts that require some attention, to communicate their resync information to the HW. Here we fix list corruptions, by protecti...

9.8CVSS6.6AI score0.00492EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2024/03/19 3:10 p.m.11 views

kernel: ktls overwrites readonly memory pages when using function splice with a ktls socket as destination

An out-of-bounds memory write flaw was found in the Linux kernel’s Transport Layer Security functionality in how a user calls a function splice with a ktls socket as the destination. This flaw allows a local user to crash or potentially escalate their privileges on the system...

7.8CVSS5.8AI score0.00308EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/03/19 3:10 p.m.53 views

Important: Red Hat Security Advisory: kernel-rt security and bug fix update

An update for kernel-rt is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions. Red Hat Product Security has rated this update as having a...

7.8CVSS6.9AI score0.00783EPSS
SaveExploits0References12
RedHat Linux
RedHat Linux
added 2024/03/19 12:29 a.m.53 views

Important: Red Hat Security Advisory: kpatch-patch security update

An update for kpatch-patch is now available for Red Hat Enterprise Linux 8.8 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is availabl...

7.8CVSS6.8AI score0.00418EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2024/03/15 8:14 p.m.67 views

CVE-2021-47131 net/tls: Fix use-after-free after the TLS device goes down and up

In the Linux kernel, the following vulnerability has been resolved: net/tls: Fix use-after-free after the TLS device goes down and up When a netdev with active TLS offload goes down, tlsdevicedown is called to stop the offload and tear down the TLS context. However, the socket stays alive, and it...

8.1CVSS7.6AI score0.00744EPSS
SaveExploits0References3
CVE
CVE
added 2024/03/15 8:14 p.m.148 views

CVE-2021-47131

CVE-2021-47131 affects the Linux kernel net/tls offload path. The vulnerability occurs when a netdev with TLS offload goes down and then up while a TLS context is still referenced, risking use-after-free after a data flow resumes. Fixes keep the TLS context alive until normal destruction and add ...

8.1CVSS6.5AI score0.00744EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/03/15 8:14 p.m.42 views

CVE-2021-47131

In the Linux kernel, the following vulnerability has been resolved: net/tls: Fix use-after-free after the TLS device goes down and up When a netdev with active TLS offload goes down, tlsdevicedown is called to stop the offload and tear down the TLS context. However, the socket stays alive, and it...

8.1CVSS7.1AI score0.00744EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/03/13 9:11 a.m.55 views

Important: Red Hat Security Advisory: kernel-rt security and bug fix update

An update for kernel-rt is now available for Red Hat Enterprise Linux 9.0 Extended Update Support. 'Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available...

10CVSS7.2AI score0.03665EPSS
SaveExploits4References23
RedHat Linux
RedHat Linux
added 2024/03/12 11:49 a.m.51 views

Important: Red Hat Security Advisory: kernel-rt security update

An update for kernel-rt is now available for Red Hat Enterprise Linux 8.2 Telecommunications Update Service. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

8.8CVSS7.3AI score0.09141EPSS
SaveExploits6References18
RedHat Linux
RedHat Linux
added 2024/03/12 11:49 a.m.12 views

kernel: ktls overwrites readonly memory pages when using function splice with a ktls socket as destination

An out-of-bounds memory write flaw was found in the Linux kernel’s Transport Layer Security functionality in how a user calls a function splice with a ktls socket as the destination. This flaw allows a local user to crash or potentially escalate their privileges on the system...

7.8CVSS5.8AI score0.00308EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/03/12 11:48 a.m.51 views

Important: Red Hat Security Advisory: kernel security and bug fix update

An update for kernel is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support, Red Hat Enterprise Linux 8.2 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.2 Telecommunications Update Service. Red Hat Product Security has rated this update as having a security...

8.8CVSS7.2AI score0.09141EPSS
SaveExploits6References17
RedHat Linux
RedHat Linux
added 2024/03/12 1:04 a.m.54 views

Important: Red Hat Security Advisory: kernel live patch module security update

An update for kpatch-patch-5140-70641, kpatch-patch-5140-70701, kpatch-patch-5140-70751, kpatch-patch-5140-70801, and kpatch-patch-5140-70851 is now available for Red Hat Enterprise Linux 9.0 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of...

10CVSS7.1AI score0.03665EPSS
SaveExploits3References7
RedHat Linux
RedHat Linux
added 2024/03/12 1:04 a.m.11 views

kernel: ktls overwrites readonly memory pages when using function splice with a ktls socket as destination

An out-of-bounds memory write flaw was found in the Linux kernel’s Transport Layer Security functionality in how a user calls a function splice with a ktls socket as the destination. This flaw allows a local user to crash or potentially escalate their privileges on the system...

7.8CVSS5.8AI score0.00308EPSS
SaveExploits0References5
Rows per page
Query Builder