Skip to content

Vue PACS - Panel

ID: vue-pacs-panel

Severity: info

Author: righettod

Tags: vue,pacs,panel,login,philips

Vue PACS was detected.

id: vue-pacs-panel
info:
name: Vue PACS - Panel
author: righettod
severity: info
description: |
Vue PACS was detected.
reference:
- https://www.usa.philips.com/healthcare/solutions/diagnostic-informatics/enterprise-imaging-pacs
classification:
cpe: cpe:2.3:a:philips:vue_pacs:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: philips
product: vue_pacs
shodan-query:
- http.title:"Vue PACS"
- http.title:"vue pacs"
fofa-query: title="vue pacs"
google-query: intitle:"vue pacs"
tags: vue,pacs,panel,login,philips
http:
- method: GET
path:
- "{{BaseURL}}/portal/WebLogin.aspx"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Vue PACS</title>"
- "loginUsernameHidden"
- "loginPasswordHidden"
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'version=([a-z0-9\.\s\-]+)'
# digest: 4b0a0048304602210095da10d6ed247d190d0248cee9318e9c054e38b9ddfc13fc6b4b0288f25c73a70221008485eb8ba10bc28c005e44d51a77648ac41c3eeb571690cb24a4b100f9505548:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/vue-pacs-panel.yaml"

View on Github