AntiMalwareAugust 19, 2026🇷🇺Translated from Russian

Nearly 70% of Companies Lack Control Over AI Agent Privileges, PAM Survey Finds

A new survey highlights a critical gap in Privileged Access Management (PAM) practices: organizations are struggling to secure the growing number of machine identities created by AI agents, automated services, and cloud infrastructure.

Just a few years ago, privileged access primarily referred to human system administrators receiving root or Administrator rights. Today, however, non-human entities such as programs, services, and AI agents routinely hold equivalent or greater privileges. These machine identities can deploy applications to production, access databases, or create and delete virtual machines through CI/CD pipelines, API integrations, and cloud roles.

According to the AM Media poll, privileges of AI agents and automated services remain outside full control in 68% of cases. API keys, tokens, and secrets follow closely at 67%, while CI/CD and DevOps tool access accounts for 63%. Cloud roles reached 52%. In contrast, human system administrator accounts sit at 34% and service accounts at 26%.

Dmitry Simak, Product Manager for PAM Infrascope at NGR Softlab, explained that machine accounts frequently interact with multiple systems simultaneously and are therefore granted wide privileges. Their compromise can therefore grant attackers access to every connected system rather than a single target.

Ruslan Sharifulin of Safeinspect at Solar Group stressed that humans cannot respond to AI-driven threats in milliseconds. The primary task of modern PAM is therefore to place strict boundaries around non-human entities and enforce least-privilege principles.

Survey respondents indicated that usability for administrators and end users (72%) and simplicity of implementation (63%) are the top factors when choosing a PAM solution. Only 41% cited price as a primary concern.

Denis Morozov, CEO of JumpServer PAM, suggested that integrating AI into PAM platforms could analyze complex permission matrices, calculate risk scores, and present clear recommendations to security teams. Participants concluded that while AI agents introduce new threats, PAM remains essential and must evolve to cover machine identities.

Related articles

HabrAI Security

Server Log Analysis Reveals How Major AI Crawlers Actually Behave on Websites

A detailed examination of server access logs shows that AI vendors operate multiple distinct bots with separate purposes rather than a single crawler. GPTBot performs scheduled training data collection while OAI-SearchBot builds search indexes and ChatGPT-User fetches pages in direct response to user queries. The same pattern appears with PerplexityBot and Perplexity-User at Perplexity as well as ClaudeBot and user agents at Anthropic. Blocking all AI-related user agents in robots.txt therefore prevents both training crawls and live user-driven visits. Analysis of 515 million AI bot events found only 408 requests for llms.txt, confirming the file sees negligible adoption. Verification of IP addresses against vendor-published ranges remains the reliable method for distinguishing genuine bots from spoofed traffic. Effective practices focus on clean HTML structure, fast response times, and selective robots.txt rules that allow user-agent traffic while restricting training crawlers.

HabrAI Security

Aligning AI Adoption Maturity with AI Security Using CMMI and Russian Regulatory Requirements

Organizations frequently operate at mismatched maturity levels between AI implementation and AI security controls, creating significant gaps that lead to incidents and regulatory violations. The analysis maps both dimensions onto the five-level CMMI scale, showing how adoption often outpaces protection and highlighting the risks of Shadow AI, uncontrolled agents, and non-compliance. Key frameworks including OWASP AIMA, Google SAIF, NIST AI RMF, and MITRE ATLAS are aligned to CMMI levels L1 through L5. Russian requirements under FSTEC Order No. 117, effective March 2026, introduce mandatory controls for trusted AI technologies, data handling, and statistical response validation that activate precisely at the L2-to-L3 transition. The article details predictable organizational states from denial to managed agentic systems and provides a practical matrix linking each CMMI level to minimum security requirements and specific Russian compliance anchors such as GOST R 56939-2024 and ISO/IEC 42001.

HabrAI Security

Study Finds Iterative AI Code Generation Accumulates Security Vulnerabilities Over Multiple Iterations

A 2025 IEEE-ISTAS 2025 research paper titled Security Degradation in Iterative AI Code Generation: A Systematic Analysis of the Paradox examined how repeated prompting of large language models leads to worsening code security. Researchers started with 10 secure code samples in C and Java, then applied four prompting strategies across 10 iterations each, generating 400 code samples that were analyzed with both manual review and automated scanners. The study found the strongest correlation between rising code complexity and vulnerability count, with 158 vulnerabilities emerging from feature-addition prompts and only 38 from explicit security-improvement requests. Even when asked to fix issues, GPT-4o frequently introduced new, subtler flaws such as timing side-channels, SQL injection risks, and use-after-free errors while addressing obvious problems. The authors recommend mandatory human review after every few iterations and greater use of SAST tools, noting that the illusion of progress can mask accumulating weaknesses. Limitations include testing only GPT-4o and the absence of human corrections during the iterative process.

BoletimSecAI Security

Cybercriminals Deploy Advanced AI for Continuous Automated Reconnaissance and Exploitation at Scale

Advanced AI models now enable cybercriminal groups to maintain uninterrupted reconnaissance across enterprises in every sector, mapping domains, exposed services, and infrastructure changes at a pace no human team could sustain for weeks. The automated process targets two opposite profiles of vulnerable systems: legacy environments left unpatched for years with outdated versions and forgotten permissions, and rapidly deployed applications built through Vibe Coding that reach production without security review. The entire attack chain—reconnaissance, vulnerability identification, validation, and exploitation—is now executed by AI agents operating with minimal human oversight. What previously required a dedicated specialized team focused on one target at a time now runs in parallel against thousands of targets simultaneously, with marginal cost approaching zero for each additional attack. This collapse in operational costs and rise in success rates has restructured the cybercrime economy, funding increasingly sophisticated tools and lowering the barrier for new operators who need only platform access rather than deep technical expertise. The time window between an application reaching production and discovery by attackers has shrunk to hours, while most organizations still treat security as a finite project rather than an ongoing process.