Exploits / Vulnerability Discovered : 2020-12-17 |
Type : webapps |
Platform : php
This exploit / vulnerability Dolibarr erpcrm 12.0.3 remote code execution (authenticated) is for educational purposes only and if it is used you will do on your own risk!
# Vulnerability Description: Open source ERP-CRM Dolibarr 12.0.3 is
# vulnerable to authenticated Remote Code Execution Attack. An attacker who
# has the access the admin dashboard can manipulate the backup function by
# inserting payload into the zipfilename_template parameter at page
# /admin/tools/dolibarr_export.php by clicking on the button "Generate
# Backup" thus triggering command injection on target system.
import requests
from bs4 import BeautifulSoup
from bs4 import Comment
import re
import lxml
import json
import urllib