CVE-2026-55537

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, JobSubmitRequest.validate_webhook_url() accepts webhook_url when resolution raises socket.gaierror because the exception path uses except socket.gaierror: pass. JobExecutor._send_webhook() later performs a fresh lookup, allowing DNS changes to direct the request to an internal service. This issue is fixed in version 4.6.58.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-25 15:16

Updated : 2026-09-09 21:07


NVD link : CVE-2026-55537

Mitre link : CVE-2026-55537

CVE.ORG link : CVE-2026-55537


JSON object : View

Products Affected

No product.

CWE
CWE-367

Time-of-check Time-of-use (TOCTOU) Race Condition

CWE-705

Incorrect Control Flow Scoping

CWE-918

Server-Side Request Forgery (SSRF)