header-logo
Suggest Exploit
vendor:
LayerBB
by:
0xB9
6.1
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: LayerBB
Affected Version From: 1.1.1
Affected Version To: 1.1.1
Patch Exists: YES
Related CWE: CVE-2018-17997
CPE: a:layerbb:layerbb:1.1.1
Metasploit: N/A
Other Scripts: N/A
Platforms Tested: Ubuntu 18.04
2018

LayerBB 1.1.1 – Cross-Site Scripting

LayerBB is a free open-source forum software. The XSS found allows users to add a payload to the title of conversations (PMs). Start a new conversation sending to any user (victim) you want and use a payload in the title <script>alert('XSS')</script>. Next time the user (victim) visits the site payload will execute.

Mitigation:

Update to 1.1.2 version
Source

Exploit-DB raw data:

# Exploit Title: LayerBB 1.1.1 - Cross-Site Scripting
# Date: 10/4/2018
# Author: 0xB9
# Twitter: @0xB9Sec
# Contact: 0xB9[at]pm.me
# Software Link: https://forum.layerbb.com/downloads.php?view=file&id=26
# Version: 1.1.1
# Tested on: Ubuntu 18.04
# CVE: CVE-2018-17997


1. Description:
LayerBB is a free open-source forum software. The XSS found allows users to add a payload to the title of conversations (PMs).
 

2. Proof of Concept:

- Start a new conversation sending to any user (victim) you want
- Use a payload in the title  <script>alert('XSS')</script>
- Next time the user (victim) visits the site payload will execute


3. Solution:
Update to 1.1.2