Skip to main content

JFrog Report Surfaces Need for Rapid DevSecOps Change in AI Era

A report published by JFrog finds that cybercriminals are now increasingly targeting the artificial intelligence (AI) tools and platforms used by application development teams.

Based on an analysis of 18.2 billion artifacts managed via the JFrog Platform, security researchers discovered 969 AI agent skills carrying high-impact payloads in addition to 495 malicious AI models on the Hugging Face platform for hosting open source AI models. Additionally, 56 malicious extensions were also discovered on the OpenVSX registry.

The survey also finds 41% of respondents work for organizations that are actively using AI libraries, with organizations on average employing 9.3 AI libraries each. At the same time, a separate global survey of 1,508 security and DevOps professionals conducted by JFrog finds more organizations are struggling to secure code generated by AI coding tools. Nearly half of respondents (45%) said reviewing and hardening AI-generated code is now a major time drain, with an equal percentage of respondents reviewing AI code manually. Conversely, just under a quarter (23%) said they treat AI suggestions for fixing code as near-definitive with minimal review, compared to 63% that understand AI suggestions as starting points requiring careful review.

In fact, the JFrog report notes that despite vulnerabilities that have been well known for decades, there has been a surge in discovery of CWE-79 (XSS), CWE-89 (SQL Injection), and CWE-74 (Injection) vulnerabilities since the dawn of AI coding.

Paul Davis, Field CISO for JFrog, said the report makes it clear that in the age of AI there is a need for fundamental changes to be made to existing DevSecOps workflows that remain uneven at best. The survey, for example, finds that 59% of respondents are trying to enforce security at the developer workstation level, while 58% enforce security at the continuous integration/continuous delivery (CI/CD) level. Another 38% are relying on platform-native security tools.

Regardless of approach, nearly half (48%) are still relying on manual processes, with the same percentage (48%) requiring a week to establish proof of compliance.

Despite that dependency on manual processes, too many organizations are overconfident in their ability to secure DevOps workflows, noted Davis. For example, nearly all respondents (97%) claim their organization has certified model governance and yet more than half (53%) self-host models from sources where malicious payloads have been detected, and 18% have zero governance over their integrated development environments (IDE) or Model Context Protocol (MCP) servers compared to 57% that at least actively curate MCP servers.

Unfortunately, the pace at which attacks are being launched against software supply chains in general only continues to increase. The JFrog report notes, for example, there was a 451% increase in malicious npm packages year-over-year, with 177,000 new malicious packages detected across registries.

Those attacks are going to increase in frequency as adversaries leverage AI to discover and exploit vulnerabilities faster, noted Davis. The challenge is that not all vulnerabilities are necessarily created equal. Two-thirds (66%) of the Common Vulnerabilities and Exposures (CVEs) analyzed by JFrog researchers had minimal real-world applicability. Only 12% were highly exploitable.

While there will undoubtedly be some major incidents in the coming year, most organizations will likely survive the onslaught, noted Davis.

The challenge, of course, is that like it or not the amount of time, effort and cost incurred making sure those incidents are kept to a minimum is now starting to rise.



from DevOps.com https://ift.tt/mSvefJ3

Comments

Popular posts from this blog

Your Wednesday Briefing

Your Wednesday Briefing By Natasha Frost from NYT Briefing https://ift.tt/3sTrkl7

Remedy and Transformation

The post Remedy and Transformation appeared first on DevOps.com . from DevOps.com https://ift.tt/3afU4fx

Undo Enables AI Agents to Diagnose Root Cause of Application Issues

Undo today revealed that its platform for recording interactions within applications can now be accessed by artificial intelligence (AI) agents via a Model Context Protocol (MCP) server. Company CEO Greg Law said this Undo AI capability makes it simpler for any agent to discover the root cause of any issue that otherwise would have required weeks or months to discover. That capability is now more critical than ever at a time when AI tools are generating massive amounts of code that is overwhelming the ability of humans to actually review, he added. The Undo platform records the complete execution of a program, including every instruction, variable, thread event and system call. That approach captures causality in a way that is deeper than what can be diagnosed solely by relying on log analytics and traces, said Law. An AI agent can then query the recording in the same way they reason about static code to determine exactly how an application functions, he added. Armed with those ins...