Lucene search
+L

251 matches found

OSV
OSV
added 2024/09/18 8:15 a.m.3 views

UBUNTU-CVE-2024-46792

In the Linux kernel, the following vulnerability has been resolved: riscv: misaligned: Restrict user access to kernel memory rawcopyto,fromuser do not call accessok, so this code allowed userspace to access any virtual memory address...

3.3CVSS6.5AI score0.00183EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2024/09/04 12:32 a.m.5 views

kernel: kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe address

An unsafe read function was found in arch/x86/kernel/kprobes/core.c in the Linux kernel...

5.5CVSS7.2AI score0.00241EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/02 9:2 a.m.5 views

kernel: x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Disallow vsyscall page read for copyfromkernelnofault The Linux kernel CVE team has assigned CVE-2024-26906 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024041746-CVE-2024-26906-bb35@gregk...

5.5CVSS6.4AI score0.00253EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/06/04 1:24 p.m.8 views

SUSE CVE-2019-9193

In PostgreSQL 9.3 through 11.2, the "COPY TO/FROM PROGRAM" function allows superusers and users in the 'pgexecuteserverprogram' group to execute arbitrary code in the context of the database's operating system user. This functionality is enabled by default and can be abused to run arbitrary...

9CVSS7.6AI score0.91655EPSS
SaveExploits17References3
SUSE CVE
SUSE CVE
added 2024/05/21 1:58 a.m.4 views

SUSE CVE-2024-35962

In the Linux kernel, the following vulnerability has been resolved: netfilter: complete validation of user input In my recent commit, I missed that doreplace handlers use copyfromsockptr which I fixed, followed by unsafe copyfromsockptroffset calls. In all functions, we can perform the @optlen...

5.5CVSS6.7AI score0.0023EPSS
SaveExploits0References16
OSV
OSV
added 2024/05/20 10:15 a.m.9 views

UBUNTU-CVE-2024-35962

In the Linux kernel, the following vulnerability has been resolved: netfilter: complete validation of user input In my recent commit, I missed that doreplace handlers use copyfromsockptr which I fixed, followed by unsafe copyfromsockptroffset calls. In all functions, we can perform the @optlen...

5.5CVSS6.2AI score0.0023EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.3 views

SUSE CVE-2024-26946

In the Linux kernel, the following vulnerability has been resolved: kprobes/x86: Use copyfromkernelnofault to read from unsafe address Read from an unsafe address with copyfromkernelnofault in archadjustkprobeaddr because this function is used before checking the address is in text or not...

5.5CVSS6.5AI score0.00241EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/04/25 11:11 p.m.10 views

SUSE CVE-2024-26926

In the Linux kernel, the following vulnerability has been resolved: binder: check offset alignment in bindergetobject Commit 6d98eb95b450 "binder: avoid potential data leakage when copying txn" introduced changes to how binder objects are copied. In doing so, it unintentionally removed an offset...

5.5CVSS6.7AI score0.00423EPSS
SaveExploits0References3
OSV
OSV
added 2024/04/25 6:15 a.m.4 views

DEBIAN-CVE-2024-26926

In the Linux kernel, the following vulnerability has been resolved: binder: check offset alignment in bindergetobject Commit 6d98eb95b450 "binder: avoid potential data leakage when copying txn" introduced changes to how binder objects are copied. In doing so, it unintentionally removed an offset...

5.5CVSS5.3AI score0.00423EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/25 6:15 a.m.10 views

UBUNTU-CVE-2024-26926

In the Linux kernel, the following vulnerability has been resolved: binder: check offset alignment in bindergetobject Commit 6d98eb95b450 "binder: avoid potential data leakage when copying txn" introduced changes to how binder objects are copied. In doing so, it unintentionally removed an offset...

5.5CVSS5.7AI score0.00423EPSS
SaveExploits0References26
CNNVD
CNNVD
added 2024/04/24 12:0 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the removal of an offset alignment check done by calling binderalloccopyfrombuffer - checkbuffer...

5.5CVSS7.1AI score0.00423EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/04/19 2:18 a.m.7 views

SUSE CVE-2024-26844

In the Linux kernel, the following vulnerability has been resolved: block: Fix WARNING in copyfromiter Syzkaller reports a warning in copyfromiter because an ioviter is supposedly used in the wrong direction. The reason is that syzcaller managed to generate a request with a transfer direction of...

3.3CVSS6.6AI score0.00225EPSS
SaveExploits0References8
OSV
OSV
added 2024/04/17 11:15 a.m.14 views

UBUNTU-CVE-2024-26906

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Disallow vsyscall page read for copyfromkernelnofault When trying to use copyfromkernelnofault to read vsyscall page through a bpf program, the following oops was reported: BUG: unable to handle page fault for address:...

5.5CVSS6.2AI score0.00253EPSS
SaveExploits0References19
OSV
OSV
added 2024/04/17 10:27 a.m.15 views

CVE-2024-26906 x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Disallow vsyscall page read for copyfromkernelnofault When trying to use copyfromkernelnofault to read vsyscall page through a bpf program, the following oops was reported: BUG: unable to handle page fault for address:...

5.5CVSS5.8AI score0.00253EPSS
SaveExploits0References11
OSV
OSV
added 2024/04/17 10:15 a.m.4 views

DEBIAN-CVE-2024-26844

In the Linux kernel, the following vulnerability has been resolved: block: Fix WARNING in copyfromiter Syzkaller reports a warning in copyfromiter because an ioviter is supposedly used in the wrong direction. The reason is that syzcaller managed to generate a request with a transfer direction of...

5.5CVSS5.1AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 10:15 a.m.5 views

UBUNTU-CVE-2024-26844

In the Linux kernel, the following vulnerability has been resolved: block: Fix WARNING in copyfromiter Syzkaller reports a warning in copyfromiter because an ioviter is supposedly used in the wrong direction. The reason is that syzcaller managed to generate a request with a transfer direction of...

5.5CVSS6AI score0.00225EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2024/04/17 12:0 a.m.11 views

PT-2024-21528

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A warning in copy from iter has been reported by Syzkaller due to an iov iter being used in the wrong direction. This occurs when a request with a transfer direction of SG DXFER TO FROM...

5.5CVSS5.4AI score0.00225EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/03/01 4:7 a.m.9 views

SUSE CVE-2021-46988

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: release page in error path to avoid BUGON Consider the following sequence of events: 1. Userspace issues a UFFD ioctl, which ends up calling into shmemmfillatomicpte. We successfully account the blocks, we...

5.5CVSS6.4AI score0.0024EPSS
SaveExploits0References11
OSV
OSV
added 2024/01/30 8:57 p.m.15 views

GHSA-475G-VJ6C-XF96 CrateDB database has an arbitrary file read vulnerability

Summary There is an arbitrary file read vulnerability in the CrateDB database, and authenticated CrateDB database users can read any file on the system. Details There is a COPY FROM function in the CrateDB database that is used to import file data into database tables. This function has a flaw, a...

5.7CVSS5.7AI score0.03084EPSS
SaveExploits1References8
Prion
Prion
added 2024/01/30 5:15 p.m.19 views

Information disclosure

CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of data in real-time. There is a COPY FROM function in the CrateDB database that is used to import file data into database tables. This function has a flaw, and authenticated attackers can use the COPY...

4CVSS7.3AI score0.03084EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder