News (EN)

Artificial intelligence drives new Owasp top 10 list focusing on emerging cyber threats

Owasp
Owasp - pisekar/shutterstock.com

The rapid integration of artificial intelligence into the software development cycle motivated the latest update of the Owasp Top 10 ranking, a global reference guide for the most critical threats in web applications. Divulgado recently, the document reflects a paradigm shift, recognizing that modern architectures, heavily dependent on automation, cloud and third-party components, have created new and complex attack vectors. The new list serves as a strategic manual for developers, security engineers and technology managers, guiding vulnerability mitigation in a scenario where the speed of development, often driven by AI assistants, can inadvertently introduce systemic flaws. The emphasis has shifted from isolated coding flaws to architectural and design risks, which have a much broader potential for harm.

The increasing reliance on external libraries and AI-based coding wizards has expanded organizations’ attack surface. The agility required by DevOps development models often leaves essential governance and security protocols in the background.

This dynamic accelerates the spread of vulnerabilities across interconnected software ecosystems, requiring a proactive, integrated approach to security. Key threats identified include:

cibersegurança
cybersecurity – SWKStock/Shutterstock.com

– Falhas of design that compromise business logic.

– Configurações inadequate security in cloud environments.

[[MVG_PROTECTED_BLOCK_0]

– Uso of software components with known vulnerabilities.

– Quebras in authentication and access control mechanisms.

Design Vulnerabilities and Improper Configurations Lead Risks

The persistence of failures related to insecure design and incorrect configurations in the top positions of the ranking shows that security applied late in the development life cycle is an ineffective strategy. Muitas Technology teams still encounter barriers to implementing robust threat models before starting to code microservices and APIs, which opens up significant gaps. The complexity of cloud infrastructures, with multiple layers of interconnected services, makes them an attractive target for attackers who exploit default settings or excessive permissions to gain unauthorized access to sensitive systems and data.

Integrating third-party software components such as open source libraries and external APIs has become standard practice to accelerate innovation, but it has also introduced an ecosystem where the provenance and security of code is often unknown. Quando a failed configuration is inserted into a continuous integration and delivery (CI/CD) pipeline, it can be automatically propagated to multiple production environments in a matter of minutes. Este scenario reinforces the critical need to implement automated, policy-based security controls that can operate at the same speed as modern technological development, validating each component before deployment.

The impact of artificial intelligence on code security

Using AI to generate code blocks has brought new challenges that, although not listed as a single category, are indirectly mapped into several Owasp Top 10. Smart Assistentes threats, like GitHub’s Copilot, can dramatically increase developer productivity, but are also capable of replicating insecure coding patterns found in their training data. Da Likewise, these tools may suggest the use of obsolete APIs or libraries with known vulnerabilities, introducing systemic risks that may go unnoticed in superficial manual reviews. Accelerating development without proper oversight from qualified professionals can lead to weak design decisions that compromise the long-term integrity and security of critical systems.

Security automation as a pillar of resilience

The massive adoption of automation in development processes must be accompanied by equally automated security tools, capable of analyzing each new line of code and dependency added to a project in real time.

Integrating security policies as code (Security as Code) directly into DevOps workflows allows flaws to be detected and fixed even before deployment in production environments, drastically reducing remediation costs and operational risks.

Security static analysis (SAST), dynamic analysis (DAST), and software composition analysis (SCA) tools become essential for identifying vulnerabilities in source code, runtime, and third-party libraries, respectively.

This strategic approach is aligned with Owasp’s new emphasis on building proactive resilience, focused on preventing incidents rather than just reacting to them after they occur, ensuring a more robust and secure development cycle.

Data Protection and Trust Boundaries in AI Environments

The constant interaction between artificial intelligence systems and large volumes of sensitive data creates new security perimeters that require continuous and rigorous monitoring. Falhas in validating data inputs or insufficient access controls can lead not only to the leakage of confidential information, but also to the manipulation of the behavior of automated models, a risk known as “prompt injection”. Although these risks are mapped into traditional Owasp categories, such as breach of access control and fault injection, their scale of impact is amplified in environments that massively process data to train and operate language models.

Therefore, organizations must establish very well-defined trust boundaries when integrating AI tools with external APIs and corporate databases. Continuous monitoring of the origin of each component used in the software lifecycle, including model training datasets, is the only way to ensure that vulnerabilities are not inherited and exploited. With complete visibility into the makeup of their applications, companies remain vulnerable to attacks that exploit the trust placed in technology vendors and AI components, making traceability a fundamental pillar of modern security.

Full software supply chain visibility

Ensuring security in today’s technology landscape requires companies to maintain a detailed and up-to-date inventory of all software artifacts in use, which includes not only code libraries but also AI models, datasets, and containers. The ability to quickly identify malicious packages, outdated dependencies, or insecure configurations before they become production incidents is the key competitive differentiator for digitally resilient organizations. Manter transparency about the origin and quality of each component used, through a Software Bill of Materials (SBOM), strengthens the security posture and protects the brand’s reputation in a global market increasingly aware of cyber risks.

Integrated collaboration between security and development

The era of modern software development no longer allows for isolation between security teams and engineering teams. Integrated collaboration, known as DevSecOps, and the use of data intelligence to monitor emerging threats are key to addressing the complex challenges listed by Owasp.

To Top