130 lines
5.0 KiB
JSON
Raw Normal View History

2023-04-24 12:24:31 +02:00
{
"id": "CVE-2020-15892",
"sourceIdentifier": "cve@mitre.org",
"published": "2020-07-22T19:15:12.477",
"lastModified": "2021-07-21T11:39:23.747",
"vulnStatus": "Analyzed",
"descriptions": [
{
"lang": "en",
"value": "An issue was discovered in apply.cgi on D-Link DAP-1520 devices before 1.10b04Beta02. Whenever a user performs a login action from the web interface, the request values are being forwarded to the ssi binary. On the login page, the web interface restricts the password input field to a fixed length of 15 characters. The problem is that validation is being done on the client side, hence it can be bypassed. When an attacker manages to intercept the login request (POST based) and tampers with the vulnerable parameter (log_pass), to a larger length, the request will be forwarded to the webserver. This results in a stack-based buffer overflow. A few other POST variables, (transferred as part of the login request) are also vulnerable: html_response_page and log_user."
},
{
"lang": "es",
"value": "Se detect\u00f3 un problema en el archivo apply.cgi en los dispositivos D-Link DAP-1520 versiones anteriores a 1.10b04Beta02. Cada vez que un usuario lleva a cabo una acci\u00f3n de inicio de sesi\u00f3n desde la interfaz web, los valores de la petici\u00f3n est\u00e1n siendo reenviados al binario ssi. En la p\u00e1gina de inicio de sesi\u00f3n, la interfaz web restringe el campo de entrada de contrase\u00f1a a una longitud fija de 15 caracteres. El problema es que la comprobaci\u00f3n se est\u00e1 haciendo en el lado del cliente, por lo tanto, se puede omitir. Cuando un atacante logra interceptar la petici\u00f3n de inicio de sesi\u00f3n (basada en POST) y manipula el par\u00e1metro vulnerable (log_pass), a una longitud mayor, la petici\u00f3n ser\u00e1 reenviada al servidor web. Esto resulta en un desbordamiento del b\u00fafer en la regi\u00f3n stack de la memoria. Algunas otras variables POST (transferidas como parte de la petici\u00f3n de inicio de sesi\u00f3n) tambi\u00e9n son vulnerables: html_response_page y log_user"
}
],
"metrics": {
"cvssMetricV31": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL"
},
"exploitabilityScore": 3.9,
"impactScore": 5.9
}
],
"cvssMetricV2": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "2.0",
"vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
"accessVector": "NETWORK",
"accessComplexity": "LOW",
"authentication": "NONE",
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"availabilityImpact": "PARTIAL",
"baseScore": 7.5
},
"baseSeverity": "HIGH",
"exploitabilityScore": 10.0,
"impactScore": 6.4,
"acInsufInfo": false,
"obtainAllPrivilege": false,
"obtainUserPrivilege": false,
"obtainOtherPrivilege": false,
"userInteractionRequired": false
}
]
},
"weaknesses": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-669"
},
{
"lang": "en",
"value": "CWE-787"
}
]
}
],
"configurations": [
{
"operator": "AND",
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:o:d-link:dap-1520_firmware:*:*:*:*:*:*:*:*",
"versionEndIncluding": "1.10b04",
"matchCriteriaId": "9BF87ECE-5925-4DDA-9F93-69F16C4024AD"
}
]
},
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": false,
"criteria": "cpe:2.3:h:d-link:dap-1520:a1:*:*:*:*:*:*:*",
"matchCriteriaId": "2BB30EB6-9DC6-4CE3-A289-44A64C481A90"
}
]
}
]
}
],
"references": [
{
"url": "https://research.loginsoft.com/bugs/classic-stack-based-buffer-overflow-in-dlink-firmware-dap-1520/",
"source": "cve@mitre.org",
"tags": [
"Exploit",
"Third Party Advisory"
]
},
{
"url": "https://supportannouncement.us.dlink.com/announcement/publication.aspx?name=SAP10169",
"source": "cve@mitre.org",
"tags": [
"Patch",
"Vendor Advisory"
]
}
]
}