vendor:
JioFi 4G Hotspot M2S
by:
Vikas Chaudhary
6.5
CVSS
MEDIUM
CSRF
352
CWE
Product Name: JioFi 4G Hotspot M2S
Affected Version From: 1.0.2
Affected Version To: 1.0.2
Patch Exists: NO
Related CWE: CVE-2019-7440
CPE: a:jio:hotspot_m2s_firmware:1.0.2
Platforms Tested: Windows 10
2019
JioFi 4G M2S 1.0.2 CSRF Vulnerability
The application allows users to perform certain actions via HTTP requests without performing any validity checks to verify the requests. This can be exploited to perform certain actions with administrative privileges if a logged-in user visits a malicious web site. The issue is triggered when an unauthorized input passed via multiple POST and GET parameters are not properly sanitized before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
Mitigation:
Implement proper input validation and sanitization on the server side to prevent unauthorized actions. Implement CSRF tokens to verify the authenticity of requests.