Home > Glossary > CompTIA Cybersecurity Analyst+ > Server-Side Request Forgery (SSRF)

📖 What is Server-Side Request Forgery (SSRF)?

Server-Side Request Forgery (SSRF) is a vulnerability where an attacker induces a server-side application to make HTTP requests to an arbitrary domain of the attacker's choosing. This is often used to attack internal systems that are not reachable from the external network.

🥋 Sensei Says:

"SSRF is especially dangerous in cloud environments, as it can be used to steal metadata from the cloud provider's internal metadata service."

📚 Certification: CompTIA Cybersecurity Analyst+ (CS0-003)

🔑 What are the Key Concepts of Server-Side Request Forgery (SSRF)?

  • Internal Network Pivoting: Attackers use the vulnerable server as a proxy to scan and attack internal resources, bypassing perimeter firewalls and network segmentation.
  • Cloud Metadata Exploitation: Targeting the 169.254.169.254 address allows attackers to retrieve sensitive cloud instance metadata, including temporary IAM security credentials.
  • Blind SSRF: A variant where the server does not return the response to the attacker, requiring out-of-band techniques like DNS logging to confirm success.
  • Input Validation Failures: SSRF occurs when applications accept user-supplied URLs without strict allow-listing, allowing the server to request arbitrary internal or external addresses.
  • Remediation Strategies: Effective defenses include implementing strict domain allow-lists, disabling unused URL schemes like file://, and enforcing network-level egress filtering.

🎯 How does Server-Side Request Forgery (SSRF) appear on the CS0-003 Exam?

You may be asked to analyze a log file showing a web server making unusual requests to an internal IP address on port 80. You must identify this as SSRF and recommend implementing a strict allow-list.

A scenario might describe a cloud-hosted application that allows users to upload a profile image via a URL. Expect to identify the risk of an attacker requesting the cloud metadata service to steal credentials.

Expect questions where you must differentiate between SSRF and other injection attacks based on the direction of the request, specifically focusing on the server initiating an outbound request to a resource.

❓ Frequently Asked Questions

What is the primary difference between SSRF and CSRF?

SSRF targets the server, forcing it to make a request to a third party. CSRF targets the user, forcing their browser to make a request to a server where they are already authenticated.


Why is a deny-list often insufficient to prevent SSRF?

Attackers can bypass deny-lists using techniques like URL encoding, hexadecimal IP addresses, or DNS rebinding, making a strict allow-list of approved domains the only reliable defense.

Related Terms from CompTIA Cybersecurity Analyst+

📝 Related Study Guides

Comparison 8 min read

CISSP vs CISM: Which Certification Should You Pursue in 2026?

Choose CISSP if you want broad technical security expertise across eight domains, including cryptography, network security, and software development. Choose CISM if you're focused on information security management, governance, and risk management from a leadership perspective. CISSP is ideal for hands-on security architects, while CISM is designed for security managers and directors.

Career Guide 9 min read

The IT Certification Roadmap: Where to Start in 2026

Start your IT certification journey in 2026 with CompTIA A+ for general IT foundations, then branch into networking (Network+), cybersecurity (Security+), or cloud computing (AWS Cloud Practitioner or Azure Fundamentals) based on your career goals. Each path leads to advanced certifications like CISSP, AWS Solutions Architect, or CISM within 2-3 years of focused progression.

Comparison 10 min read

CISSP vs CISM: Which Certification Should You Pursue in 2026?

The CISSP is a broad, technical-to-managerial certification focusing on security operations and architecture across eight domains. In contrast, CISM is a specialized management certification centered on governance, risk management, and program development. Choose CISSP for comprehensive security expertise and CISM if you are pivoting specifically into security leadership and governance roles.

🧠

Test Your Knowledge

Think you understand Server-Side Request Forgery (SSRF)? Put it to the test with our practice exam.

Try 10 Free Questions

⭐ 1,000 expert-curated questions available with Premium

Upgrade Premium