Firewall integrations

Fortinet

Elevate the power of your Fortinet Fortigate Firewall using by adding our Intelligence.

Palo Alto

Palo Alto Firewalls can be hardened with our threat intelligence as well.

Sophos XGS

Enhance the Sophos XGS Firewall with our threat intelligence.

OPNsense

Enhance your OPNsense Firewall with our threat intelligence using the native plugin.

SIEM integrations

Splunk

Splunk is a great platform, but without the right Threat Intelligence it's just a log server. Try our threat intelligence today. 

Microsoft Sentinel

One of the most used SIEM solutions should be enriched with the right Intelligence. At Q-Feeds you're at the right place!

Other

Luckily there are many other SIEM vendors whom support 3rd party threat intelligence.

Threat Intelligence Portal

Darkweb Monitoring

Darkweb monitoring is one of our services, not only for threat intelligence but also for you most important assets.

Threat Lookup

With Threat Lookup you get full insights in our IOC database, including full MITRE ATT&K mapping.

External Attack Surface Management

A toolset to check your external facing assets exposed on the internet

Vulnerability Scanner

A comprehensive vulnerability scanner which can scan your infrastructure and web applications

Brand Protection

Protect your brand for look-a-likes and potential phishing attempts

Services

TAXII Feeds & Server Software

TAXII/STIX2.1 standard. Both in form of feeds and server software available

Implementation

Need help with implementations? No worries, we have a strong network of partners who are able to help you.

Solutions

Enrich my SIEM

Elevate the power of your SIEM solution using by adding our Intelligence.

Enrich my Firewall

Firewalls can be hardened with our threat intelligence as well.

Prevent phishing

Enhance your protection against phishing

Achieve compliancy

Achieve compliancy by correlating the best threat intelligence to your logs

Futuristic eye design with circuits and geometric shapes.

Company

About

Read here all about Q-Feeds

News and Updates

Cybersecurity news and updates about us

Publications

All of our media coverage in one place

Become a reseller

Strengthen your portfolio with our comprehensive reseller program

Partner locator

Find our certified partners here

Contact

For all your questions or inquiries

Neural network representation of a human brain

Support

My Account

Access your account and manage your licenses

Downloads & Manuals

On this page you find white papers and manuals

Knowledge base

Our knowledge base full of implementation instructions

Start for free

Start your cyber security intelligence journey here

Abstract geometric wireframe human head

From SQLi to RCE: Unraveling LangGraph’s Checkpointer vulnerabilities

Jun 12, 2026 | Threat Intelligence Research

Exploiting Persistent Layers: Vulnerabilities in LangGraph Framework

TL;DR
Check Point Research has identified three vulnerabilities in LangGraph, an open-source framework for stateful AI agents. Two of these vulnerabilities could lead to remote code execution through SQL injection and unsafe deserialization.

Main Analysis
LangGraph, a framework with over 50 million monthly downloads, incorporates checkpointers as its persistence layer. Check Point Research assessed these components and revealed vulnerabilities in both the SQLite and Redis implementations. The vulnerabilities include SQL injection in the SQLite checkpointer (CVE-2025-67644) and unsafe msgpack deserialization (CVE-2026-28277), which together can enable attackers to execute arbitrary code. A third vulnerability (CVE-2026-27022) affects the Redis checkpointer, mirroring the SQL injection issue present in the SQLite version.

The SQL injection vulnerability originates from the filter parameter in the get_state_history() method, which improperly handles user input. An attacker can manipulate this parameter to construct a malicious SQL query. This manipulation allows the attacker to inject a UNION SELECT clause that adds a fake checkpoint row to the retrieved data, followed by a malicious BLOB for deserialization. The list() method processes this query without sufficient sanitization, leading to executing arbitrary deserialization and, ultimately, remote code execution.

In addition to these critical vulnerabilities, Check Point Research found further injection risks involving integer parameters due to direct concatenation within SQL queries, which could lead to additional attack vectors.

Defensive Context
Organizations utilizing LangGraph, particularly those self-hosting the framework with SQLite or Redis checkpointers, should be aware of these vulnerabilities. Notably, environments where user-generated input influences application logic drastically increase exposure. Conversely, users leveraging LangChain’s managed cloud service, LangSmith Deployment, employing PostgreSQL, are not affected.

Why This Matters
The vulnerabilities pose a significant threat to teams that have poorly secured their LangGraph installations. Organizations in sectors relying on AI models that use this framework and expose sensitive functions like get_state_history() could be particularly vulnerable, allowing attackers to hijack control of servers through these flaws.

Defender Considerations
Defenders should apply the available patches: update to langgraph-checkpoint-sqlite 3.0.1+, langgraph 1.0.10+, and langgraph-checkpoint-redis 1.0.2+. Additionally, any applications exposing the get_state_history() method with unfiltered user inputs should be reviewed for security compliance.

Indicators of Compromise (IOCs)

  • CVE-2025-67644: SQL injection vulnerability in SQLite checkpointer
  • CVE-2026-28277: Unsafe deserialization vulnerability
  • CVE-2026-27022: SQL injection vulnerability in Redis checkpointer

Click here for the full article

Try our Intelligence today!

Streamline your security operations with a free Q-Feeds trial and see the difference.

Other articles