Security
Everything on CoreConcept tagged with Security. Explore related tags below.
Related tags
Articles
Traditional perimeter-based security ('Castle and Moat') assumes that all traffic inside a private network or Kubernetes cluster is inherently trustworthy. Once…
Selecting the correct authorization flow is essential for securing modern applications. The OAuth 2.1 specification consolidates OAuth 2.0 security recommendati…
Containers are the foundation of modern cloud deployment, but default container images often ship with bloated Linux OS distributions containing package manager…
Deploying Large Language Models in healthcare, finance, defense, and legal industries requires strict data privacy controls. Enterprise organizations must ensur…
Adopting autonomous AI development tools in enterprise engineering organizations requires strict compliance with data privacy regulations: HIPAA for healthcare …
Traditional Static Application Security Testing (SAST) tools generate long lists of static warnings that engineers must sort through manually: flagging SQL inje…
Long-running autonomous agent sessions — such as multi-package refactoring, test suite executions, or cloud deployments — often run for 30 to 60 minutes. Tether…
In standard interactive CLI sessions, Claude Code prompts the developer for permission before running bash commands or modifying project files. While this inter…
Red Teaming LLMs is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practical mental model you can…
Jailbreaking vs Prompt Injection is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practical ment…
Prompt injection is what happens when untrusted text tries to steer the model away from the developer's intended instructions. In RAG and tool-using agents, tha…
An AI agent becomes risky the moment it can read private data, call tools, write files, send messages, or trigger business workflows. A better prompt helps, but…
A permission check in front of a wire-transfer approval endpoint times out. What should happen next? One engineer's instinct says "don't block the transfer over…
HTTPS and a valid JWT only prove the front door locked. Many real API incidents happen after authentication succeeds: a user changes /orders/42 to /orders/99 an…
Many .NET teams stop at "add [Authorize] and check roles." That covers two of seven authorization models ASP.NET Core ships with — and leaves you reaching for h…
JSON Web Tokens are a common access-token format, but OAuth 2.0 does not require them: providers may issue opaque bearer tokens that an API introspects instead.…
You log out and the admin panel still accepts the old token. Or you build "Sign in with Google" and accidentally treat an access token as proof of identity. Aut…
A partner script scrapes your API with a leaked key. A mobile build ships a password in every header. A "Sign in with GitHub" button works until someone treats …
A payment retry button, wired to a 0-RTT-resumed TLS connection for speed, gets pressed twice by an impatient user — and somewhere on the network, a captured co…
Under GDPR Article 17 ('Right to Erasure') and strict data minimization mandates, modern applications processing Personally Identifiable Information (PII) face …
Deploying MongoDB without mandatory authentication enabled exposes database ports (default 27017) directly to public internet scanners. Automated bot networks c…
Architecting multi-tenant Software-as-a-Service (SaaS) backend databases requires balancing strict data isolation against operational maintenance overhead and c…
Traditional perimeter-based network security ('castle-and-moat') assumes that any service operating inside a private Virtual Private Cloud (VPC) network is inhe…
Securing modern REST APIs against unauthorized access, credential interception, and session hijacking requires strict protocol standards. Legacy session-based c…
In cloud-native Kubernetes clusters, perimeter-only network security is insufficient. Once an attacker breaches the external API gateway or compromises a single…
Single-Page Applications (SPAs) executing inside client-side web browsers are classified by OAuth 2.0 standards as Public Clients. Unlike confidential backend s…
As cloud infrastructure scales across multi-tenant environments, enforcing security, compliance, and cost governance policies manually becomes impossible. Devel…
In microservices architectures, handling authentication, authorization, and rate limiting individually inside every backend service leads to duplicated code, in…
Traditional corporate network security relies on perimeter defense models: once an employee connects to an office VPN or passes through a bastion host, they gai…
Cyberattacks against web applications continue to escalate in frequency and sophistication. According to security industry reports, over 70% of production data …
Enforcing security standards and governance policies across Kubernetes clusters is critical for multi-tenant organizations. Preventing developers from deploying…
Hardcoding database passwords, API tokens, and TLS private keys inside application source code or environment variables exposes organizations to disastrous secu…
Cross-Site Scripting (XSS) remains one of the most dangerous vulnerabilities in modern frontend applications. If an attacker manages to inject a malicious <scri…
Authentication systems face an inherent security trade-off: short-lived access tokens limit the window of damage if a credential is compromised, but force users…
Traditional Kubernetes security and networking solutions rely heavily on userspace sidecar proxies and legacy Linux iptables or IPVS rules. Intercepting every p…
When external partner systems, automated cron daemons, or background backend microservices need to communicate securely over public networks, traditional user-i…
Standard web HTTPS connections use one-way TLS: the client browser verifies the X.509 certificate presented by the server to confirm server identity, but the se…
Cloud storage buckets (AWS S3 and GCP Cloud Storage / GCS) store enterprise intellectual property, application back-ups, database dumps, and sensitive PII. Unen…
Exposing public REST or GraphQL API endpoints without strict rate limiting guarantees system instability during unexpected traffic bursts or malicious DDoS atta…
Deploying unvalidated container workloads into Kubernetes production clusters creates serious security vulnerabilities. Developers may accidentally launch pods …
By default, Kubernetes flat networking models allow uninhibited IP-level communication between all pods across all namespaces. If an attacker compromises a sing…
Want a curated collection instead? Topic hubs group the best content by subject.
Browse Topics