
Renato Araújo / Câmara dos Deputados Bia Kicis, relatora da proposta A Comissão de Constituição

Thiago Cristino / Câmara dos Deputados Texto aprovado é a versão do relator, Sargento Portugal

Bruno Spada/Câmara dos Deputados Roberto Monteiro Pai: a literatura científica internacional mostra resultados positivos A

Marina Ramos / Câmara dos Deputados Flávia Morais: iniciativa faz avançar o grau de informação

O levantamento mostra que os consumidores que pretendem participar das comemorações devem prestigiar principalmente eventos

A iniciativa reconhece histórias de mulheres que transformam ideias em negócios de sucesso, que promovem

Your AI agent did exactly what it was designed to do. The framework underneath it just handed an attacker a shell on the box that holds your OpenAI key, your database credentials, and your CRM tokens. That is not a hypothetical. In a few months, three of the most widely deployed AI agent frameworks each turned a known, ordinary bug class into a way through. Check Point Research chained a SQL injection in LangGraph’s SQLite checkpointer to full remote code execution. Tenable and VulnCheck tracked a path traversal in Langflow’s file upload endpoint to active, in-the-wild RCE. Cyera documented a path traversal in LangChain-core’s prompt loader that reads your secrets off disk. Two paths to a shell, one to your keys. They are the same bug, wearing three frameworks. These frameworks became production infrastructure faster than anyone secured them. They store agent state, take file uploads, load prompt configs, and hold the credentials to databases, CRMs, and internal APIs. The edge tools watch traffic. The endpoint tools watch processes. Neither was built to treat an imported framework as a boundary worth guarding, and that blind spot is exactly where all three chains live, widening every week as these frameworks ship to production. The LangGraph chain, SQL injection to a Python shell Start with the one most teams pulled into production this quarter. LangGraph gives AI agents memory through checkpointers, the persistence layer that stores execution state. It has cleared over 50 million downloads a month. Yarden Porat of Check Point Research took that layer apart and found three vulnerabilities. Two of them chain to RCE. CVE-2025-67644, rated CVSS 7.3, is a SQL injection in the SQLite checkpointer. The function that builds the WHERE clause for checkpoint lookups drops user-controlled filter keys straight into the query with no parameterization and no escaping. This does not hit everyone, but where it hits, it is serious. A deployment is exposed when it self-hosts LangGraph on the SQLite or Redis checkpointer and lets untrusted input reach get_state_history() or a similar history endpoint. Meet those conditions, and an attacker who controls the filter writes a fabricated row straight into the checkpoint table. Run LangChain’s managed LangSmith platform on PostgreSQL, and the exposure is gone. Then CVE-2026-28277, CVSS 6.8, finishes the job. LangGraph’s msgpack checkpoint decoder rebuilds Python objects from the stored data, which lets it import a module and call a named function with attacker-supplied arguments. That step needs write access to the checkpoint store; the SQL injection is what grants it remotely. LangGraph loads the forged row as a legitimate checkpoint, the decoder runs the specified function, including os.system, and code executes under the identity of the agent server. A third issue, CVE-2026-27022, CVSS 6.5, reaches the same place through the Redis checkpointer. There has been no confirmed exploitation in the wild yet. A working proof-of-concept is public in Check Point’s disclosure. The fixes are version bumps: langgraph-checkpoint-sqlite to 3.0.1, langgraph to 1.0.10, and langgraph-checkpoint-redis to 1.0.2. The Langflow chain, one unauthenticated request to RCE Langflow is the one already under attack. CVE-2026-5027, CVSS 8.8, is a path traversal in the POST /api/v2/files endpoint, which takes the filename straight from the form data and writes it to disk unsanitized. An attacker packs that filename with traversal sequences and drops a file anywhere, such as a cron job in /etc/cron.d/. Because Langflow ships with auto-login enabled in its default configuration, an exposed instance needs no credentials at all. A single unauthenticated request reaches the endpoint, and the next cron run hands over a shell. VulnCheck’s Caitlin Condon confirmed exploitation on June 9: “Our Canaries observed exploitation of CVE-2026-5027 that successfully leveraged the path traversal to write what appear to be test files on victim systems.” Censys put roughly 7,000 exposed instances on the internet, most in North America. This is the third Langflow flaw to draw active exploitation this year, after CVE-2025-34291, which the Iranian state-sponsored group MuddyWater weaponized and which CISA added to its Known Exploited Vulnerabilities catalog in May. CVE-2026-5027 itself was patched in version 1.9.0, released April 15. The timeline is what sets the clock. The patch shipped April 15. Attacks started in June, and VulnCheck added CVE-2026-5027 to its exploited-vulnerabilities list June 8 once its sensors caught the first in-the-wild hits. Every instance left unpatched between those two dates has been sitting in the open for almost two months. The lesson for security teams is to start the patch clock at disclosure, not at a federal catalog entry. The LangChain-core gap, arbitrary file reads through the prompt loader LangChain-core, the foundation under both, disclosed CVE-2026-34070, CVSS 7.5, a path traversal in its legacy prompt-loading API. The load_prompt() functions read a file path out of a config dict with no check against traversal sequences or absolute paths, so an attacker who influences that path reads arbitrary files the process can reach, including the .env file holding OPENAI_API_KEY and ANTHROPIC_API_KEY. Cyera paired it with CVE-2025-68664, CVSS 9.3, a deserialization flaw that resolves environment secrets through a crafted object. The fix versions differ, which matters when you patch: CVE-2026-34070 lands in langchain-core 1.2.22 and 0.3.86; CVE-2025-68664 lands earlier in 1.2.5 and 0.3.81. Clear both, or the higher-severity flaw stays live behind a patched one. Three frameworks, three classic AppSec bugs. Path traversal. SQL injection. Unsafe deserialization. Nothing exotic, nothing AI-specific, just old vulnerabilities living inside new infrastructure. None of this is a frontier-model problem. It is plumbing, sitting in the layer where AI meets the enterprise. Why the scanner cannot see it Merritt Baer, CSO at Enkrypt AI and former deputy CISO at AWS, has named what makes this kind of failure hard to see coming. It does not announce itself as an AI problem. "CISOs will experience MCP insecurity not in the abstract, but when an employee pastes sensitive data into a tool, or when an attacker finds an unauthenticated MCP server in your cloud," Baer told VentureBeat. "It won't feel like 'AI risk.' It will feel like your traditional security program

As equipes empresariais continuam observando a mesma coisa acontecer. Um agente de IA demonstra lindamente, vai para a produção e para: ele funciona

Imagine que sua equipe de engenharia acabou de implantar um agente de IA para pesquisar documentos internos da empresa e responder às perguntas

Plataforma Category-Level Shrink Insights aprimora o desempenho do sistema EAS das lojas A Sensormatic Solutions, portfólio global de soluções para varejo da Johnson

Equipamentos estão sendo adotados por setores nos quais confiabilidade, desempenho e economia são críticos, demonstrando resultados em escala comercial, industrial e urbana A

On Sunday, a team of nine researchers at Sina Weibo — the Chinese social media giant better known for its microblogging platform than

A Associação Brasileira de Crédito Digital (ABCD), que representa as fintechs de crédito, assinou um acordo de cooperação com a Associação Brasileira de

Microsoft CEO Satya Nadella published a sweeping essay on Sunday laying out what he describes as the defining economic challenge of the AI

Os líderes organizacionais têm quase o dobro da probabilidade de ocultar a utilização da IA em comparação com todos os outros funcionários, 42%

Iniciativa dos Embaixadores de Turismo do Rio de Janeiro convida moradores e visitantes a descobrir um dos mais importantes patrimônios arquitetônicos da cidade
O Galaxy S27 Pro deve estrear na próxima geração de dispositivos da Samsung e pode chegar com a tela de privacidade da companhia.

A sensação adolescente Vaibhav Sooryavanshi acertou um notável 11 bolas 50 para a Índia A, quebrando o recorde de meio século mais rápido

Renato Araújo / Câmara dos Deputados Bia Kicis, relatora da proposta A Comissão de Constituição e Justiça e de Cidadania (CCJ) da Câmara

De Campina Grande a São Paulo, advogado lidera atuação nacional na defesa de consumidores contra cláusulas abusivas, leilões extrajudiciais e irregularidades em contratos

Lei sancionada em 2026 cria crime autônomo para punir homicídios praticados com o objetivo de causar sofrimento, controle ou punição à mulher no

Produção gaúcha dirigida por Naican Escobar conquista o público, esgota estreia em Porto Alegre e reforça a presença do cinema independente brasileiro no
O Xbox Game Pass é um dos serviços de assinatura de games mais democráticos da atualidade, já que é possível acessá-lo de diferentes

Em um ambiente empresarial cada vez mais competitivo, onde acesso ao crédito, planejamento financeiro e gestão estratégica se tornaram fatores decisivos para o

Thiago Cristino / Câmara dos Deputados Texto aprovado é a versão do relator, Sargento Portugal A Comissão de Segurança Pública da Câmara dos

Livros abordam temas como liderança, alta performance comercial, educação financeira e relacionamento com clientes, transformando experiências práticas em conhecimento para empresários, gestores e

Especialista em Desenvolvimento Humano e Social, autora e defensora dos Direitos Humanos, Ângla Xokolate constrói uma trajetória marcada pela educação, pelo acolhimento de
© 2025 Todos os direitos reservados a Handelsblatt