Critical PHP RCE vulnerability mass exploited in new attacks

Critical PHP RCE vulnerability mass exploited in new attacks

Threat intelligence company GreyNoise warns that a critical PHP remote code execution vulnerability that impacts Windows systems is now under mass exploitation. Tracked as CVE-2024-4577, this PHP-CGI argument injection flaw was patched in June 2024 and affects Windows PHP installations with PHP running in CGI mode. Successful exploitation enables unauthenticated attackers to execute arbitrary code … Read more

Reducing Complexity with Guard Clauses in PHP and JavaScript

Reducing Complexity with Guard Clauses in PHP and JavaScript

A guard clause is a snippet of code at the top of a function or method that returns early when some precondition is met. I believe that we can reduce both the complexity and cognitive load of code by using them appropriately. We’ll first explore several versions of a sample method from a hypothetical billing … Read more

Emojis, PHP Client Update + More

Emojis, PHP Client Update + More

Release Notes is our monthly update that highlights recent product improvements we’ve made so you can easily stay up to date on what’s new. What’s new? Behold! Emojis You can now add your favorite emojis to saved replies, auto replies, mailbox signatures, and customer profile names. Almost every field in Help Scout now properly supports … Read more