Lucene search
+L

136 matches found

Vulnrichment
Vulnrichment
added 2024/05/21 3:30 p.m.15 views

CVE-2023-52767 tls: fix NULL deref on tls_sw_splice_eof() with empty record

In the Linux kernel, the following vulnerability has been resolved: tls: fix NULL deref on tlsswspliceeof with empty record syzkaller discovered that if tlsswspliceeof is executed as part of sendfile when the plaintext/ciphertext skmsg are empty, the send path gets confused because the empty...

6.9AI score0.00172EPSS
Exploits0References3
Cvelist
Cvelist
added 2024/05/21 3:30 p.m.45 views

CVE-2023-52767 tls: fix NULL deref on tls_sw_splice_eof() with empty record

In the Linux kernel, the following vulnerability has been resolved: tls: fix NULL deref on tlsswspliceeof with empty record syzkaller discovered that if tlsswspliceeof is executed as part of sendfile when the plaintext/ciphertext skmsg are empty, the send path gets confused because the empty...

6.6AI score0.00172EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2024/05/21 3:30 p.m.65 views

CVE-2023-52767

In the Linux kernel, the following vulnerability has been resolved: tls: fix NULL deref on tlsswspliceeof with empty record syzkaller discovered that if tlsswspliceeof is executed as part of sendfile when the plaintext/ciphertext skmsg are empty, the send path gets confused because the empty...

5.5CVSS7AI score0.00172EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2024/05/18 1:7 a.m.25 views

CVE-2024-35843

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Use device rbtree in iopf reporting path The existing I/O page fault handler currently locates the PCI device by calling pcigetdomainbusandslot. This function searches the list of all PCI devices until the desired...

5.5CVSS6.6AI score0.00217EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2024/05/17 2:40 p.m.52 views

CVE-2024-35843

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Use device rbtree in iopf reporting path The existing I/O page fault handler currently locates the PCI device by calling pcigetdomainbusandslot. This function searches the list of all PCI devices until the desired...

6.8CVSS7.3AI score0.00217EPSS
Exploits0
Fedora
Fedora
added 2024/04/28 3:29 a.m.24 views

[SECURITY] Fedora 39 Update: golang-gvisor-20240408.0-1.20240418git9e5a99b.fc39

gVisor is an open-source, OCI-compatible sandbox runtime that provides a virtualized container environment. It runs containers with a new user-space kernel, delivering a low overhead container security solution for high-density applications. gVisor integrates with Docker, containerd and Kubernete...

9.3CVSS10AI score0.0995EPSS
Exploits4
Fedora
Fedora
added 2024/04/28 3:18 a.m.28 views

[SECURITY] Fedora 40 Update: golang-gvisor-20240408.0-1.20240418git9e5a99b.fc40

gVisor is an open-source, OCI-compatible sandbox runtime that provides a virtualized container environment. It runs containers with a new user-space kernel, delivering a low overhead container security solution for high-density applications. gVisor integrates with Docker, containerd and Kubernete...

9.3CVSS10AI score0.0995EPSS
Exploits4
SUSE CVE
SUSE CVE
added 2024/04/05 2:21 a.m.3 views

SUSE CVE-2024-26678

In the Linux kernel, the following vulnerability has been resolved: x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat section The .compat section is a dummy PE section that contains the address of the 32-bit entrypoint of the 64-bit kernel image if it is bootable from 32-bit firmware...

5.5CVSS7.2AI score0.00225EPSS
Exploits0References3
NVD
NVD
added 2024/04/03 5:15 p.m.28 views

CVE-2024-26759

In the Linux kernel, the following vulnerability has been resolved: mm/swap: fix race when skipping swapcache When skipping swapcache for SWPSYNCHRONOUSIO, if two or more threads swapin the same entry at the same time, they get different pages A, B. Before one thread T0 finishes the swapin and...

5.5CVSS7.6AI score0.00252EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/04/03 5:15 p.m.35 views

CVE-2024-26759

In the Linux kernel, the following vulnerability has been resolved: mm/swap: fix race when skipping swapcache When skipping swapcache for SWPSYNCHRONOUSIO, if two or more threads swapin the same entry at the same time, they get different pages A, B. Before one thread T0 finishes the swapin and...

5.5CVSS6.4AI score0.00252EPSS
Exploits0References6
Vulnrichment
Vulnrichment
added 2024/04/03 5:0 p.m.29 views

CVE-2024-26759 mm/swap: fix race when skipping swapcache

In the Linux kernel, the following vulnerability has been resolved: mm/swap: fix race when skipping swapcache When skipping swapcache for SWPSYNCHRONOUSIO, if two or more threads swapin the same entry at the same time, they get different pages A, B. Before one thread T0 finishes the swapin and...

6.7AI score0.00252EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/04/03 5:0 p.m.63 views

CVE-2024-26759 mm/swap: fix race when skipping swapcache

In the Linux kernel, the following vulnerability has been resolved: mm/swap: fix race when skipping swapcache When skipping swapcache for SWPSYNCHRONOUSIO, if two or more threads swapin the same entry at the same time, they get different pages A, B. Before one thread T0 finishes the swapin and...

7.8AI score0.00252EPSS
Exploits0References4
CVE
CVE
added 2024/04/03 5:0 p.m.197 views

CVE-2024-26759

The CVE-2024-26759 issue is a Linux kernel race in swap caching. Two threads swapping the same entry with SWP_SYNCHRONOUS_IO can end up installing different pages (A and B), causing ABA and possible data corruption when the entry is freed and reused. The fix uses swapcache_prepare to pin the swap...

5.5CVSS6.7AI score0.00252EPSS
Exploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/04/03 5:0 p.m.39 views

CVE-2024-26759

In the Linux kernel, the following vulnerability has been resolved: mm/swap: fix race when skipping swapcache When skipping swapcache for SWPSYNCHRONOUSIO, if two or more threads swapin the same entry at the same time, they get different pages A, B. Before one thread T0 finishes the swapin and...

5.5CVSS7.4AI score0.00252EPSS
Exploits0
OSV
OSV
added 2024/04/02 7:15 a.m.3 views

UBUNTU-CVE-2024-26678

In the Linux kernel, the following vulnerability has been resolved: x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat section The .compat section is a dummy PE section that contains the address of the 32-bit entrypoint of the 64-bit kernel image if it is bootable from 32-bit firmware...

5.5CVSS6.6AI score0.00225EPSS
Exploits0References5
0day.today
0day.today
added 2024/01/09 12:0 a.m.447 views

Microsoft SQL Server db_ddladmin Privilege Escalation Vulnerability

Microsoft SQL Server versions 2014 through 2022 suffers from a dbddladmin privilege escalation vulnerability. When escalated to Microsoft as a concern, they instead opted to update their documentation to note that this is possible instead of addressing the issue. Title: SQL Server Privilege...

8AI score
Exploits0
OpenVAS
OpenVAS
added 2023/11/05 12:0 a.m.45 views

Fedora: Security Advisory for cachelib (FEDORA-2023-7934802344)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS8.8AI score0.99999EPSS
Exploits20References4
OSV
OSV
added 2023/10/30 6:17 p.m.5 views

CLSA-2023-1698689824 Fix CVE(s): CVE-2023-44487

SECURITY UPDATE: The HTTP/2 protocol allows a denial of service because request cancellation can reset many streams quickly - debian/patches/CVE-2023-44487.patch: Improvements to HTTP/2 overhead protection - CVE-2023-44487...

7.5CVSS7.1AI score0.99999EPSS
Exploits20References1
OSV
OSV
added 2023/10/30 6:15 p.m.10 views

CLSA-2023-1698689712 Fix CVE(s): CVE-2023-44487

SECURITY UPDATE: The HTTP/2 protocol allows a denial of service because request cancellation can reset many streams quickly - debian/patches/CVE-2023-44487.patch: Improvements to HTTP/2 overhead protection - CVE-2023-44487...

7.5CVSS7.1AI score0.99999EPSS
Exploits20References1
Fedora
Fedora
added 2023/01/22 1:52 a.m.37 views

[SECURITY] Fedora 36 Update: upx-4.0.1-2.fc36

UPX is a free, portable, extendable, high-performance executable packer for several different executable formats. It achieves an excellent compression ratio and offers very fast decompression. Your executables suffer no memory overhead or other drawbacks...

5.5CVSS6AI score0.0039EPSS
Exploits2
Rows per page
Query Builder