CyberRota Analysis
AI-GeneratedThe Decidim participatory democracy framework is vulnerable in specific versions prior to 0.30.9, between 0.31.0 and 0.31.5, and in 0.32.0.rc1, where it improperly handles client-supplied push endpoints during the notification subscription process. This flaw allows authenticated users to send server-side requests to arbitrary HTTPS endpoints, potentially leading to unauthorized actions or data exposure. Organizations using affected versions should prioritize updating to the patched releases to mitigate this risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Decidim is a participatory democracy framework. Prior to 0.30.9, from 0.31.0 before 0.31.5, and in 0.32.0.rc1 before 0.32.0.rc2, when VAPID delivery is enabled, the notification subscription flow stores a client-supplied push endpoint without validating that it belongs to an approved push service, and SendPushNotification later passes that endpoint to WebPush.payload_send, allowing an authenticated user to create stored, mostly blind server-side requests to arbitrary reachable HTTPS endpoints. This issue is fixed in versions 0.30.9, 0.31.5, and 0.32.0.rc2.