|
|
|
|||||||
|
This program absolutely freeware, is distributed "as is", that is you use it at own risk!
And I, as the author, do not carry any responsibility for consequences connected to use of this program on your computer. UoPilot based on source code of the version 0.96 beta from Blade. |
|
If You like our project, and You are interested in its further development and regular updates,
support us by making a donation. |
Until then, every git clone https://github.com/attacker/magento-shell.git is a ticking time bomb for the ~12% of e-commerce still running this dead platform.
| Repo Focus | Stars | Technique | Evasion Level | | :--- | :--- | :--- | :--- | | Auto-RCE via SOAPv2 | 847 | $SOAP-Client->call('catalogProductList') injection | Low (Uses default wsdl ) | | Mass SQLi Scanner | 203 | Time-based blind on o:truncate parameter | None (Logs IP in access.log) | | Shoplift 2.0 (PEAR bypass) | 1.1k | Exploits bug in Mage_Core_Model_File_Uploader | High (Bypasses SUPEE-5344) | | Key Decryptor + Admin Login | 442 | Uses leaked local.xml hash → Mage::helper('core')->decrypt() | Medium | | RCE via "RSS Feed Poisoning" | 89 | Maliciously crafted RSS block="core/template" | Low (Requires allow_url_include=On ) |
Magento officially ended support (EOL) for all Magento 1.x versions, including 1.9.0.0, in . Running this version today exposes a business to extreme risks:
Several repositories demonstrate how flawed PHP object destruction can be manipulated to trigger RCE via specific Magento core blocks. 2. SQL Injection (SQLi) magento 1.9.0.0 exploit github
Attackers can bypass authentication entirely, create administrative user accounts, and execute code on the server. Public GitHub scripts often automate the creation of a fake admin account using this vulnerability. 2. Guru Inc SiteScanner Vulnerability (SUPEE-6285)
Defensive Strategies: Securing Magento 1.9.0.0 in an EOL Era
XSS vulnerabilities allow attackers to inject malicious scripts into web pages viewed by other users. Attackers can exploit XSS to steal session cookies, login credentials, or other sensitive information. This was a known issue in the Magento 1.9.0.0 admin panel, as well as later versions. Until then, every git clone https://github
These vulnerabilities allow attackers to inject malicious scripts into pages viewed by users or trick administrators into taking actions, leading to session hijacking.
Restrict access to the backend admin URL, /downloader , and database management tools exclusively to specific static corporate IP addresses or VPN endpoints.
Scanning or exploiting e-commerce websites without explicit, written authorization violates computer crime laws (such as the CFAA in the United States) globally. or other sensitive information.
: Magento 1 reached its end of life on June 30, 2020 . Official security patches are no longer released by Adobe.
The most sophisticated exploit in the wild (present in 3 active forks) leverages a broken preg_match in downloader/lib/PEAR/Registry.php :
| version | 1.26.4a | 1.26.4b | 1.26.4e | 2.0.0 | 2.0.0b | 2.0.3 6.0.x.x ... 7.0.x.x |
3.0.0c | 3.0.0g | MU | MU1.04J | 6070p81 |
| CP | X | X | X | X | X | X | X | X | - | - | - |
| LMess | X | X | X | X | X | X | X | X | - | - | - |
| Coords | X | X | X | X | X | X | X | X | X | X | X |
| Target | X | X | X | X | X | X | X | X | X | X | X |
| LastObTarID | X | X | X | X | X | X | X | X | - | - | X |
| LastObjectType | X | X | X | X | X | X | X | X | - | - | X |
| LastStaticType | X | X | X | X | X | X | X | X | - | - | X |
| LastTargetKind | X | X | X | X | X | X | X | X | - | - | X |
| LastTargetXYZ | X | X | X | X | X | X | X | X | - | - | X |
| LastLiftedID | X | X | X | X | X | X | X | X | - | - | X |
| LastSkill | X | X | X | X | X | X | X | X | - | - | X |
| LastSpell | X | X | X | X | X | X | X | X | - | - | X |
| CharDir | X | X | X | X | X | X | X | X | - | - | X |
| Crim | X | X | X | X | X | X | X | X | - | - | X |
| PathF | X | X | X | X | X | X | X | X | - | - | X |
| ShowNames | X | X | X | X | X | X | X | X | - | - | X |
| Trans | X | X | X | X | X | X | X | X | - | - | X |
| Skills | X | - | - | - | - | X | - | - | - | - | - |
| AlwaysRun | - | - | - | - | - | X | - | - | - | - | X |
| Hidden | - | - | - | - | - | X | - | - | - | - | - |
| War | - | - | - | - | - | X | - | - | - | - | - |
| CopyConsoleText | - | - | - | - | - | X | - | - | - | - | - |
Questions and offers send here.