← Back to feed
AwarenessEmerging1 sourceJul 15, 2026 · 14:00via Mandiant / Google TI

The Risk of Exposed Cloud Functions and How to Harden

Brief

Written by: Corné de Jong

Introduction

Mandiant security assessments frequently identify publicly exposed serverless applications that lack authentication, often as a result of specific business requirements. Serverless deployments typically run custom-developed code that incorporates third-party packages, making them targets for a wide range of application-level attacks, including:

  • Local and Remote File Inclusion (LFI/RFI)
  • Command Injection

Successful exploitation of these vulnerabilities can grant an attacker full control over the underlying container instance. Such access can serve as a foothold that may ultimately lead to a full compromise of the victim’s cloud environment.

Based on lessons learned in customer engagements, in this blog post we describe attack scenarios and provide actionable guidance on how to secure serverless environments.

Read more on Mandiant / Google TI