<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>CyberSecFix | Practitioner-Focused Cybersecurity Research</title><description>CyberSecFix is a practitioner-focused cybersecurity publication covering application security, penetration testing, vulnerability research, CVE analysis, and security tooling.</description><link>https://cybersecfix.com/</link><language>en</language><item><title>CyberSecFix roundup: recurring application security themes</title><link>https://cybersecfix.com/news/appsec-roundup/</link><guid isPermaLink="true">https://cybersecfix.com/news/appsec-roundup/</guid><description>A short editorial roundup of durable application security themes worth revisiting, framed as evergreen guidance rather than breaking news.</description><pubDate>Sun, 13 Sep 2026 00:00:00 GMT</pubDate><category>Threat Intelligence</category><category>news</category><category>application-security</category><category>roundup</category><author>MMohtasham</author></item><item><title>CVE-2026-00000 (illustrative): authentication bypass in a sample gateway</title><link>https://cybersecfix.com/cves/cve-2026-00000-illustrative/</link><guid isPermaLink="true">https://cybersecfix.com/cves/cve-2026-00000-illustrative/</guid><description>A fully fictional CVE used to demonstrate how CyberSecFix presents CVE analysis: metadata, affected versions, technical detail, detection, and remediation.</description><pubDate>Sat, 12 Sep 2026 00:00:00 GMT</pubDate><category>CVE</category><category>cve</category><category>authentication</category><category>methodology</category><author>MMohtasham</author></item><item><title>How to read a CVE: an illustrative analysis walkthrough</title><link>https://cybersecfix.com/cves/illustrative-cve-analysis/</link><guid isPermaLink="true">https://cybersecfix.com/cves/illustrative-cve-analysis/</guid><description>A framework for turning a terse CVE record into an actionable understanding of risk, prerequisites, impact, and whether it applies to you.</description><pubDate>Fri, 11 Sep 2026 00:00:00 GMT</pubDate><category>CVE</category><category>cve</category><category>vulnerability-management</category><category>methodology</category><author>MMohtasham</author></item><item><title>Insecure deserialization leading to remote code execution</title><link>https://cybersecfix.com/vulnerabilities/insecure-deserialization-rce/</link><guid isPermaLink="true">https://cybersecfix.com/vulnerabilities/insecure-deserialization-rce/</guid><description>A sample analysis of how deserializing untrusted data can escalate to remote code execution, with request/response evidence, detection, and remediation.</description><pubDate>Thu, 10 Sep 2026 00:00:00 GMT</pubDate><category>Vulnerability Research</category><category>vulnerability-research</category><category>deserialization</category><category>rce</category><author>MMohtasham</author></item><item><title>Authentication bypass via inconsistent path normalization</title><link>https://cybersecfix.com/vulnerabilities/auth-bypass-path-normalization/</link><guid isPermaLink="true">https://cybersecfix.com/vulnerabilities/auth-bypass-path-normalization/</guid><description>A walkthrough of how mismatched path handling between a proxy and an application can bypass authentication controls, and how to prevent it.</description><pubDate>Wed, 09 Sep 2026 00:00:00 GMT</pubDate><category>Vulnerability Research</category><category>vulnerability-research</category><category>authentication</category><category>path-normalization</category><author>MMohtasham</author></item><item><title>How to evaluate a DAST tool for your pipeline</title><link>https://cybersecfix.com/tools/dast-tooling-overview/</link><guid isPermaLink="true">https://cybersecfix.com/tools/dast-tooling-overview/</guid><description>Dynamic application security testing tools vary widely. Criteria for evaluating coverage, accuracy, and fit before you adopt one.</description><pubDate>Mon, 07 Sep 2026 00:00:00 GMT</pubDate><category>Security Tools</category><category>security-tools</category><category>dast</category><category>appsec</category><author>MMohtasham</author></item><item><title>SQL injection lab walkthrough: from detection to extraction</title><link>https://cybersecfix.com/tutorials/sql-injection-lab-walkthrough/</link><guid isPermaLink="true">https://cybersecfix.com/tutorials/sql-injection-lab-walkthrough/</guid><description>A hands-on walkthrough of finding and exploiting a classic SQL injection in a deliberately vulnerable lab, then confirming and reporting it responsibly.</description><pubDate>Sun, 06 Sep 2026 00:00:00 GMT</pubDate><category>Penetration Testing</category><category>penetration-testing</category><category>sql-injection</category><category>web-security</category><author>MMohtasham</author></item><item><title>Testing for BOLA with Burp Suite: a repeatable workflow</title><link>https://cybersecfix.com/tutorials/bola-testing-with-burp/</link><guid isPermaLink="true">https://cybersecfix.com/tutorials/bola-testing-with-burp/</guid><description>A step-by-step workflow for finding object-level authorization flaws in APIs using an intercepting proxy and two authenticated sessions.</description><pubDate>Sat, 05 Sep 2026 00:00:00 GMT</pubDate><category>Penetration Testing</category><category>penetration-testing</category><category>bola</category><category>burp-suite</category><category>api-security</category><author>MMohtasham</author></item><item><title>What is BOLA? Broken Object Level Authorization explained</title><link>https://cybersecfix.com/research/what-is-bola/</link><guid isPermaLink="true">https://cybersecfix.com/research/what-is-bola/</guid><description>A clear introduction to Broken Object Level Authorization (BOLA), why it tops the OWASP API Security list, how it happens, and how to reason about it.</description><pubDate>Wed, 02 Sep 2026 00:00:00 GMT</pubDate><category>API Security</category><category>bola</category><category>api-security</category><category>authorization</category><category>owasp</category><author>MMohtasham</author></item><item><title>Least privilege in cloud IAM: a practical mental model</title><link>https://cybersecfix.com/research/cloud-iam-least-privilege/</link><guid isPermaLink="true">https://cybersecfix.com/research/cloud-iam-least-privilege/</guid><description>Least privilege is easy to state and hard to operate. A practical model for scoping cloud identities, permissions, and trust relationships.</description><pubDate>Sun, 30 Aug 2026 00:00:00 GMT</pubDate><category>Cloud Security</category><category>cloud-security</category><category>iam</category><category>least-privilege</category><author>MMohtasham</author></item><item><title>An API security checklist for engineering teams</title><link>https://cybersecfix.com/guides/api-security-checklist/</link><guid isPermaLink="true">https://cybersecfix.com/guides/api-security-checklist/</guid><description>A pragmatic checklist covering authentication, authorization, input handling, and observability for teams shipping and maintaining APIs.</description><pubDate>Fri, 28 Aug 2026 00:00:00 GMT</pubDate><category>API Security</category><category>api-security</category><category>checklist</category><category>secure-design</category><author>MMohtasham</author></item><item><title>Server-side request forgery through user-configurable webhooks</title><link>https://cybersecfix.com/vulnerabilities/ssrf-via-webhooks/</link><guid isPermaLink="true">https://cybersecfix.com/vulnerabilities/ssrf-via-webhooks/</guid><description>Webhook features let users tell your server where to send requests, a natural home for SSRF. How the flaw arises and how to constrain outbound requests.</description><pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate><category>Vulnerability Research</category><category>vulnerability-research</category><category>ssrf</category><category>webhooks</category><author>MMohtasham</author></item><item><title>Building a lightweight API testing toolkit</title><link>https://cybersecfix.com/tools/api-testing-toolkit/</link><guid isPermaLink="true">https://cybersecfix.com/tools/api-testing-toolkit/</guid><description>You do not need a heavy platform to test APIs effectively. The small set of composable tools that cover most day-to-day API testing.</description><pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate><category>Security Tools</category><category>security-tools</category><category>api-security</category><category>tooling</category><author>MMohtasham</author></item><item><title>IDOR vs BOLA: are they the same thing?</title><link>https://cybersecfix.com/research/idor-vs-bola/</link><guid isPermaLink="true">https://cybersecfix.com/research/idor-vs-bola/</guid><description>IDOR and BOLA describe closely related authorization failures. This piece clarifies the terminology and when each label is the more precise one.</description><pubDate>Tue, 18 Aug 2026 00:00:00 GMT</pubDate><category>Application Security</category><category>idor</category><category>bola</category><category>authorization</category><author>MMohtasham</author></item><item><title>API reconnaissance basics: building a map before you test</title><link>https://cybersecfix.com/tutorials/api-recon-basics/</link><guid isPermaLink="true">https://cybersecfix.com/tutorials/api-recon-basics/</guid><description>Effective API testing starts with reconnaissance. How to enumerate endpoints, understand auth, and model the API before probing for flaws.</description><pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate><category>Penetration Testing</category><category>penetration-testing</category><category>api-security</category><category>recon</category><author>MMohtasham</author></item><item><title>Prompt injection: the input-trust problem for LLM applications</title><link>https://cybersecfix.com/research/prompt-injection-intro/</link><guid isPermaLink="true">https://cybersecfix.com/research/prompt-injection-intro/</guid><description>Prompt injection is the LLM-era manifestation of a classic problem: mixing untrusted input with trusted instructions. An introduction for builders.</description><pubDate>Mon, 10 Aug 2026 00:00:00 GMT</pubDate><category>AI Security</category><category>ai-security</category><category>prompt-injection</category><category>llm</category><author>MMohtasham</author></item><item><title>Hardening cloud object storage against accidental exposure</title><link>https://cybersecfix.com/guides/cloud-storage-hardening/</link><guid isPermaLink="true">https://cybersecfix.com/guides/cloud-storage-hardening/</guid><description>Object storage misconfiguration remains a leading cause of data exposure. A guide to defaults, access models, and guardrails that prevent it.</description><pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate><category>Cloud Security</category><category>cloud-security</category><category>storage</category><category>hardening</category><author>MMohtasham</author></item><item><title>A methodology for IDOR testing in web applications</title><link>https://cybersecfix.com/tutorials/idor-testing-methodology/</link><guid isPermaLink="true">https://cybersecfix.com/tutorials/idor-testing-methodology/</guid><description>A structured approach to hunting IDOR in traditional web apps: identifying references, classifying them, and proving cross-user access.</description><pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate><category>Application Security</category><category>application-security</category><category>idor</category><category>authorization</category><author>MMohtasham</author></item><item><title>Model supply chain risk: what you inherit when you pull a model</title><link>https://cybersecfix.com/research/ai-supply-chain-risks/</link><guid isPermaLink="true">https://cybersecfix.com/research/ai-supply-chain-risks/</guid><description>Downloading a model is a supply-chain decision. What to consider about provenance, serialization formats, and the code that runs at load time.</description><pubDate>Wed, 22 Jul 2026 00:00:00 GMT</pubDate><category>AI Security</category><category>ai-security</category><category>supply-chain</category><category>mlops</category><author>MMohtasham</author></item></channel></rss>