Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "SPX PHP Profiler - Default Key" module is designed to detect the presence of a default SPX key in the SPX PHP profiler software. This module focuses on identifying misconfigurations that could potentially lead to security vulnerabilities. The severity of this module is classified as high.
Author: vagnerd
If the default SPX key is discovered, it could allow unauthorized access to the SPX Control Panel and potentially expose sensitive information. This misconfiguration could lead to unauthorized modifications, data leaks, or other security breaches.
The module sends an HTTP GET request to the target URL with a specific query parameter, "?SPX_KEY={%api_key%}&SPX_UI_URI=/". It then performs a series of matching conditions to determine if the target is vulnerable:
- The response body must contain the following words: "<title>SPX Control Panel</title>
", "SPX_ENABLED
", and "Configuration
".
- The response header must contain the word "text/html
".
- The HTTP status code must be 200.
If all the matching conditions are met, the module reports a vulnerability.
Reference:
- https://github.com/NoiseByNorthwest/php-spxRemediation:
- https://github.com/NoiseByNorthwe