Interlock ransomware exploits CVE-2026-20131, a CVSS 10.0 Cisco FMC zero-day enabling root access via insecure deserialization. Learn how to defend now. Read article
Category: Security
Security is the dedicated cybersecurity category on orthogonal.info, covering everything from application-level secure coding practices to network-layer defenses and zero-trust architecture. In an era where a single misconfigured cloud bucket or unpatched dependency can lead to a headline-making breach, this category provides the practical, hands-on guidance that engineers need to build and maintain secure systems. Each article blends defensive theory with real commands, configurations, and code you can apply immediately.
With 21 posts spanning offensive and defensive security topics, this collection reflects a practitioner’s perspective — not checkbox compliance, but genuine risk reduction.
Key Topics Covered
Application security (AppSec) — Secure coding patterns, input validation, OWASP Top 10 mitigations, and static analysis with tools like Semgrep, Bandit, and CodeQL.
Network security and firewalls — Configuring OPNsense, pfSense, VLANs, WireGuard tunnels, and network segmentation strategies for home and production environments.
CVE analysis and vulnerability management — Dissecting real-world CVEs, understanding CVSS scoring, and building patch management workflows with Trivy, Grype, and OSV-Scanner.
Penetration testing and red teaming — Practical walkthroughs using Nmap, Burp Suite, Nuclei, and Metasploit to identify weaknesses before attackers do.
Zero-trust architecture — Implementing identity-aware proxies, mutual TLS, and least-privilege access using Cloudflare Access, Tailscale, and SPIFFE/SPIRE.
Container and Kubernetes security — Pod security standards, image scanning, runtime protection with Falco, and supply-chain security with Sigstore and cosign.
Secrets management — Storing and rotating secrets with HashiCorp Vault, SOPS, Sealed Secrets, and cloud-native key management services.
Compliance and hardening — CIS Benchmarks, STIGs, and automated compliance scanning for Linux hosts, containers, and cloud accounts.
Who This Content Is For
This category serves security engineers, DevSecOps practitioners, penetration testers, platform engineers, and system administrators who take security seriously without wanting to drown in vendor marketing. Whether you are hardening a homelab, preparing for a SOC 2 audit, or building a secure CI/CD pipeline, the guides here are written by and for people who ship code and defend infrastructure daily.
What You Will Learn
Readers of the Security category will gain the skills to identify and remediate vulnerabilities across the full stack — from source code to running containers to network perimeters. You will learn how to integrate security scanning into CI/CD pipelines, configure firewalls with defense-in-depth principles, analyze CVE disclosures to assess real-world impact, and implement zero-trust networking without crippling developer velocity. Every article prioritizes actionable steps over abstract theory.
Explore the posts below to strengthen your security posture today.
-

Penetration Testing Basics for Developers
Learn penetration testing basics as a developer. Integrate security testing into your workflow with practical techniques for finding vulnerabilities early. Read article
-

TeamPCP Supply Chain Attacks on Trivy, KICS & LiteLLM
TeamPCP poisoned Trivy, KICS, and LiteLLM via supply chain attacks. Full timeline, affected versions, and steps to protect your CI/CD pipeline from threats. Read article
-

Open Source Security Monitoring for Developers
Discover open source security monitoring tools for developers. Bridge the gap between engineering and security with practical, self-hosted solutions. Read article
-

Secure Coding Patterns for Every Developer
Practical secure coding patterns every developer should know. Covers input validation, auth flows, secrets handling, and defense-in-depth strategies. Read article
-

Vibe Coding Is a Security Nightmare: How to Fix It
AI-generated code is a security minefield. Learn how to audit vibe-coded PRs, catch hidden vulnerabilities, and build secure code review workflows. Read article
-

Threat Modeling Made Simple for Developers
Learn threat modeling as a developer with practical, simplified techniques. Covers STRIDE, data flow diagrams, risk scoring, and actionable mitigations. Read article
-

Mastering Secure Coding: Practical Techniques for Developers
Master secure coding techniques with practical examples. Covers input validation, authentication, secrets management, and common vulnerability prevention. Read article
-

Mastering Incident Response Playbooks for Developers
Design effective incident response playbooks for developer teams. Covers triage workflows, communication templates, escalation paths, and post-mortems. Read article
-

Zero Trust for Developers: Secure Systems by Design
Implement Zero Trust architecture as a developer. Covers identity verification, micro-segmentation, least privilege, and practical integration patterns. Read article
