deployment-interface-exposed: Deployment Management Interface - Exposed

2025-08-01 Deployment Management Interface PoC Public

Description

Deployment Management Interface is exposed. This exposure could potentially allow unauthorized access to the management interface

PoC

id: deployment-interface-exposed

info:
  name: Deployment Management Interface - Exposed
  author: DhiyaneshDK
  severity: medium
  description: |
   Deployment Management Interface is exposed. This exposure could potentially allow unauthorized access to the management interface
  metadata:
    verified: true
    max-request: 1
  tags: deployment,management,misconfig,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<title>Deployment Management Interface</title>"

      - type: status
        status:
          - 200
# digest: 490a00463044022025fcbc0abfd2caeb689e9ef8df25cffd2ff88d8bcc20782f90446309a86c7acb022067c9cbce94942324946ae76cf32fb17a188cc63d2100eddbf82c4261d3d5deda:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities