-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| modoboa | pip | <= 2.0.3 | 2.0.4 |
The vulnerability stems from the deldomain view accepting unsafe HTTP methods. The patch adds @require_http_methods(["POST"]) decorator to enforce POST-only access, which directly addresses CSRF by requiring method-specific protection. This matches the CWE-352 pattern where state-changing operations lack CSRF protections.
Ongoing coverage of React2Shell