Safeguard
Tag

ssrf

Safeguard articles tagged "ssrf" — guides, analysis, and best practices for software supply chain and application security.

41 articles

Security

WWW XXE: Understanding and Preventing XML External Entity Attacks

XXE lets a crafted XML document read files, reach internal services, and exhaust resources. Here is how the attack works and how to shut it down.

May 19, 20266 min read
DevSecOps

How to Build a Secure Python URL Validator (and Avoid SSRF)

A Python URL validator has to do more than match a regex. Here is how to validate URLs safely, block SSRF, and pick between urllib, validators, and Pydantic.

May 12, 20266 min read
AppSec

Python: Check If a String Is a Valid URL (Safely)

How to check if a string is a URL in Python using urllib.parse, when to add validators, and why parseable does not mean safe for the URL you are about to fetch.

May 11, 20266 min read
Open Source

npm install axios: A Security Review and Safe Usage Guide

Running npm install axios is safe today, but the version you pin matters. Here is a look at the CVEs that have hit axios and how to use it without leaking credentials.

Apr 28, 20265 min read
Open Source

Puppeteer on npm: A Security Review and Safe Usage Guide

puppeteer npm installs a library that drives a real headless Chrome. That power brings real risks — install scripts, SSRF, and a browser-sized attack surface. Here is how to use it safely.

Apr 24, 20267 min read
Vulnerability Analysis

Commvault CVE-2025-34028: SSRF to RCE in Enterprise Backup Software

A critical SSRF vulnerability in Commvault Command Center allowed unauthenticated attackers to achieve remote code execution on backup infrastructure. CISA added it to the KEV catalog.

Apr 21, 20265 min read
Security

How to Validate a URL in JavaScript Without Opening a Hole

The modern way to validate a URL in JavaScript is the built-in URL constructor, not a regex. Here's how to use it safely on both the client and the server.

Apr 20, 20265 min read
DevSecOps

How to Validate a URL in Python Safely

A practical guide to validating URLs in Python without opening SSRF or injection holes — what the standard library gives you, where it fails, and how to build a safe validator.

Apr 2, 20266 min read
AppSec

The OWASP API Top Ten: What Every API Team Needs to Secure

A practical walkthrough of the OWASP API Top Ten (2023 edition), with the authorization, resource-consumption, and inventory gaps that actually get APIs breached.

Apr 2, 20267 min read
Vulnerability Analysis

What is Server-Side Request Forgery (SSRF)

SSRF turns a server's own trusted network position against it. Learn how the Capital One breach happened, real CVEs, and how to detect and prevent it.

Mar 31, 20266 min read
AppSec

URL Validation in JavaScript: Regex Patterns and Safer Options

URL validation regex in JavaScript is tempting but brittle. Here are patterns that work, the ones that cause ReDoS, and why the URL constructor is usually the better tool.

Mar 29, 20266 min read
Open Source

Is the got npm Package Safe? A Security Review of got for Node.js

got is a well-maintained HTTP client, but one redirect-handling CVE and its SSRF-prone defaults are worth knowing before you ship it. Here is the security review.

Mar 25, 20265 min read

Self-healing security runs on Safeguard.

Your first fix PR is minutes away.

No sales call required, even your agent can complete the purchase over MCP.

ssrf (Page 3) — Safeguard Blog