Show filters
516 Total Results
Displaying 21-30 of 516
Sort by:
Attacker Value
Unknown
CVE-2024-43110
Disclosure Date: September 05, 2024 (last updated September 06, 2024)
The ctl_request_sense function could expose up to three bytes of the kernel heap to userspace.
Malicious software running in a guest VM that exposes virtio_scsi can exploit the vulnerabilities to achieve code execution on the host in the bhyve userspace process, which typically runs as root. Note that bhyve runs in a Capsicum sandbox, so malicious code is constrained by the capabilities available to the bhyve process. A malicious iSCSI initiator could achieve remote code execution on the iSCSI target host.
0
Attacker Value
Unknown
CVE-2024-43102
Disclosure Date: September 05, 2024 (last updated September 06, 2024)
Concurrent removals of certain anonymous shared memory mappings by using the UMTX_SHM_DESTROY sub-request of UMTX_OP_SHM can lead to decreasing the reference count of the object representing the mapping too many times, causing it to be freed too early.
A malicious code exercizing the UMTX_SHM_DESTROY sub-request in parallel can panic the kernel or enable further Use-After-Free attacks, potentially including code execution or Capsicum sandbox escape.
0
Attacker Value
Unknown
CVE-2024-42416
Disclosure Date: September 05, 2024 (last updated September 06, 2024)
The ctl_report_supported_opcodes function did not sufficiently validate a field provided by userspace, allowing an arbitrary write to a limited amount of kernel help memory.
Malicious software running in a guest VM that exposes virtio_scsi can exploit the vulnerabilities to achieve code execution on the host in the bhyve userspace process, which typically runs as root. Note that bhyve runs in a Capsicum sandbox, so malicious code is constrained by the capabilities available to the bhyve process. A malicious iSCSI initiator could achieve remote code execution on the iSCSI target host.
0
Attacker Value
Unknown
CVE-2024-32668
Disclosure Date: September 05, 2024 (last updated September 06, 2024)
An insufficient boundary validation in the USB code could lead to an out-of-bounds write on the heap, with data controlled by the caller.
A malicious, privileged software running in a guest VM can exploit the vulnerability to achieve code execution on the host in the bhyve userspace process, which typically runs as root. Note that bhyve runs in a Capsicum sandbox, so malicious code is constrained by the capabilities available to the bhyve process.
0
Attacker Value
Unknown
CVE-2024-45288
Disclosure Date: September 05, 2024 (last updated September 05, 2024)
A missing null-termination character in the last element of an nvlist array string can lead to writing outside the allocated buffer.
0
Attacker Value
Unknown
CVE-2024-45287
Disclosure Date: September 05, 2024 (last updated September 07, 2024)
A malicious value of size in a structure of packed libnv can cause an integer overflow, leading to the allocation of a smaller buffer than required for the parsed data.
0
Attacker Value
Unknown
CVE-2024-41928
Disclosure Date: September 05, 2024 (last updated September 05, 2024)
Malicious software running in a guest VM can exploit the buffer overflow to achieve code execution on the host in the bhyve userspace process, which typically runs as root. Note that bhyve runs in a Capsicum sandbox, so malicious code is constrained by the capabilities available to the bhyve process.
0
Attacker Value
Unknown
CVE-2024-7589
Disclosure Date: August 12, 2024 (last updated August 14, 2024)
A signal handler in sshd(8) may call a logging function that is not async-signal-safe. The signal handler is invoked when a client does not authenticate within the LoginGraceTime seconds (120 by default). This signal handler executes in the context of the sshd(8)'s privileged code, which is not sandboxed and runs with full root privileges.
This issue is another instance of the problem in CVE-2024-6387 addressed by FreeBSD-SA-24:04.openssh. The faulty code in this case is from the integration of blacklistd in OpenSSH in FreeBSD.
As a result of calling functions that are not async-signal-safe in the privileged sshd(8) context, a race condition exists that a determined attacker may be able to exploit to allow an unauthenticated remote code execution as root.
0
Attacker Value
Unknown
CVE-2024-6760
Disclosure Date: August 12, 2024 (last updated August 14, 2024)
A logic bug in the code which disables kernel tracing for setuid programs meant that tracing was not disabled when it should have, allowing unprivileged users to trace and inspect the behavior of setuid programs.
The bug may be used by an unprivileged user to read the contents of files to which they would not otherwise have access, such as the local password database.
0
Attacker Value
Unknown
CVE-2024-6759
Disclosure Date: August 12, 2024 (last updated August 14, 2024)
When mounting a remote filesystem using NFS, the kernel did not sanitize remotely provided filenames for the path separator character, "/". This allows readdir(3) and related functions to return filesystem entries with names containing additional path components.
The lack of validation described above gives rise to a confused deputy problem. For example, a program copying files from an NFS mount could be tricked into copying from outside the intended source directory, and/or to a location outside the intended destination directory.
0