AI is making cybersecurity fundamentals more important than ever
As AI increasingly accelerates and individualizes cyberattacks, cracks in security leadersâ foundational defensive strategies are only becoming easier to find.
When OpenAI disclosed that one of its models escaped a test environment and broke into Hugging Faceâs systems on its own, headlines cast the incident as the start of a new era of AI-driven attacks. But the underlying cause of the incident was a familiar one: a misconfigured sandbox â the same kind of fundamental security failure that has enabled breaches for decades, with or without AI.
AI systems are indeed already finding software vulnerabilities, tailoring social-engineering attacks, analyzing enormous volumes of security data, and beginning to act autonomously across interconnected systems. But the more immediate lesson, experts say, may be less glamorous: The fundamental cybersecurity practices that organizations have struggled to perform for decades are becoming more important, not less.
âThe cybersecurity fundamentals are as important as ever, probably more so,â Eric Brandwine, VP and distinguished engineer at Amazon Web Services, tells CSO. âItâs the exact same story that itâs always been â all of the cybersecurity fundamentals â but youâve got to be more agile, youâve got to be more responsive.â
AI puts security debt front and center
Cybersecurity programs have always operated under pressure to accept unresolved vulnerabilities, incomplete inventories, aging infrastructure, and poorly controlled access, because fixing them is expensive or operationally disruptive. AI changes the consequences: Weaknesses that once took a skilled human considerable time to discover can now be found through automated, repeated examination of applications, infrastructure, and exposed systems.
âOur legacy security debt is now front and center,â Diana Kelley, CISO at Noma Security, tells CSO. âEven simple mistakes that maybe a human wasnât going to exploit previously, or it was sort of too hard for them to find, weâve got AI looking again and again, going at machine speed, at agentic scale, looking for all of these exposures and exploiting them potentially.â
Kelley points to Noma Security research into an indirect prompt-injection vulnerability called ForcedLeak. A malicious instruction submitted through a web form could cause a Salesforce AI agent to exfiltrate sensitive information through an image request. Yet the attack relied on a decidedly conventional oversight: A content security policy still trusted a domain the organization no longer controlled. Researchers registered the abandoned domain for $5. Had it been removed from the content security policy, the exfiltration path would have been blocked.
âThis was an advanced agentic attack that used indirect prompt injection, but something as simple as DNS hygiene would have prevented it,â Kelley says.
Gene Spafford, distinguished professor of computer science at Purdue University, sees the vulnerabilities AI is uncovering not merely as technical debt but frequently as the product of conscious business decisions. Organizations and vendors have repeatedly prioritized speed, features, and market share over careful engineering, testing, and risk management.
âThis kind of thing can often be described as a technical debt, but itâs a willful debt,â Spafford tells CSO. âItâs a misplaced sense of prioritization of where investment and spending have gone over many years.â
AI systems trained on vast collections of software and security information are particularly effective at recognizing repeated patterns of bad coding, weak configurations, and familiar errors â revealing less about the novelty of the technology than about how much avoidable weakness the industry has allowed to persist.
âAI is simply catching up with [decades of inadequate software engineering] for the lack of appropriate due care over the last few decades in development,â Spafford says.
Attackers are moving faster, not necessarily differently
Generative and agentic AI may introduce distinct risks, including prompt injection, data poisoning, and the manipulation of autonomous agents. But much of AIâs near-term impact comes from making familiar attack techniques faster, cheaper, or more precisely targeted.
Chris Betz, CISO at Google Cloud, describes the defining characteristics of AI-enabled activity as speed, scale, and customization. Traditional automation made it possible to perform the same action repeatedly; AI allows attackers and defenders to perform highly individualized actions repeatedly.
âWhere automation used to mean doing the same thing at scale, AI allows us to do very specific things at scale,â Betz tells CSO. âWhile we have to change the way we think, in a lot of ways it means that we have to do more of what weâve done in the past, and we have to do it at a massive scale.â
Familiar controls such as multifactor authentication, zero-trust architectures, system patching, and effective detection and response remain critical. But defenders must apply them consistently enough to withstand attackers who can probe environments continuously and adapt to each target.
âYou canât bring just that foundation to an AI fight,â Betz says. âBut you need that foundation. That foundation is what gives the defenders their distinct advantage.â
The evidence from incident response continues to point toward familiar weaknesses. John Shier, field CISO at Sophos, says the two leading root causes appearing year after year in the companyâs incident investigations are compromised credentials and exploited vulnerabilities. In many of those incidents, multifactor authentication was absent from at least some exposed services, and attackers exploited vulnerabilities for which patches had been available for months.
âThere are no new vulnerability classes, and there are no new attack types. AI hasnât changed that yet,â Shier tells CSO. âThe things that we know how to mitigate and how to deal with are still the ones that the attackers are exploiting writ large.â
Shier compares an organization relying on sophisticated detection without basic prevention to a modern vehicle equipped with driver-assistance sensors and airbags â but no brakes. Detection and response was a necessary correction to the notion that every intrusion could be prevented, but it becomes dangerous when organizations treat prevention as outdated or assume AI will contain every malicious action after it begins.
Thatâs the trap Shier sees organizations falling into â treating AI as a reason to worry less about prevention. âIt can solve some problems,â he says, âbut it canât solve all of the problems that are addressed by preventive technologies or by reducing or eliminating risks altogether.â
Identity, cloud, and SaaS remain pressure points
AI-enabled attackers do not need to âhack inâ when they can obtain credentials, session tokens, or authenticated access, and the expansion of cloud services, remote work, and SaaS has given adversaries more identities, permissions, and connections to target.
Adam Meyers, SVP of counter adversary operations at CrowdStrike, says organizations must first learn to âdo cybersecurity wellâ before expecting advanced technologies to compensate for foundational weaknesses.
âOrganizations have quickly moved into remote work, and theyâve moved toward cloud systems,â Meyers tells CSO. âIn a lot of cases, unfortunately, they havenât kept pace cybersecurity-wise and havenât done some of the basics correctly with identity in particular, but also cloud.â
Meyers points to identity threat detection and response as an increasingly important baseline capability, because criminal actors are seeking passwords, authentication tokens, and ways to bypass multifactor authentication. Asked whether AI could perform the fundamentals for organizations, he was skeptical of treating the technology as a substitute for implementation and accountability.
âThe fundamentals are the fundamentals,â he says. âI donât know if you need AI to do the fundamentals. I think you need to pull up your pants and do the fundamentals.â
Good practices block entire classes of attacks
The number of vulnerabilities discovered through AI-assisted research is likely to grow. Tony Sager, SVP and chief evangelist at the Center for Internet Security, argues that organizations should not interpret that growth as requiring a unique defense for every newly identified flaw, given that vulnerabilities fall into recurring classes that well-chosen security practices can block or constrain at once.
âYou canât think of it as, âI have to find and fix every one of them,â because theyâre not all unique. They fall in classes,â Sager tells CSO. âThose good practices â the basics of identity management, configurations, and all those kinds of things â block lots of those different classes of attacks.â
Frameworks and prioritized security controls translate complex knowledge about attacks, software flaws, and adversary behavior into a set of repeatable organizational practices. Their recommendations may sound elementary, but the simplicity of the behavior does not mean the analysis behind it is simplistic.
âYou donât need to read threat reports,â Sager says. âYou just need to engage in the practices that are found in things like the NIST framework and the CIS Critical Security Controls. You get a lot of value out of that, and you should do that because thatâs the foundation of good defense.â
As AI produces more examples of familiar flaws and gives adversaries the ability to search for them more rapidly, organizations with weak foundational controls will be exposed to more attempts against a larger number of weaknesses.
âIf you havenât done these basic things, youâre weaker than ever,â Sager says. âThe importance of those fundamental things has only gone up.â
Humans must know when the AI is wrong
Cybersecurity fundamentals are not confined to technical controls. Security practitioners must also understand core cybersecurity principles well enough to evaluate AI-generated recommendations and recognize when a model has produced a plausible but incorrect answer.
âIf you as a human being donât understand the basics of cybersecurity and youâre relying entirely on whatever AI youâre interacting with to tell you, then if the AI goes off â whether it drifts, gets misaligned, or thereâs been poisoning via prompt injection â you have no ability as the person reading this output to figure out if thatâs right or not,â Noma Securityâs Kelley says.
Scott Beale, CEO of ISC2, similarly warns that AIâs ability to increase capacity does not eliminate the need for human judgment. An erroneous recommendation about a coffee shop is inconsequential; one affecting an organizationâs systems, data, or response to an attack is not.
âYou need to be able to differentiate what is accurate and whatâs not,â Beale tells CSO. âThey also know that when errors are made, it is a human whoâs going to be held accountable for whether the right decisions were made.â
That accountability, Beale says, is exactly why AI canât be allowed to lower the floor on human judgment: âHuman judgment and human oversight are absolutely critical, even if youâre partnering with these AI tools.â
New AI-specific attacks do not replace traditional threats
Organizations must also distinguish between attacks conducted with AI and attacks directed against the AI systems they use.
Roger Grimes, a longtime security researcher and CISO adviser, says AI-enhanced attackers continue to rely heavily on the two dominant initial-access techniques of the broader internet era: social engineering and exploitation of unpatched vulnerabilities. AI can create more convincing phishing campaigns, deepfakes, and customized lures, while also helping identify known and previously undiscovered software flaws.
âWhen AI threats come, as they already are, theyâre going to use and abuse those same traditional, classical ways that hackers have always broken in,â Grimes tells CSO.
At the same time, organizations are deploying systems vulnerable to prompt injection, model manipulation, data leakage, and other attacks aimed directly at AI. Grimes compares prompt injection to SQL injection: a form of attack made possible by a particular underlying technology. The difference is that AI will be embedded across desktops, devices, and interconnected services, and an attack against one model may reach an organization through an AI supply chain security teams have not fully mapped.
âThere are attacks from AI against you, whether or not youâre using AI,â Grimes says. âAnd then there are attacks to the AI that you use, because weâre all using AI in some way, and thatâs only going to grow over time.â
Traditional security fundamentals will mitigate many of the pathways attackers use to reach AI systems, but organizations will also need new controls for models, agents, prompts, and AI data flows. This, Grimes says, is an expansion of the security program, not an excuse to abandon what came before.
AI can help do the hard, tedious work
None of the experts argues that CISOs should turn away from AI. Used carefully, it can help security teams analyze telemetry, investigate alerts, discover assets, examine code, and identify vulnerabilities â scaling work organizations have historically performed poorly because it is tedious and labor-intensive.
AWSâs Brandwine says security organizations need ways to experiment with AI without subjecting every idea to a lengthy production review. A new AI-powered detection, for example, can run in parallel with an established system so defenders can compare results without immediately depending on it. That agility becomes essential as developers produce software faster and employees adopt new models and agents, requiring security teams to keep pace without turning governance into an obstacle employees evade.
AI may finally make some aspects of security hygiene easier to sustain â assisting with asset classification, correlating disconnected inventories, prioritizing remediation work, and reducing the manual burden of reviewing logs. But its results will be only as dependable as the systems, data, and human decisions surrounding it.
The winning formula is therefore neither âforget AI and return to the basicsâ nor âlet AI solve cybersecurity.â It is to use AI to increase the speed and scale at which organizations perform the fundamentals while preserving the human knowledge, governance, and accountability necessary to determine whether the technology is getting the work right.
As Google Cloudâs Betz puts it, the journey is âa firm foundation and a move-faster piece with AI on top.â
How it works
Once you click Generate, Ollama reads this article and crafts 5 comprehension questions. Your answers are graded against the article content â general knowledge won't be enough. Score 70+ to count toward your certificate.
Questions are cached â you'll always get the same 5 for this article.