News (EN)

Owasp top 10 updates cybersecurity risks with full focus on artificial intelligence

Owasp
Owasp - pisekar/shutterstock.com

The Owasp project has officially updated its security guidelines, consolidating the ranking of the ten most critical threats for web applications with unprecedented attention to the risks brought by artificial intelligence. The 2025 version, released this Thursday (22), replaces the previous 2021 guide and reflects the profound transformation in modern software architectures, now dependent on cloud and automation. The document serves as an essential guide for developers and technology managers seeking to mitigate vulnerabilities in a scenario of increasingly sophisticated attacks.

The current technological scenario requires organizations to look beyond traditional coding flaws, prioritizing security from the design phase of projects. Segundo the experts who made up the new ranking, the massive reliance on third-party components and the use of AI-based coding assistants have dramatically expanded the attack surface. The speed required by the DevOps model often ignores basic governance protocols, which ends up amplifying the propagation of failures in global software supply chains.

Design Vulnerabilities and Improper Configurations Lead Risks

The fact that failures related to insecure design and misconfigurations remain at the top of the list demonstrates that security applied only at the end of the development cycle is not effective. Muitas Technology teams still struggle to implement robust threat models before starting to build microservices and APIs.

Integration of external components has become the new normal for development at scale, creating an ecosystem where the origin of code is often unknown. Quando a failed configuration is introduced into a continuous integration pipeline, it automatically propagates to multiple production environments within minutes. Esse phenomenon reinforces the need for security controls driven by automated policies that operate at the same speed as current technological innovation.

cibersegurança
cybersecurity – SWKStock/Shutterstock.com

Impact of artificial intelligence on the security of generated code

Although the main focus of the Owasp top 10 continues to be web applications, the use of AI to generate code has brought new challenges that are now indirectly mapped by the ranking. Smart Assistentes can increase productivity, but they are also capable of replicating insecure coding standards or using obsolete APIs that introduce systemic risks. Accelerating development without qualified human oversight can result in poor design decisions that affect the integrity of critical systems.

Artificial intelligence-based systems introduce dependencies that go beyond traditional software libraries, including training datasets and orchestration models. Esses New assets often lack the necessary maturity in terms of governance and vulnerability disclosure that the open source market took decades to build. Because of this, the concept of software components has been expanded to include the entire infrastructure that supports language and machine learning models.

  • Code wizards can reproduce known vulnerabilities on an industrial scale.
  • AI models require strict governance over the provenance of the data used.
  • Application programming interfaces (APIs) connected to AI systems increase data leakage points.
  • Lack of validation on dynamic inputs can allow models to be abused by malicious actors.
  • Access control protocols need to be reevaluated to protect inference infrastructures.

Data Protection and Trust Boundaries in AI Environments

The frequent interaction between artificial intelligence systems and sensitive data creates new security perimeters that need to be monitored uninterruptedly and rigorously. Falhas in input validation or insufficient access controls can lead not only to information leakage but also to unintended behavior of automated models. Esses risks are directly mapped into the traditional categories of Owasp, but gain a much greater scale of impact in massive processing environments.

Organizations must establish clear trust boundaries when integrating AI tools with external APIs and corporate databases. Continuous monitoring of the provenance of each component used in the software lifecycle is the only way to ensure that known vulnerabilities do not reach the end user. With complete visibility into what makes up the application, companies are vulnerable to attacks that exploit trust in artificial intelligence technology providers.

Security automation as a pillar of technological resilience

The adoption of automation in development must be accompanied by security tools that perform real-time analysis of each new line of code produced. Using security policies within workflows allows flaws to be detected before deployment, reducing significant operational costs and risks. Essa strategic approach aligns with Owasp’s emphasis on reducing systemic risks through proactive practices and not just reactive to incidents that have already occurred.

Complete visibility into the modern software supply chain

Ensuring security in 2026 requires companies to have a detailed inventory of all software artifacts, including AI models and datasets. The ability to identify malicious packages or outdated libraries before they become production incidents is the competitive differentiator for resilient organizations. Manter transparency about the origin and quality of the components used strengthens the security posture and protects the brand’s reputation in the global market.

Modern software development no longer allows for isolation between security teams and engineering teams. Integrated collaboration and the use of data intelligence to monitor emerging threats are key to addressing the challenges listed by Owasp. By consolidating a culture of security by design, companies are able to innovate with artificial intelligence without compromising the integrity of their customers’ and business partners’ data.

To Top