mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-07-29 05:56:59 +00:00
89 lines
3.2 KiB
JSON
89 lines
3.2 KiB
JSON
{
|
|
"data_version": "4.0",
|
|
"data_type": "CVE",
|
|
"data_format": "MITRE",
|
|
"CVE_data_meta": {
|
|
"ID": "CVE-2024-43110",
|
|
"ASSIGNER": "secteam@freebsd.org",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "The ctl_request_sense function could expose up to three bytes of the kernel heap to userspace.\n\nMalicious 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."
|
|
}
|
|
]
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-125 Out-of-bounds Read",
|
|
"cweId": "CWE-125"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"vendor_name": "FreeBSD",
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "FreeBSD",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_affected": "<",
|
|
"version_name": "14.1-RELEASE",
|
|
"version_value": "p4"
|
|
},
|
|
{
|
|
"version_affected": "<",
|
|
"version_name": "14.0-RELEASE",
|
|
"version_value": "p10"
|
|
},
|
|
{
|
|
"version_affected": "<",
|
|
"version_name": "13.3-RELEASE",
|
|
"version_value": "p6"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"url": "https://security.freebsd.org/advisories/FreeBSD-SA-24:11.ctl.asc",
|
|
"refsource": "MISC",
|
|
"name": "https://security.freebsd.org/advisories/FreeBSD-SA-24:11.ctl.asc"
|
|
}
|
|
]
|
|
},
|
|
"credits": [
|
|
{
|
|
"lang": "en",
|
|
"value": "Synacktiv"
|
|
},
|
|
{
|
|
"lang": "en",
|
|
"value": "The FreeBSD Foundation"
|
|
},
|
|
{
|
|
"lang": "en",
|
|
"value": "The Alpha-Omega Project"
|
|
}
|
|
]
|
|
} |