Vulnerability Description
UmbracoIdentityExtensions is an Umbraco add-on package that enables easy extensibility points for ASP.Net Identity integration. In affected versions client secrets are not required which may expose some endpoints to untrusted actors. Since Umbraco is not a single-page application, the implicit flow is not safe. For traditional MVC applications, it is recommended to use the authorization code flow, which requires the client to authenticate with the authorization server using a client secret. This flow provides better security, as it involves exchanging an authorization code for an access token and/or ID token, rather than directly returning tokens in the URL fragment. This issue has been patched in commit `e792429f9` and a release to Nuget is pending. Users are advised to upgrade when possible.
CVSS Score
LOW
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Umbraco | Umbraco Identity Extensibility | <= 2.0.0 |
Related Weaknesses (CWE)
References
- https://docs.umbraco.com/umbraco-cms/reference/security/external-login-providersProduct
- https://github.com/umbraco/UmbracoIdentityExtensions/commit/e792429f9d1fa25c1ba4Patch
- https://github.com/umbraco/UmbracoIdentityExtensions/pull/53Patch
- https://github.com/umbraco/UmbracoIdentityExtensions/security/advisories/GHSA-f2PatchVendor Advisory
- https://docs.umbraco.com/umbraco-cms/reference/security/external-login-providersProduct
- https://github.com/umbraco/UmbracoIdentityExtensions/commit/e792429f9d1fa25c1ba4Patch
- https://github.com/umbraco/UmbracoIdentityExtensions/pull/53Patch
- https://github.com/umbraco/UmbracoIdentityExtensions/security/advisories/GHSA-f2PatchVendor Advisory
FAQ
What is CVE-2023-32312?
CVE-2023-32312 is a vulnerability with a CVSS score of 3.7 (LOW). UmbracoIdentityExtensions is an Umbraco add-on package that enables easy extensibility points for ASP.Net Identity integration. In affected versions client secrets are not required which may expose so...
How severe is CVE-2023-32312?
CVE-2023-32312 has been rated LOW with a CVSS base score of 3.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-32312?
Check the references section above for vendor advisories and patch information. Affected products include: Umbraco Umbraco Identity Extensibility.