All Authorization / Broken Access Control resources

Complete archive of 237 curated resources, newest first. The Authorization / Broken Access Control page shows the latest 50; the Authorization / Broken Access Control guide is the long-form write-up. This archive is not indexed by search engines.

AddedResourceSummary
2026-09-18 NEW 2026The skb that wasn't freed - the Fragnesia primitive via Open vSwitch advanced RCEA deterministic local privilege escalation vulnerability, dubbed "Fragnesia," affects default installations of Arch, Fedora, Debian, Amazon Linux, and RHEL when user namespaces are enabled and Open vSwitch is auto-loading, despite the kernel carrying the fix. The issue was publicly disclosed on August 13, 2026, and a patch was integrated into the mainline and stable kernel by September 4, 2026. This exploit arises from a scenario where a "skb" (socket buffer) is not freed. No bug bounty payout amount is mentioned in the provided text. → blog.doyensec.com
2026-09-15 NEW 2026Ask the Agent Nicely: Two Authorization Bypasses in n8n AI Agents intermediate 8 min read AIWriteup on CVE-2026-65015 and CVE-2026-59207 detailing two authorization bypasses in n8n AI Agents. The first, CVE-2026-65015, allows a read-only Project Viewer to execute arbitrary n8n nodes, including exfiltrating credentials and potentially executing host commands. The second, CVE-2026-59207, bypasses the "Allowed HTTP Request Domains" restriction for credentials via the MCP client, enabling credential exfiltration.
2026-09-15 NEW 2026Unmasking Cloud Identities: From Behavioral Clustering to Automated Detection advanced 13 min readLibrary for mapping cloud identities by extracting activity patterns from audit logs using a behavioral clustering model. This model employs unsupervised machine learning algorithms, specifically UMAP and HDBSCAN, to categorize cloud identities into functional roles like administrators, backup services, and DevOps. The approach analyzes invoked operations within AWS CloudTrail data and can be extended to other cloud environments. The library extracts lightweight heuristic logic for SQL implementation, enabling scalable, continuous operational visibility without resource-intensive machine learning pipelines. → unit42.paloaltonetworks.com
2026-09-12 NEW 2026Uncontrolled Access Control: Compromising Paxton10 intermediate 6 min readWriteup detailing a chain of vulnerabilities in the Paxton10 access control system that enables unauthenticated, network-adjacent attackers to achieve operating system command execution. The exploitation involves leveraging hardcoded credentials for the nginx diagnostic portal, extracting plaintext bearer tokens from access logs, and exploiting an SQL injection vulnerability in the lost tokens event search. This SQL injection leads to command execution via `xp_cmdshell`, which is unconditionally enabled and accessible due to the sysadmin role granted to service accounts.
2026-09-11 NEW 2026Preinstalled but Not Safe. OnePlus OEM App Session Takeover Vulnerability news MobileOnePlus's preinstalled OEM app has a session takeover vulnerability that remains unresolved after nine months. While technical details were temporarily removed at the vendor's request, a limited window for remediation has reopened. The security firm involved emphasizes responsible disclosure and is urging OnePlus to address the issue. No bounty payout amount is mentioned. → blog.doyensec.com
2026-09-11 NEW 2026The Machine With Many Faces: Post-Exploitation Identity Misuse in SPIFFE/SPIRE advanced 11 min readTool for exploiting SPIFFE/SPIRE identity misuse by spoofing Linux cgroup information on compromised Kubernetes nodes. This research details how an attacker with root access can impersonate co-located workloads and harvest SPIFFE Verifiable Identity Documents (SVIDs) by tricking the SPIRE agent during attestation. The tool, named Spooffe, assists defenders in assessing the impact of such attacks. Recommendations include hardening nodes, restricting root access, prohibiting privileged containers, and minimizing reliance on weak selectors. → unit42.paloaltonetworks.com
2026-09-11 NEW 2026Mind the Config: Detecting and Weaponizing NetScaler CVE-2026-19490 news 12 min read RCELibrary for detecting and weaponizing NetScaler CVE-2026-19490, an authentication bypass in SAML handling. The library includes a detection tool that uses a single, safe request to determine if an appliance is patchable and maps configuration forks from a safe pre-authentication check to potential root command execution. It details the vulnerability’s bypass mechanism, prerequisite SAML configurations, and the impact of anonymous sessions. → bishopfox.com
2026-09-10 2026Fortinet Privileged Access Agent: Any Site Could Control Your Proxy and Watch Your Tab news 2 min read RCEWriteup of CVE-2026-84388 in Fortinet Privileged Access Management Chrome extension. This vulnerability, with a CVSS of 9.1, allowed any website to control the user's browser proxy and initiate screen recordings of newly opened tabs. Attackers could exploit this by tricking users into visiting a malicious site, which would then become a trusted server for the extension, enabling phishing attacks and data exfiltration, particularly of sensitive information displayed in the attacker-controlled tab. Fortinet released a fix within two weeks of disclosure.
2026-09-10 2026Off Guard: Breaking LiteLLM from authentication bypass to cloud compromise news 12 min read AI RCELibrary for identifying and exploiting vulnerabilities in LiteLLM, a popular open-source LLM gateway. It details authentication bypass flaws, including CVE-2026-59822 which allows unauthenticated access to MCP endpoints and can lead to root-level remote code execution and cloud credential theft. The writeup also covers scenarios with default master keys, unauthenticated admin access, and post-authentication cloud credential theft vectors due to missing URL validation in pass-through endpoints. → wiz.io
2026-09-09 2026BOLA: Enumerating an Entire Employee Directory Through a Predictable ID intermediate IDORDuring an authorized penetration test of the "TargetApp" SaaS platform, a cybersecurity engineer discovered a vulnerability allowing enumeration of the entire employee directory. The vulnerability stemmed from a predictable ID used in an internal HR/personnel endpoint. This allowed attackers to access and potentially extract sensitive employee information. The issue was reported to the client and has since been remediated and confirmed. No bug bounty payout amount was specified. → infosecwriteups.com
2026-09-06 2026ExploitSpec — BOLA/IDOR regression tests from bounded, redacted HAR input intermediate 1 min read API Sec IDORTool for creating regression tests from bounded, redacted HAR input to catch returned vulnerabilities like BOLA/IDOR. ExploitSpec allows engineers to keep exploit security invariants beside application code for local and CI reruns, supporting isolated headers, cookies, and HTTP sessions, and capturing dynamic values for later requests. It outputs readable text, JSON, or JUnit, requires explicit authorization and bound responses, and can convert cURL or HAR requests into starter specs.
2026-09-05 2026Authorization terminology is a mess: Let's fix it beginner 14 min readLibrary for clarifying authorization terminology, offering a six-axis classification system beyond common labels like RBAC, ABAC, and PBAC. It breaks down authorization into distinct stages: rule definition, rule format, data input, decision computation, and enforcement, mapping familiar terms to specific axes rather than entire systems. This approach aims to resolve confusion caused by decades of overlapping definitions across research, vendors, and standards bodies.
2026-09-04 2026Signature Optional - Analysis of CVE-2026-28323 news 9 min readAnalysis of CVE-2026-28323 details an unauthenticated SAML authentication bypass in SolarWinds Web Help Desk, allowing attackers to forge SAML Responses and seize administrative control. The vulnerability, present in versions 2026.1 and earlier, stemmed from conditional signature verification and acceptance of unsigned assertions. Patching to WHD 2026.2.1, which replaced the legacy SAML stack with Spring Security's SAML2 library, provides adequate remediation by enforcing signature verification. Defenders are advised to patch immediately, disable SAML as a workaround, audit configurations for missing certificates, and check access logs for suspicious POST requests. → bishopfox.com
2026-09-03 2026Rooted in Trust: Three privilege-escalation vulnerabilities in HP Easy Start for macOS (CVE-2026-12554, CVE-2026-12555, CVE-2026-12556) newsThree critical privilege-escalation vulnerabilities (CVE-2026-12554, CVE-2026-12555, CVE-2026-12556) have been discovered in HP Easy Start for macOS. These flaws, dubbed "Rooted in Trust," allow attackers with lower privileges to gain elevated access on affected systems. This could lead to unauthorized modifications or control over the macOS environment. Users are advised to update HP Easy Start to the latest version to mitigate these security risks.
2026-09-03 2026The $8,000 Shortcut: Hijacking Microsoft Edge via NTFS Directory Junctions intermediate RCEA researcher discovered an $8,000 vulnerability in Microsoft Edge that exploited NTFS directory junctions, a Windows filesystem feature. This allowed Edge to be tricked into executing arbitrary code as the user. The attack leveraged the "Confused Deputy" principle, where the browser, due to the junction, ended up following a path it shouldn't have. This allowed for a significant security bypass, earning the researcher an $8,000 bounty. → infosecwriteups.com
2026-09-02 2026Hiding a Signup Button Isn’t Security: From Client-Side Controls to Cross-Tenant Data Exposure intermediateThe article highlights a critical security flaw: hiding a signup button doesn't equate to disabling signup functionality. The author discovered that a frontend JavaScript flag set to `USER_SIGNUP: false` was misleading. Despite the flag, the signup feature was still accessible, indicating that client-side controls are insufficient for robust security. This vulnerability could lead to unintended user registrations or, more significantly, potential cross-tenant data exposure. The author emphasizes that true security requires server-side validation, not just UI manipulation. No bounty payout amount was mentioned. → infosecwriteups.com
2026-09-01 2026Privilege escalation from IIS AppPool to NT Authority/SYSTEM via AD CS RPC endpoint advanced 2 min readTechnique detailing privilege escalation from IIS AppPool to NT Authority\SYSTEM within an Active Directory domain. This method leverages a Windows behavior where IIS AppPool identities accessing network resources are elevated to the host's machine account. The technique involves submitting a Certificate Signing Request to the Active Directory Certificate Services (AD CS) RPC endpoint, obtaining a machine account certificate, and then using the S4U2Self technique with tools like Rubeus to impersonate administrator accounts.
2026-08-30 2026How I Got My Highest Payout intermediate Bug BountyThe author details how they discovered a bug in an application portal that generated a comprehensive PDF of user and family data. The bug remained unfixed because the lengthy and tedious nature of the application form deterred most users and security researchers from completing it. This prolonged form-filling process, which took the author nearly an hour, was the key to the bug's longevity. The content does not mention a specific bounty payout amount. → infosecwriteups.com
2026-08-27 2026A Blackstone real estate company exposed SSN digits, DOBs, addresses and more intermediate 4 min readWriteup on a GraphQL data exposure vulnerability affecting Beam Living, a Blackstone real estate company, where PII including SSN digits, DOBs, and addresses were accessible via email. The vulnerability, identified while applying for a lease, allowed querying for sensitive applicant data by substituting a known email address into the GraphQL query. The author disclosed the issue, which was eventually patched after a delayed response from Beam Living.
2026-08-27 2026Omarchy development practices lead to predictable security issues news 2 min readAnalysis of Omarchy reveals predictable security issues due to poor development practices, including bash injection vulnerabilities and insecure handling of untrusted input. The article criticizes the project's marketing for downplaying these fundamental security flaws, suggesting the team prioritizes iteration over system security, making Omarchy a risky choice for users concerned about machine security.
2026-08-27 2026A GUID is Not a Credential: Unauthenticated RCE in Veeam Service Provider Console intermediate 16 min read RCETool for detecting RCE vulnerabilities (CVE-2026-58073, CVE-2026-58072) in Veeam Service Provider Console. The tool identifies unauthenticated remote code execution flaws stemming from an agent's GUID being treated as a credential and an arbitrary file write vulnerability. These issues, with CVSS scores of 9.5 and 9.0 respectively, allow attackers to impersonate agents, obtain their certificates, and execute arbitrary code on the management server. → bishopfox.com
2026-08-26 2026Local Privilege Escalation To System In Wibu-Systems CodeMeter Application intermediate 8 min readLibrary for privilege escalation targeting Wibu-Systems CodeMeter. This library details a method to achieve SYSTEM privileges from a low-privileged session by leveraging CodeMeter's `cmu.exe` to create files under `C:\CM-Stick`. Through a directory symlink hijack, this capability becomes an arbitrary file delete. Combined with the `::\$INDEX_ALLOCATION` NTFS trick and the Windows Installer's `C:\Config.Msi` rollback technique, it enables a full local privilege escalation to SYSTEM.
2026-08-26 2026State divergence enables unauthorized access intermediate 5 min read IDORWriteup of a Provenance Blockchain vulnerability, CVE-2026-XXXX, allowing unauthorized admin control over marker accounts. The bug in versions before 1.28.0 stemmed from state divergence where an authorization check incorrectly read a stale supply field, enabling any user to grant themselves ACCESS_ADMIN permissions. Exploitation involved two transactions to mint new tokens or drain escrowed assets, impacting 82 markers representing live financial assets with potential losses exceeding $500,000 in nhash. Fixes were deployed in versions 1.28.0 and 1.29.0. → blog.trailofbits.com
2026-08-25 2026Insight into agentic hacking tools: Hermes, OpenClaw and the Bayesian brain advanced 10 min read AITool that analyzes the Hermes and OpenClaw agentic AI framework used in autonomous cyber operations against government entities in Asia. The framework employed Bayesian prioritization, autonomous research, and feedback loops to crack credentials, exfiltrate data, and achieve persistent backdoors in state infrastructure, bypassing traditional guardrails by framing activities as authorized penetration testing.
2026-08-24 2026I Changed One “User_Id” and the API Said “Sure” — From Password Reset to Mass Account Takeover intermediate API SecA critical account takeover vulnerability was discovered in an API's password reset functionality. The flaw allowed attackers to change any user's password by simply altering a "user_id" parameter. This bypasses standard security checks, enabling mass account takeover. The vulnerability highlights the danger of the backend trusting client-provided data for sensitive operations like password resets. → infosecwriteups.com
2026-08-21 2026[tl;dr sec] #342 - Figma's Agentic Detection, Agent Identity, Uber's Agent-(E)DR beginner 10 min read AITool from Uber, ADR, provides production security for enterprise AI agents by pairing an observability sensor for telemetry with a two-tier detector. This system identifies unsafe behaviors such as credential exposure, prompt injection, data exfiltration, and policy-violating tool use, benchmarked across numerous agent attack techniques and MCP servers. → tldrsec.com
2026-08-19 2026How to Spot and Stop Rogue Device Joins intermediate 5 min read ReconLibrary for detecting and preventing rogue Entra ID device registration abuse. It details how attackers use AI to generate realistic device names and User-Agent strings to bypass traditional detection methods like static IOCs. The library emphasizes behavioral detection, focusing on naming convention anomalies and correlating device code phishing alerts with subsequent registrations, rather than relying on predictable tool fingerprints. It also suggests implementing MFA for device registration and restricting registrations to corporate IP addresses or compliant devices to mitigate risks. → wiz.io
2026-08-18 2026Unauthenticated RCE in CircleCI's MCP server: Host/Origin allowlist bypassed by any non-browser client (GHSA-xv5j-cwgj-22r4) news 4 min read RCEWriteup of GHSA-xv5j-cwgj-22r4 in CircleCI's MCP server details an unauthenticated RCE vulnerability. Attackers can bypass Host/Origin header validation by sending requests with `Host: localhost` and no Origin header, allowing them to execute arbitrary commands within the CI/CD pipeline using the organization's API token. The analysis highlights this as a critical security flaw, stressing the inherent risks in MCP architectures where ease of use often compromises robust authentication, leading to direct code execution capabilities.
2026-08-18 2026They patched their SaaS and left the self-hosted OSS version vulnerable - AppFlowy Authenticated SQL Injection news 3 min read SQLiWriteup on an authenticated SQL injection vulnerability in the self-hosted version of AppFlowy. Authenticated users can exploit the `search_term` parameter in the `/api/workspace/{workspace-id}/quick-note` endpoint to exfiltrate, modify, or delete database data. This vulnerability was not patched in the open-source, self-hosted version, despite being fixed in their commercial AppFlowy Cloud offering.
2026-08-18 2026How an Unauthenticated API Endpoint Exposed 19,990 User Records news API SecAn unauthenticated API endpoint on an AI-focused freelance marketplace exposed Personally Identifiable Information (PII) for 19,990 users due to a missing authorization check. The researcher discovered they could access and view other users' profile data by simply altering a URL parameter. This vulnerability highlights the critical security risk of trusting frontend requests without proper backend validation. The issue was responsibly reported and acknowledged. → infosecwriteups.com
2026-08-17 2026Leaked Secrets and Unlimited Miles: Hacking the Largest Airline and Hotel Rewards Platform news 25 min read SecretsWriteup detailing vulnerabilities found in points.com, the backend for major airline and hotel rewards programs. The research uncovered a directory traversal flaw granting access to 22 million order records containing sensitive customer data. Further authorization bypasses allowed attackers to transfer reward points and leak customer information using only rewards numbers and surnames. Leaked tenant credentials for the Virgin rewards program enabled API request signing on behalf of the airline, while a weak Flask session secret on the global administration website provided full super administrator permissions. → samcurry.net
2026-08-17 2026Hacking Kia: Remotely Controlling Cars With Just a License Plate news 9 min readWriteup detailing remote car control vulnerabilities in Kia vehicles, allowing attackers to manipulate functions solely with a license plate. The research identified flaws in the Kia Connect app and dealer portal, enabling unauthorized access to vehicle functions and personal data. The writeup highlights the exploitation of API endpoints and registration processes, demonstrating how an attacker could gain control by registering as a dealer and generating access tokens. → samcurry.net
2026-08-17 2026Hacking Subaru: Tracking and Controlling Cars via the STARLINK Admin Panel news 8 min readWriteup detailing the compromise of Subaru's STARLINK Admin Panel, which allowed unrestricted access to customer vehicles and data. The vulnerability stemmed from an unprotected `/forgotPassword/resetPassword.json` endpoint, enabling account takeover of employee credentials by exploiting an email enumeration endpoint (`/adminProfile/getSecurityQuestion.json`). This allowed attackers to remotely control vehicles, track their location history, and access sensitive PII with minimal victim information. → samcurry.net
2026-08-17 2026Hacking the World Poker Tour: Inside ClubWPT Gold’s Back Office news 8 min readWriteup detailing a vulnerability discovery within ClubWPT Gold's back office, stemming from a misconfigured development environment. The research utilized tools like `ffuf` and `GitHack` to uncover an exposed `.env` file containing Alibaba cloud credentials and usernames. Exploiting a weak password ("123456") for the "eg3478" user on the staging environment granted access to sensitive administrative functions, including player KYC details and transaction history. The vulnerability was reported and patched without malicious exploitation. → samcurry.net
2026-08-17 2026DOM Purify - dirty namespace bypass intermediate 2 min read XSSWriteup on a DOMPurify dirty namespace bypass in SVG sanitization. This technique exploits a flawed regular expression in DOMPurify's data attribute validation, which lacks an end-of-string anchor. By defining a custom namespace prefixed with `data-`, an attacker can inject arbitrary attributes like `data-slonser:href="javascript:alert(1)"`, leading to cross-site scripting when the SVG is parsed. The vulnerability was reported and fixed by adding a `+` to the regex.
2026-08-17 2026The AWS Console and Terraform Security Gap intermediate 10 min readLibrary for identifying security gaps between AWS Console defaults and Terraform-provisioned resources. It details common misconfigurations such as unencrypted RDS instances, vulnerable Lambda resource-based policies leading to "Confused Deputy" vulnerabilities, and unintended AWS IAM password policy resets. The library highlights how Terraform's AWS provider often inherits legacy API defaults, creating weaker security postures than console-created resources, and contrasts this with more secure defaults in Azure and GCP. → blog.includesecurity.com
2026-08-17 2026Navigating Lax Load Balancers: When an Intersection Gets You Inside intermediate 7 min read SSRFAnalysis of AWS Elastic Load Balancer (ELB) configurations reveals critical security oversights common in Application Load Balancers (ALBs). Vulnerabilities arise from misconfigured listener rules, including rule shadowing that bypasses authentication (`authenticate-oidc`, `authenticate-cognito`), and IP gate bypasses when backend targets are accessible via alternate routes without the same `source-ip` restrictions. Direct ALB access can also circumvent CloudFront's security controls like WAF. These misconfigurations create unintended exposure paths, making backend services reachable despite configured access controls. → blog.doyensec.com
2026-08-17 2026Introducing Session Switcher. Swap Burp Sessions with One Click! beginner 4 min read Burp IDORLibrary for Burp Suite that simplifies authorization testing by allowing users to save and quickly swap HTTP sessions. Session Switcher stores cookies and headers as named sessions within the request editor, eliminating manual copy-pasting. It features auto-update rules to keep sessions synchronized with browser traffic, ensuring tokens remain valid throughout engagements, and offers centralized session management. → blog.doyensec.com
2026-08-15 2026Escalating a Blind Upload to RCE via Path Traversal into Cron and DNS-Restricted Callback Bypass intermediate RCEThis bug bounty report details how an unauthenticated file upload vulnerability was escalated to Remote Code Execution (RCE). The attacker exploited a path traversal flaw in the destination directory, allowing them to write files to sensitive server locations. While initial exploitation was blocked by standard RCE methods, the attacker successfully bypassed DNS restrictions for callbacks by leveraging a cron job. This allowed for the eventual achievement of RCE. No specific bounty payout amount was mentioned in the provided text. → infosecwriteups.com
2026-08-15 2026AWS Cloud Security Challenge: SSRF, IMDSv2, and Cloud Takeover intermediate SSRFThis Fampay CTF challenge involves exploiting a web application hosted on AWS EC2. The goal is to gain access to sensitive data stored in an S3 bucket. The description hints at the use of Server-Side Request Forgery (SSRF) and Instance Metadata Service version 2 (IMDSv2) as potential attack vectors to achieve cloud takeover and retrieve the flag. The content does not mention a specific bug bounty payout amount. → infosecwriteups.com
2026-08-13 2026ERPNext's Document Follow feature exposed unauthorized data news 5 min read IDORWriteup detailing three chained authorization failures in Frappe's Document Follow feature, affecting ERPNext. The vulnerabilities, identified as CVE-2026-66000, CVE-2026-66058, and CVE-2026-66059, allow unauthorized users to follow any document, receive email updates with sensitive data, and bypass revocation of follow permissions. The writeup discusses object-level, field-level, and grant-lifetime authorization bypasses, and provides examples of exploitation and auditing steps for administrators.
2026-08-11 2026They Gave Me $1,000 After I Found Their Entire Student Database Exposed! intermediateA cybersecurity researcher discovered a critical vulnerability related to HTTP method override that exposed an entire student database. The researcher responsibly disclosed the issue, and it has since been fixed. The writeup, which has redacted all sensitive information to protect privacy, details the PII exposure. The organization awarded the researcher **$1,000** for finding and reporting this significant security flaw. → infosecwriteups.com
2026-08-10 2026Beyond Prompt Injection: Hacking Apple's Private Cloud Compute advanced 9 min read AIWriteup on CVE-2026-20685, which targets Apple's Private Cloud Compute (PCC), details a path traversal vulnerability in the `darwin-init` process. This flaw allows an attacker to write files as root during node boot, bypassing privacy and security guarantees essential for Apple Intelligence features. The exploit leverages a malformed tar archive to inject malicious files into `/var/db/` while still allowing the PCC node to boot successfully, demonstrating a significant security finding within Apple's inference backbone.
2026-07-31 2026CosmosEscape: Taking Over Every Database in Azure Cosmos DB news 6 min readTool leveraging .NET reflection bypasses Azure Cosmos DB's Gremlin API sandbox. This "CosmosEscape" vulnerability grants code execution and access to a "Cosmos Master Key," enabling enumeration and full read/write takeover of any database within Azure Cosmos DB, including Microsoft's internal data stores. Microsoft has remediated the issue and implemented platform hardening. → wiz.io
2026-07-30 2026Account Takeover Across Multiple Programs via Featurebase Integration intermediate 2 min read Bug Bounty IDORWriteup detailing an account takeover (ATO) vulnerability in the Featurebase platform, a feedback and feature request service used by numerous organizations. The vulnerability arises from an Insecure Direct Object Reference (IDOR) where the `userId` parameter in API requests, specifically `POST /api/v1/user/identify` and during account modification via `POST /api/v1/user`, is not properly validated. This allows attackers to change a victim's email or impersonate them by obtaining their access token, leading to account compromise. → infosecwriteups.com
2026-07-29 2026How We Hacked Thousands of Data Centers in Minutes Using a 20-Year-Old Vulnerability news 12 min readLibrary for identifying internet-exposed Baseboard Management Controllers (BMC) and assessing risks related to CVE-2013-4786, a 20-year-old IPMI 2.0 vulnerability. This resource details how attackers can obtain password-derived authentication hashes before login, enabling offline cracking, and highlights the significant security implications for data centers, particularly in AI infrastructure where BMC compromise can lead to widespread lateral movement and persistence beneath the operating system. The library aids in visualizing this exposure using tools like BMCRadar.
2026-07-29 2026RAG and ruin: why your existing controls may miss AI poisoning attacks advanced 7 min read AILibrary addressing Retrieval-Augmented Generation (RAG) system security, this resource details the risks of AI data poisoning and RAG poisoning. It explains how threat actors can exploit retrieval pipelines by injecting crafted content, leading to misinformation, data leakage, or unauthorized actions. Traditional controls are insufficient against these text-based attacks. The library highlights techniques like semantic optimization and retrieval content crafting used by adversaries and discusses the business impact, citing research showing high attack success rates. It also touches on persistent prompt injection via long-term memory, as demonstrated by the spAIware proof of concept. → intigriti.com
2026-07-29 2026How an Unpatched N-Day Let Any Anonymous Visitor Rewrite WooCommerce Prices in ND Booking news 11 min read API Sec Bug BountyWriteup detailing CVE-2025–63001, an unpatched vulnerability in the ND Booking WordPress plugin. This flaw allows any unauthenticated visitor to permanently overwrite WooCommerce product prices by exploiting an insecure AJAX handler that lacks proper authorization checks beyond a publicly accessible nonce. The vulnerability is exploitable in the latest version of ND Booking, despite its CVE being assigned for older versions, and affects plugins integrating booking functionality with WooCommerce. → infosecwriteups.com
2026-07-29 2026Unprotected admin functionality — PortSwigger Access control vulnerabilities Lab 1 beginner 2 min read Bug Bounty IDORWriteup of Broken Access Control vulnerability (BAC-Portswigger-001) affecting an administrative panel. The vulnerability stems from missing authentication and authorization checks, allowing unauthenticated users to discover and access the `/administrator-panel` endpoint via `robots.txt`. This enables unauthorized actions like deleting user accounts, leading to full application compromise, aligning with OWASP Top 10 A01: Broken Access Control. Remediation involves enforcing authentication, implementing authorization checks, and avoiding reliance on `robots.txt` for security. → infosecwriteups.com
2026-07-28 2026Exploiting Volvo/Eicher's fleet platform to gain control over all users/vehicles intermediate 4 min read API SecWriteup detailing the exploitation of VE Commercial Vehicles' "My Eicher" fleet management platform, enabling account takeover and control over user fleets. Vulnerabilities in exposed, unauthenticated APIs allowed for the discovery of customer lists, user data, and OTPs, facilitating direct account compromise. This led to the potential control of hundreds of thousands of vehicles and access to sensitive uploaded documents including Aadhaar cards and driving licenses.
2026-07-28 2026What Is AI Pentesting and How Does It Works? beginner 5 min read AILibrary for AI pentesting, using reasoning-capable AI models to autonomously find, exploit, and validate context-dependent vulnerabilities like broken authorization and business-logic abuse that traditional scanners miss. It operates as an orchestrated system with a planning model, deterministic tools, an independent validator, and target context, generating attack narratives with verifiable proof of concept and reasoning traces. This approach complements existing scanners and human testers, focusing on vulnerabilities such as BOLA, authentication bypasses, and chained exploits, with examples like Snyk's Evo Continuous Offensive Security demonstrating its application. → snyk.io
2026-07-28 2026Unprotected admin functionality with unpredictable URL — PortSwigger Access Control Lab 2 intermediate 2 min read ReconWriteup of PortSwigger Access Control Lab 2 details a high-risk Broken Access Control vulnerability where an unprotected admin panel's URL is disclosed via client-side JavaScript on the home page. Attackers can bypass authentication by inspecting the page source, gaining unauthorized access to administrative functions and allowing actions like deleting users, leading to complete application compromise. Remediation involves enforcing authentication and authorization, avoiding security through obscurity, and not exposing sensitive endpoints in client-side code. → infosecwriteups.com
2026-07-28 2026One Header Away from 10+ GB of Customer Documents (PII) — $6K Bounty news 6 min read Bug BountyWriteup detailing a critical security flaw in a major insurer's China operations, allowing anonymous read and overwrite access to over 10 GB of customer documents containing PII. The vulnerability stems from two distinct failures on ByteDance's Volcengine TOS platform: a forgeable Referer header bypass for anonymous object reads, and an unauthenticated presigned-post signer enabling anonymous uploads and overwrites by spoofing credentials. This oversight, involving a misapplication of anti-leeching features and a lack of authorization checks on custom API endpoints, led to a $6K bounty. → infosecwriteups.com
2026-07-28 2026Unauthenticated Disclosure of A/B Test Data in Convert Pro — How Two Forgotten AJAX Endpoints… intermediate 9 min read API SecWriteup detailing an unauthenticated disclosure vulnerability in Convert Pro version 1.0.1, where two forgotten AJAX endpoints, `convertpro_interactions_report_ajax` and `convertpro_get_chart_data`, allowed attackers to retrieve A/B test names, variation names, and complete view/conversion statistics by iterating through sequential integer IDs without any authentication or authorization checks. → infosecwriteups.com
2026-07-27 2026What Is AI Pentesting and How Does It Works? beginner 5 min readLibrary for AI pentesting that uses reasoning-capable AI models to autonomously find, exploit, and validate context-dependent security vulnerabilities like BOLA and business-logic abuse. It functions as an orchestrated system combining a reasoning model, deterministic tools, an independent validator, and target context to generate attack narratives, not just flat alerts, and it complements traditional scanners and manual testing by covering vulnerabilities missed by signature-based approaches. → snyk.io
2026-07-23 2026Finding eight high-severity vulnerabilities in NodeBB in six hours intermediate 19 min read Bug Bounty XSSLibrary for discovering vulnerabilities in NodeBB, identifying eight high-severity issues including Cross-Site Scripting (XSS) and authorization bypasses. These vulnerabilities, affecting versions prior to 4.14.0, were found through autonomous whitebox assessment, with specific examples like XSS via custom Federation servers and template injection. The library's findings were promptly reported and fixed by the NodeBB maintainers. → aikido.dev
2026-07-23 2026A Millisecond of Predictability: Why CVE-2026-11374 Is Hard to Exploit advanced 15 min readTool for detecting and mitigating CVE-2026-11374, an unauthenticated account takeover vulnerability in ManageEngine ADSelfService Plus, RecoveryManager Plus, M365 Manager Plus, and ADAudit Plus. The vulnerability allows attackers to replay a predictable SSO ticket, often derived from the millisecond wall-clock time at login, to hijack administrator sessions. While blind exploitation is difficult due to layered controls, targeted attackers on the victim's network pose a realistic threat. The provided tool helps identify instances with the vulnerable AD360 cookie-replay path active and can assist in auditing patch levels. → bishopfox.com
2026-07-22 2026Writeup & POC: CVE-2026-49176 Windows WalletService to SYSTEM (LPE) news 6 min readWriteup detailing CVE-2026-49176, a local privilege-escalation vulnerability in Windows WalletService. This exploit allows a standard user to redirect WalletService to an attacker-seeded ESE database, triggering a callback DLL loaded as LocalSystem. The service's improper handling of the caller's Documents folder and the Extensible Storage Engine's persisted callback feature enable arbitrary DLL loading and execution with SYSTEM privileges.
2026-07-21 2026Escalating All The Privileges With Foxit PDF Reader (CVE-2026–57239) news 14 min read RCEWriteup detailing privilege escalation within Foxit PDF Reader, specifically CVE-2026–57239. The vulnerability allows an unprivileged user to achieve NT AUTHORITY\SYSTEM privileges. Exploitation requires initial code execution and leverages a DLL sideloading vulnerability in the updater to execute the system-privileged FoxitPDFReaderUpdateService.exe with elevated permissions, culminating in a full attack chain from user to SYSTEM.
2026-07-19 2026600$ For Stealing Podcasts/Show via RSS Feed Manipulation intermediate 2 min read API SecWriteup detailing a business logic flaw on a podcasting platform where an attacker could hijack legitimate podcasts by manipulating RSS feeds. By altering the `<itunes:email>` tag in a copied RSS file and hosting it on public cloud storage, the attacker bypassed ownership verification, allowing them to claim duplicate podcast entries. The platform has since implemented content hashing and duplicate feed detection to prevent similar vulnerabilities. → infosecwriteups.com
2026-07-19 2026How I Escalated to Domain Admin Using AD CS (And How to Fix It) intermediate 2 min readWriteup detailing a Domain Admin escalation via Active Directory Certificate Services (AD CS) exploitation. The article demonstrates how a misconfigured ESC1 certificate template, specifically "ESC1-Lab," allows an attacker like "bob" to request an Administrator certificate using `certipy-ad` and then authenticate as the Domain Administrator without knowing the password. It outlines the enumeration, request, and authentication steps, and provides remediation advice including disabling "Supply in the request," restricting enrollment permissions, and regular auditing with tools like `Certipy` and BloodHound. → infosecwriteups.com
2026-07-19 2026How I Abused a Group Policy Object (GPO) in Active Directory (And How to Fix It) intermediate 2 min readWriteup detailing Active Directory GPO abuse, demonstrating how misconfigured permissions on Group Policy Objects can lead to privilege escalation. The process involves using BloodHound to identify vulnerabilities like WriteDacl and WriteOwner on the Employees Policy GPO, and then provides steps to remediate by removing these excessive rights from the Delegation tab in Group Policy Management. → infosecwriteups.com
2026-07-19 2026From User Enumeration to PII Exposure: Chaining Two APIs Into a $2,000 Bug intermediate API SecWriteup detailing a $2,000 bug bounty discovery, where user enumeration through one API endpoint was chained with a second API endpoint to expose sensitive personal information at scale. This chained Broken Access Control vulnerability highlights the risks of API interactions, even when individual endpoints appear harmless. → infosecwriteups.com
2026-07-18 2026Windows AppResolver LPE: From AppContainer to SYSTEM. PoC linked to CVE-2026-50454 advanced 9 min readWriteup details a Local Privilege Escalation (LPE) technique in Windows, bypassing User Account Control (UAC) by exploiting a missing authorization check in `Windows.Internal.AppResolver.AppResolverActivationArgsFactory`. An attacker can leverage a zero-capability AppContainer to register a malicious handler for `ms-settings:`, which is then auto-elevated via `fodhelper.exe` using the administrator's token, ultimately leading to a SYSTEM-privileged process. This technique is associated with CVE-2026-50454, though the author notes it differs from the publicly described relative path traversal vulnerability.
2026-07-18 2026Confused Deputy: Google IdP Universal Account Takeover via Device Code Flow Hijacking advanced 12 min read AuthNLibrary for Confused Deputy exploit in Google IdP, enabling universal account takeover via device code flow hijacking. This vulnerability allows an attacker to silently steal an access token for an arbitrary Google-registered client, bypassing consent screens and 2FA, by chaining two bugs: session transferability via a crafted URL and the authorization server’s failure to bind `client_id` and `scope` server-side to the `device_code`. The initial report to Google's VRP was initially rejected but later fixed after a one-click Proof of Concept was developed. → infosecwriteups.com
2026-07-18 2026How I Found a Cross-Student IDOR in Academy LMS That Leaked Correct Quiz Answers intermediate 8 min read IDORWriteup detailing a Cross-Student Insecure Direct Object Reference (IDOR) vulnerability in the Academy LMS WordPress plugin, specifically affecting the quiz attempt details endpoint. Exploiting this flaw allowed any enrolled student to retrieve another student's quiz results and learn the correct answers to quiz questions, by passing the victim's `user_id` to the `get_student_quiz_attempt_details` function, bypassing authorization checks that incorrectly used the victim's enrollment status. → infosecwriteups.com
2026-07-18 2026Zero Credentials, Full Access: Inside a Complete Authorization Failure intermediate 3 min read API Sec AuthNWriteup on a complete authorization failure in a SaaS API where an unauthenticated attacker could access premium functionality, impersonate users, read private conversations, and escalate privileges by chaining trust-boundary failures, including missing authentication, client-controlled metadata for authorization, and exposed API documentation. → infosecwriteups.com
2026-07-18 2026Three Steps to the Terminal: A Siemens ROX II Zero-Day Trilogy advanced 10 min read RCEWriteup detailing a chained exploit of three zero-day vulnerabilities (CVE-2025-40948, CVE-2025-40947, and CVE-2025-40949) in Siemens ROX II OT switches. The exploit chain allows for arbitrary file disclosure via insecure xz utility usage, privilege escalation through command injection in the feature key validation, and persistent root code execution by manipulating the task scheduler. These vulnerabilities could grant an attacker full root access and persistence, compromising critical industrial control networks. → unit42.paloaltonetworks.com
2026-07-16 2026The Red Agent POV: The One Boolean That Broke a B2B Platform’s Credit System intermediate 5 min read API SecWriteup detailing a business-logic flaw in a B2B platform's credit system, where a single client-controlled flag bypassed paywall restrictions, granting free access to millions of contact profiles. The Red Agent discovered this by analyzing frontend code bundles, identifying the unused `unmaskContactData` parameter, and successfully injecting it into API requests, proving the backend's failure to validate user entitlements. This bypass highlights the limitations of traditional SAST and DAST tools in detecting such intent-based vulnerabilities, emphasizing the need for reasoning-driven testing and server-side enforcement of business rules. → wiz.io
2026-07-15 2026Introducing snowpick: Testing ServiceNow for Public Data Exposure beginner 10 min read API SecTool for testing ServiceNow for public data exposure, snowpick systematically checks Service Portal widgets and Table REST APIs for unauthenticated record access. It differentiates between full row exposure and count-only leaks, providing reproducible evidence packages detailing findings such as PII, credentials, or infrastructure data without requiring bulk data collection, building on techniques from prior research by Aaron Costello and Varonis Threat Labs. → bishopfox.com
2026-07-09 2026GhostApproval: A Trust Boundary Gap in AI Coding Assistants advanced 10 min read AILibrary addressing GhostApproval, a trust boundary gap in AI coding assistants, where symlink following (CWE-61) combined with UI misrepresentation (CWE-451) allows malicious repositories to trick agents like Amazon Q Developer, Anthropic Claude Code, Augment, Cursor, Google Antigravity, and Windsurf into writing to arbitrary files outside the sandbox, potentially leading to remote code execution. → wiz.io
2026-07-08 2026BadSuccessor — Exploiting delegated Managed Service Accounts in Windows Server 2025 advanced 8 min readLibrary for exploiting delegated Managed Service Accounts (dMSAs) in Windows Server 2025, detailing the "BadSuccessor" vulnerability. This flaw arises from missing permission checks, allowing low-level users with `CreateChild` rights on an OU to create a dMSA and link it to a privileged account. The system then incorrectly grants the dMSA all of the predecessor's permissions during Kerberos ticket issuance, enabling privilege escalation to high-level administrative roles. → infosecwriteups.com
2026-07-07 2026How I Found a Data Deletion Bypass via Subdomain Synchronization intermediate 4 min read Bug BountyWriteup detailing a business logic vulnerability in a self-hosted bug bounty program. The author discovered a data deletion bypass by exploiting a synchronization flaw between two subdomains, `account.redacted.com` and `todo.redacted.com`. A user with a Moderator role, who should not have deletion privileges, could delete an entire organizational group by leveraging the application's unchecked data exchange, causing a cascade deletion across both subdomains. This finding highlights the importance of proper authorization enforcement and understanding application workflows, even without complex tools or techniques. → infosecwriteups.com
2026-07-07 2026Mass Assignment and the Identity Drift: From Profile Edit to Insurance Takeover intermediate 7 min read Bug BountyWriteup detailing Mass Assignment and identity drift, where an application erroneously allows users to update sensitive identity fields like legal name and date of birth through an edit profile endpoint. This vulnerability, when combined with a verified account status, enables "identity drift," allowing an attacker to manipulate their profile to match a legitimate individual. The writeup then demonstrates a second-order impact: successfully linking a victim's insurance or benefit record to the attacker's account by exploiting the modified identity fields used in the linking process. → infosecwriteups.com
2026-07-06 2026I Found an Unauthenticated Attachment Disclosure Bug in a WordPress Support Plugin — and a… intermediate 8 min readWriteup detailing an unauthenticated attachment disclosure vulnerability in a WordPress support plugin. The research, conducted in an isolated Docker environment, reveals that a specific REST API endpoint lacks proper authorization checks, allowing anonymous users to access sensitive customer attachments like invoices and personal records. The author validates the vulnerability through proof-of-concept requests and MD5 hash comparisons, highlighting the potential for widespread data exfiltration. → infosecwriteups.com
2026-07-04 2026Certified AD Red Team Specialist (AD-RTS): Full Exam Write-Up intermediate 13 min read AuthNWriteup detailing a full methodology for the Certified AD Red Team Specialist (AD-RTS) exam, covering two distinct adversary paths. Path 1 begins with zero credentials and involves DNS zone transfers for enumeration, ASREPRoasting via GetNPUsers to gain SQL Server access, privilege escalation with GodPotato to SYSTEM, and credential harvesting using MiniDump. This leads to abusing AD Certificate Services (ADCS) via ESC1, leveraging certipy-ad, to request a certificate impersonating Domain Admin. Path 2 focuses on escalating from a low-privilege foothold on a public-facing web server. → infosecwriteups.com
2026-07-04 2026Post-Compromise Attacks in AD: Credential Validation with CrackMapExec intermediate 2 min read AuthNWriteup detailing post-compromise Active Directory attacks, focusing on credential validation using CrackMapExec. The article demonstrates using a compromised domain user credential, obtained via LLMNR poisoning, to authenticate against other machines on the network. It covers using CrackMapExec to check credentials, dump local SAM hashes, and leverage the Impacket suite (secretsdump, psexec.py) for further access, along with a brief mention of hash cracking with Hashcat. → infosecwriteups.com
2026-07-04 2026Exploiting Resource-Based Constrained Delegation (RBCD) intermediate 8 min readWriteup on exploiting Resource-Based Constrained Delegation (RBCD) to achieve full Computer Account takeover. The article details how RBCD, introduced in Windows Server 2012, flips the trust direction from outgoing to incoming, allowing any account with write permissions on a computer object to modify its `msDS-AllowedToActOnBehalfOfOtherIdentity` attribute. This vulnerability can be exploited by creating a new computer account (Service A) with an SPN, obtaining a non-forwardable Kerberos ticket via S4U2Self, and then using RBCD to impersonate users to a target resource (Service B) via S4U2Proxy. → infosecwriteups.com
2026-07-02 2026Privilege escalation to root in Lima QEMU guests via a world-writable agent socket (CVE-2026-53657) intermediate 7 min readWriteup detailing CVE-2026-53657, a privilege escalation vulnerability in Lima's QEMU guest agent. An unprivileged user within a QEMU guest could exploit a world-writable, root-owned socket to execute commands as root due to a lack of authentication on the agent's gRPC API and a forwarding RPC. This vulnerability only affects the QEMU driver, not the default VZ driver. Lima v2.1.3 addresses this by restricting socket permissions and ownership.
2026-07-02 2026Auditing OpenReception: 16 CVEs in an end-to-end encrypted appointment booking platform (unauthenticated admin creation, account takeover, E2E bypass) intermediate 8 min read API Sec AuthNAnalysis of OpenReception reveals sixteen CVEs, including four critical vulnerabilities. Tenant administrators can self-promote to GLOBAL_ADMIN (CVE-2026-48086), and unauthenticated users can create GLOBAL_ADMIN accounts after initial setup (CVE-2026-48085). WebAuthn passkey injection allows account takeover by linking a passkey to a victim's account (CVE-2026-48087). The platform's end-to-end encryption is defeated by staff crypto poisoning, enabling silent decryption of bookings (CVE-2026-48088).
2026-07-02 2026Auth Bypass is it? intermediate API Sec AuthNWriteup details a bypass of an MSPACE-style auto-login feature where the backend accepted a fake inner MSPACE token within an encrypted JSON request body, despite a valid outer API bearer token being present. This vulnerability was discovered by observing client-side encrypted API flows and testing how the application handled decrypted data originating from the browser. → infosecwriteups.com
2026-07-02 2026Why Being in the Docker Group Is a Backdoor to Your Whole System intermediate RCEWriteup demonstrating how membership in the `docker` group grants root access on Linux hosts, bypassing the need for `sudo`. This is not an exploit, but a design consequence of Docker, allowing users to manage containers but also effectively gain full host control through mounted volumes and privileged container operations. Administrators should avoid adding users to the `docker` group on shared or production systems. → infosecwriteups.com
2026-07-02 2026Hack Smarter — City Council (Active Directory) intermediate 20 min read AuthNWriteup detailing the compromise of a City Council Active Directory environment, starting with only an IP address. The process involved initial port scanning with rustscan, web enumeration with gobuster, and reverse engineering an application executable with strings to uncover a service account. The service account's password was then extracted by intercepting application traffic with Wireshark. Finally, BloodHound was used to map the Active Directory structure via credentials obtained for the svc_services_portal account. → infosecwriteups.com
2026-06-30 2026The Red Agent POV: Exploiting Broken Object-Level Authorization in an Airline GraphQL API intermediate 6 min read GraphQLWriteup detailing an automated AI agent's exploitation of Broken Object-Level Authorization (BOLA) in an airline's GraphQL booking API. The agent autonomously mapped the architecture, minted an anonymous session, and leveraged unprotected resolvers with sequential booking IDs to extract sensitive passenger data, including names, addresses, masked credit cards, and flight itineraries, also gaining write capabilities over active bookings. This bypass of frontend authentication highlights the critical need for backend, object-level authorization checks on all API resolvers. → wiz.io
2026-06-27 2026Intigriti Bug Bytes #237 - June 2026 🚀 news 10 min read Bug Bounty RCELibrary focusing on AI security and bug bounty insights, featuring interviews with researchers like Cristian Zot and Leo Racanelli on AI's role in offensive security and securing AI systems. It also highlights the Intigriti Quick Scope (IQS) Burp Suite extension, awarded by PortSwigger, and discussions on balancing AI tooling with human judgment. The entry touches upon exploiting vulnerabilities such as DOMPurify bypasses and insecure CSP rules, alongside tools like AFL++ and Metis for fuzzing and code review. → intigriti.com
2026-06-25 2026Identiverse 2026: The Challenges Of Solving Identity For AI Agents At Scale news 11 min read AITalk summarizing Identiverse 2026 highlights challenges in solving identity for AI agents at scale, mirroring the Hoover Dam's population boom. Key discussions focused on ownership, lifecycle, and least privilege for non-human identities (NHIs) and agents, with emphasis on governance at credential creation, built-in auditability, and agent accountability. Solutions explored include intent-scoped, just-in-time access over API keys, SPIFFE-based attestation, and per-workflow OIDC tokens to eliminate secrets, ensuring secure paths are the default for citizen developers. → blog.gitguardian.com
2026-06-24 2026Wiz launches support for Google Cloud excessive access findings based on audit logs news 2 min readLibrary support for Google Cloud excessive access findings analyzes audit logs, providing visibility into over-provisioned permissions and inactive users/service accounts. This enables organizations to enforce the principle of least-privilege access and prevent privilege escalation, even for customers without IAM Recommender enabled or those on lower Security Command Center pricing tiers. Wiz identifies identity risks that can create attack paths, such as publicly exposed compute instances with excessive privileges. → wiz.io
2026-06-23 2026Secure non-human identities with Wiz’s newest CIEM dashboard intermediate 3 min read SecretsDashboard for securing non-human identities, addressing risks like exposed, privileged, or vulnerable service accounts, with 42% of organizations exhibiting such issues. This CIEM tool offers visibility into machine identities, detects risky service accounts, visualizes activity by country, and prioritizes risks. It leverages attack path analysis to identify lateral movement and data access pathways, aiding security teams in multi-cloud environments without requiring deep expertise in each platform. → wiz.io
2026-06-23 2026New EKS Access Management and Pod Identity features: a security analysis intermediate 9 min readAnalysis of EKS Access Management and Pod Identity features reveals their impact on existing security controls. These new mechanisms, including "access entries" and "access policies" for cloud-to-cluster interaction, and the "eks-pod-identity-agent" for cluster-to-cloud communication, simplify identity management but introduce new complexities in permission auditing. Understanding the "API_AND_CONFIG_MAP" authentication mode and the union of access rules from both EKS API and `aws-config` is crucial for calculating effective permissions, alongside managing the security of identity tokens against lateral movement vectors. → wiz.io
2026-06-23 2026New attack vectors in EKS intermediate 9 min readAnalysis of new EKS attack vectors introduced by EKS Access Entries and Pod Identity, detailing how compromised IAM identities can enumerate accessible clusters via `ListAssociatedAccessPolicies` and `DescribeAccessEntry` APIs. The report further explores privilege escalation possibilities on both cloud and Kubernetes RBAC levels, including scenarios involving `AmazonEKSClusterAdminPolicy`, `AmazonEKSEditPolicy`, and exploitation of exposed secrets or sensitive `ConfigMap` files. → wiz.io
2026-06-23 2026NamespaceHound: protecting multi-tenant K8s clusters intermediate 7 min readTool for assessing Kubernetes multi-tenant cluster risks, NamespaceHound detects potential namespace crossing violations and anonymous access opportunities. This open-source Python CLI tool analyzes cluster configurations to identify attack paths that could lead to cross-tenant security breaches. It helps cluster operators and red teamers by revealing vulnerabilities, extending the PEACH framework for tenant isolation assessment. → wiz.io
2026-06-20 2026Defeating Kubernetes Privilege Escalation: A Cloud Detection & Response Case Study intermediate 3 min readCase study detailing a real-world attack where adversaries escalated privileges from Kubernetes to AWS control planes. The attack leveraged a newly published RCE CVE on an open-source application running on an EKS pod's EC2 instance, which was misconfigured with internet access. This allowed exploitation to gain access to the EC2 instance IAM role via the Instance Metadata Service (IMDS), highlighting the need for rapid, contextualized cloud detection and response. → wiz.io
2026-06-19 2026Data access governance: Who's got the keys to your data kingdom? beginner 4 min readCapabilities for data access governance leverage Wiz DSPM and CIEM to discover sensitive data, analyze effective permissions of human and non-human identities, and govern access to critical data across multi-cloud environments, including Snowflake and OpenAI, while identifying and remediating risky identities with access to sensitive information. → wiz.io
2026-06-19 2026Preventing broken access control in express Node.js applications beginner 11 min read API SecLibrary detailing broken access control vulnerabilities in Express Node.js applications, covering scenarios like unprotected admin panels, predictable user IDs leading to IDOR, and insecure direct object references. It illustrates how to prevent issues such as vertical privilege escalation and horizontal data exposure, emphasizing the risks of clear text logging and insufficient CSRF protection within Express middleware. → snyk.io
2026-06-19 2026I almost ordered a product for free. (Business Logic Vulnerability) beginnerSecurity engineer Sumeet Mahadik discovered a business logic vulnerability that nearly allowed him to order a product for free. While the exact method isn't detailed, the vulnerability presented an opportunity for significant savings. The content is the beginning of a blog post where Mahadik intends to explain his findings. No bounty payout amount is mentioned. → infosecwriteups.com
2026-06-19 2026“Bug Bounty Bootcamp #47: Account Takeover 101 — How to Steal Everyone’s Account (Legally)” beginner IDORThis article from Bug Bounty Bootcamp #47, "Account Takeover 101," explains how to legally perform account takeovers. It highlights common vulnerabilities like Insecure Direct Object References (IDOR), leaked invite links, and mass-assignable "role" fields as key entry points. The content suggests that sophisticated hacking skills are not necessary to exploit these weaknesses. → infosecwriteups.com
2026-06-18 2026New Developments in LLM Hijacking Activity intermediate 3 min read AIWriteup on the JINX-2401 LLM hijacking campaign targeting AWS, detailing IAM privilege escalation tactics and attempts to invoke Bedrock models. This campaign leverages compromised IAM user access keys and employs specific naming conventions for newly created IAM users and policies like "New_Policy". The report also highlights detection strategies for CloudTrail logs and Wiz Defend rules to identify suspicious activity related to LLM abuse and IAM credential misuse. → wiz.io
2026-06-17 2026Wiz Research Identifies Exploitation in the Wild of Aviatrix Controller RCE (CVE-2024-50603) news 4 min read RCEAnalysis of CVE-2024-50603, an unauthenticated RCE vulnerability in Aviatrix Controller, details its exploitation in the wild for cryptojacking and backdoor deployment, including Sliver and Mirai. This command injection flaw, stemming from improper input neutralization, allows arbitrary command execution and can lead to privilege escalation in AWS control planes. Patched versions 7.1.4191 and 7.2.4996 address this critical vulnerability. → wiz.io
2026-06-16 2026How to use the new CloudTrail network activity events for AWS VPC Endpoints intermediate 6 min readReference on AWS VPC Endpoint CloudTrail network activity events, detailing how to enable and utilize these new opt-in events for CloudTrail to gain visibility into API activity traversing VPC Endpoints. It covers using these logs for safely developing VPC Endpoint Policies, detecting data exfiltration, and understanding network connections between VPC services and AWS resources, with specific mention of supported services like S3 and KMS, and considerations for cost and coverage compared to Data Events. → wiz.io
2026-06-16 2026CIEM and Secure Cloud Access: Best Practices from Wiz and CyberArk intermediate 5 min readLibrary integrating Wiz and CyberArk, this resource details best practices for Cloud Infrastructure Entitlements Management (CIEM) and Secure Cloud Access. It emphasizes gaining full visibility into cloud identities and permissions, enforcing least privilege, prioritizing critical attack paths, and implementing Zero Standing Privileges (ZSP). The entry also covers applying privilege controls post-authentication, maintaining continuous identity governance, and enabling on-demand access for unplanned events, aiming to balance security with productivity. → wiz.io
2026-06-16 2026Wiz Data Foundations: Where’s My Sensitive Data—And Who Can Access It? intermediate 3 min readLibrary for cloud data security that offers visibility into sensitive data locations and access controls. It features an agentless scan to detect and classify sensitive data, a Data Stores Treemap for visualizing data distribution by resource type and sensitivity, and multiple workflows to explore access entitlements by data store, identity, or through the Security Graph. The library helps identify who can access sensitive data, how access was granted, and any associated risks, supporting workflows from broad trends to deep, targeted investigations. → wiz.io
2026-06-16 2026Federal Data, Meet your New Bodyguard: DSPM joins Wiz for Government news 3 min readLibrary for automated sensitive data discovery and classification within FedRAMP environments. This DSPM solution provides visualization of data residency, access controls, and attack paths, aiding in compliance with regulations like GDPR, CCPA, HIPAA, FISMA, OMB M-17-12, CMMC, and Zero Trust principles. It supports agentless scanning, custom data classification rules, and AI readiness by identifying sensitive training data and potential leaks, ultimately reducing the data attack surface and accelerating federal data security use cases. → wiz.io
2026-06-15 2026What Changed in OWASP Top 10 2025? Full Breakdown & Recommendations beginner 13 min readAnalysis of the OWASP Top 10 2025 identifies two new categories: Software Supply Chain Failures (A03) and Mishandling of Exceptional Conditions (A10). Security Misconfiguration has jumped to #2, highlighting risks from continuous deployment without continuous scanning. Broken Access Control (A01) now explicitly includes BOLA and BFLA, crucial for API security. While OWASP's recommendations are sound, their application requires mature SDLC discipline and unified tooling. Software Supply Chain Failures (A03) shows a high incidence rate but low CVE coverage, indicating current attacks with limited scanner detection. Addressing these shifts by category can improve an organization's security posture. → blog.qualys.com
2026-06-15 2026Wiz Research Uncovers Critical Vulnerability in AI Vibe Coding platform Base44 Allowing Unauthorized Access to Private Applications news 8 min read AIWriteup on an authentication bypass vulnerability in the Base44 vibe coding platform, discovered by Wiz Research. Attackers could exploit undocumented registration and email verification endpoints by providing a non-secret `app_id` to create verified accounts for private applications, bypassing SSO and gaining unauthorized access to sensitive enterprise data. The flaw was fixed within 24 hours by Base44 and Wix. → wiz.io
2026-06-15 2026Securing the Digital Future: AppSec Best Practices in Digital Banking beginner 3 min read API SecTalk slides from the Digital Banking Asia Summit 2024 outlining application security best practices for financial services. The presentation highlights key challenges including regulatory compliance, third-party integration, sophisticated attackers, complex architectures, legacy systems, resource limitations, insider threats, and balancing release velocity with security. It also addresses developer-security team disconnects due to lack of shared context, leadership priorities for CTOs and CISOs, and five pillars of success: developer adoption, security trust, effective fix delivery, a comprehensive platform, and a strong partner ecosystem. → snyk.io
2026-06-14 2026Wiz Research Discovers One in Five Organizations Exposed to Systemic Risks in Vibe-Coded Applications - Here's How to Secure Them intermediate 8 min read API SecLibrary for securing applications built with "vibe coding" platforms like Lovable. It details common risks such as authentication logic living entirely in the browser, API keys and secrets exposed in client-side code, and database tables being wide-open. Solutions include enforcing server-side authentication, proxying API calls through a secure backend, and implementing proper Row-Level Security (RLS) for databases like Supabase. → wiz.io
2026-06-14 2026Beyond CVEs: The Exploitation of Everyday Misconfigurations beginner 6 min read API SecLibrary detailing the exploitation of common cloud application misconfigurations, moving beyond traditional CVEs. It covers unrestricted access, default/weak credentials, excessive permissions, and exposed databases, providing real-world case studies of abuse. Examples include Selenium Grid RCE via arbitrary command execution, Spring Boot Actuator SSRF and sensitive data leakage through heap dumps, and PostgreSQL command execution using the `COPY FROM PROGRAM` feature with weak credentials. The library emphasizes proactive perimeter scanning and shifting security left within CI/CD pipelines to mitigate these risks. → wiz.io
2026-06-14 2026CVE-2025-29927 Authorization Bypass in Next.js Middleware news 3 min read API SecWriteup of CVE-2025-29927, an authorization bypass vulnerability in Next.js middleware. This critical 9.1 severity flaw affects Next.js versions prior to 15.2.3, 14.2.25, and 13.5.9. Attackers can bypass middleware logic and access protected routes by manipulating the `x-middleware-subrequest` HTTP header. Developers are urged to upgrade Next.js versions or apply firewall rules to mitigate the risk. → snyk.io
2026-06-13 2026Why Use App-Level Auth When Every Database Has Auth? (Splunk Enterprise CVE-2026-20253 Pre-Auth RCE) - watchTowr Labs news 15 min read RCEAnalysis of Splunk Enterprise CVE-2026-20253 details a pre-authentication RCE vulnerability affecting Splunk versions 10 and above. The flaw resides in the PostgreSQL Sidecar Service Endpoint, which, when installed and enabled by default (as on AWS deployments), allows unauthenticated attackers to trigger file operations via a proxied HTTP request to the main Splunk web application. This insecure endpoint, exposed on localhost but accessible through the main interface, can be leveraged for unauthorized actions. → labs.watchtowr.com
2026-06-13 2026Header Manipulation: Bypasses, Probing, and the Security Audit Nobody Does intermediate API SecRequest headers are not mere metadata but critical inputs that can be manipulated. Attackers exploit this to bypass access controls, probe for misconfigurations, spoof identities, and test security. This article delves into header manipulation techniques frequently encountered in penetration testing platforms, emphasizing their role in security assessments. → infosecwriteups.com
2026-06-13 2026Full Fathom Five: The context of Anthropic’s Mythos-class public release beginner 6 min read AIReference detailing Anthropic's Claude Fable 5 release, clarifying it routes cybersecurity prompts to Opus 4.8 and is not for vulnerability discovery. It emphasizes that advanced LLMs aren't required for finding issues like IDORs and business logic flaws, highlighting that misconfigurations, exposed services, and broken identity edges constitute 80% of security problems, not just CVEs. The analysis critiques the fetishization of CVEs and zero-days, suggesting LLM tokens are better utilized for defensive scans, remediation, and exposure management. → aikido.dev
2026-06-13 2026KCD New York 2026: Trust, Agents, and the Work Behind the Work news 8 min read AI API SecTalk slides from KCD New York 2026 cover securing cloud-native systems through zero trust principles with Istio Ambient Mesh, addressing discrepancies in Kubernetes CVE data from sources like MITRE and maintainer discussions, and enabling autonomous multi-cluster remediation via agentic AI and MCP servers. The importance of a "trust ladder" for remediation, starting with recommendations and progressing to opt-in auto-remediation, is highlighted, emphasizing robust identity and RBAC. The event also stressed that community, not just technology, forms the essential infrastructure for open-source projects, with initiatives like contributor onboarding crucial for sustainability. → blog.gitguardian.com
2026-06-12 2026Bringing Oracle Cloud Identity to Wiz intermediate 3 min readLibrary support for Oracle Cloud Infrastructure (OCI) Identity and Access Management (IAM) provides unified visibility across OCI, AWS, Azure, and GCP. It normalizes OCI's Identity Domains, Compartments, and natural-language policies into Wiz's security graph, allowing analysis of users, groups, service principals, access paths, and OCI API keys. This enables consistent cross-cloud controls and threat analysis by mapping OCI constructs like resource types and permissions to Wiz objects and access types. → wiz.io
2026-06-11 2026Jupyter Enterprise Gateway - From Notebook to Kubernetes Cluster Admin - elttam intermediate 9 min readWriteup detailing three vulnerabilities found in Jupyter Enterprise Gateway v3.2.3, allowing a notebook user to escalate privileges to full Kubernetes cluster administrator. These vulnerabilities, responsibly disclosed to the Jupyter security team and patched in v3.3.0, enable a user to bypass UID/GID restrictions by providing values with trailing spaces, leading to root execution within kernel pods. Combined with hostPath volume mounts, this allows access to sensitive cluster secrets, mounting host filesystems, and the creation of arbitrary privileged pods, potentially compromising the entire cluster. → elttam.com
2026-06-10 2026Security Insights Where Work Happens: Notion Custom Agents + Wiz MCP news 3 min read AILibrary integration enabling Notion Custom Agents to securely access Wiz cloud security insights. This allows teams to answer security questions, generate automated reports, and investigate risks directly within Notion, bringing security context into collaborative workspaces where decisions are made. → wiz.io
2026-06-10 2026Introducing Wiz Agents & Workflows: Security at the Speed of AI news 7 min read AILibrary introducing Wiz Agents and Workflows, a suite of AI-powered security tools designed to accelerate threat detection, investigation, and remediation. The Red Agent acts as an AI attacker to find logic-driven vulnerabilities, the Blue Agent investigates threats using cloud telemetry and runtime signals, and the Green Agent provides environment-specific remediation guidance. Workflows orchestrate these agents, enabling automated responses and scalable security operations grounded in the Wiz Security Graph's context. → wiz.io
2026-06-10 2026ServiceNow's Virtual Agent Vulnerability Shows Why AI Security Needs Traditional AppSec Foundations beginner 6 min read AI AuthNLibrary for securing AI agents, this resource details a critical vulnerability chain in ServiceNow's Virtual Agent that allowed platform takeover via broken API authentication, weak identity verification, and excessive agent privileges. It emphasizes that securing AI requires foundational application security practices like threat modeling, DAST for vulnerability detection, and AI red teaming to expose impact paths. The library advocates for a layered security approach, auditing agent permissions, enforcing strong API identity, and implementing continuous testing to address the evolving risks of agentic AI. → snyk.io
2026-06-10 2026I Found the Entire Admin UI of a Live PlatformJust By Tweaking Traffic in Burp Suite intermediate BurpSecurity researcher Hamza Hashim (refang) discovered the entire admin UI of the live internship program portal REDACTED.org by manipulating traffic in Burp Suite. While participating in the internship, Hashim found this vulnerability, which was part of a larger bug report submitted to the organization. The article details this specific finding from a real-world application. → infosecwriteups.com
2026-06-10 2026Blinding the Watchmen: Abusing Cloud Logging Services for Defense Evasion and Visibility advanced 13 min readAnalysis of techniques for abusing cloud logging services, specifically AWS CloudTrail and Google Cloud Logging, to achieve defense evasion and maintain attacker visibility. The article details methods such as stopping logging, deleting log storage destinations like S3 buckets or Google Cloud log buckets, removing log routers (trails or sinks), impairing logging via attacker-controlled encryption keys, and log poisoning. Understanding these attack vectors helps organizations implement stronger security configurations to detect and prevent misuse of these critical visibility tools. → unit42.paloaltonetworks.com
2026-06-08 2026Copy Fail: Universal Linux Local Privilege Escalation Vulnerability intermediate 4 min readWriteup on CVE-2026-31431, a Linux kernel vulnerability dubbed "Copy Fail," allowing unprivileged local users to escalate to root. Discovered by Xint, it affects nearly all Linux kernels since 2017 due to a logic flaw in the AEAD crypto implementation, enabling attackers to overwrite file page cache and inject code into binaries like `/usr/bin/su`. Mitigation involves kernel updates or blocking AF_ALG socket creation via seccomp. Detection can involve correlating AF_ALG loading with other suspicious signals or monitoring for malformed `auth.log` entries from corrupted `su` binaries. → wiz.io
2026-06-08 2026Dirty Frag: Linux Kernel Local Privilege Escalation via ESP and RxRPC intermediate 2 min readWriteup of "Dirty Frag," a Linux kernel local privilege escalation vulnerability chain (CVE-2026-43284, CVE-2026-43500), exploiting flaws in the ESP and RxRPC subsystems. This deterministic vulnerability, a successor to Copy Fail (CVE-2026-31431), allows root privilege escalation by corrupting page-cache memory. Exploitation typically requires CAP_NET_ADMIN privileges, making it less likely in hardened containers but a significant risk for VMs. Affected code paths date back to 2017 for ESP and 2023 for RxRPC, impacting a wide range of kernel versions. → wiz.io
2026-06-08 2026Fragnesia: Linux Kernel Local Privilege Escalation via ESP-in-TCP intermediate 1 min readLibrary for Linux kernel local privilege escalation, Fragnesia, targets the XFRM ESP-in-TCP subsystem. This vulnerability, a variant of DirtyFrag, allows unprivileged local attackers to modify read-only file contents in the kernel page cache and gain root privileges through deterministic page-cache corruption. The exploit manipulates AES-GCM keystream during decryption to overwrite critical binaries like `/usr/bin/su` with an ELF payload, achieving a root shell. Recommended mitigation involves applying vendor kernel patches or disabling vulnerable modules. → wiz.io
2026-06-08 2026OSCP Windows Enumeration Checklist: My Complete Privilege Escalation Workflow for Every Box intermediateThis article details a comprehensive Windows enumeration workflow for the OSCP certification, focusing on privilege escalation. The author shares their exact process, highlighting key techniques like analyzing WinPEAS output, hunting for credentials, leveraging token abuse, and examining services. The goal is to provide a structured approach for tackling Windows-based machines encountered during the exam, ensuring thoroughness in identifying vulnerabilities and escalating privileges effectively. → infosecwriteups.com
2026-06-08 2026Ransacking your password reset tokens intermediate 18 min read Bug BountyLibrary exposing sensitive data via attribute brute-force attacks in Ruby on Rails applications. The Ransack library's default configuration permits users to guess arbitrary attributes and values character by character, allowing extraction of sensitive information like password reset tokens. Similar vulnerabilities exist in technologies like Hasura and Sequelize. Ransack version 4.0.0 mitigates this by enforcing explicit allow lists for searchable attributes and associations.
2026-06-08 2026Designing Identity for the Agentic Enterprise: The Okta AI Identity Summit news 7 min read AISurvey of discussions from the Okta AI Identity Summit, focusing on the critical need for robust identity systems to govern agentic AI. Key themes include the evolution of identity beyond credentials to control actions, the necessity of discovery and real-time governance for shadow agents, and the imperative to future-proof identity architectures for non-human actors operating at machine speed, emphasizing that capability without accountability is not a viable strategy. → blog.gitguardian.com
2026-06-08 2026Looting UniFi Controllers: Detecting and Weaponizing CVE-2026-22557 news 20 min read RCETool for detecting and weaponizing CVE-2026-22557, an unauthenticated path traversal vulnerability in UniFi Network Application's guest captive portal. This critical flaw, with a CVSS score of 10.0, allows attackers to read arbitrary files, potentially exfiltrating administrative credentials from controller backups. The analysis details practical attack paths, exploitation preconditions, and offers a safe detection tool available on GitHub. Affected versions require patching to 10.1.89, 10.2.97, or 9.0.118 or later. → bishopfox.com
2026-06-08 2026Otto Support - Testing MCP Servers intermediate 3 min readTool for testing MCP servers; utilizes nmap for discovery, a Nuclei template to identify MCP endpoints, and MCP Inspector to enumerate services and exploit an authorization gap. This bypass allows an unprivileged user to delete other users' tickets by directly calling the `delete_ticket` JSON-RPC method, demonstrating that MCP servers share familiar security fundamentals with traditional web services. → bishopfox.com
2026-06-08 2026Popping Root on UniFi OS Server: Unauthenticated RCE Chain Detection & Analysis news 18 min read RCELibrary providing analysis of the UniFi OS Server RCE chain (CVE-2026-34908, CVE-2026-34909, CVE-2026-34910), which allows unauthenticated attackers to gain root privileges. It details the bypass of the authentication gateway, path traversal, and command injection vulnerabilities, and outlines remediation steps including patching to version 5.0.8 or later, rotating secrets, and rebuilding compromised systems. A detection tool is also available to identify vulnerable instances. → bishopfox.com
2026-06-08 2026How to scan for vulnerabilities with GitHub Security Lab’s open source AI-powered framework intermediate 22 min read AI SecretsLibrary that leverages the GitHub Security Lab Taskflow Agent for AI-powered vulnerability scanning. This framework, designed to find high-impact web security vulnerabilities like authorization bypasses and information disclosure, operates through taskflows written in YAML that guide LLM analysis. It breaks down auditing into stages, starting with threat modeling to define component boundaries and then suggesting potential vulnerabilities, followed by a rigorous triage step to minimize false positives and hallucinations. This approach has successfully identified over 80 vulnerabilities, with many disclosed, and is open-source for community contribution. A GitHub Copilot license is required for execution. → github.blog
2026-06-08 2026Bypassing Administrator Protection by Abusing UI Access intermediate 18 min read Bug BountyWriteup detailing bypasses of Windows Administrator Protection by abusing UI Access. This vulnerability stems from the UAC UIPI bypass mechanism, allowing processes with the UI Access flag to interact with higher integrity windows. The research uncovered multiple bypasses by exploiting this feature, particularly when a UI Access process is created with a High integrity level. This enables limited users to potentially compromise administrator processes by sending messages or, if at the same integrity level, using window hooks for DLL injection. → projectzero.google
2026-06-08 2026A Deep Dive into the GetProcessHandleFromHwnd API advanced 14 min read Bug BountyReference detailing the `GetProcessHandleFromHwnd` API's evolution, tracing its implementation from a user-mode function in `oleacc.dll` utilizing Windows hooks in Vista to a kernel-mode function `NtUserGetProcessHandle` in `win32kfull.sys` in Windows 10. The analysis highlights discrepancies between documentation and actual behavior, including UAC bypass possibilities and integrity level checks enforced by the kernel function. → projectzero.google
2026-06-08 2026The sorry state of skill distribution news 9 min read AIAnalysis of skill scanners reveals critical vulnerabilities in agentic system security. Testing bypassed defenses in ClawHub, Cisco's agent skill scanner, and skills.sh integrations, employing techniques like file truncation and .pyc bytecode poisoning. These bypasses highlight static analysis limitations against adversaries who can repeatedly tweak attacks, demonstrating that current scanners struggle to detect malicious skills embedded in archives or disguised as bytecode, echoing supply-chain attack patterns seen in incidents like the xz-utils backdoor. → blog.trailofbits.com
2026-06-08 2026WebSocket Turbo Intruder: Unearthing the WebSocket Goldmine intermediate 7 min read API SecLibrary for fuzzing WebSocket messages with custom Python code, WebSocket Turbo Intruder extends the Burp Suite engine to exploit protocol-specific vulnerabilities. It includes a fast attack engine for high-volume testing against single targets, and features HTTP middleware for automating scans with tools like Burp Suite Pro. The library supports custom Python scripts with decorators like `@MatchRegex`, `@Pong`, and `@PingPong`, and offers a THREADED engine for race condition testing by opening multiple simultaneous connections. It also includes workarounds for Socket.IO testing, including handling the `EIO` parameter and detecting server-side prototype pollution. → portswigger.net
2026-05-04 2026Critical MOVEit Automation auth bypass vulnerability fixed (CVE-2026-4670) news 2 min readWriteup of CVE-2026-4670, a critical authentication bypass in Progress Software's MOVEit Automation, enabling unauthorized administrative control and data exposure. This vulnerability, along with a privilege escalation flaw (CVE-2026-5174), affects specific older versions and can be exploited via low-complexity attacks by unauthenticated or authenticated attackers, respectively. Upgrading to patched versions 2025.1.5, 2025.0.9, or 2024.1.8 is strongly advised to remediate these issues. → helpnetsecurity.com
2026-05-02 2026CVE-2026-31431: Copy Fail vulnerability enables Linux root privilege escalation across cloud environments news 6 min readAnalysis of CVE-2026-31431, nicknamed "Copy Fail," details a high-severity Linux kernel vulnerability affecting Red Hat, Ubuntu, SUSE, and AWS Linux. This logic flaw in the AF_ALG module allows local unprivileged users to gain root privileges by corrupting the kernel page cache, impacting cloud workloads and Kubernetes clusters. The exploit, a small script leveraging the splice() system call and AF_ALG, enables container breakout and lateral movement, posing a significant risk to multi-tenant environments. Microsoft Defender provides detection insights, mitigation recommendations, and hunting guidance. → microsoft.com
2026-04-22 2026Rights Management Approaches: ACL, RBAC, ABAC, ReBAC beginner 3 min readGuide on access control models, including ACL, RBAC, ABAC, and ReBAC, for defining architectural security requirements. It covers practical guidance, trade-offs like UX friction and latency, and discusses Google's Zanzibar system as a canonical source for ReBAC. The guide offers phased roadmaps for implementation, focusing on inventory, RBAC baselines, context rules, and continuous verification, while highlighting common antipatterns and metrics for operational control.
2026-04-22 2026OPA, Cedar, OpenFGA: Why Are Policy Languages Trending Right Now? news 9 min readLibrary for understanding policy languages like OPA (Rego), Cedar, and OpenFGA, which are trending for Identity and Access Management (IAM) due to increasing authorization complexity. These declarative languages offer readable, performant, and auditable ways to manage fine-grained access controls across microservices, databases, and evolving user requirements, including AI agents. The article discusses authorization challenges, layered architectural principles for decision-making, and the benefits of policy-as-code.
2026-04-22 2026OPA vs OpenFGA: A Technical Comparison of Policy Engines intermediate 11 min readReference comparing Open Policy Agent (OPA) and OpenFGA, two distinct policy engines. OPA, a CNCF project, uses Rego for centralized, rule-based access control, excelling in complex attribute-based decisions and infrastructure authorization like Kubernetes admission control. OpenFGA, based on Google's Zanzibar model, employs a tuple-based relationship approach for fine-grained, object-level permissions and hierarchical access, suitable for collaborative features and social network-style sharing. The comparison details their core concepts, architectural differences, and use case scenarios.
2026-04-22 2026Implementing Google Zanzibar: A Demonstration of Its Basics intermediate 13 min readLibrary demonstrating Google Zanzibar fundamentals, focusing on its Relationship-Based Access Control (ReBAC) model. The entry explores Zanzibar's data model, relationship tuples with examples like `file123#owner@alice`, and provides a PostgreSQL implementation for storing these tuples, illustrating concepts such as ownership and membership.
2026-04-22 2026How to Protect Your API with OpenFGA: ReBAC Concepts to Practical Usage intermediate 13 min readLibrary introducing Relation-Based Access Control (ReBAC) via OpenFGA, an open-source implementation of Google's Zanzibar concepts. It details ReBAC principles, contextual conditions, and attribute-based access, offering practical examples for protecting APIs and managing complex authorization logic. The library covers ReBAC concepts, OpenFGA's features like time-based and status-driven permissions, and contrasts its approach with traditional methods such as RBAC and ABAC, highlighting benefits in maintainability and scalability.
2026-04-22 2026How Google Drive Models Authorization: A Look into Zanzibar intermediate 7 min readLibrary implementing Google's Zanzibar authorization system, which utilizes relationship-based access control (ReBAC) to manage permissions for services like Google Drive. Zanzibar centers on user-resource relationships rather than roles, enabling complex, nested access models with high availability and low latency through its globally distributed database and consistency protocol, which employs timestamps and "zookies" to ensure accurate permission checks in distributed environments.
2026-04-22 2026Common Bug Bounty Vulnerabilities: A Technical Deep Dive for Hunters in 2026 intermediate 7 min readReference outlining common bug bounty vulnerabilities, detailing techniques and tools such as local LLM integration with Ollama for response analysis, Burp Suite extensions like Authz and Turbo Intruder for IDOR testing, Interactsh for SSRF callbacks, sqlmap for SQL injection, InQL for GraphQL fuzzing, and Burp's DOM Invader for XSS, alongside methods for exploiting business logic flaws.
2026-04-22 2026CVE-2026-32877 - Red Hat Security Advisory news 1 min readWriteup of CVE-2026-32877 details a flaw in the Botan C++ cryptography library. During SM2 decryption, a missing validation of the authentication code (C3) length allows a remote attacker to provide a crafted ciphertext. This can trigger a heap over-read of up to 31 bytes, leading to denial of service through a crash or undefined behavior. Mitigation is not readily available for this vulnerability.
2026-04-22 2026What is Google Zanzibar? beginner 8 min readLibrary detailing Google Zanzibar, a consistent, global authorization system that implements relationship-based access control (ReBAC). It explains namespaces, relation tuples with the format `<object>#<relation>@<user>`, schema configuration, and the 'zookie' for user-specified consistency. The system leverages Google's Spanner database and employs layered caches and request hedging for scalability and performance, offering core API methods for read, write, watch, check, and expand operations.
2026-04-19 2026Broken Access Control: The Quiet Killer in Web Applications beginnerBroken Access Control: The Quiet Killer in Web Applications → infosecwriteups.com
2026-04-19 2026Broken Access Control: The Silent Web Vulnerability beginnerBroken Access Control: The Silent Web Vulnerability
2026-04-19 2026Broken Access Control: The 40% Surge in 2025 news 10 min readLibrary for identifying and preventing broken access control vulnerabilities, a pervasive and critical application security risk that surged in 2025. This library addresses common weaknesses like vertical and horizontal privilege escalation, Insecure Direct Object References (IDOR), forced browsing, and missing function-level access control, which attackers exploit to gain unauthorized data access. It is designed to mitigate the impact of these flaws, which are exacerbated by rapid development cycles, complex architectures, and the introduction of vulnerabilities from AI-generated code.
2026-04-19 2026OWASP Top 10 2025 — A01 Broken Access Control beginner 3 min readReference detailing OWASP Top 10 2025 A01: Broken Access Control, the most prevalent vulnerability. It highlights common weaknesses like insecure direct object references, privilege escalation, JWT manipulation, CORS misconfigurations, and force browsing. Prevention strategies emphasize server-side enforcement, deny-by-default principles, robust access control mechanisms, and proper session management with short-lived JWTs or refresh tokens. The document also mentions related CWEs such as CWE-200, CWE-201, CWE-918 (SSRF), and CWE-352 (CSRF), and provides example attack scenarios. → owasp.org
2026-04-16 2026Enhancing OAuth 2.0 Security with PKCE: Deep Dive advanced 4 min readWalkthrough of OAuth 2.0 integration with PKCE, detailing how Omnissa Intelligence uses the Proof Key for Code Exchange extension to prevent authorization code interception attacks when connecting with External Partner services. The process involves `code_verifier`, `code_challenge`, and `code_challenge_method=S256` to securely exchange authorization codes for access tokens, safeguarding against session hijacking and man-in-the-middle attacks.
2026-04-16 2026Attacks via OAuth Authorization Code Injection intermediate AuthNAttacks via OAuth Authorization Code Injection
2026-04-16 2026Security Benchmarking Authorization Policy Engines: Rego, Cedar, OpenFGA advanced 9 min readFramework for dynamically evaluating authorization policy engines, including Rego, Cedar, OpenFGA, and Teleport ACD. This system automates security benchmarking and robustness testing by executing predefined test cases in isolated Docker containers for each engine, comparing actual results against expected outcomes to identify potential threats and vulnerabilities.
2026-04-16 2026Privilege Escalation by JWT Token Manipulation intermediatePrivilege Escalation by JWT Token Manipulation
2026-04-16 2026JWTs Under the Microscope: Exploiting Auth Weaknesses - Traceable intermediate 7 min readLibrary for identifying and exploiting JWT authentication weaknesses. It details vulnerabilities like Improper JWT Signature Validation, JWT Algorithm Confusion, JWT Weak Secret, and attacks leveraging KID fields (SQL Injection, SSRF, Path Traversal), JKU/X5U misuse, X5T collisions, and payload manipulation leading to Broken Object Level Authorization (BOLA) and Broken Functional Level Authorization (BFLA), as well as JWT Expired Token issues.
2026-04-16 2026Privilege Escalation via IDOR and ACL Bypass in SaaS intermediatePrivilege Escalation via IDOR and ACL Bypass in SaaS
2026-04-16 2026Organization Takeover via Privilege Escalation (IDOR) intermediateOrganization Takeover via Privilege Escalation (IDOR)
2026-04-16 2026Horizontal Privilege Escalation via IDOR intermediateHorizontal Privilege Escalation via IDOR
2026-04-16 2026Fine-Grained Authorization: Technical Guide for Microservices intermediate 6 min readGuide to fine-grained authorization for microservices, moving beyond traditional RBAC to Relationship-Based Access Control (ReBAC). It details the limitations of RBAC in dynamic environments and advocates for centralized policy engines like Open Policy Agent (OPA) and Zanzibar-inspired systems (e.g., OpenFGA). The guide provides a practical roadmap for implementation, focusing on auditing relationships, centralizing the source of truth, and iteratively decoupling authorization logic from individual services.
2026-04-16 2026RBAC vs ABAC vs ReBAC: How to Choose Access Control Models beginner 12 min readLibrary comparing Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC), and Relationship-Based Access Control (ReBAC). It details how RBAC, while simple, suffers from "Role Explosion" due to complexity in systems like AWS IAM and Kubernetes. ABAC is presented as a solution, using attributes and dynamic evaluation instead of static roles, exemplified by OPA and AWS IAM's Condition blocks. ReBAC principles are also touched upon, particularly in the context of Azure's resource hierarchy inheritance.
2026-04-15 2026Privilege Elevation Dominates Massive Microsoft Patch Update news 4 min readLibrary of patches addressing Microsoft's April 2026 update, which included 165 CVEs, with a significant portion being elevation-of-privilege bugs. Key vulnerabilities detailed include CVE-2026-32201 (a SharePoint Server spoofing zero-day actively exploited), CVE-2026-33825 (a Defender privilege escalation zero-day), CVE-2026-33824 (a critical RCE in Windows IKE Service Extensions), and CVE-2026-33827 (a rare unauthenticated RCE in Windows secure tunneling). The update also featured numerous fixes for Microsoft Edge and Chromium. → darkreading.com
2026-04-11 2026Policy as Code: Fine-Grained Authorization intermediate 10 min readLibrary detailing Policy as Code for fine-grained authorization, featuring discussions on Rego for Open Policy Agent (OPA), AWS Cedar, and OpenFGA. The resource highlights the practice of defining policies with code for dynamic and adaptable management, distinguishing between validation and authorization, and emphasizing how policy languages abstract API complexities for easier rule definition and enforcement. Experts Jimmy Ray and Omer Zuarets share insights on applying policy as code in cloud-native security and simplifying policy implementation through tooling.
2026-04-11 2026Policy Engine Showdown: OPA vs OpenFGA vs Cedar intermediate 17 min readReference to a panel discussion comparing application policy engines OPA, OpenFGA, and Cedar. The session, "Policy Engines Showdown," featured engineers discussing the strengths, trade-offs, and practical considerations of each engine, including OpenFGA's ReBAC model, Cedar's policy-driven approach, and OPA's multipurpose flexibility. The goal was to help developers select the best decision engine for their specific use cases, highlighting that suitability depends on implementation needs rather than a single "winner." The discussion also touched upon tools like OPAL for policy synchronization.
2026-04-11 2026ReBAC Authorization Academy - Oso beginner 19 min readLibrary exploring Relationship-Based Access Control (ReBAC) for application security, using the GitClub example to illustrate how permissions can be organized based on relationships between resources like users, repositories, and issues. It contrasts ReBAC with Role-Based Access Control (RBAC) and Attribute-Based Access Control (ABAC), highlighting how ReBAC can elegantly handle data ownership scenarios where users need specific permissions on resources they created or are directly associated with. The library guides developers to leverage existing data structures to define these relationships, providing a natural and intuitive authorization model that complements traditional RBAC.
2026-04-11 2026RBAC vs ABAC vs PBAC - Oso beginner 12 min readLibrary for implementing consistent, maintainable authorization across distributed systems. It details Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC), and Policy-Based Access Control (PBAC), showcasing how Oso's Polar language enables declarative definition and enforcement of RBAC and ABAC through PBAC. This approach centralizes authorization logic into a single policy engine, ensuring uniform decisions based on user roles, attributes, and contextual data, enhancing auditability and simplifying evolution of access control policies across microservices.
2026-04-11 2026RBAC vs ABAC vs ReBAC - Oso beginner 6 min readReference detailing RBAC, ABAC, and ReBAC access control paradigms, comparing their strengths and limitations for applications. It highlights RBAC's role-based assignments, ABAC's attribute-driven policies, and ReBAC's relationship-based permissions. The document explains how these models can be combined for fine-grained authorization and suggests Oso as a tool to simplify implementation.
2026-04-11 2026Fine Grained Authorization using SpiceDB for RAG intermediate 5 min readLibrary implementing fine-grained authorization for RAG using SpiceDB. This resource details how to integrate SpiceDB with Pinecone, Langchain, and OpenAI to enforce relationship-based access control (ReBAC) on document retrieval for AI applications. It covers schema definition, relationship writes, and querying authorized resources to pre-filter vector database searches, enhancing both security and efficiency in enterprise AI.
2026-04-11 2026Relationship-Based Permissions in SpiceDB intermediate 6 min readLibrary for managing application permissions using Relationship-Based Access Control (ReBAC). SpiceDB, inspired by Google's Zanzibar, stores relationships between subjects and resources to efficiently answer permission queries. It supports robust write patterns, including two-phase commits with relational databases and streaming commits via systems like Kafka, ensuring data consistency. Alternatively, relationships can be stored solely within SpiceDB, simplifying application logic and enabling schema-driven permission computation. Asynchronous updates are also an option for applications tolerating less strict consistency.
2026-04-11 2026Introduction to Google Zanzibar beginner 21 min readReference on Google Zanzibar, an authorization system developed to manage permissions across Google's vast product suite, detailing its relationship-based access control (ReBAC) model. It explains how Zanzibar overcomes the limitations of application-specific authorization, addresses the "new enemy problem" through external consistency guarantees, and scales to handle billions of users and trillions of objects with low latency. The resource also highlights how open-source tools like SpiceDB can be used to implement similar systems, drawing parallels to Google's internal infrastructure and the significance of the 2019 Zanzibar research paper.
2026-04-11 2026OpenFGA: Open-Source Engine for Access Control beginner 2 min readLibrary for relationship-based access control, OpenFGA is an open-source, high-performance engine inspired by Google’s Zanzibar system. It allows developers to define and enforce fine-grained permissions with support for multiple storage backends, including PostgreSQL and MySQL, and offers APIs and SDKs in Java, Node.js, Go, Python, and .NET. OpenFGA integrates relationship-based, role-based, and attribute-based access control models, and includes a CLI, playground, and Terraform provider for easier management and testing. Notable adopters include Auth0 and Grafana Labs. → helpnetsecurity.com
2026-04-11 2026Announcing OpenFGA news 7 min readLibrary for fine-grained authorization, OpenFGA, is an open-source engine inspired by Google's Zanzibar. It allows developers to model complex access control rules, integrate them consistently across applications, and manage permissions efficiently at scale. OpenFGA features an expressive modeling language, HTTP APIs for checking and writing permissions, and supports various integrations with identity providers and proxies, addressing security, compliance, and privacy needs for modern collaborative and social applications, effectively tackling OWASP's top risk: broken access control.
2026-04-11 2026Authorization Concepts - OpenFGA beginner 2 min readReference detailing OpenFGA's approach to authorization, explaining Fine-Grained Authorization (FGA) and contrasting Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC), Policy-Based Access Control (PBAC), and Relationship-Based Access Control (ReBAC). It highlights ReBAC as a superset of RBAC and a solution for ABAC scenarios, noting OpenFGA extends ReBAC with Conditions and Contextual Tuples, drawing parallels to Google's Zanzibar system.
2026-04-11 2026Cedar Policy Language Complete Guide intermediate 2 min readLibrary for fine-grained authorization, Cedar is an open-source policy language built in Rust that decouples access control from application logic. It supports RBAC, ABAC, ReBAC, and *BAC models, and is designed for simplicity, expressiveness, and performance, allowing for modular and reusable authorization policies. Cedar's evaluation logic prioritizes `forbid` statements, ensuring requests are denied if any matching `forbid` policy exists.
2026-04-11 2026Amazon Verified Permissions - Cedar intermediate 4 min readLibrary for externalizing authorization and centralizing policy management, Amazon Verified Permissions leverages the Cedar policy language to enable developers to build secure applications and align with Zero Trust principles. It accelerates development by decoupling authorization from business logic, streamlining security with intuitive, policy-based access controls that support common frameworks. This service helps protect resources, manage user access according to the principle of least privilege, and facilitates granular authorization decisions. Users include TELUS for smart home device permissions, Grosvenor Engineering Group for building asset access, and STEDI for protecting healthcare transaction endpoints. → aws.amazon.com
2026-04-11 2026Cedar Policy Language Reference intermediate 5 min readReference for Version 4.5 of the Cedar policy language, used for writing authorization policies and making decisions. Cedar decouples business logic from authorization, allowing applications to query an engine for "allow" or "deny" decisions based on policies, entities, context, and a schema. This separation simplifies updates and testing, as security teams can modify policies without touching application code. Cedar supports attributes, logical operators, and dynamic evaluation for fine-grained control, role-based access control (RBAC), and attribute-based access control (ABAC), with features like fast, scalable, and bounded-latency evaluation.
2026-04-11 2026Basic ABAC with OPA and Rego - AWS intermediate 3 min readLibrary demonstrating basic Attribute-Based Access Control (ABAC) with OPA and Rego. It provides example Rego code snippets for a fictional Payroll microservice, illustrating how to enforce policies such as "Employees can read their own salary" and "Employees can read the salary of anyone who reports to them," utilizing external data for manager-report relationships.
2026-04-11 2026OPA Rego Language Tutorial beginner 11 min readTutorial on Rego, the declarative policy language for Open Policy Agent (OPA), detailing its fundamental constructs and mechanisms. Learn how Rego's logic-based syntax enables codifying rules for authorization, configuration validation, and data filtering, particularly within Kubernetes and Envoy. The tutorial covers writing Rego policies, including decisions, variable assignments, and using the "some" keyword for iterating over data structures, along with best practices for effective policy authoring.
2026-04-11 2026What is Open Policy Agent (OPA)? beginner 6 min readLibrary for managing cloud-native policies, Open Policy Agent (OPA) offers a unified, context-aware approach by decoupling policy enforcement from application code. It uses the Rego policy language for expressive, declarative rules, enabling security and compliance through policy-as-code, consistency across Kubernetes, microservices, and CI/CD pipelines, and efficient updates via a centralized policy library. → wiz.io
2026-04-11 2026OPA: Best Practices for Secure Deployment - CNCF intermediate 11 min readLibrary for secure Open Policy Agent (OPA) deployment, focusing on preventing vulnerabilities like remote calls and Windows UNC path exploits by emphasizing separation of policy code from application code, decoupling schema and data through external sources, and structured data management. It highlights best practices derived from large-scale OPA usage, including techniques for restricting sensitive built-ins and leveraging tools like OPAL for synchronized policy and data updates.
2026-04-11 2026Kubernetes RBAC Best Practices beginner 10 min readReference detailing Kubernetes RBAC best practices, emphasizing the importance of the principle of least privilege (PoLP) and regular permission reviews. It highlights the risks of misconfigured RBAC, citing the "RBAC Buster" attack, and recommends tools like Open Policy Agent (OPA) for automating policies and Wiz for auditing. The entry also covers using namespaces for scope limitation, auditing RBAC events, securing sensitive operations, and integrating with external identity providers. → wiz.io
2026-04-11 2026Kubernetes RBAC Good Practices beginner 6 min readReference on Kubernetes RBAC best practices, detailing how to minimize privilege escalation risks by assigning least privilege to users and service accounts. It highlights dangerous permissions such as `cluster-admin`, `system:masters`, `nodes/proxy`, `escalate`, `impersonate`, and direct access to the CSR API and service account tokens. The document also advises against granting broad permissions to create workloads, PersistentVolumes, or modify namespaces, emphasizing the importance of reviewing default access and periodic audits.
2026-04-11 2026NIST SP 800-162: Guide to ABAC beginnerNIST SP 800-162: Guide to ABAC
2026-04-11 2026Authorization Testing Automation Cheat Sheet - OWASP intermediate 10 min readCheat sheet offering a methodology for automating authorization tests by formalizing an authorization matrix in XML. This approach enables the creation of integration tests that validate access controls for REST services across different logical roles like ANONYMOUS, BASIC, and ADMIN. The process involves defining roles, services with their associated permissions, and test payloads to ensure new feature additions or modifications do not conflict with existing authorization definitions. → cheatsheetseries.owasp.org
2026-04-11 2026Access Control Cheat Sheet - OWASP intermediateAccess Control Cheat Sheet - OWASP → cheatsheetseries.owasp.org
2026-04-11 2026Authorization Cheat Sheet - OWASP intermediate 18 min readCheatsheet providing guidance for robust authorization logic, addressing concerns like Broken Access Control, a top OWASP 2021 vulnerability. It details implementing "Least Privileges" by granting only necessary permissions and adopting a "Deny by Default" approach for all requests, emphasizing the need for validation on every interaction to prevent unauthorized access to resources, which can impact confidentiality, integrity, and availability. → cheatsheetseries.owasp.org
2026-04-10 2026BLA9:2025 Broken Access Control - OWASP beginner 2 min readReference detailing BLA9:2025 Broken Access Control, a critical OWASP Top 10 vulnerability. It explains how missing role checks, flawed logic trusting client-supplied parameters, overly broad permissions, and identifier tampering (BOLA) enable attackers to perform unauthorized operations. Examples include Gitlab branch deletion vulnerabilities and privilege escalation in hay-kot mealie v2.2.0, mapping to CWEs like CWE-863 and CWE-862, and referencing CVEs such as CVE-2021-39931 and CVE-2023-3290. → owasp.org
2026-04-10 2026Broken Access Control: 40% Surge in 2025 newsBroken Access Control: 40% Surge in 2025
2026-04-10 2026Defending Against Broken Access Control beginner 10 min readLibrary for defending against Broken Access Control (BAC), the #1 threat (A01:2021) in the OWASP Top 10. This vulnerability occurs when applications fail to enforce authorization, allowing unauthorized users to access data or functions. Learn about common attack techniques like Horizontal and Vertical Privilege Escalation, Parameter Tampering, IDOR, Data Exposure, API Abuse, and BOLA. The resource highlights real-world examples such as the Optus data breach and the Kia vehicle control vulnerability, emphasizing the critical need for robust server-side authorization.
2026-04-10 2026Why Broken Access Control Dominates OWASP Top 10 in 2026 beginner 7 min readLibrary for building secure applications, focusing on mitigating Broken Access Control (BAC) and Broken Object Level Authorization (BOLA). It highlights how traditional SAST and DAST tools struggle with these logic flaws, contrasting them with technical vulnerabilities like SQL Injection. The library advocates for centralized authorization logic using the Policy Decision Point (PDP) and Policy Enforcement Point (PEP) pattern, and promotes Policy as Code (PaC) with tools like Auth0 FGA, OpenFGA, and OPA to manage authorization policies externally from application code.
2026-04-10 2026Broken Access Control: How to Detect and Prevent beginner 7 min readLibrary of techniques for detecting and preventing broken access control vulnerabilities, the most impactful risk category in the OWASP Top 10. This resource details exploitation methods like vertical and horizontal privilege escalation, insecure direct object references (IDOR), and bypasses via predictable identifiers, parameter tampering, and path variations, offering best practices to mitigate these widespread security weaknesses. → invicti.com
2026-04-10 2026OWASP A01: Broken Access Control Risks and Prevention beginner 16 min readLibrary detailing OWASP A01: Broken Access Control risks and prevention. This resource clarifies the distinction between authentication and authorization, highlights the importance of the principle of least privilege (PoLP) and Role-Based Access Control (RBAC), and provides a Python Flask code snippet demonstrating secure RBAC implementation. It further explains how vulnerabilities manifest through techniques like URL manipulation and parameter tampering, and identifies common failure scenarios such as Insecure Direct Object References (IDOR) and missing function-level access control.
2026-04-10 2026OWASP-TOP-10 A01:2025 Broken Access Control beginner 2 min readLibrary detailing Broken Access Control, a critical OWASP Top 10 risk where applications fail to enforce user restrictions. This resource highlights how attackers can exploit missing or client-side enforced authorization checks, using tools like Burp Suite to directly access backend administrative endpoints. It demonstrates the vulnerability through a case study of an application trusting client-side role validation, leading to unauthorized data access, privilege escalation, and account compromise, and emphasizes implementing server-side authorization and the principle of least privilege for mitigation.
2026-04-10 2026CVE-2025-67274: Broken Access Control in aangine news IDORCVE-2025-67274: Broken Access Control in aangine
2026-04-10 2026CVE-2026-33312: BOLA in Vikunja news 4 min read IDORWriteup detailing CVE-2026-33312, a Broken Object Level Authorization (BOLA) vulnerability in Vikunja versions 0.20.2 through 2.1.x. This Incorrect Authorization flaw allows read-only users to permanently delete project background images by exploiting an authorization check designed only for read permissions within the `RemoveProjectBackground` function. The vulnerability, categorized under CWE-863, is fixed in version 2.2.0.
2026-04-10 2026BOLA Vulnerability - Vulnsy beginner 5 min readWriteup on Broken Object Level Authorization (BOLA), the top OWASP API Security Top 10 risk, detailing how attackers exploit API endpoints that expose object identifiers without proper authorization checks. It covers BOLA's impact on unauthorized data access and modification, simple exploitation methods, and advanced techniques like using predictable IDs or GraphQL introspection. Remediation steps include implementing centralized authorization, using UUIDs, and robust testing with tools like Burp Suite and OWASP ZAP.
2026-04-10 2026BOLA: API Attack & Prevention - StackHawk intermediate 13 min read API SecLibrary detailing Broken Object Level Authorization (BOLA), the OWASP API Security Top 10's persistent #1 risk. BOLA vulnerabilities, also known as Insecure Direct Object Reference (IDOR), occur when APIs fail to verify user permissions for specific data objects, allowing attackers to access or modify sensitive information like financial or medical records by altering predictable identifiers in API requests. The article explains BOLA's root causes, including over-reliance on object identifiers, lack of ownership verification, and insufficient authorization focus, alongside practical examples and prevention strategies.
2026-04-10 2026What is BOLA - Imperva beginner 6 min readGuide to Broken Object Level Authorization (BOLA), a top OWASP API security risk. BOLA occurs when applications fail to verify user authorization for specific data objects, allowing access to sensitive information or unauthorized actions. The guide details how attackers identify vulnerabilities by manipulating object references, such as sequential IDs in URLs or GraphQL mutations, leading to data breaches and compliance failures under regulations like GDPR and HIPAA. Prevention strategies include applying proper access controls, mapping users to accessible objects, implementing robust authentication, using non-guessable IDs, and leveraging API gateways. → imperva.com
2026-04-06 20262026 SANS Identity Threats Report: Why Attacks Still Work news 5 min readReport summarizing the 2026 SANS Identity Threats & Defenses Survey, revealing that while identity security solutions are widely deployed, identity-related breaches persist due to a mismatch between defenses and attack methods. The survey highlights challenges in containment post-detection and the increasing reliance on legitimate credentials obtained via compromised browsers, MFA fatigue, and token-based access, emphasizing that credential exposure upstream of authentication is the root cause of ongoing attacks, not authentication failures themselves.
2026-04-06 2026Exposing Security Blind Spots in GCP Vertex AI advanced 11 min readWriteup on double agents in GCP Vertex AI, detailing how a misconfigured Per-Project, Per-Product Service Agent (P4SA) with excessive default permissions can be exploited. This research demonstrates obtaining privileged access to consumer project data and restricted Google-owned Artifact Registry repositories, including proprietary container images for the Vertex AI Reasoning Engine, by compromising a single service agent and exfiltrating its credentials. → unit42.paloaltonetworks.com
2026-04-06 2026Critical Access Control Risks in Simple Membership CVE-2026-34886 news 10 min readAdvisory detailing CVE-2026-34886, a critical broken access control vulnerability in WordPress Simple Membership plugin versions 4.7.1 and earlier. This flaw allows unauthenticated users to execute privileged actions, potentially leading to unauthorized access, data manipulation, or site compromise. Immediate remediation involves updating to version 4.7.2 or higher, with temporary workarounds including plugin disabling, server-level blocking of PHP execution, or WAF virtual patching. Developer recommendations focus on implementing robust capability checking, nonce verification, and REST API permission callbacks.
2026-04-06 2026Security Update: Vulnerability Disclosures and Ongoing Hardening - LiteLLM news 2 min readLibrary updates address critical and high-severity vulnerabilities in LiteLLM, including authentication bypass via OIDC cache collision (CVE-2026-35030), privilege escalation through /config/update (CVE-2026-35029), and password hash exposure with pass-the-hash login (GHSA-69x8-hrgq-fjj8). These fixes, along with an ongoing audit by Veria Labs and a new bug bounty program, enhance the security posture of the proxy.
2026-04-03 2026Broken Authentication and IDOR – A Big but Solvable Problem | Inspectiv beginner 5 min readReference detailing common application security vulnerabilities, specifically Broken Authentication and Insecure Direct Object Reference (IDOR). It highlights attack vectors like credential stuffing, brute force, and session hijacking, alongside IDOR exploits through predictable identifiers. Mitigation strategies discussed include Multi-Factor Authentication (MFA), server-side validation, least privilege access controls, and using non-sequential identifiers. The resource emphasizes the importance of continuous external validation through bug bounty programs and dynamic application security testing to detect these prevalent threats.
2026-04-03 2026Exploiting Broken Access Control Vulnerability for Bounty intermediateExploiting Broken Access Control Vulnerability for Bounty
2026-04-03 2026Broken Access Control Testing Software for Web Apps | Penti AI intermediate 1 min readTool for autonomous broken access control vulnerability testing; Penti's AI agents discover, reproduce, and prioritize exploitation paths like insecure direct object references and weak tenancy boundaries, then human experts verify impact. The platform offers clear evidence and developer-ready remediation for authorization checks, object scoping, and tenancy isolation, integrating into the SDLC to test for horizontal and vertical privilege escalation.
2026-04-03 2026WSTG Methodology: Web Penetration Testing | Haxoris beginner 4 min readGuide detailing the OWASP Web Security Testing Guide (WSTG) methodology for comprehensive web application penetration testing. It covers information gathering, configuration, authentication, session management, authorization, input validation (including XSS and SQL Injection), cryptography, and business logic flaws, aiming to uncover threats like IDOR and SSRF. The guide emphasizes a systematic approach, using tools like Burp Suite, and provides detailed reports with remediation steps and a free retest.
2026-04-03 2026Insecure Direct Object Reference (IDOR) Attack Guide | Hackviser beginner 7 min read IDORGuide to Insecure Direct Object Reference (IDOR) vulnerabilities, detailing manual testing techniques across URL parameters, POST bodies, HTTP headers, cookies, and file access. It covers automated discovery using tools like Burp Suite and ffuf, scripting with Python, and various attack vectors including numeric, UUID, hash-based, parameter pollution, and mass assignment bypasses, as well as blind IDOR exploitation.
2026-04-03 2026OWASP Top 10 #1: Broken Access Control and Security Tips beginner 9 min readGuide analyzing OWASP Top 10 #1, Broken Access Control. It details common exploit scenarios, including Insecure Direct Object References (IDOR) and Mass Assignment vulnerabilities. The guide provides practical advice and fixes for strengthening access control, differentiating between vertical, horizontal, and contextual controls, and explaining how authentication and session management contribute to overall security. → vaadata.com
2026-04-03 2026Primer on Broken Access Control Vulnerabilities and How to Find Them beginner 11 min readWriteup on broken access control vulnerabilities, which have become the top OWASP Top 10 vulnerability. It details vertical and horizontal privilege escalation, including techniques like insecure direct object references (IDOR), lack of protection over sensitive functionality (e.g., direct URL access to admin pages), inadequate parameter-based access control (e.g., manipulating `admin=true` parameters), and misconfigured platform-level controls that can be bypassed with custom HTTP headers or alternative HTTP methods.
2026-04-03 2026Horizontal and Vertical Privilege Escalation Explained | Blue Goat Cyber beginner 3 min readReference detailing medical device cybersecurity requirements, focusing on FDA submissions, SPDF development, SBOMs, and threat modeling. It emphasizes the importance of understanding device operation, real-world threats, and supply chain risks, referencing standards like ISO 14971, FDA Guidance, UL 2900, and AAMI TIR57 to ensure compliance and patient safety.
2026-04-03 2026Broken Access Control - Vertical Privilege Escalation Writeup intermediate 8 min readWriteup detailing the identification and exploitation of Broken Access Control vulnerabilities, specifically focusing on Vertical Privilege Escalation. It provides a walkthrough of PortSwigger labs, demonstrating techniques such as discovering admin URLs via robots.txt, source code analysis, manipulating cookie parameters to elevate privileges, and modifying request parameters like `roleid` using Burp Suite to gain administrative access and delete users.
2026-04-03 2026Access Control Vulnerabilities and Privilege Escalation | PortSwigger beginner 9 min readReference detailing access control vulnerabilities and privilege escalation, explaining vertical and horizontal controls, context-dependent mechanisms, and common vulnerabilities such as unprotected functionality, parameter-based bypasses, and platform misconfigurations involving headers like `X-Original-URL` and `X-Rewrite-URL`. It also covers URL-matching discrepancies, including case insensitivity and the `useSuffixPatternMatch` option in Spring. → portswigger.net
2026-04-03 2026Insecure Direct Object References (IDOR) | PortSwigger beginner 2 min read IDORReference on Insecure Direct Object References (IDOR), an OWASP Top Ten vulnerability type where applications misuse user-supplied input to access objects directly. It details how attackers can exploit this, leading to horizontal or vertical privilege escalation by altering parameters to access other users' data, such as in database queries (e.g., `customer_account?customer_number=132355`) or static files (e.g., `/static/12144.txt`). → portswigger.net
2026-04-03 2026IDOR - HackTricks beginner 6 min readReference detailing Insecure Direct Object Reference (IDOR) and Broken Object Level Authorization (BOLA) vulnerabilities, which occur when applications expose user-controllable identifiers to access internal objects without proper authorization checks. The resource highlights exploitation techniques using parameters in paths, queries, JSON bodies, headers, and cookies, including examples with sequential IDs and common tools like `curl` and `ffuf`. It discusses real-world breaches such as the McHire applicant data exposure and the Carlsberg media leak, emphasizing that encoding does not inherently provide security and advocating for server-side object-level authorization and unpredictable identifiers like UUIDv4. → book.hacktricks.xyz
2026-04-03 2026Testing for Privilege Escalation | OWASP WSTG intermediate 5 min readGuide detailing privilege escalation testing within the OWASP Web Security Testing Guide. It covers techniques for identifying and exploiting vulnerabilities that allow users to gain unauthorized access to more resources or functionality. Specific methods include manipulation of user groups, profiles, condition values, and IP addresses, as well as bypassing authorization schemas by switching session identifiers. The guide also provides examples of how to test for vertical and horizontal privilege escalation. → owasp.org
2026-04-03 2026Testing for Insecure Direct Object References | OWASP WSTG beginner 4 min readGuide for testing Insecure Direct Object References (IDOR), a vulnerability where direct object access is granted based on user-supplied input. It details how attackers can bypass authorization by modifying parameters used to retrieve database records, perform operations, access file system resources, or invoke application functionality. The guide recommends mapping object reference points, assessing access controls, and using multiple test user accounts with different object ownership and privileges to identify and exploit IDOR flaws. → owasp.org
2026-04-03 2026Broken Authentication: Advanced Exploitation Guide | Intigriti advanced 9 min readGuide to exploiting broken authentication vulnerabilities, this resource covers identifying and exploiting common and advanced flaws. It details techniques like forced browsing, utilizing default credentials, and leveraging lack of rate limiting for brute-forcing. The guide also explains how input validation issues, such as SQL injection, can lead to authentication bypasses, providing examples for practical application. → intigriti.com
2026-04-03 2026How To Find Broken Access Control Vulnerabilities in the Wild | HackerOne intermediate 7 min readGuide to finding Broken Access Control (BAC) vulnerabilities, explaining concepts like Insecure Direct Object Reference (IDOR) and covering identifier types such as numeric, user-chosen, natural keys, composite keys, UUIDs, and hashes. It details the permissions mapping technique for identifying BAC flaws by creating lists of user roles and application actions, and highlights the prevalence of BAC bugs as the OWASP Top 1 vulnerability. → hackerone.com
2026-04-03 2026BugQuest 2026: 31 Days of Broken Access Control | Intigriti intermediate 7 min read IDORCollection of 31 posts detailing broken access control (BAC) vulnerabilities, covering OWASP A01:2025 concepts, authentication versus authorization distinctions, and various authorization models like RBAC. It explores discovery techniques including content discovery with ffuf, JavaScript enumeration, API documentation mining, GraphQL introspection, and mobile application analysis. Specific exploitation methods discussed include request method tampering, HTTP parameter pollution, static keyword swapping, JWT algorithm confusion, and second-order attacks, alongside practical examples like IDOR and URL-matching discrepancies. → intigriti.com
2026-04-03 2026Authn vs. authz: How are they different? beginner AuthNAuthentication (authn) refers to identity, while authorization (authz) has to do with permissions. Learn about the difference between authn vs. authz in more detail.
2026-03-01 2026gadievron/raptor: Raptor turns Claude Code into a general-purpose AI offensive/defensive security agent. By using Claude.md and creating rules, sub-agents, and skills, and orchestrating security tool usage, we configure the agent for adversarial thinking, and perform research or attack/defense operations. advanced 7 min read AILibrary for autonomous security research, RAPTOR orchestrates static analysis, binary analysis, LLM-powered vulnerability validation, exploit generation, and patch writing. It integrates Semgrep and CodeQL for scanning and utilizes LLMs for vulnerability analysis, generating Proof-of-Concepts, and creating patches. RAPTOR supports multiple LLM providers and can leverage Z3 for constraint analysis to improve accuracy and prioritize reachable exploits. It offers project management features for organizing findings and tracking progress across multiple runs.
2026-01-21 2026OAuth 2.0 Course for Beginners beginner AuthNCourse on OAuth 2.0 for beginners, explaining the authorization framework's use of access tokens for delegated access and passwordless integration with third-party apps. It covers key concepts like the four OAuth roles (Resource Owner, Client, Auth Server, Resource Server), the importance of PKCE, and practical implementation details for building authorization and resource servers, alongside client applications. The 2-hour video tutorial also addresses debugging common issues such as JWKS and Axios errors, concluding with a summary of best practices and repository setup.
2025-10-22 2025Beyond credentials: weaponizing OAuth applications for persistent cloud access | Proofpoint US intermediate 7 min read AuthNTool for automating the creation of malicious second-party OAuth applications within compromised cloud environments. This tool, developed by Proofpoint researchers, demonstrates how threat actors can achieve persistent access, even after user credentials are reset or multi-factor authentication is enforced, by registering internal applications with chosen API scopes such as Mail.Read and offline_access. The research highlights a real-world attack vector already exploited by threat actors, offering a technical analysis of the automated process for application registration, secret generation, and token harvesting.
2025-09-05 2025Authentication Explained: When to Use Basic, Bearer, OAuth2, JWT & SSO | daily.dev beginner AuthN JWTGuide to authentication and authorization mechanisms, detailing the differences and use cases for Basic, Bearer, OAuth2, JWT, and SSO. It explains authorization models such as RBAC, ABAC, and ACL, highlighting how real-world applications like GitHub and Stripe combine them. The entry emphasizes selecting appropriate models and token types based on application complexity and security needs.
2024-10-03 2024Automate your API hacking with Autorize intermediate 6 min read API Sec AuthNLibrary that automates API security testing by detecting broken object level authorization (BOLA) and other access control issues. Autorize, a Burp Suite extension, functions by sending modified requests with low-privileged, high-privileged, and unauthenticated user tokens to APIs. It then analyzes responses for discrepancies, flagging potential vulnerabilities like "Bypassed!" enforcement statuses. Users can configure interception filters, integrate with Burp's Repeater, and fine-tune enforcement detectors to identify issues such as unauthorized access to administrative functions by checking for 401 status codes. → danaepp.com
2024-09-16 2024Automating the CORS Vulnerability Scan intermediate API Sec Bug BountyWhen conducting a bug bounty, automating your scanning process not only saves time but ensures you don’t miss common vulnerabilities. One…
2023-09-03 2023GitHub - dirkjanm/adidnsdump: Active Directory Integrated DNS dumping by any authenticated user intermediate AuthNTool for Active Directory Integrated DNS record enumeration and export, enabling reconnaissance of internal networks. By default, any authenticated Active Directory user can perform zone transfers, and this application facilitates that capability. It can be installed via pip or from source, requiring impacket and dnspython. The tool supports direct network use and proxychains, with an option for DNS over TCP.
2023-09-01 2023Spraying the Microsoft Cloud intermediate AuthNAdversaries continue to probe and make entry via the cloud perimeter of organisations. Multi-Factor Authentication (MFA) and additional…
2023-05-21 2023Authentication authorization and security in SharePoint intermediate 4 min read AuthNReference on SharePoint authentication and authorization, detailing its role-based security model and support for Windows authentication (including NTLM and Kerberos) and ASP.NET forms-based authentication. It highlights claims-based identity as a core feature, enabling cross-platform authentication and integration with external identity systems, and explains how membership and role providers are utilized to manage user identities and group memberships.
2023-05-09 2023Seven Common Ways To Bypass Login Page intermediate AuthNSeven Common Ways To Bypass Login Page https://ift.tt/8PI0ers
2023-04-13 2023OWASP Proactive Controls 2023/2024 v1 beginner API Sec AuthNOWASP Proactive Controls 2023/2024 v1 https://ift.tt/xVAnFY5 → docs.google.com
2023-03-29 2023skills/secure-code-game beginner 1 min read Bug BountyLibrary for learning secure coding through an interactive in-editor game. Season 4 focuses on securing Agentic AI, teaching how to protect Agentic Workflows and Multi-Agent Communications through five progressive levels. Players can start quickly from their browser, with no AI or coding experience required. The game runs instantly in GitHub Codespaces, with over 10,000 players participating from industry and academia.
2022-04-14 2022Favorite tweet by @Jhaddix intermediate Bug BountyFavorite tweet: 🧵Another hacker story thread!🧵 === Penetrating a Porn Site === How I hacked access to the most sensitive areas of a porn site using only low severity vulnerabilities. Here's how I did...
2021-11-10 2021How to Control Access to Your Amazon Elasticsearch Service Domain intermediate 12 min readReference for controlling access to Amazon OpenSearch Service (formerly Amazon Elasticsearch Service) domains. It details how to leverage AWS Identity and Access Management (IAM) through resource-based policies and identity-based policies. The entry also covers authentication strategies, including IP-based restrictions and Signature Version 4 signing, with examples for both Python and Java. → aws.amazon.com
2021-10-29 2021Improvements to Burp Suite authenticated scanning intermediate 4 min read BurpLibrary improvements in Burp Suite 2021.9.1 enhance authenticated scanning by better handling iframes, animated elements, JavaScript-driven redirections, nested SVGs within buttons, and multi-select elements, leveraging the Burp Suite Navigation Recorder for complex login sequences. → portswigger.net
2021-09-14 2021IAM Vulnerable intermediate 7 min readTool for creating a vulnerable-by-design AWS IAM privilege escalation playground. Using Terraform and your AWS credentials, it deploys over 250 IAM resources to facilitate learning and exploitation of 31 unique privilege escalation paths, referencing techniques pioneered by Spencer Gietzen and applicable to tools like Cloudsplaining and Pacu.
2021-09-07 2021Automating Authorization Testing: AuthMatrix Part 1 intermediate 2 min read Bug BountyLibrary for automating authorization testing. This resource, AuthMatrix Part 1, introduces a technique for comprehensively testing application authorization by creating custom matrices to cover all possible user role and permission combinations, effectively identifying and mitigating authorization bypass vulnerabilities. → whiteoaksecurity.com
2021-07-28 2021Chaining password reset link poisoning IDOR and information leakage to achieve account takeover at api.redacted.com advanced Bug Bounty IDORThis report details a method to achieve account takeover at api.redacted.com by chaining three vulnerabilities. The attacker first exploits password reset link poisoning, then an Insecure Direct Object Reference (IDOR) flaw, and finally leverages information leakage. These combined vulnerabilities allow for unauthorized access to user accounts. No bounty payout amount is mentioned.
2021-07-19 2021AWS IAM Role Chaining intermediateAWS IAM Role Chaining allows one IAM role to assume another IAM role. This enhances security by enabling temporary, limited-privilege credentials to be granted for specific tasks. Instead of managing separate policies for every user and service, roles can be chained together, where Role A assumes Role B. This promotes the principle of least privilege, reducing the potential attack surface. The primary benefit is improved security and streamlined credential management within AWS environments.
2021-06-30 2021Forbidden You dont have permission to access / on this server Error beginner 4 min readReference on resolving the Apache "Forbidden – You don’t have permission to access / on this server" error. This guide addresses common causes such as incorrect file/directory permissions, misconfigurations in Apache's main configuration files, and improperly formatted .htaccess files. Solutions include recursively adjusting file permissions with `chmod 755` for directories and `chmod 644` for files, modifying ownership with `chown`, and ensuring `AllowOverride All` is set in Apache's `<Directory>` directives.