JamesNK / Newtonsoft.Json

Json.NET is a popular high-performance JSON framework for .NET
https://www.newtonsoft.com/json
MIT License
10.71k stars 3.24k forks source link

Security issue related to Umbraco CMS CVE-2022-22690 #2903

Closed lamnouar closed 7 months ago

lamnouar commented 11 months ago

Within the Umbraco CMS, a configuration element named "UmbracoApplicationUrl" (or just "ApplicationUrl") is used whenever application code needs to build a URL pointing back to the site. For example, when a user resets their password and the application builds a password reset URL or when the administrator invites users to the site. For Umbraco versions less than 9.2.0, if the Application URL is not specifically configured, the attacker can manipulate this value and store it persistently affecting all users for components where the "UmbracoApplicationUrl" is used. For example, the attacker is able to change the URL users receive when resetting their password so that it points to the attackers server, when the user follows this link the reset token can be intercepted by the attacker resulting in account takeover.

More details: https://www.cve.org/CVERecord?id=CVE-2022-22690

bartelink commented 11 months ago

Needs more real details as to why this is a) the fault of this lib b) some reasoning as to how/why it can and should be resolved within this lib As it stands, I don't think the issue here is of any value in resolving the CVE for any given user of Umbraco