A significant security flaw, CVE-2024-52301, has been found in the Laravel framework, which is widely used for web applications. With a CVSS rating of 8.7, this vulnerability could allow unauthorized access, data tampering, and privilege escalation in many Laravel applications.
CVE-2024-52301 pertains to inadequate input validation in Laravel’s environment configuration. The problem arises from how Laravel manages PHP’s register_argc_argv directive, which allows command-line arguments in scripts. If this directive is enabled, attackers could exploit it with malicious URLs to modify environment variables used by Laravel during request processing.
By infosecbulletin
/ Saturday , December 21 2024
CISA has released eight advisories on vulnerabilities in Industrial Control Systems (ICS). These vulnerabilities affect essential software and hardware in...
Read More
By infosecbulletin
/ Friday , December 20 2024
Bank Rakyat Indonesia (BRI), the largest state bank by assets, has assured customers that their data and funds are secure...
Read More
By infosecbulletin
/ Friday , December 20 2024
Cybersecurity researcher Jeremiah Fowler reported to Website Planet that he found a non-password-protected 1.2 TB dataset containing over 3 million...
Read More
By infosecbulletin
/ Friday , December 20 2024
Sophos has fixed three separate security vulnerabilities in Sophos Firewall. The vulnerabilities CVE-2024-12727, CVE-2024-12728, and CVE-2024-12729 present major risks, such...
Read More
By infosecbulletin
/ Thursday , December 19 2024
A time-demanding workshop on "Cybersecurity Awareness and Needs Analysis" was held on Thursday (December 19) at Bangladesh Bank Training Academy...
Read More
By infosecbulletin
/ Thursday , December 19 2024
Kaspersky's Global Emergency Response Team (GERT) found that attackers are exploiting a patched SQL injection vulnerability (CVE-2023-48788) in Fortinet FortiClient...
Read More
By infosecbulletin
/ Wednesday , December 18 2024
The US government is considering banning a well-known brand of Chinese-made home internet routers TP-Link due to concerns that they...
Read More
By infosecbulletin
/ Wednesday , December 18 2024
Every day a lot of cyberattack happen around the world including ransomware, Malware attack, data breaches, website defacement and so...
Read More
By infosecbulletin
/ Wednesday , December 18 2024
CISA has issued Binding Operational Directive (BOD) 25-01, requiring federal civilian agencies to improve the security of their Microsoft 365...
Read More
By infosecbulletin
/ Wednesday , December 18 2024
The Irish Data Protection Commission fined Meta €251 million ($263.6 million) for GDPR violations related to a 2018 data breach...
Read More
Improper validation allows attackers to bypass input checks or inject harmful data. With register_argc_argv enabled, Laravel applications are at higher risk, as attackers can exploit PHP’s default behavior to gain unauthorized control over the application.
Laravel is popular for web applications and APIs, making its vulnerability a significant concern due to its widespread use. This flaw impacts several versions of Laravel, including:
Versions < 6.20.45
Versions >= 7.0.0 and < 7.30.7
Versions >= 8.0.0 and < 8.83.28
Versions >= 9.0.0 and < 9.52.17
Versions >= 10.0.0 and < 10.48.23
Versions >= 11.0.0 and < 11.31.0
Organizations using these Laravel versions for public applications may be vulnerable to attacks that could lead to unauthorized access and data breaches.
In response to CVE-2024-52301, Laravel has issued patches across affected versions, with the updated versions being:
6.20.45
7.30.7
8.83.28
9.52.17
10.48.23
11.31.0
The latest Laravel patch prevents environment detection using argv values on non-CLI interfaces, closing a security vulnerability. Developers should upgrade to the updated versions immediately.