CVE-2024-8165: Path Traversal in Chengdu Everbrite Network Technology BeikeShop
A vulnerability was identified in Chengdu Everbrite Network Technology BeikeShop up to 1.5.5. This vulnerability affects the function exportZip of the file /admin/file_manager/export. Such manipulation of the argument path leads to path traversal. The attack can be launched remotely. The exploit is publicly available and might be used. Upgrading to version 1.6.0 is able to resolve this issue. It is suggested to upgrade the affected component.
AI Analysis
Technical Summary
CVE-2024-8165 is a path traversal vulnerability identified in the BeikeShop e-commerce platform developed by Chengdu Everbrite Network Technology, affecting versions 1.5.0 through 1.5.5. The vulnerability resides in the exportZip function within the /admin/file_manager/export endpoint, where insufficient validation of the 'path' parameter allows an attacker to traverse directories and access files outside the intended directory scope. This can lead to unauthorized disclosure of sensitive files on the server. The vulnerability can be exploited remotely over the network without requiring authentication or user interaction, making it relatively easy to exploit. The CVSS 4.0 score is 5.3 (medium), reflecting the low complexity of the attack vector (network), no privileges required, and no user interaction needed, but limited impact on confidentiality and no impact on integrity or availability. Although no known exploits are currently observed in the wild, a public exploit is available, increasing the risk of exploitation. The recommended mitigation is to upgrade to BeikeShop version 1.6.0, where the vulnerability has been fixed by proper input validation and sanitization of the path parameter. Organizations should also review access controls and monitor for suspicious file access patterns to detect exploitation attempts.
Potential Impact
For European organizations, exploitation of this vulnerability could lead to unauthorized disclosure of sensitive files stored on BeikeShop servers, potentially exposing customer data, configuration files, or internal documents. While the vulnerability does not allow modification or deletion of files, the confidentiality breach could facilitate further attacks such as credential theft or lateral movement. E-commerce platforms using BeikeShop may face reputational damage and regulatory scrutiny under GDPR if personal data is exposed. The ease of remote exploitation without authentication increases the risk, especially for organizations with externally accessible BeikeShop admin interfaces. However, the absence of known active exploitation in the wild somewhat reduces immediate risk. Still, the availability of a public exploit means attackers could quickly weaponize this vulnerability. Organizations should consider this a moderate threat that requires timely remediation to avoid potential data breaches and compliance violations.
Mitigation Recommendations
1. Upgrade BeikeShop installations to version 1.6.0 or later immediately to apply the official patch addressing the path traversal vulnerability. 2. Restrict network access to the /admin/file_manager/export endpoint using firewalls or web application firewalls (WAFs) to limit exposure to trusted IP addresses only. 3. Implement strict input validation and sanitization on all user-supplied parameters, especially those related to file paths, to prevent traversal sequences such as '../'. 4. Conduct regular security audits and penetration testing focused on file management functionalities to detect similar vulnerabilities. 5. Monitor server logs for unusual file access patterns or attempts to access sensitive files outside expected directories. 6. Employ least privilege principles for the web application and underlying file system permissions to minimize the impact of any successful exploitation. 7. Educate system administrators and developers about secure coding practices related to file handling and path validation. 8. Consider deploying runtime application self-protection (RASP) tools that can detect and block path traversal attempts in real time.
Affected Countries
Germany, France, United Kingdom, Netherlands, Italy, Spain, Poland
CVE-2024-8165: Path Traversal in Chengdu Everbrite Network Technology BeikeShop
Description
A vulnerability was identified in Chengdu Everbrite Network Technology BeikeShop up to 1.5.5. This vulnerability affects the function exportZip of the file /admin/file_manager/export. Such manipulation of the argument path leads to path traversal. The attack can be launched remotely. The exploit is publicly available and might be used. Upgrading to version 1.6.0 is able to resolve this issue. It is suggested to upgrade the affected component.
AI-Powered Analysis
Technical Analysis
CVE-2024-8165 is a path traversal vulnerability identified in the BeikeShop e-commerce platform developed by Chengdu Everbrite Network Technology, affecting versions 1.5.0 through 1.5.5. The vulnerability resides in the exportZip function within the /admin/file_manager/export endpoint, where insufficient validation of the 'path' parameter allows an attacker to traverse directories and access files outside the intended directory scope. This can lead to unauthorized disclosure of sensitive files on the server. The vulnerability can be exploited remotely over the network without requiring authentication or user interaction, making it relatively easy to exploit. The CVSS 4.0 score is 5.3 (medium), reflecting the low complexity of the attack vector (network), no privileges required, and no user interaction needed, but limited impact on confidentiality and no impact on integrity or availability. Although no known exploits are currently observed in the wild, a public exploit is available, increasing the risk of exploitation. The recommended mitigation is to upgrade to BeikeShop version 1.6.0, where the vulnerability has been fixed by proper input validation and sanitization of the path parameter. Organizations should also review access controls and monitor for suspicious file access patterns to detect exploitation attempts.
Potential Impact
For European organizations, exploitation of this vulnerability could lead to unauthorized disclosure of sensitive files stored on BeikeShop servers, potentially exposing customer data, configuration files, or internal documents. While the vulnerability does not allow modification or deletion of files, the confidentiality breach could facilitate further attacks such as credential theft or lateral movement. E-commerce platforms using BeikeShop may face reputational damage and regulatory scrutiny under GDPR if personal data is exposed. The ease of remote exploitation without authentication increases the risk, especially for organizations with externally accessible BeikeShop admin interfaces. However, the absence of known active exploitation in the wild somewhat reduces immediate risk. Still, the availability of a public exploit means attackers could quickly weaponize this vulnerability. Organizations should consider this a moderate threat that requires timely remediation to avoid potential data breaches and compliance violations.
Mitigation Recommendations
1. Upgrade BeikeShop installations to version 1.6.0 or later immediately to apply the official patch addressing the path traversal vulnerability. 2. Restrict network access to the /admin/file_manager/export endpoint using firewalls or web application firewalls (WAFs) to limit exposure to trusted IP addresses only. 3. Implement strict input validation and sanitization on all user-supplied parameters, especially those related to file paths, to prevent traversal sequences such as '../'. 4. Conduct regular security audits and penetration testing focused on file management functionalities to detect similar vulnerabilities. 5. Monitor server logs for unusual file access patterns or attempts to access sensitive files outside expected directories. 6. Employ least privilege principles for the web application and underlying file system permissions to minimize the impact of any successful exploitation. 7. Educate system administrators and developers about secure coding practices related to file handling and path validation. 8. Consider deploying runtime application self-protection (RASP) tools that can detect and block path traversal attempts in real time.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- VulDB
- Date Reserved
- 2024-08-26T07:22:19.235Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 6923fb9b011871acbdf22a36
Added to database: 11/24/2025, 6:30:51 AM
Last enriched: 11/24/2025, 6:45:59 AM
Last updated: 11/24/2025, 10:45:19 AM
Views: 8
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-12739: CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') in Google Cloud Looker
HighCVE-2025-13596: CWE-209 Generation of Error Message Containing Sensitive Information in ATISoluciones CIGES
LowCVE-2025-13588: Server-Side Request Forgery in lKinderBueno Streamity Xtream IPTV Player
MediumCVE-2024-8164: Unrestricted Upload in Chengdu Everbrite Network Technology BeikeShop
MediumCVE-2024-8163: Path Traversal in Chengdu Everbrite Network Technology BeikeShop
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.