๐Ÿ” CVE Alert

CVE-2026-79788

HIGH 7.1

Dradis Community Edition 5.1.0 through 5.2.0 Server-Side Request Forgery via Unrestricted AI Provider Address

CVSS Score
7.1
EPSS Score
0.0%
EPSS Percentile
0th

In Dradis Community Edition, the ProvidersController and AgentsController gate their admin_required before_action on `defined?(Dradis::Pro)`, a constant that is never defined in CE, so the authorization check is never applied. As a result, any authenticated (non-admin) user can create an AI provider pointing to an arbitrary HTTP/HTTPS address (including internal/link-local hosts such as http://169.254.169.254) and reassign the built-in Roslin agent to use it. When an AI interaction is triggered, the server issues a request to the attacker-supplied URL (server-side request forgery). For non-2xx responses, the target's response body is reflected verbatim to the attacker's browser via ActionCable/Turbo Stream error messages, making the SSRF readable.

CWE CWE-918
Vendor dradis
Product dradis-ce
Published Aug 25, 2026
Stay Ahead of the Next One

Get instant alerts for dradis dradis-ce

Be the first to know when new high vulnerabilities affecting dradis dradis-ce are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
Low
Availability
None

Affected Versions

dradis / dradis-ce
5.1.0 < 5.3.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/dradis/dradis-ce github.com: https://github.com/dradis/dradis-ce/issues/1641 github.com: https://github.com/dradis/dradis-ce/blob/v5.2.0/engines/dradis-echo/app/controllers/dradis/plugins/echo/providers_controller.rb vulncheck.com: https://www.vulncheck.com/advisories/dradis-community-edition-5.1.0-through-5.2.0-server-side-request-forgery-via-unrestricted-ai-provider-address

Credits

George Chen