2021-08-28 09:51:21 +00:00
id : CVE-2019-17503
info :
name : Kirona Dynamic Resource Scheduling - information disclosure
author : LogicalHunter
severity : medium
description : An unauthenticated user can access /osm/REGISTER.cmd (aka /osm_tiles/REGISTER.cmd) directly _ it contains sensitive information about the database through the SQL queries within this batch file
reference :
- https://www.exploit-db.com/exploits/47498
- https://nvd.nist.gov/vuln/detail/CVE-2019-17503
2022-05-17 09:18:12 +00:00
- https://github.com/Ramikan/Vulnerabilities/blob/master/Kirona-DRS%205.5.3.5%20Multiple%20Vulnerabilities
- http://packetstormsecurity.com/files/154838/Kirona-DRS-5.5.3.5-Information-Disclosure.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:L/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 5.3
2021-09-10 11:26:40 +00:00
cve-id : CVE-2019-17503
cwe-id : CWE-425
2022-04-22 10:38:41 +00:00
tags : cve,cve2019,exposure
2021-08-28 09:51:21 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/osm/REGISTER.cmd"
- "{{BaseURL}}/osm_tiles/REGISTER.cmd"
matchers-condition : and
matchers :
- type : status
status :
- 200
2021-08-31 06:30:11 +00:00
2021-08-28 09:51:21 +00:00
- type : word
part : body
words :
- "DEBUGMAPSCRIPT=TRUE"
2021-08-31 06:30:11 +00:00
- "@echo off"
condition : and