cvelist/2023/23xxx/CVE-2023-23607.json

91 lines
3.3 KiB
JSON
Raw Normal View History

2023-01-16 18:00:41 +00:00
{
2023-01-20 21:00:42 +00:00
"data_version": "4.0",
2023-01-16 18:00:41 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-23607",
2023-01-20 21:00:42 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-01-16 18:00:41 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-01-20 21:00:42 +00:00
"value": "erohtar/Dasherr is a dashboard for self-hosted services. In affected versions unrestricted file upload allows any unauthenticated user to execute arbitrary code on the server. The file /www/include/filesave.php allows for any file to uploaded to anywhere. If an attacker uploads a php file they can execute code on the server. This issue has been addressed in version 1.05.00. Users are advised to upgrade. There are no known workarounds for this issue."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-434: Unrestricted Upload of File with Dangerous Type",
"cweId": "CWE-434"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "erohtar",
"product": {
"product_data": [
{
"product_name": "Dasherr",
"version": {
"version_data": [
{
"version_value": "< 1.05.00",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/erohtar/Dasherr/security/advisories/GHSA-6rgc-2x44-7phq",
"refsource": "MISC",
"name": "https://github.com/erohtar/Dasherr/security/advisories/GHSA-6rgc-2x44-7phq"
},
{
"url": "https://github.com/erohtar/Dasherr/commit/445325c7cf1148a8cd38af3a90789c6cbf6c5112",
"refsource": "MISC",
"name": "https://github.com/erohtar/Dasherr/commit/445325c7cf1148a8cd38af3a90789c6cbf6c5112"
}
]
},
"source": {
"advisory": "GHSA-6rgc-2x44-7phq",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
2023-01-16 18:00:41 +00:00
}
]
}
}