CVE-2025-52562
BaseFortify
Publication date: 2025-06-23
Last updated on: 2025-06-26
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-98 | The PHP application receives input from an upstream component, but it does not restrict or incorrectly restricts the input before its usage in "require," "include," or similar functions. |
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a directory traversal flaw in the LocaleController component of Performave Convoy versions 3.9.0-rc3 to before 4.4.1. An unauthenticated remote attacker can send a specially crafted HTTP request with malicious locale and namespace parameters to include and execute arbitrary PHP files on the server.
How can this vulnerability impact me? :
The vulnerability allows an unauthenticated attacker to execute arbitrary PHP code on the server, potentially leading to full system compromise, data theft, service disruption, and unauthorized access to sensitive information.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability immediately, implement strict Web Application Firewall (WAF) rules to filter and block incoming HTTP requests targeting the vulnerable LocaleController endpoints with malicious locale and namespace parameters. Additionally, upgrade Convoy to version 4.4.1 or later where the vulnerability is patched.