Skip to main content
Press slash or control plus K to focus the search. Use the arrow keys to navigate results and press enter to open a threat.

Threat Intelligence Database

Comprehensive database of the latest cyber threats affecting organizations worldwide. Filter and search to find specific threat intelligence relevant to your organization.

Pro Console Lifetime

Stop chasing alerts. Route them.

Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.

Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)

View Plans & Pricing

API access activates after upgrading in Console -> Billing.

Breach by OffSeqOFFSEQFRIENDS — 25% OFF

Check if your credentials are on the dark web

Instant breach scanning across billions of leaked records. Free tier available.

Scan now

Filter Threats

Narrow down the results by type, severity, or affected countries

Search threats by title, CVE ID, or description. Maximum 100 characters.

Threat Intelligence

Click on any threat for detailed analysis and mitigation recommendations

CVE-2026-55237: CWE-87: Improper Neutralization of Alternate XSS Syntax in Significant-Gravitas AutoGPTCVE-2026-55237
0

AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agents. Versions prior to 0.6.62 have a DOM-based Cross-Site Scripting (XSS) vulnerability in AutoGPT's signup page. The application improperly trusts a URL parameter (`next`), which is passed to `router.push`. An attacker can craft a malicious link that, when opened by an authenticated user, performs a client-side redirect and executes arbitrary JavaScript in the context of their browser. This could lead to credential theft, internal network pivoting, and unauthorized actions performed on behalf of the victim. Version 0.6.62 patches the issue.

Join the discussion
CVE-2025-32437: CWE-400: Uncontrolled Resource Consumption in Significant-Gravitas AutoGPTCVE-2025-32437
0

AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agents. Prior to 0.6.63, `MediaDurationBlock` will download and store the video in a temporary directory without deleting before all noded are done. `StepThroughItemsBlock` can be used to iterate `MediaDurationBlock` multiple times. `StepThroughItemsBlock` does not limit the number of loops. In addition, `MediaDurationBlock ` does not limit the amount of disk space consumed in the current working directory and does not delete the video after outputing the result. When a malicious user chooses to screen shot many web pages, the disk space will eventually run out, causing a DoS. Version 0.6.63 patches the issue.

Join the discussion
CVE-2025-32436: CWE-400: Uncontrolled Resource Consumption in Significant-Gravitas AutoGPTCVE-2025-32436
0

AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agents. Prior to 0.6.63, `AddAudioToVideoBlock` will download and store the video and audio in a temporary directory without deleting before all noded are done. `StepThroughItemsBlock` can be used to iterate `MediaDurationBlock` multiple times. `StepThroughItemsBlock` does not limit the number of loops. In addition, `AddAudioToVideoBlock` does not limit the amount of disk space consumed in the current working directory and does not delete the video after outputing the result. When a malicious user chooses to screen shot many web pages, the disk space will eventually run out, causing a DoS. Version 0.6.63 patches the issue.

Join the discussion
CVE-2025-32424: CWE-400: Uncontrolled Resource Consumption in Significant-Gravitas AutoGPTCVE-2025-32424
0

AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agents. Prior to 0.6.63, ScreenshotWebPageBlock will store the captured screenshots in a temporary directory. `StepThroughItemsBlock` can be used to iterate `ScreenshotWebPageBlock` multiple times. `StepThroughItemsBlock` does not limit the number of loops. In addition, `ScreenshotWebPageBlock` does not limit the amount of disk space consumed in the current working directory. When a malicious user chooses to screen shot many web pages, the disk space will eventually run out, causing a DoS. Version 0.6.63 patches the issue.

Join the discussion
CVE-2025-32422: CWE-400: Uncontrolled Resource Consumption in Significant-Gravitas AutoGPTCVE-2025-32422
0

AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agents. Prior to 0.6.63, `StepThroughItemsBlock` can iterate all the contents in a list and send them to `FileStoreBlock` for downloading one by one. Although `FileStoreBlock` has access time limits for downloading files, `StepThroughItemsBlock` can be used to slowly iterate and download relatively small files (e.g., 100M) multiple times. `StepThroughItemsBlock` does not limit the number of loops. In addition, `FileStoreBlock` does not limit the amount of disk space consumed in the current working directory. When a malicious user chooses to download too many videos, the disk space will eventually run out, causing a DoS. Version 0.6.63 patches the issue.

Join the discussion
CVE-2025-32392: CWE-400: Uncontrolled Resource Consumption in Significant-Gravitas AutoGPTCVE-2025-32392
0

AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agents. Prior to 0.6.63, AutoGPT's LoopVideoBLock allows users to input a video file and process the video, such as looping it 5 times or extending the time, and finally writing it to disk. However, there is no limit on the resources that can be allocated during execution. For example, the number of loops is user-controllable and unlimited. When a malicious attacker loops too many times, the generated video is too large, and after writing it to disk, the disk space is exhausted, eventually causing DoS. Version 0.6.63 patches the issue.

Join the discussion
CVE-2026-45023: CWE-770: Allocation of Resources Without Limits or Throttling in Significant-Gravitas AutoGPTCVE-2026-45023
0

AutoGPT versions prior to 0.6.59 contain a vulnerability where the POST /api/blocks/{block_id}/execute endpoint allows execution of blocks without consuming user credits. This occurs because the credit check in the graph execution path is bypassed when blocks are called directly via the external API, enabling unlimited free execution of blocks. The issue is fixed in version 0.6.59.

Join the discussion
CVE-2026-33233: CWE-502: Deserialization of Untrusted Data in Significant-Gravitas AutoGPTCVE-2026-33233
0

AutoGPT versions 0.6.34 through 0.6.51 contain a deserialization vulnerability where Redis cache data is deserialized using pickle.loads without integrity or authenticity checks. This allows an attacker who can poison a shared Redis cache key to execute arbitrary commands in the backend container, impacting confidentiality, integrity, and availability. The issue is fixed in version 0.6.52.

Join the discussion
CVE-2026-33232: CWE-459: Incomplete Cleanup in Significant-Gravitas AutoGPTCVE-2026-33232
0

AutoGPT versions 0.4.2 through 0.6.51 contain a vulnerability where the download_agent_file endpoint creates temporary files that are not deleted after use. This allows an unauthenticated attacker to repeatedly invoke this endpoint, causing uncontrolled disk space consumption. The resulting exhaustion of disk space can lead to failures in the database or other system services, causing a denial of service that renders the AutoGPT backend unavailable. The issue is fixed in version 0.6.52.

Join the discussion
CVE-2026-30950: CWE-862: Missing Authorization in Significant-Gravitas AutoGPTCVE-2026-30950
0

AutoGPT versions 0.6.36 through 0.6.50 contain a missing authorization vulnerability that allows authenticated users to hijack other users' sessions. The PATCH /sessions/{session_id}/assign-user endpoint does not verify session ownership, enabling attackers who know another user's session_id to reassign that session to themselves. This lets the attacker read messages in the hijacked session and lock out the legitimate user. The vulnerability is fixed in version 0.6.51.

Join the discussion

Showing 1 to 10 of 11 results

Page 1 of 2
OffSeq TrainingCredly Certified

Lead Pen Test Professional

Technical5-day eLearningPECB Accredited
View courses