-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add vulnerability detection module for CVE-2025-32756 (Fortivoice/FortiMail RCE) #1502
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
Closed
+390
−555
Closed
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
a69c715
Add unit tests for is_weak_hash_algo in ssl module
Raavi29 d947eb6
Move test file to mirror package structure (tests/core/lib/test_ssl.py)
Raavi29 12550d0
Fix header comment path and remove unused import
Raavi29 85f9f91
Add tests for nettacker/core/ip.py - 61 tests, 83% coverage
Raavi29 abb916e
Add detection module for CVE-2025-32756 (FortiVoice/FortiMail RCE)
Raavi29 0a5ccba
Trigger CI re-run
Raavi29 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| info: | ||
| name: fortivoice_cve_2025_32756_vuln | ||
| author: Parneet Kaur | ||
| severity: 9.8 | ||
| description: > | ||
| Fortinet FortiVoice, FortiMail, FortiNDR, FortiRecorder and FortiCamera | ||
| stack-based buffer overflow in /remote/hostcheck_validate allowing | ||
| unauthenticated remote code execution via crafted HTTP requests. | ||
| Actively exploited in the wild. CISA KEV listed. | ||
| reference: | ||
| - https://nvd.nist.gov/vuln/detail/CVE-2025-32756 | ||
| - https://www.fortiguard.com/psirt/FG-IR-25-254 | ||
| - https://www.cisa.gov/known-exploited-vulnerabilities-catalog | ||
| profiles: | ||
| - vuln | ||
| - http | ||
| - critical_severity | ||
| - cve | ||
| - cve2025 | ||
| - fortinet | ||
| - fortivoice | ||
| - cisa_kev | ||
| payloads: | ||
| - library: http | ||
| steps: | ||
| - method: get | ||
| timeout: 3 | ||
| headers: | ||
| User-Agent: "{user_agent}" | ||
| ssl: false | ||
| url: | ||
| nettacker_fuzzer: | ||
| input_format: "{{schema}}://{target}:{{ports}}/remote/hostcheck_validate" | ||
| prefix: "" | ||
| suffix: "" | ||
| interceptors: | ||
| data: | ||
| schema: | ||
| - "http" | ||
| - "https" | ||
| ports: | ||
| - 80 | ||
| - 443 | ||
| - 8080 | ||
| - 8443 | ||
| response: | ||
| condition_type: and | ||
| conditions: | ||
| status_code: | ||
| regex: "^(200|400|405|500)$" | ||
| reverse: false | ||
| content: | ||
| regex: "(?i)(FortiVoice|FortiMail|FortiNDR|FortiRecorder|FortiCamera|hostcheck)" | ||
| reverse: false | ||
|
Raavi29 marked this conversation as resolved.
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.