Update dependency Microsoft.Identity.Web to 3.8.2 [SECURITY]#7
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency Microsoft.Identity.Web to 3.8.2 [SECURITY]#7renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.3.1→3.8.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Microsoft Identity Web Exposes Client Secrets and Certificate Information in Service Logs
CVE-2025-32016 / GHSA-rpq8-q44m-2rpg
More information
Details
Impact
What kind of vulnerability is it? Who is impacted?
Description: This vulnerability affects confidential client applications, including daemons, web apps, and web APIs. Under specific circumstances, sensitive information such as client secrets or certificate details may be exposed in the service logs of these applications. Service logs are intended to be handled securely.
Impact: The vulnerability impacts service logs that meet the following criteria:
Additionally, logs of services using Base64 encoded certificates or certificate paths with password credential descriptions are also affected if the certificates are invalid or expired, regardless of the log level. Note that these credentials are not usable due to their invalid or expired status.
If your service logs are handled securely, you are not impacted.
Otherwise, the following table shows when you can be impacted
Patches
Has the problem been patched? What versions should users upgrade to?
To mitigate this vulnerability, update to Microsoft.Identity.Web 3.8.2 or Microsoft.Identity.Abstractions 9.0.0.
Workarounds
Is there a way for users to fix or remediate the vulnerability without upgrading?
You can work around the issue in the following ways:
Ensure that service logs are handled securely and access to logs is restricted
Don’t use
LogLevel = Informationfor the Microsoft.Identity.Web namespaceRecommendation for production environment
Avoid using
ClientCredentialswithCredentialDescriptionswhichCredentialSourceisClientSecret, orBase64Encoded, orPath. Rather use certificate from KeyVault or a certificate store, or Federation identity credential with Managed identity.References
Are there any links users can visit to find out more?
Severity
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
AzureAD/microsoft-identity-web (Microsoft.Identity.Web)
v3.8.2Compare Source
========
New feature
TokenCacheNotificationArgsindicates that distributed cache is configured when it should not have been. See #3304.v3.8.1Compare Source
========
New features
Bug fixes
v3.8.0Compare Source
========
New feature
FmiPathproperty ofAcquireTokenOptions. See #3247Bug fixes
Fundamentals
New Contributors
v3.7.1Compare Source
========
v3.7.0Compare Source
========
New Feature
DefaultCredentialsLoaderso that partner teams, or an SDK on top of IdWeb, can bring their own credential providers. See #3220 for details.Bug fixes
v3.6.2Compare Source
========
Fundamentals
v3.6.1Compare Source
========
v3.6.0Compare Source
========
Bug fixes
OpenIdConnectCachingSecurityTokenProvider. See Issue #3078Fundamentals
v3.5.0Compare Source
========
Bug fixes
Fundamentals
v3.4.0Compare Source
========
New features
Configuration
📅 Schedule: (in timezone Europe/London)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.