-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New vulnerability module for Triofox CVE-2025-12480 detection #1237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 3 commits
0cc045d
eb6cf4a
7582816
5906686
66d0efe
c1c8c89
ef245e0
f3e159b
c37e366
efa0e22
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,58 @@ | ||
| info: | ||
| name: triofox_improper_access_control_cve_2025_12480_vuln | ||
| author: OWASP Nettacker Team | ||
| severity: 9.8 | ||
| description: | | ||
| Gladinet Triofox before version 12.91.1126.65588 and CentreStack before | ||
| version 12.10.595.65696 allow unauthenticated access to the | ||
| /management/admindatabase.aspx endpoint. An unauthenticated attacker | ||
| can access sensitive database management functionality, leading to | ||
| potential data disclosure or system compromise. | ||
| reference: | ||
| - https://cloud.google.com/blog/topics/threat-intelligence/triofox-vulnerability-cve-2025-12480 | ||
| - https://attackerkb.com/topics/5C4wRy6hY7/cve-2025-12480/rapid7-analysis | ||
| - https://nvd.nist.gov/vuln/detail/CVE-2025-12480 | ||
| profiles: | ||
| - vuln | ||
| - http | ||
| - critical_severity | ||
| - cve | ||
| - cve2025 | ||
| - unauth | ||
| - exposure | ||
| - triofox | ||
| - kev | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When users select Useful? React with 👍 / 👎. |
||
|
|
||
| payloads: | ||
| - library: http | ||
| steps: | ||
| - method: get | ||
| timeout: 5 | ||
| headers: | ||
| User-Agent: "{user_agent}" | ||
| allow_redirects: false | ||
| ssl: false | ||
| url: | ||
| nettacker_fuzzer: | ||
| input_format: "{{schema}}://{target}:{{ports}}{{paths}}" | ||
| prefix: "" | ||
| suffix: "" | ||
| interceptors: [] | ||
| data: | ||
| schema: | ||
| - http | ||
| - https | ||
| ports: | ||
| - 80 | ||
| - 443 | ||
| paths: | ||
| - "/management/admindatabase.aspx" | ||
| response: | ||
| condition_type: and | ||
| conditions: | ||
| status_code: | ||
| regex: "200" | ||
| reverse: false | ||
| content: | ||
| regex: "(?s)(Triofox Enterprise).*?(Manage Database).*?(Configure Database)" | ||
| reverse: false | ||
Uh oh!
There was an error while loading. Please reload this page.