appsec.fyi

API Security Resources

Post Share

A curated AppSec resource library covering XSS, SQLi, SSRF, IDOR, RCE, XXE, OSINT, and more.

API Security

API security addresses the unique vulnerabilities that arise when applications expose functionality through programmatic interfaces. As organizations shift to API-first architectures, microservices, and third-party integrations, APIs have become the primary attack surface for modern applications. The OWASP API Security Top 10 identifies critical risks including Broken Object Level Authorization (BOLA), mass assignment, excessive data exposure, and lack of rate limiting. APIs often inadvertently expose more data than their UI counterparts, accept parameters that bypass frontend validation, and may lack the authentication and authorization checks that browser-based interfaces enforce. REST, GraphQL, gRPC, and WebSocket APIs each present distinct security challenges. Effective API security requires authentication hardening, input validation, output filtering, rate limiting, proper error handling, and comprehensive logging across every endpoint.

Date Added Link Excerpt
2026-05-31 NEW 2026Anthropic AI Vulnerability Scanner in Enterprise Beta: IBM Joins Glasswing After 10000 Flaws Found newsTool for AI-powered application security scanning, Claude Security, now in public beta for enterprise customers, identifies vulnerabilities by reasoning over code behavior and data flows, moving beyond traditional signature matching. This approach has surfaced over 10,000 critical software flaws through Anthropic's Project Glasswing consortium, which includes IBM, and has also revealed specific vulnerabilities like CVE-2026-5194 in wolfSSL. The tool aims to compress the find-fix cycle, though patching remains a bottleneck for maintainers.
2026-05-30 NEW 2026Vibe Coding Security: Why 62% Of AI-Generated Code Ships With Vulnerabilities newsLibrary analyzing security flaws in AI-generated code, including Cross-Site Scripting (XSS) and Server-Side Request Forgery (SSRF). Research indicates AI code exhibits significantly higher vulnerability rates than human-written code, with studies highlighting failures in XSS defenses, exposed secrets, PII, and lack of CSRF protection and security headers across platforms like Cursor and Claude Code. → ox.security
2026-05-29 NEW 2026Security Researcher: WordPress 7.0 Could Trigger Rush To Steal AI API Keys newsLibrary discussing the security implications of AI API keys in WordPress 7.0, highlighting a specific bug where Anthropic API keys are exposed via browser autofill. This vulnerability, along with broader concerns about WordPress's architecture and secrets management, makes WordPress sites attractive targets for attackers aiming to steal valuable AI credentials for activities like bot networks, scaled phishing, and unauthorized AI usage, potentially leading to significant financial loss.
2026-05-29 NEW 2026Anthropic Launches Free Claude Code Terminal Plugin to Detect Security Vulnerabilities beginnerPlugin for Claude Code that continuously scans AI-generated code for vulnerabilities like injection flaws and insecure deserialization. It employs a three-layer review process: fast pattern matching on edits, an end-of-turn Claude security review for higher-level issues such as IDORs and SSRF, and an agentic review on commits. The plugin can be extended with custom rules and patterns. → gbhackers.com
2026-05-28 NEW 2026FastAPI-based AI tools exposed to authentication bypass by flaw in Starlette framework intermediateLibrary update addressing CVE-2026-48710 in Starlette, the framework powering FastAPI, which allows authentication bypass via malformed Host headers. This flaw, rated as High by researchers at X41 D-Sec, can lead to SSRF and RCE in AI tools, model-serving infrastructure, and API gateways. A patch is available in Starlette 1.0.1 and later. → csoonline.com
2026-05-28 NEW 2026FastAPI-based AI tools exposed to authentication bypass by flaw in Starlette framework intermediateTool for detecting authentication bypass vulnerabilities in applications built with the Starlette framework, which powers FastAPI. The flaw, CVE-2026-48710, allows unauthenticated attackers to bypass host-validation protections by sending malformed Host headers containing special characters like slashes or question marks. This can lead to authentication bypass, SSRF, and potentially remote code execution, impacting LLM gateways, MCP servers, and agent infrastructure. A website, badhost.org, is available to test for the vulnerability.
2026-05-27 NEW 2026Attackers Can Exploit BadHost to Access Sensitive AI Agent Server Endpoints intermediateVulnerability, CVE-2026-48710, named BadHost, allows attackers to bypass authentication in AI agent servers by manipulating HTTP Host headers. This critical flaw affects Starlette versions before 1.0.1, a framework underpinning many FastAPI applications used for LLM inference, agent frameworks, and MCP gateways. Attackers can exploit this to access sensitive AI models, internal tools, and API keys by causing the application to misinterpret request paths. Upgrading Starlette, using more robust authentication mechanisms in FastAPI, or employing reverse proxies can mitigate this risk. → cybersecuritynews.com
2026-05-27 NEW 2026Vulnerability in open-source component puts AI platforms at risk newsLibrary affecting Starlette, a foundational framework for AI platforms like FastAPI, vLLM, and LiteLLM, is vulnerable due to CVE-2026-48710, dubbed BadHost. This flaw allows attackers to bypass access controls by manipulating HTTP Host headers, potentially exposing internal applications, authentication data, API keys, and sensitive corporate information, especially within AI agents that interact with external data sources. A patch is available in Starlette 1.0.1. → techzine.eu
2026-05-26 NEW 2026Ghost CMS vulnerability exploited in large-scale campaign newsAnalysis of CVE-2026-26980, a critical SQL injection in Ghost CMS affecting versions 3.24.0 through 6.19.0, details its exploitation in a large-scale campaign. Attackers leverage this vulnerability to steal admin API keys, inject malicious JavaScript, and deploy malware like UtilifySetup.exe via ClickFix attack flows. The campaign impacts numerous domains, including universities and companies, with a fix available in Ghost CMS 6.19.1. → scworld.com
2026-05-25 NEW 2026What Actually Matters For Web Application Security In The AI Era? beginnerAnalysis of web application security in the AI era highlights the evolving threat landscape, with AI-driven attacks projected to reach 28 million globally in 2025. Traditional perimeter-based security is insufficient as modern applications rely heavily on APIs, cloud services, and AI-driven features, significantly expanding the attack surface. API security incidents are prevalent, affecting 87% of organizations, and AI-generated code exhibits a 2.7x higher vulnerability density, frequently including SQL injection and cross-site scripting. Effective security is now a design decision, requiring proactive architectural planning for authentication, API authorization, and session management, rather than reactive remediation.
2026-05-23 2026CISA adds Langflow Origin Validation Flaw to Known Exploited Vulnerabilities Catalog newsVulnerability CVE-2025-34291 is an origin validation flaw in Langflow, a tool for AI workflows, caused by an overly permissive CORS configuration combined with SameSite=None cookies. This allows malicious websites to execute authenticated cross-origin requests, enabling attackers to steal refresh tokens, call backend authentication endpoints, potentially execute code, and achieve system compromise. CISA has added it to the Known Exploited Vulnerabilities catalog, urging immediate patching and review of CORS configurations. → cybersecuritynews.com
2026-05-22 2026Cisco patches critical 10.0 flaw in Secure Workload APIs newsAnalysis of CVE-2026-20223, a critical CVSS 10.0 authentication failure vulnerability in Cisco Secure Workload APIs, highlights systemic issues in access validation for management APIs and control planes. This critical flaw, alongside other recent authentication bypass bugs in Cisco products like SD-WAN controllers, emphasizes the escalating threat posed by AI-driven vulnerability discovery tools targeting large codebases. The situation underscores the necessity for immediate patching, robust "assume breach" design principles, and identity-based microsegmentation to mitigate risks from compromised security platforms and prevent lateral movement. → scworld.com
2026-05-22 2026WordPress 7.0 Exposes AI API Keys newsAnalysis of **WordPress 7.0** details a client-side vulnerability where browser autofill can expose AI API keys within the AI integration setup form. Patchstack founder Oliver Sild warns of increased hacker interest in these keys, which can be worth tens of thousands of dollars and are used for bot networks, scaled phishing, and malware generation. This issue highlights the elevated risk associated with integrating paid AI services and emphasizes the importance of credential hygiene and secure client-side form handling for WordPress users and plugin developers. → letsdatascience.com
2026-05-22 2026Cisco Fixes CVE-2026-20223 Secure Workload API Flaw newsAdvisory for CVE-2026-20223, a critical flaw in Cisco Secure Workload's internal REST API functions, rated CVSS 10.0 and categorized under CWE-306. This vulnerability allows unauthenticated remote attackers to access sensitive information and modify configurations across tenant boundaries with Site Admin privileges. Cisco has released patched versions for on-premises deployments, while SaaS versions are already secured. No workarounds exist, necessitating immediate upgrades. → thecyberexpress.com
2026-05-22 2026Cisco Patches CVSS 10.0 Secure Workload REST API Flaw Enabling Data Access newsAnalysis of CVE-2026-20223, a critical CVSS 10.0 flaw in Cisco Secure Workload, details how insufficient REST API validation and authentication allow unauthenticated attackers to access sensitive data and make configuration changes across tenant boundaries. The vulnerability impacts both SaaS and on-prem deployments and is addressed in Cisco Secure Workload Releases 3.10.8.3 and 4.0.3.17. → thehackernews.com
2026-05-21 2026Cisco Patches Critical Vulnerability in Secure Workload newsAdvisory for CVE-2026-20223, a critical vulnerability in Cisco Secure Workload affecting cluster software. Insufficient validation in REST API endpoints allows attackers with crafted requests to gain Site Admin privileges, read sensitive information, and modify configurations across tenant boundaries. Patched in Secure Workload versions 3.10.8.3 and 4.0.3.17. → securityweek.com
2026-05-21 2026Critical Vulnerability in Cisco Secure Workload Threatens Enterprise API Security newsWriteup of CVE-2026-20223, a critical vulnerability in Cisco Secure Workload allowing unauthenticated administrative access via internal REST API endpoints. This flaw, with a CVSS score of 10.0 and classified as CWE-306, enables attackers to gain Site Admin privileges, access sensitive cross-tenant data, modify configurations, and disrupt operations. Patches are available for on-premises deployments (versions 3.10.8.3 for 3.10, 4.0.3.17 for 4.0, and migration for earlier versions), while SaaS environments are already remediated. Immediate upgrades are strongly advised as there are no workarounds. → gbhackers.com
2026-05-21 2026Claude Code's Network Sandbox Vulnerability Exposes User Credentials and Source Code newsWriteup of Claude Code's SOCKS5 hostname null-byte injection vulnerability, which affected releases v2.0.24 through v2.1.89. This critical bypass, stemming from a parser differential between JavaScript and libc, allowed attackers to exfiltrate credentials, source code, and environment variables by crafting hostnames that tricked the JavaScript `endsWith()` check while resolving to a different, blocked host via `getaddrinfo()`. The issue, silently patched in v2.1.90, is a second consistent implementation failure following CVE-2025-66479, and was not publicly disclosed by Anthropic with a specific CVE. → cybersecuritynews.com
2026-05-21 2026Cisco Secure Workload vulnerability can be exploited via API call newsWriteup of CVE-2026-20223, a critical unauthenticated vulnerability in Cisco Secure Workload granting full Site Admin privileges via internal REST API calls. This flaw, scoring 10.0 CVSS, allows attackers to read sensitive data and alter configurations across tenant boundaries. Cisco reports no workarounds exist, requiring immediate installation of fixed releases for affected versions (3.10.8.3 for 3.10, 4.0.3.17 for 4.0) or migration to supported versions. The vulnerability was discovered internally with no current signs of active exploitation. → techzine.eu
2026-05-21 2026Cisco serves up yet another perfect 10 bug with Secure Workload admin flaw newsWriteup detailing Cisco Secure Workload's CVÉ-2026-3155, a perfect 10 vulnerability enabling remote unauthenticated administrative access. This flaw allows attackers to gain complete control of the system without any prior authentication, posing a significant risk to organizations utilizing the software. → theregister.com
2026-05-21 2026Critical Cisco Secure Workload Vulnerability Enables Unauthorized API Access newsWriteup of CVE-2026-20223, a critical Cisco Secure Workload vulnerability allowing unauthenticated API access. Exploiting CWE-306 (Missing Authentication for Critical Function) via crafted REST API requests can grant Site Admin privileges, impacting tenant data and configurations across SaaS and on-premises deployments. Cisco has released patches for versions 3.10 and 4.0, with earlier versions requiring migration. → cybersecuritynews.com
2026-05-21 2026Cisco Secure Workload Flaw Enables Unauthorized API Access newsWriteup of CVE-2026-20223 in Cisco Secure Workload, a critical flaw (CVSS 10.0) allowing unauthenticated remote attackers to gain Site Admin privileges via unprotected internal REST API endpoints. Exploitation bypasses all access controls, enabling cross-tenant exposure and configuration changes. Affecting both SaaS and on-premises deployments, remediation requires immediate patching to fixed releases (3.10.8.3 or 4.0.3.17) as no workarounds exist. → cyberpress.org
2026-05-19 2026Drupal warns admins to brace for highly critical core patch newsLibrary for securing Drupal, warning administrators about a highly critical core patch to address vulnerabilities. This resource also touches upon AI-assisted API attacks, supply chain turbulence, data sovereignty, and identity resilience in cybersecurity. → theregister.com
2026-05-18 2026Langflow Flaw Exploited to Steal AWS Keys and Deploy Botnet newsA critical vulnerability in Langflow, an open-source tool for building LLM applications, has been actively exploited. Attackers leveraged this flaw to gain unauthorized access to AWS keys. Following this compromise, the affected systems were used to deploy a botnet. The specifics of the exploit and the full extent of the damage are still under investigation. This incident highlights the security risks associated with open-source software and the importance of prompt patching and secure configuration. → sqmagazine.co.uk
2026-05-16 2026PraisonAI Vulnerability Exploited Within Hours of Public Disclosure newsWriteup on CVE-2026-44338, a severe PraisonAI vulnerability in its legacy API server. This flaw, stemming from authentication being disabled by default in the Flask API, allows unauthenticated enumeration of agents via the `/agents` endpoint and task execution through `/chat` by targeting the `agents.yaml` workflow. Attackers can hijack agent operations, drain API quotas, and extract sensitive data. PraisonAI version 4.6.34 patches this issue, and users are advised to update or migrate to the secure "serve agents" command. → cybersecuritynews.com
2026-05-15 2026Critical Next.js Flaw Exposes Cloud Credentials API Keys and Admin Panels newsLibrary patch addresses CVE-2026-44578, a critical Next.js vulnerability allowing server-side request forgery (SSRF) through malicious WebSocket upgrade requests. Attackers can exploit this unauthenticated flaw to steal cloud credentials, API keys, and access admin panels by targeting internal infrastructure and cloud metadata services. The vulnerability affects Next.js versions 13.4.13 through 16.2.4. Patched versions 15.5.16 and 16.2.5 implement stricter validation for WebSocket requests. Mitigations include avoiding direct internet exposure of origin servers and blocking unnecessary WebSocket requests at reverse proxies. → cyberpress.org
2026-05-15 2026Anthropic faces scrutiny over Claude's architectural flaws after multiple security disclosures in May 2026 newsAnalysis of Anthropic's Claude reveals architectural flaws leading to security disclosures in May 2026. Independent research identified issues with trust boundaries across multiple surfaces, enabling remote code execution and credential theft. CVE-2026-21852, patched in Claude Code version 2.0.65, allowed API key leakage from malicious repositories. Further incidents included an accidental leak of 512,000 lines of Claude Code's internal source code via an npm package, and concerns surrounding the use of Mythos-class vulnerability scanning tools.
2026-05-14 2026Langflow CVE-2026-33017 Exploited to Steal AWS Keys and Deploy NATS Worker newsLibrary for securing Langflow, addressing CVE-2026-33017, an unauthenticated remote code execution flaw that allows attackers to steal AWS keys and deploy NATS workers. This vulnerability, added to the CISA KEV catalog, enables attackers to run commands within the Langflow container, dump sensitive environment variables, and pivot into cloud accounts for reconnaissance and abuse, including LLM jacking. Recommendations include patching Langflow and rotating affected cloud credentials. → cybersecuritynews.com
2026-05-14 2026Critical WordPress Plugin Flaw Enables Authentication Bypass Attacks newsWriteup of CVE-2026-8181, a critical authentication bypass in Burst Statistics WordPress plugin affecting versions 3.4.0-3.4.1.1, allowing unauthenticated attackers to take administrator control with a single HTTP request by exploiting a flawed return-value check in the `is_mainwp_authenticated()` function. The vulnerability, patched in version 3.4.2, carries a CVSS score of 9.8 and requires only a known administrator username. → cyberpress.org
2026-05-14 2026Innovation at the speed of AI" is the goal - but for most security teams it's a visibility nightmare. When AWS Bedrock agents are granted the power to execute API calls and modify data the | The Cyber Security Hub newsThe article "Innovation at the speed of AI" highlights a significant challenge for security teams: lack of visibility. This issue intensifies when AWS Bedrock agents are empowered to execute API calls and modify data, creating potential security risks. The core problem lies in the difficulty for security teams to monitor and control the actions of these AI agents, hindering their ability to ensure robust security practices amidst rapid AI adoption.
2026-05-14 2026Langflow CVE-2026-33017 Exploited to Steal AWS Keys Deploy NATS Worker newsWriteup detailing the exploitation of Langflow CVE-2026-33017, enabling attackers to steal AWS keys and deploy NATS workers. The vulnerability grants unauthenticated arbitrary Python execution, allowing access to environment variables and secrets. Attackers leverage this to compromise AWS environments, perform reconnaissance across various services like Bedrock and S3, and then deploy specialized Python and Go workers for credential harvesting. These workers communicate via a hardened NATS server, acting as covert command-and-control infrastructure for the "KeyHunter" project, which targets online code sandboxes and commercial LLM APIs. → gbhackers.com
2026-05-14 2026PraisonAI vulnerability gets scanned within 4 hours of disclosure newsWriteup of CVE-2026-44338, an authentication bypass in PraisonAI's legacy Flask API server, details how internet scanners began probing vulnerable instances within four hours of disclosure. The flaw, affecting versions 2.5.6 to 4.6.33, stems from default authentication being disabled in `api_server.py`, allowing unauthenticated access to agent workflows. Researchers identified the "CVE-Detector/1.0" user-agent as a sign of early reconnaissance targeting specific PraisonAI endpoints. → csoonline.com
2026-05-14 2026New MCP Security Flaws: Kubectl-mcp-server Archon OS and MarkItDown Vulnerabilities newsLibrary detailing vulnerabilities in widely used MCP tools, including CVE-2025-65719 and CVE-2025-69443 affecting Kubectl-mcp-server and Archon OS. These flaws expose over 140,000 GitHub stars to data exfiltration, credential theft, and lateral movement. The findings highlight systemic risks in AI supply chains due to unauthenticated and sandboxed MCP protocols, emphasizing the critical need for security at the integration layer rather than shifting responsibility to users. → ox.security
2026-05-13 2026DDoS Protection for Insurance: Always-On Defense for Claims Quotes & APIs beginnerThis article highlights the critical need for Always-On DDoS protection for insurance companies, specifically for their claims, quotes, and API services. It emphasizes that continuous availability is paramount to maintain customer trust and operational integrity. The proposed solution focuses on robust defense mechanisms to prevent service disruptions, ensuring that policyholders can access essential services like submitting claims or getting quotes without interruption, even under attack. → securityboulevard.com
2026-05-12 2026JetBrains TeamCity vulnerability allows privilege escalation API exposure (CVE-2026-44413) newsWriteup of CVE-2026-44413, a critical vulnerability in JetBrains TeamCity, allowing privilege escalation and exposure of sensitive information like API tokens and build secrets. Attackers could leverage these credentials to compromise cloud infrastructure or source code repositories, impacting software delivery pipelines. Exploitation requires TeamCity account access, attainable through brute force or credential stuffing, or via enabled guest access. Affected versions include TeamCity On-Premises 2025.11.4 and earlier, with fixes available in 2026.1 or a security patch plugin. → helpnetsecurity.com
2026-05-12 2026OpenAI Introduces Daybreak: A Cybersecurity Initiative That Puts Codex Security at the Center of Vulnerability Detection and Patch Validation beginnerInitiative utilizing OpenAI's Codex Security and frontier AI models to shift vulnerability detection and patch validation earlier into the development cycle. Daybreak assists with code review, dependency analysis, threat modeling, and patch validation, aiming to reduce analysis time from hours to minutes by reasoning across entire codebases, validating issues in isolated environments, and proposing patches for human review. It employs a tiered model structure (GPT-5.5, GPT-5.5 with Trusted Access, GPT-5.5-Cyber) and partners with over 20 security vendors across the stack, including Cloudflare, Cisco, CrowdStrike, Snyk, and Trail of Bits, to integrate into existing security toolchains.
2026-05-11 2026Ollama Vulnerability Exposes Remote Process Memory newsWriteup of CVE-2026-7482, "Bleeding Llama," a critical heap out-of-bounds read in Ollama's GGUF model loader. This vulnerability allows for the leakage of process memory, including API keys and user conversation data, through the `/api/create` and `/api/push` endpoints, especially when Ollama is configured to bind to `0.0.0.0`. Versions prior to 0.17.1 are affected, with remediation involving an immediate upgrade and auditing of network-exposed instances. → letsdatascience.com
2026-05-10 2026Ollama contains critical GGUF out-of-bounds read newsWriteup on CVE-2026-7482 details a critical heap out-of-bounds read in Ollama's GGUF model loader, affecting versions before 0.17.1. Exploitable via the unauthenticated /api/create endpoint with a crafted GGUF file, the vulnerability allows reading past allocated heap buffers, potentially leaking environment variables, API keys, and user data. This leaked data can be exfiltrated using the /api/push endpoint. Roughly 300,000 Ollama deployments are estimated to be publicly reachable, increasing the attack surface. → letsdatascience.com
2026-05-10 2026Ollama Out-of-Bounds Read Vulnerability Allows Remote Process Memory Leak newsLibrary detailing CVE-2026-7482, a critical out-of-bounds read vulnerability in Ollama's GGUF model loader that allows remote attackers to leak process memory, potentially exposing API keys and user data. It also covers two unpatched Windows vulnerabilities, CVE-2026-42248 (missing signature verification) and CVE-2026-42249 (path traversal), which can be chained for persistent code execution by influencing update responses. → thehackernews.com
2026-05-09 2026Critical Ollama Memory Leak Vulnerability Exposes 300000 Servers Globally newsWriteup of CVE-2026-7482, dubbed "Bleeding Llama," a critical vulnerability affecting Ollama deployments before version 0.17.1. This flaw allows unauthenticated attackers to trigger an out-of-bounds heap read via a crafted GGUF file, exfiltrating sensitive data like prompts, system instructions, and environment variables by preserving leaked memory during model conversion. Approximately 300,000 servers are at risk, with potential exposure of API keys and proprietary code. → cybersecuritynews.com
2026-05-09 2026New ZiChatBot Malware Uses Zulip REST APIs as Command and Control Server newsLibrary for detecting the ZiChatBot malware, which exploits Zulip REST APIs for command and control. This cross-platform malware, identified by Securelist and linked to the OceanLotus APT group (APT32), was distributed via malicious Python packages on PyPI, including fake libraries like uuid32-utils, colorinal, and termncolor. ZiChatBot uses two channel-topic pairs within Zulip to exfiltrate system information and receive shellcode commands, with execution confirmed by a heart emoji response. The dropper employs AES encryption and self-deletion for stealth.
2026-05-07 2026Ollama vulnerability highlights danger of AI frameworks with unrestricted access newsLibrary for running AI models on local hardware, Ollama, suffers from CVE-2026-7482, dubbed Bleeding Llama. This vulnerability, an out-of-bounds heap read in the model quantization pipeline, allows unauthenticated attackers to craft malicious GGUF files. Uploading these files via the API endpoint triggers a leak of sensitive process memory, including system prompts, user messages, environment variables, API keys, and proprietary code. Exploitation requires only three API requests to exfiltrate this data. Mitigation involves updating to Ollama version 0.17.1, using authentication proxies, and implementing IP access filters and firewalls. → csoonline.com
2026-05-07 2026API Security Operations: How to Move from Visibility to Measurable Risk Reduction beginnerThis article, "API Security Operations: How to Move from Visibility to Measurable Risk Reduction," discusses the transition from simply identifying API security vulnerabilities to actively reducing measurable risk. It likely outlines strategies and best practices for organizations to enhance their API security posture. The core message centers on moving beyond basic detection to implementing proactive measures that demonstrably improve security and minimize potential threats. The provided link points to further details on this topic. No specific bounty payout amount is mentioned. → securityboulevard.com
2026-05-07 2026Critical Argo CD Vulnerability Enables Kubernetes Secret Extraction newsVulnerability in Argo CD (CVE-2026-42880) allows low-privileged users to extract Kubernetes Secrets from etcd by bypassing data-masking in the ServerSideDiff endpoint, especially when compare-options with mutation webhooks are enabled. Exploitation requires minimal skill, with a proof-of-concept script automating the extraction of credentials like service account tokens and API keys. Patched versions 3.3.9 and 3.2.11 are available, and organizations should audit configurations and consider interim mitigations like restricting endpoint access. → cyberpress.org
2026-05-06 2026Major AI platform Ollama critically leaking: 300000 servers exposed to hackers newsOllama, a popular AI platform, is critically vulnerable, exposing approximately 300,000 servers to potential hacking. This significant security lapse could allow unauthorized access to sensitive data and systems running on these servers. The extent of the breach and the specific nature of the leak are still under investigation, but the large number of affected servers highlights a major security concern within the AI infrastructure. Further details on remediation and the exact impact are expected as the situation develops. → cybernews.com
2026-05-06 2026Argo CD's ServerSideDiff Vulnerability Enables Kubernetes Secret Extraction newsLibrary with CVE-2026-43824 allows low-privileged users to extract plaintext Kubernetes Secrets from Argo CD environments. This critical flaw, discovered by Alexmt and Hoang-Prod, bypasses data-masking in the ServerSideDiff endpoint when `IncludeMutationWebhook=true` is set. Attackers with read-only access can exploit this to steal sensitive operational data like passwords and tokens. Users are urged to upgrade to patched versions 3.3.9 or 3.2.11, or apply mitigations such as removing the annotation and tightening RBAC. → cybersecuritynews.com
2026-05-06 2026Zero-Auth Flaw Exposes DoD Contractor to Cross-Tenant Data Access news AuthZWriteup of a zero-authorization vulnerability in Schemata's API, a platform with DoD contracts, which exposed sensitive military training materials and service member records. Discovered by the Strix agent, the flaw lacked tenant isolation and authorization boundaries, allowing low-privileged accounts to access cross-tenant data and potentially modify or delete training courses. The exposed information included user lists, AWS S3 links to confidential training manuals, and Army field manuals. Schemata acknowledged and patched the vulnerability after 150 days, following private disclosure. → cybersecuritynews.com
2026-05-06 2026Palo Alto Networks PAN-OS flaw exploited for remote code execution news RCEWriteup of CVE-2026-0030, a critical PAN-OS buffer overflow vulnerability exploited for unauthenticated remote code execution with root privileges. The flaw primarily targets PA-Series and VM-Series firewalls where the User-ID Authentication Portal is exposed to the internet. Palo Alto Networks advises restricting access to trusted internal IP addresses to mitigate this risk, noting limited exploitation has been observed. Fixes are anticipated by May 13, 2026. → securityaffairs.com
2026-05-06 2026Palo Alto PAN-OS Flaw Under Active Exploitation Enables Remote Code Execution news RCEWriteup on CVE-2026-0300, a critical buffer overflow vulnerability in Palo Alto Networks' PAN-OS software, enabling unauthenticated remote code execution with root privileges. This flaw, exploitable via specially crafted packets and impacting specific versions of PAN-OS, has seen limited exploitation in the wild, primarily targeting publicly accessible User-ID Authentication Portals on PA-Series and VM-Series firewalls. Fixes are planned, with interim mitigation strategies including restricting or disabling the User-ID Authentication Portal. → thehackernews.com
2026-05-06 2026n8n: From Parsing Bug to Remote Code Execution aka CVE-2026-42231 news RCEWriteup detailing CVE-2026-42231 in n8n, a node-based workflow automation tool. This vulnerability chain exploits a prototype pollution primitive within the xml2js XML parsing library, stemming from semantic quirks in its CoffeeScript origins. The research demonstrates how this seemingly low-severity bug, when combined with specific gadget chains in n8n's internal modules like `@n8n/node-cli`, can escalate to unauthenticated remote code execution, bypassing previous mitigations against `spawn` exploitation.

Frequently Asked Questions

What is the OWASP API Security Top 10?
The OWASP API Security Top 10 is a list of the most critical API security risks, including Broken Object Level Authorization (BOLA), Broken Authentication, Broken Object Property Level Authorization, Unrestricted Resource Consumption, Broken Function Level Authorization, Server Side Request Forgery, Security Misconfiguration, and Lack of Protection from Automated Threats.
Why are APIs harder to secure than web applications?
APIs often expose more data and functionality than web UIs, accept complex input formats, lack the natural access controls of a browser interface, and are harder to monitor. They also tend to grow organically, creating shadow APIs that bypass security controls, and their machine-to-machine nature makes abuse detection more difficult.
What tools are used for API security testing?
Common tools include Burp Suite with API-focused extensions, Postman for manual testing, OWASP ZAP for automated scanning, Akto for API inventory and testing, and custom scripts for fuzzing API parameters. For GraphQL APIs, InQL and graphql-cop are essential. API specification files (OpenAPI/Swagger) are valuable for understanding and testing the full attack surface.

Weekly AppSec Digest

Get new resources delivered every Monday.