Lucene search
K

iboss Secure Web Gateway - Stored Cross-Site Scripting (XSS)

🗓️ 08 May 2024 00:00:00Reported by modrnProph3tType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 343 Views

iboss Secure Web Gateway - Stored Cross-Site Scripting (XSS) vulnerability in < 10.2.0 version. Unauthenticated attack allows payload to be stored and executed on every login page GET response until new POST request is made without payload

Related
Code
ReporterTitlePublishedViews
Family
0day.today
iboss Secure Web Gateway - Stored Cross-Site Scripting Vulnerability
8 May 202400:00
zdt
Circl
CVE-2024-3378
16 Sep 202520:55
circl
CNNVD
iboss Secure Web Gateway 跨站脚本漏洞
6 Apr 202400:00
cnnvd
CVE
CVE-2024-3378
6 Apr 202412:31
cve
Cvelist
CVE-2024-3378 iboss Secure Web Gateway Login Portal login cross site scripting
6 Apr 202412:31
cvelist
EUVD
EUVD-2024-31967
3 Oct 202520:07
euvd
Nuclei
iboss Secure Web Gateway - Stored Cross-Site Scripting
3 Jun 202606:04
nuclei
NVD
CVE-2024-3378
6 Apr 202413:15
nvd
OSV
CVE-2024-3378
6 Apr 202413:15
osv
Packet Storm
iboss Secure Web Gateway Cross Site Scripting
9 May 202400:00
packetstorm
Rows per page
# 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 execution

Data

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

08 May 2024 00:00Current
5.1Medium risk
Vulners AI Score5.1
CVSS 3.14.3 - 6.1
CVSS 25
CVSS 34.3
EPSS0.0554
SSVC
343