CVE-2026-55524
Last modified
CVE-2026-55524 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. PraisonAI is a multi-agent teams system. In versions prior to 1.6.58, the web_crawl tool performs its SSRF check only on the initially supplied URL, allowing the protection to be bypassed so the tool connects to attacker-chosen internal destinations. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
PraisonAI is a multi-agent teams system. In versions prior to 1.6.58, the web_crawl tool performs its SSRF check only on the initially supplied URL, allowing the protection to be bypassed so the tool connects to attacker-chosen internal destinations. The check resolves the hostname once with socket.gethostbyname and rejects private/loopback/link-local results, but then passes the URL to a fetcher using httpx.Client(follow_redirects=True) (or urllib.request.urlopen when httpx is absent, which also follows redirects) that re-resolves the hostname at connect time with no further validation. This validate-here/fetch-there gap is exploitable through both HTTP redirects and DNS rebinding. If an attacker can influence URLs passed to web_crawl(), directly or through an agent/tool workflow, they can cause the PraisonAI host to fetch loopback, private-network, or cloud metadata endpoints reachable from that host, with the response body returned in the web_crawl() result. This issue has been fixed in version 1.6.58.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:L/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| MervinPraison | PraisonAI | < 1.6.58 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-55524?
How severe is CVE-2026-55524?
How do I fix CVE-2026-55524?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-55516Snipe-IT is an IT asset/license management system. Prior to …7.7
- CVE-2026-55517Deno is a JavaScript, TypeScript, and WebAssembly runtime. P…4.3
- CVE-2026-55518Avo is a framework to create admin panels for Ruby on Rails …9.6
- CVE-2026-5552A weakness has been identified in PHPGurukul Online Shopping…6.3
- CVE-2026-55522PraisonAI is a multi-agent teams system. In versions 3.9.26 …7.8
- CVE-2026-55523PraisonAI is a multi-agent teams system. In versions 1.5.128…7.7
- CVE-2026-5553A vulnerability was identified in itsourcecode Online Cellph…6.3
- CVE-2026-5554A security flaw has been discovered in code-projects Concert…7.3
- CVE-2026-55542Snipe-IT is an IT asset/license management system. Prior to …4.3
- CVE-2026-55544NextCRM is open-source customer relationship management (CRM…7.6
- CVE-2026-55548Yamcs is a mission control framework. Prior to 5.12.8 and 5.…4.3
- CVE-2026-5555A weakness has been identified in code-projects Concert Tick…7.3
Are you affected by CVE-2026-55524?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
