October 2025 Summaries
9 posts from Detectify
Filter
Month:
Year:
Post Summaries
Back to Blog
The comparison examines two contemporary security platforms, ProjectDiscovery and Detectify, highlighting their distinct approaches to vulnerability assessment and attack surface management. ProjectDiscovery is praised for its powerful open-source tools, particularly the Nuclei engine, which offers customizable solutions for newly disclosed public Common Vulnerabilities and Exposures (CVEs). On the other hand, Detectify is distinguished by its proprietary scanning engine, which leverages contributions from a private community of elite ethical hackers, known as Detectify Crowdsource, to identify novel, non-CVE vulnerabilities. These foundational differences result in varied strengths regarding assessment capabilities, usability, and workflows for application security teams. The comparison is based on feedback from potential clients who evaluated Detectify as an alternative to ProjectDiscovery, as well as information from ProjectDiscovery’s official resources and publicly accessible demos.
Oct 31, 2025
162 words in the original blog post.
The Detectify security research team has launched "The Researcher's Desk," a series analyzing complex vulnerabilities, with its first case focusing on an exploit chain targeting Cisco ASA and FTD firewalls. This chain begins with an unauthenticated access flaw, CVE-2025-20362, which allows attackers to bypass authorization due to issues in user input validation, specifically a Path Traversal/Normalization flaw, and gain access to restricted endpoints. This flaw, though moderate in severity, becomes critical when used to bypass defenses protecting another vulnerability, CVE-2025-20333, a Buffer Overflow that leads to unauthenticated remote code execution. The case illustrates the importance of addressing all potential vulnerabilities in a chain, as attackers often exploit lower-severity issues to expose more critical flaws. The Detectify team advises immediate patching, segmentation, and isolation of administrative access to mitigate such threats, and encourages the use of payload-based testing to identify these vulnerabilities.
Oct 31, 2025
471 words in the original blog post.
Excessive data exposure in APIs is a pervasive and insidious security threat that often goes unnoticed compared to dramatic vulnerabilities like SQL injection. This issue arises when APIs return more data than necessary, including sensitive personal information (PII), which can amplify other vulnerabilities such as Broken Object Level Authorization (BOLA). Developers, in their quest for speed and convenience, might inadvertently expose internal data by not implementing explicit data filtering, often due to habits like returning whole objects or using ORMs that default to returning all fields. This can result in significant security risks, as attackers can exploit the excessive data exposure to gather sensitive information without sophisticated techniques, potentially leading to regulatory violations and reputational damage. Addressing this issue requires thorough checks across numerous API endpoints to ensure only the necessary data is returned, a task made challenging by the architectural nature of the problem. Robust API security testing and practices, such as automated checks and careful endpoint design, are crucial to mitigating such vulnerabilities and protecting against data breaches.
Oct 28, 2025
1,236 words in the original blog post.
Detectify has introduced new vulnerability tests for OAuth API authorization focused on JWT tokens, addressing critical issues like algorithm confusion and other potential misconfigurations. Unlike many vendors that rely on open-source tools, Detectify has developed a proprietary API scanning engine that employs dynamic payloads, enabling unique, randomized tests with each scan to uncover vulnerabilities that static checks might miss. This approach allows for massive scale testing with reproducible results, using a "seed" system akin to generating specific worlds in Minecraft, ensuring verifiable and actionable findings. The engine, built by Detectify's internal security research team, emphasizes exploitability and high-fidelity results, reducing false positives and noise often encountered with general-purpose open-source tools. Tailored for modern application architectures, Detectify’s scanner not only detects high and critical vulnerabilities but also identifies issues like misconfigured JWT tokens and missing security headers, providing comprehensive coverage that meets the specific needs of AppSec teams.
Oct 23, 2025
778 words in the original blog post.
Transitioning from a self-hosted RabbitMQ cluster on EKS to a managed Amazon MQ setup, the organization aimed to alleviate the operational strain of managing complex messaging infrastructure and to focus more on core security feature development. The migration was driven by the need to eliminate RabbitMQ as a single point of failure and reduce the expertise required for troubleshooting. The process involved auditing existing services, mirroring configurations, and carefully orchestrating a "downstream-first" approach using Shovel plugins to ensure message continuity. Despite the challenges posed by over 50 service dependencies and zero-downtime requirements, the migration was executed without message loss, resulting in a more stable platform. The strategy emphasized the importance of comprehensive planning, visual mapping of dependencies, and maintaining parallel operations to manage risks effectively. The successful migration not only reduced the operational burden but also provided lessons in operational maturity and confidence in handling critical infrastructure transitions.
Oct 23, 2025
3,034 words in the original blog post.
Choosing the right application security tool is a crucial decision influenced by a team's specific objectives, available resources, and technical focus. This review offers a detailed comparison between two prominent platforms, Escape and Detectify, by examining how each addresses the essential aspects of an effective application security program: Visibility, Assessment, and Usability. The analysis aims to provide a comprehensive understanding of each platform’s advantages and drawbacks, assisting teams in selecting a solution that aligns with their operational needs, whether they require deep, customizable analysis or a tool optimized for speed and guided action. The comparison draws on feedback from conversations with potential clients and former Escape users evaluating Detectify, as well as resources from Escape’s official website, documentation, and publicly accessible demos.
Oct 20, 2025
180 words in the original blog post.
API security presents distinct challenges compared to traditional web application security, as modern applications heavily rely on APIs for functionalities like mobile apps and SaaS integrations. Many organizations lack a comprehensive inventory of their APIs, including shadow and zombie APIs, which increases their vulnerability. While web security focuses on user-facing threats like XSS and CSRF, API vulnerabilities often involve direct attacks on API endpoints, such as broken authentication and data exposure, bypassing the user interface entirely. The complexity of API authentication methods, such as OAuth and JWT, introduces additional security risks, despite widespread awareness of issues like Broken Object Level Authorization. The structured nature of API data, combined with weak rate limiting and detailed documentation, makes APIs particularly susceptible to automated attacks. Organizations like Detectify emphasize enhancing API scanning capabilities to address these blind spots and seek insights into how teams manage comprehensive API inventories, test authorization, and handle API versioning without compromising security.
Oct 14, 2025
686 words in the original blog post.
Detectify and Tenable are two distinct platforms catering to different security needs; Detectify is designed for application security practitioners, focusing on the external attack surface through Dynamic Application Security Testing (DAST) to identify vulnerabilities in web applications and APIs, leveraging a crowdsourced network of ethical hackers for payload-based testing. This approach provides high-fidelity, actionable findings, which facilitate effective remediation processes for AppSec teams. On the other hand, Tenable offers a comprehensive exposure management platform for broader security and risk organizations, providing a complete view of risk across IT systems, including internal servers, cloud infrastructure, and identity systems. It emphasizes risk contextualization through tools like Vulnerability Priority Rating (VPR) and Attack Path Analysis, enhancing its role in compliance and enterprise risk management. These platforms, therefore, serve different scopes, with Detectify excelling in pinpointing exploitable vulnerabilities for development teams and Tenable offering extensive coverage and risk analysis for organizational security strategies.
Oct 10, 2025
270 words in the original blog post.
Balancing risk management across application development, product shipping, and compliance mandates is a complex challenge, especially for lean teams where every engineering hour is valuable. Strategic tooling choices significantly affect team efficiency and organizational security. A comprehensive review compares Qualys and Detectify, focusing on visibility and context, vulnerability assessment, and usability. It evaluates each tool's ability to discover attack surfaces, assess vulnerabilities without creating excessive triage, and act as a force multiplier rather than an operational burden. This comparison draws from client feedback, past Qualys users, and resources from Qualys' official channels.
Oct 03, 2025
188 words in the original blog post.