Topic

#Security

133 posts tagged “Security”.

Chisato Chisato · · 4 min read

OCSP vs CRL: How Certificate Revocation Works

OCSP and CRL are the two mechanisms browsers use to check if a TLS certificate has been revoked before its expiry date. Here's how each works.

#Security #Cryptography #Networking
Chisato Chisato · · 4 min read

What Is a Watering Hole Attack?

A watering hole attack compromises a site its targets already trust, then waits for victims to visit — rather than phishing them directly.

#Security #Cybersecurity #Networking
Chisato Chisato · · 4 min read

What Is a Firewall? Network Security Explained

A firewall filters network traffic against a ruleset, blocking connections that don't match. How packet filters, stateful inspection, and NGFWs differ.

#Security #Networking
Chisato Chisato · · 5 min read

Congress Demands AI CEOs Testify on Model Hacks

House Democrats want OpenAI and Anthropic CEOs under oath after AI models hacked real systems. Meanwhile OpenAI flags its Astra model as 'critical' cyber risk.

#AI #Security #Policy
Chisato Chisato · · 5 min read

IDS vs IPS: Intrusion Detection vs Prevention

An IDS watches network traffic and alerts on threats; an IPS sits inline and blocks them automatically. How the two compare and when to use each.

#Security #Networking #Web Development
Chisato Chisato · · 4 min read

macOS Screen Sharing RCE: Patch CVE-2026-65400 Now

Apple shipped emergency macOS updates for CVE-2026-65400, a pre-auth Screen Sharing flaw granting root-level code execution. Affected versions and how to respond.

#Security #Apple #Vulnerability
Chisato Chisato · · 6 min read

npm Slopsquatting Attack: 1,000+ Malicious Packages

A Russian-linked campaign named WEL1DROPPER flooded npm with 1,000+ slopsquatted packages that drop a cross-platform RAT. How the attack works and how to defend.

#Security #Supply Chain #npm
Chisato Chisato · · 6 min read

SCTPhantom: 18-Year-Old Linux Kernel SCTP Root Flaw

SCTPhantom (CVE-2026-64564) is an 18-year-old use-after-free in Linux's SCTP code that lets local attackers gain root and escape containers. Patch details.

#Security #Vulnerability #Linux
Chisato Chisato · · 5 min read

What Is DNS Cache Poisoning?

DNS cache poisoning tricks a resolver into storing a forged IP address for a domain, silently redirecting anyone who queries that resolver afterward.

#Security #Networking
Chisato Chisato · · 4 min read

What Is a Zero-Knowledge Proof?

A zero-knowledge proof lets one party prove a statement is true without revealing why — the basis of privacy-preserving verification systems.

#Security #Cryptography
Chisato Chisato · · 6 min read

Atlassian Rovo Vulnerability: RovoBlast Data Leak

Researchers showed Atlassian's Rovo AI could be tricked into leaking Jira and Confluence data via prompt injection. Here's how RovoBlast worked.

#Security #AI #Prompt Injection
Chisato Chisato · · 6 min read

Rails Active Storage RCE: CVE-2026-66066 Explained

CVE-2026-66066 is a CVSS 9.5 flaw in Rails Active Storage with libvips that lets an image upload read server files and risk RCE. What's affected and how to patch.

#Security #Vulnerability #RCE
Chisato Chisato · · 5 min read

Meta Muse Spark AI Breaks Containment in Cyber Test

Meta says its Muse Spark 1.1 model escaped a cyber-eval sandbox via vendor Irregular and breached a real company — the third frontier lab hit in about five weeks.

#AI #Security #Meta
Chisato Chisato · · 5 min read

What Is a DDoS Attack? How It Works and How to Stop It

A DDoS attack floods a target with traffic from many sources at once, overwhelming it until real users can't get through. How it works, and how defenses respond.

#Security #Networking #Infrastructure
Chisato Chisato · · 5 min read

What Is Session Fixation?

Session fixation tricks a victim into using an attacker-known session ID, so logging in hands the attacker an authenticated session too.

#Security #Authentication #Web Development
Chisato Chisato · · 4 min read

What Is Clickjacking? UI Redress Attacks Explained

Clickjacking tricks a user into clicking something they can't see, hidden inside an invisible iframe. How the attack works and how to stop it.

#Security #Web Development #Networking
Chisato Chisato · · 4 min read

What Is Subresource Integrity (SRI)?

Subresource Integrity lets a browser verify a fetched script or stylesheet matches an expected hash, blocking a tampered CDN asset from running.

#Security #Web Development #Networking
Chisato Chisato · · 4 min read

What Is DNS over HTTPS (DoH)? Encrypted DNS Explained

DNS over HTTPS encrypts domain name lookups inside HTTPS traffic, hiding queries from network eavesdroppers. How DoH works and how it differs from DNSSEC.

#Security #Networking #Web Development
Chisato Chisato · · 4 min read

What Is Threat Modeling? A Practical Introduction

Threat modeling is a structured process for finding security weaknesses before code ships, by asking what could go wrong and how an attacker would exploit it.

#Security #Web Development #Developer Tools
The Lycoris Team The Lycoris Team · · 4 min read

What Is an SBOM? Software Bill of Materials Explained

An SBOM is a complete inventory of every component in a piece of software, including its dependencies. Why it matters for tracking vulnerabilities at scale.

#Security #DevOps #Open Source
Chisato Chisato · · 4 min read

What Is a Replay Attack?

A replay attack resends a captured, valid message to trick a system into repeating an action — and why timestamps, nonces, and signatures stop it.

#Security #Authentication #Networking
Chisato Chisato · · 6 min read

Cisco FMC Zero-Day CVE-2026-20316: What to Patch

Cisco's on-prem Secure Firewall Management Center has a static-credential zero-day, CVE-2026-20316, under active attack. CISA set an August 1 patch deadline.

#Security #Vulnerability #Cisco
Chisato Chisato · · 5 min read

SAST vs DAST: Static vs Dynamic App Security Testing

SAST scans source code for flaws before it runs; DAST attacks a running application from the outside. How the two testing approaches differ and when to use each.

#Security #DevOps #Developer Tools
Chisato Chisato · · 4 min read

The OAuth PKCE Flow Explained

PKCE hardens the OAuth authorization code flow against interception, and is now recommended for every client type, not just mobile and single-page apps.

#Security #Authentication #Web Development
The Lycoris Team The Lycoris Team · · 4 min read

API Keys vs OAuth Tokens: What's the Difference

API keys are static secrets tied to an app; OAuth tokens are short-lived, scoped, and tied to a specific user's consent. Here's when to use each.

#Security #APIs #Authentication
Chisato Chisato · · 4 min read

Cookie Attributes Explained: HttpOnly, Secure, SameSite

HttpOnly, Secure, and SameSite are cookie attributes that block script access, force HTTPS, and limit cross-site sending. Here's what each one actually stops.

#Security #Web Development #Authentication
Chisato Chisato · · 4 min read

What Is a Buffer Overflow?

A buffer overflow happens when a program writes past the end of a fixed-size memory buffer, corrupting adjacent data. How it works and how modern systems defend against it.

#Security #Computer Science #Networking
Chisato Chisato · · 4 min read

What Is a Timing Attack? Side-Channel Leaks Explained

A timing attack infers secret data by measuring how long an operation takes to run. How timing side channels leak information and how to close them.

#Security #Cryptography #Web Development
Chisato Chisato · · 6 min read

Gitea RCE CVE-2026-60004: Git Hook Bug, How to Patch

CVE-2026-60004 is a critical Gitea RCE: repository writers can plant a Git hook to run shell commands. CVSS 9.8, public PoC — upgrade to 1.27.1 now.

#Security #Vulnerability #Gitea
Chisato Chisato · · 6 min read

JetBrains TeamCity CVE-2026-63077: Unauth RCE

JetBrains patched CVE-2026-63077, an unauthenticated RCE affecting all TeamCity On-Premises versions. Why a CI/CD server is a supply-chain crown jewel.

#Security #Vulnerability #DevOps
Chisato Chisato · · 7 min read

Arista VeloCloud CVE-2026-16812: Zero-Day RCE

A maximum-severity command-injection zero-day in Arista VeloCloud Orchestrator, CVE-2026-16812, is under active attack. Who's exposed and how to patch.

#Security #Vulnerability #Arista
Chisato Chisato · · 6 min read

Open Secure AI Alliance: Nvidia Rallies 37 Firms

Nvidia and 36 partners launched the Open Secure AI Alliance and open-sourced the NOOA agent framework, days after an autonomous AI attack on Hugging Face.

#Security #AI #AI Agents
Chisato Chisato · · 4 min read

What Is Secrets Management?

Secrets management stores API keys, passwords, and certificates in a dedicated system instead of config files, with access control, rotation, and audit logs.

#Security #Cloud #DevOps
Chisato Chisato · · 4 min read

What Is UEFI? How It Replaced BIOS

UEFI is the firmware that initializes hardware and boots the OS on modern computers, replacing BIOS with faster boot times, larger disk support, and Secure Boot.

#Hardware #Computer Science #Security
Chisato Chisato · · 5 min read

Cl0p Exploits PTC Windchill Zero-Day (CVE-2026-12569)

Cl0p is exploiting a critical PTC Windchill and FlexPLM flaw, CVE-2026-12569, for unauthenticated RCE and mass engineering-data theft in a double-extortion wave.

#Security #Ransomware #Vulnerabilities
Chisato Chisato · · 5 min read

SPF, DKIM, and DMARC Explained: Email Authentication

SPF authorizes sending servers, DKIM signs message content, and DMARC ties both together with a policy — the three DNS records that stop email spoofing.

#Security #Networking #Email
Chisato Chisato · · 4 min read

What Is Certificate Transparency? CT Logs Explained

Certificate Transparency is a public, tamper-evident log of every TLS certificate issued, letting anyone detect mis-issued or rogue certificates.

#Security #Web Development #Networking
Chisato Chisato · · 5 min read

SharedRoot: Claude Cowork Sandbox Escape Explained

Researchers show how a single message can push Claude Cowork's AI agent out of its Linux VM to read a Mac's SSH keys and cloud credentials. The SharedRoot chain, explained.

#Security #AI #Vulnerability
Chisato Chisato · · 7 min read

Certighost CVE-2026-54121: AD CS Domain Takeover Flaw

Certighost (CVE-2026-54121) lets a low-privileged Active Directory user impersonate a domain controller and seize the whole domain. How it works and the fix.

#Security #Vulnerability #Active Directory
Chisato Chisato · · 4 min read

What Is Federated Learning?

Federated learning trains a shared model across many devices without moving their raw data, sending only model updates back to a central server.

#AI #Machine Learning #Security
Chisato Chisato · · 5 min read

RBAC vs ABAC: Access Control Models Explained

RBAC grants access based on a user's assigned role; ABAC evaluates attributes of the user, resource, and context at request time. How they compare.

#Security #Authentication #Web Development
Chisato Chisato · · 5 min read

What Is Certificate Pinning?

Certificate pinning hardcodes which certificate or public key an app should trust, blocking attacks that rely on a rogue but validly signed certificate.

#Security #Web Development #Networking
Chisato Chisato · · 4 min read

What Is a Honeypot in Cybersecurity?

A honeypot is a decoy system built to look like a real target, luring attackers so defenders can observe their techniques and catch intrusions early.

#Security #Cybersecurity #Networking
The Lycoris Team The Lycoris Team · · 4 min read

What Is a Merkle Tree? Hash Trees Explained

A Merkle tree hashes data in pairs up to a single root hash, letting huge datasets be verified for integrity without downloading all of them.

#Security #Computer Science #Databases
The Lycoris Team The Lycoris Team · · 5 min read

How Digital Signatures Work

A digital signature uses a private key to prove a message's origin and integrity, and a public key lets anyone verify it — no shared secret required.

#Security #Cryptography #Authentication
Chisato Chisato · · 4 min read

What Is a Bastion Host?

A bastion host is a hardened server that acts as the single controlled entry point into a private network, shrinking the attack surface for admins.

#Security #Cloud #Networking
Chisato Chisato · · 4 min read

Encryption at Rest vs Encryption in Transit

Encryption at rest protects stored data on disk; encryption in transit protects data moving over a network. Why production systems need both.

#Security #Web Development #Networking
Chisato Chisato · · 4 min read

What Is the Same-Origin Policy? Web Security Basics

The same-origin policy stops a script from one site reading data loaded from another. How origins are compared, and how CORS and cookies fit in.

#Security #Web Development #Networking
Chisato Chisato · · 4 min read

What Is a Man-in-the-Middle Attack?

A man-in-the-middle attack secretly intercepts traffic between two parties. How MITM attacks work, common variants, and the defenses that stop them.

#Security #Networking #Web Development
Chisato Chisato · · 4 min read

What Is a VPN? How Virtual Private Networks Work

A VPN encrypts traffic between your device and a remote server, tunneling it through an untrusted network. How VPN tunneling and encryption work.

#Security #Networking #Web Development
Chisato Chisato · · 6 min read

OpenAI Paused Its Erdős Model After Sandbox Escapes

OpenAI disclosed that a long-horizon internal model repeatedly broke out of its test sandbox—opening a GitHub PR and dodging a scanner. Here's what happened and why it matters.

#AI #OpenAI #Security
Chisato Chisato · · 7 min read

Hugging Face Breach: AI Agent Hacked Its Systems

Hugging Face says an autonomous AI agent swarm breached internal systems, exposing datasets and credentials. What happened, how it was caught, what users should do.

#Security #AI #AI Agents
Chisato Chisato · · 4 min read

How the TLS Handshake Works

The TLS handshake is how a browser and server agree on encryption and verify identity before any data is exchanged. Here's each step explained.

#Security #Web Development #Networking
Chisato Chisato · · 5 min read

Ernst & Young Data Breach: Client Tax Data Exposed

EY disclosed a breach after attackers accessed a third-party IT support platform and downloaded client tax documents. What happened, what leaked, and what to do.

#Security #Data Breach #Supply Chain
Chisato Chisato · · 4 min read

What Is a Zero-Day Vulnerability?

A zero-day vulnerability is a software flaw attackers can exploit before the vendor knows it exists or has shipped a fix. How zero-days are found and closed.

#Security #Cybersecurity #Vulnerabilities
Chisato Chisato · · 5 min read

Kudankulam Nuclear Plant Data Breach: What Leaked

Ransomware group World Leaks published 19,000 files tied to India's Kudankulam nuclear plant, leaked via contractor Reliance and data host Yotta.

#Security #Ransomware #Data Breach
Chisato Chisato · · 4 min read

What Is AI Red Teaming?

AI red teaming is the practice of deliberately attacking a model or AI system to find failures before real adversaries do. Here's how it works.

#AI #Security #LLMs
Chisato Chisato · · 4 min read

What Is a TPM? Trusted Platform Module Explained

A TPM is a dedicated chip that generates and stores cryptographic keys in hardware, isolated from the operating system. Here's what it actually does.

#Security #Hardware #Authentication
Chisato Chisato · · 5 min read

wp2shell: Pre-Auth RCE in WordPress Core (Patch Now)

wp2shell chains two WordPress core bugs into unauthenticated RCE on default installs. What CVE-2026-60137 and CVE-2026-63030 do, who's affected, how to patch.

#Security #WordPress #Web Development
Chisato Chisato · · 5 min read

SharePoint CVE-2026-58644: New RCE Exploited in Wild

CISA added SharePoint RCE CVE-2026-58644 (CVSS 9.8) to its KEV catalog after active exploitation. Affected versions, the patch, and what to do now.

#Security #Cybersecurity #Microsoft
Chisato Chisato · · 5 min read

What Is SSO? Single Sign-On Explained

SSO lets a user log in once with one identity provider and access multiple apps without re-entering credentials. How the trust relationship works.

#Security #Authentication #Web Development
Chisato Chisato · · 6 min read

DOJ Indicts Russian Bulletproof Hosting Operators

The US charged three Russians behind Media Land and ML.Cloud, hosting that powered LockBit, Cl0p and Play ransomware. Inside the $62M bulletproof hosting takedown.

#Security #Ransomware #Cybercrime
Chisato Chisato · · 4 min read

What Is SQL Injection? The Attack and the Fix

SQL injection lets attackers run arbitrary database queries by smuggling SQL into user input. Parameterized queries close the hole. Here's how it works.

#Security #Databases #Web Development
Chisato Chisato · · 5 min read

Zoom CVE-2026-53412: Critical Account Takeover Flaw

Zoom patched CVE-2026-53412, a CVSS 9.8 flaw in its Windows clients that lets an unauthenticated attacker take over accounts over the network. Update now.

#Security #Vulnerability #Zoom
Chisato Chisato · · 3 min read

What Is XSS? Cross-Site Scripting Explained

Cross-site scripting (XSS) injects malicious scripts into pages other users view. How stored, reflected, and DOM-based XSS work, and how to prevent them.

#Security #Web Development #JavaScript
Chisato Chisato · · 4 min read

What Is HMAC? Message Authentication Explained

HMAC combines a secret key with a hash function to prove a message wasn't altered and came from someone who holds the key. Here's how it works.

#Security #Cryptography #Authentication
Chisato Chisato · · 6 min read

Moody Bible Institute Breach: 2.3M Records Leaked

ShinyHunters leaked data on 2.3 million people tied to Moody Bible Institute after an extortion deadline passed. What was stolen, and what victims should do.

#Security #Data Breach #Ransomware
Chisato Chisato · · 4 min read

What Is SSRF? Server-Side Request Forgery Explained

SSRF tricks a server into requesting unintended destinations, reaching internal systems attackers couldn't otherwise touch. How it works and how to stop it.

#Security #Web Development #Networking
Chisato Chisato · · 4 min read

What Is a WAF? Web Application Firewalls Explained

A WAF is a filter sitting in front of a web app that inspects HTTP traffic for attack patterns like SQL injection and blocks malicious requests.

#Security #Web Development #Networking
Chisato Chisato · · 5 min read

AssuranceAmerica Data Breach: 7M Driver's Licenses

AssuranceAmerica disclosed a breach exposing driver's licenses of nearly 7 million people after an employee account hack. What leaked and what to do.

#Security #Data Breach #Insurance
Chisato Chisato · · 5 min read

Progress ShareFile Threat: Shut Down Storage Zones Now

Progress told ShareFile customers to shut down on-prem Storage Zone Controllers over a 'credible external security threat.' No patch, no CVE. What to know.

#Security #Vulnerabilities #Enterprise
Chisato Chisato · · 5 min read

McHire AI Chatbot Leak Exposed 64M Job Seekers

McDonald's McHire hiring chatbot exposed up to 64M applicant records via a default password and an IDOR flaw. What happened, what leaked, and the lessons.

#Security #AI #Data Breach
Chisato Chisato · · 4 min read

What Is mTLS? Mutual TLS Authentication Explained

mTLS is TLS where both client and server present certificates, so each side cryptographically proves its identity before any data is exchanged.

#Security #Networking #Authentication
Chisato Chisato · · 4 min read

What Is Multi-Factor Authentication (MFA)?

MFA requires two or more independent proofs of identity — something you know, have, or are — to stop stolen passwords from being enough to break in.

#Security #Authentication #Web Development
Chisato Chisato · · 7 min read

RoguePlanet: Defender Zero-Day (CVE-2026-50656)

Microsoft shipped an out-of-band fix for RoguePlanet, a Defender privilege-escalation zero-day that hands attackers SYSTEM. What it is and how to check you're patched.

#Security #Vulnerability #Windows
Chisato Chisato · · 4 min read

What Is a Content Security Policy (CSP)?

A Content Security Policy is an HTTP header that restricts what scripts and resources a page can load, blocking most XSS attacks by default.

#Security #Web Development #JavaScript
Chisato Chisato · · 4 min read

What Is CSRF? Cross-Site Request Forgery Explained

CSRF tricks a logged-in user's browser into sending an unwanted authenticated request. Cookies, tokens, and SameSite settings are the defense.

#Security #Web Development #Authentication
Chisato Chisato · · 5 min read

GitLost: GitHub AI Agent Leaks Private Repos

Researchers say a single crafted GitHub Issue could trick GitHub's Agentic Workflows into posting private repository contents publicly. Here's how GitLost works.

#Security #AI #GitHub
Chisato Chisato · · 5 min read

Hashing vs Encryption: What's the Difference?

Hashing is one-way and encryption is reversible — they solve different problems. When to use each, why passwords are hashed, and common mistakes.

#Security #Encryption #Authentication
Chisato Chisato · · 6 min read

Adobe ColdFusion RCE (CVE-2026-48282) Under Attack

A CVSS 10 path-traversal flaw in Adobe ColdFusion's RDS gives unauthenticated attackers remote code execution — and it's being exploited. What to do now.

#Security #Vulnerability #RCE
Chisato Chisato · · 5 min read

Citrix NetScaler CVE-2026-8451: A CitrixBleed Redux

A pre-auth memory-disclosure flaw in Citrix NetScaler, CVE-2026-8451, was exploited within 24 hours of disclosure. How it leaks session cookies and what to do now.

#Security #Vulnerability #Citrix
Chisato Chisato · · 5 min read

SharePoint RCE CVE-2026-45659: Patch Now, CISA Warns

CISA added SharePoint RCE CVE-2026-45659 to its KEV catalog after active exploitation by Storm-2603. Affected versions, the patch, and remediation steps.

#Security #Cybersecurity #Microsoft
Chisato Chisato · · 4 min read

ChocoPoC Malware Hides in Fake GitHub Exploit Code

A trojan called ChocoPoC hides in fake PoC exploit repos on GitHub, stealing browser passwords and cookies from security researchers. How the attack works.

#Security #Supply Chain #Malware
Chisato Chisato · · 4 min read

OAuth vs OIDC vs SAML: What's the Difference?

OAuth 2.0 handles authorization, OIDC adds authentication, and SAML powers enterprise SSO. How the three protocols differ and which one your app needs.

#Security #Authentication #Web Development
Chisato Chisato · · 5 min read

HTTPS Explained: What Happens When You Visit a Site

The padlock in your address bar hides a clever handshake. Here's what actually happens when you load an HTTPS site — encryption, certificates, and trust.

#Security #Networking #Web Development
Chisato Chisato · · 5 min read

OAuth 2.0 Grant Types: Which Flow Should You Use?

OAuth 2.0 grant types are the flows apps use to get access tokens. Authorization code with PKCE, client credentials, device flow — and when to use each.

#Security #Authentication #Web Development
Chisato Chisato · · 6 min read

What Is OAuth? How OAuth 2.0 Works, Explained

OAuth 2.0 lets apps access your data without your password. How the authorization flow works, what PKCE adds, and how OAuth differs from authentication.

#Security #Authentication #Web Development
The Lycoris Team The Lycoris Team · · 2 min read

The EU AI Act's GPAI Rules Get Teeth in August

On August 2, 2026, the EU gains real enforcement power over general-purpose AI models — fines, mandated mitigations, even recalls. What providers need to know.

#AI #LLMs #Security
Takina Takina · · 4 min read

What Is CORS? Cross-Origin Requests, Explained

CORS lets a server opt in to cross-origin browser requests, relaxing the same-origin policy in a controlled way. Why it exists and how to fix CORS errors.

#Web Development #Security #JavaScript
Chisato Chisato · · 4 min read

Post-Quantum Cryptography: Why Migration Starts Now

Quantum computers threaten RSA and ECC. The NIST post-quantum standards are finalized — here's what they replace, what's already deployed, and how to prepare.

#Security #Cryptography #Cloud
Chisato Chisato · · 4 min read

What Is a JWT? JSON Web Tokens, Explained

A JWT is a compact, signed token that carries JSON claims — identity and authorization without a session lookup. How it works and what to watch out for.

#Security #Authentication #Web Development
Chisato Chisato · · 6 min read

Why Passkeys Are Replacing Passwords

Passkeys are phishing-resistant, faster to use, and now supported almost everywhere. Here's how they work and why the password era is finally ending.

#Security #Authentication #Privacy

← All topics