6.4
CVSSv2

CVE-2018-13784

Published: 09/07/2018 Updated: 03/10/2019
CVSS v2 Base Score: 6.4 | Impact Score: 4.9 | Exploitability Score: 10
CVSS v3 Base Score: 9.1 | Impact Score: 5.2 | Exploitability Score: 3.9
VMScore: 651
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:N

Vulnerability Summary

PrestaShop prior to 1.6.1.20 and 1.7.x prior to 1.7.3.4 mishandles cookie encryption in Cookie.php, Rinjdael.php, and Blowfish.php.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

prestashop prestashop

Exploits

<--- exploitpy ---> #!/usr/bin/env python3 # PrestaShop <= 16119 Privilege Escalation # Charles Fol # 2018-07-10 # # See ambionicsio/blog/prestashop-privilege-escalation # # # The condition for this exploit to work is for an employee to have the same # password as a customer The exploit will yield a valid employee cookie for ...
#!/usr/bin/env python3 # PrestaShop <= 16119 AES (Rijndael) / openssl_encrypt() Cookie Read # Charles Fol # # See ambionicsio/blog/prestashop-privilege-escalation # # This POC will reveal the content of an employee's cookie # By modifying it one can read/write any PrestaShop cookie # It is a simple padding oracle implementation # ...

Github Repositories

1000+ Github Security Resource Collection Repos.

所有收集类项目: 收集的所有开源工具: sec-tool-list: 超过18K, 包括Markdown和Json两种格式 安全资源收集类的 Repo: 1000+各类安全资源收集的Github Repo 全平台逆向资源: Windows平台安全: PE/DLL/DLL-Injection/Dll-Hijack/Dll-Load/UAC-Bypass/Sysmon/AppLocker/ETW/WSL/NET/Process-Injection/Code-Injection/DEP/Kernel/ Linux安全: ELF/

Collection of exploits/POC for PrestaShop cookie vulnerabilities (CVE-2018-13784)

prestashop-exploits Collection of exploits/POCs for PrestaShop cookie vulnerabilities (CVE-2018-13784) Refer to ambionicsio/blog/prestashop-privilege-escalation for details