diff --git a/advisories/github-reviewed/2025/03/GHSA-44f7-5fj5-h4px/GHSA-44f7-5fj5-h4px.json b/advisories/github-reviewed/2025/03/GHSA-44f7-5fj5-h4px/GHSA-44f7-5fj5-h4px.json new file mode 100644 index 00000000000..4a331bae9c8 --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-44f7-5fj5-h4px/GHSA-44f7-5fj5-h4px.json @@ -0,0 +1,80 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-44f7-5fj5-h4px", + "modified": "2025-03-11T15:27:16Z", + "published": "2025-03-11T15:27:16Z", + "aliases": [ + "CVE-2025-27403" + ], + "summary": "Ratify Azure authentication providers can leak authentication tokens to non-Azure container registries", + "details": "### Impact\n\nIn a Kubernetes environment, Ratify can be configured to authenticate to a private Azure Container Registry (ACR). The Azure workload identity and Azure managed identity authentication providers are configured in this setup. Users that configure a private ACR to be used with the Azure authentication providers may be impacted.\nBoth Azure authentication providers attempt to exchange an Entra ID (EID) token for an ACR refresh token. However, Ratify’s Azure authentication providers did not verify that the target registry is an ACR. This could have led to the EID token being presented to a non-ACR registry during token exchange. EID tokens with ACR access can potentially be extracted and abused if a user workload contains an image reference to a malicious registry.\n\n### Patches\n\nThe Azure workload identity and Azure managed identity authentication providers are updated to add new validation prior to EID token exchange. Validation relies upon registry domain validation against a pre-configured list of well-known ACR endpoints. EID token exchange will be executed only if at least one of the configured well-known domain suffixes (wildcard support included) matches the registry domain of the image reference.\n\n### Credits\n\nThe `ratify` project would like to thank Shiwei Zhang (@shizhMSFT) and Binbin Li (@binbin-li) for responsibly disclosing the issue and thank Binbin Li (@binbin-li) and Akash Singhal (@akashsinghal) for actively mitigating the issue.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:N/VA:N/SC:H/SI:H/SA:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/ratify-project/ratify" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.2.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/ratify-project/ratify" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.3.0" + }, + { + "fixed": "1.3.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/ratify-project/ratify/security/advisories/GHSA-44f7-5fj5-h4px" + }, + { + "type": "WEB", + "url": "https://github.com/ratify-project/ratify/commit/84c7c48fa76bb9a1c9583635d1e90bc25b1a546c" + }, + { + "type": "PACKAGE", + "url": "https://github.com/ratify-project/ratify" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-497" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-03-11T15:27:16Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/03/GHSA-6ffg-mjg7-585x/GHSA-6ffg-mjg7-585x.json b/advisories/github-reviewed/2025/03/GHSA-6ffg-mjg7-585x/GHSA-6ffg-mjg7-585x.json new file mode 100644 index 00000000000..92867a8591c --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-6ffg-mjg7-585x/GHSA-6ffg-mjg7-585x.json @@ -0,0 +1,91 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6ffg-mjg7-585x", + "modified": "2025-03-11T15:27:28Z", + "published": "2025-03-11T15:27:28Z", + "aliases": [ + "CVE-2025-27601" + ], + "summary": "Umbraco Allows Improper API Access Control to Low-Privilege Users to Data Type Functionality", + "details": "### Impact\nAn improper API access control issue has been identified, allowing low-privilege, authenticated users to create and update data type information that should be restricted to users with access to the settings section.\n\n### Patches\nWill be patched in 14.3.3 and 15.2.3.\n\n### Workarounds\nNone available.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "NuGet", + "name": "Umbraco.Cms.Api.Management" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "15.0.0-rc1" + }, + { + "fixed": "15.2.3" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 15.2.2" + } + }, + { + "package": { + "ecosystem": "NuGet", + "name": "Umbraco.Cms.Api.Management" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "14.3.3" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 14.3.2" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/umbraco/Umbraco-CMS/security/advisories/GHSA-6ffg-mjg7-585x" + }, + { + "type": "WEB", + "url": "https://github.com/umbraco/Umbraco-CMS/commit/d9fb6df16e9adf8656181cac8497fc5ba23321cd" + }, + { + "type": "WEB", + "url": "https://github.com/umbraco/Umbraco-CMS/commit/ebb6a580dc1da2c772a99838dc7b4660bf77eb9c" + }, + { + "type": "PACKAGE", + "url": "https://github.com/umbraco/Umbraco-CMS" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-285", + "CWE-863" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-03-11T15:27:28Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/03/GHSA-wx5h-wqfq-v698/GHSA-wx5h-wqfq-v698.json b/advisories/github-reviewed/2025/03/GHSA-wx5h-wqfq-v698/GHSA-wx5h-wqfq-v698.json new file mode 100644 index 00000000000..7290769bf74 --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-wx5h-wqfq-v698/GHSA-wx5h-wqfq-v698.json @@ -0,0 +1,91 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-wx5h-wqfq-v698", + "modified": "2025-03-11T15:27:34Z", + "published": "2025-03-11T15:27:34Z", + "aliases": [ + "CVE-2025-27602" + ], + "summary": "Umbraco Allows a Restricted Editor User to Delete Media Item or Access Unauthorized Content", + "details": "### Impact\nVia manipulation of backoffice API URLs it's possible for authenticated backoffice users to retrieve or delete content or media held within folders the editor does not have access to.\n\n### Patches\nWill be patched in 10.8.9 and 13.7.1\n\n### Workarounds\nNone available.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "NuGet", + "name": "Umbraco.Cms.Web.Backoffice" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "10.8.9" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 10.8.8" + } + }, + { + "package": { + "ecosystem": "NuGet", + "name": "Umbraco.Cms.Web.Backoffice" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "11.0.0-rc1" + }, + { + "fixed": "13.7.1" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 13.7.0" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/umbraco/Umbraco-CMS/security/advisories/GHSA-wx5h-wqfq-v698" + }, + { + "type": "WEB", + "url": "https://github.com/umbraco/Umbraco-CMS/commit/5b54bed406682ceff57903bf7d3c57814eef31a7" + }, + { + "type": "WEB", + "url": "https://github.com/umbraco/Umbraco-CMS/commit/7888b9a4ce5ae7f9bda7ff3bb705b8fcd2f1675d" + }, + { + "type": "PACKAGE", + "url": "https://github.com/umbraco/Umbraco-CMS" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-285", + "CWE-863" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-03-11T15:27:34Z", + "nvd_published_at": null + } +} \ No newline at end of file