Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
cve_poc/CVE-2019-11369
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
17 lines (15 sloc)
745 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 | |
| # CVE-ID: CVE-2019-11369 | |
| # 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 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. |