From b0ae8f6efa2cb7979e3ea325c8187b21ebcb0c62 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 14:40:25 +0000 Subject: [PATCH] Publish GHSA-965r-9cg9-g42p --- .../GHSA-965r-9cg9-g42p.json | 112 ++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 advisories/github-reviewed/2025/05/GHSA-965r-9cg9-g42p/GHSA-965r-9cg9-g42p.json diff --git a/advisories/github-reviewed/2025/05/GHSA-965r-9cg9-g42p/GHSA-965r-9cg9-g42p.json b/advisories/github-reviewed/2025/05/GHSA-965r-9cg9-g42p/GHSA-965r-9cg9-g42p.json new file mode 100644 index 00000000000..d10f018e2fc --- /dev/null +++ b/advisories/github-reviewed/2025/05/GHSA-965r-9cg9-g42p/GHSA-965r-9cg9-g42p.json @@ -0,0 +1,112 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-965r-9cg9-g42p", + "modified": "2025-05-28T14:38:54Z", + "published": "2025-05-28T14:38:54Z", + "aliases": [], + "summary": "Valtimo backend libraries allows objects in the object-api to be accessed and modified by unauthorized users", + "details": "### Impact\nAll objects for which an object-management configuration exists can be listed, viewed, edited, created or deleted by unauthorised users.\n\nIf object-urls are exposed via other channels, the contents of these objects can be viewed independent of object-management configurations.\n\n### Attack requirements\nThe following conditions have to be met in order to perform this attack:\n- A user must be logged in\n - No relevant application roles are required\n- At least one object-type must be configured via object-management\n - The scope of the attack is limited to objects that are configured via object-management.\n - The value of `showInDataMenu` is irrelevant for this attack\n\n### Patches\nNo patch is available yet\n\n### Workarounds\nIt is possible to override the endpoint security as defined in `ObjectenApiHttpSecurityConfigurer` and `ObjectManagementHttpSecurityConfigurer`. Depending on the implementation, this could result in loss of functionality.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "com.ritense.valtimo:objecten-api" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "11.0.0.RELEASE" + }, + { + "last_affected": "11.3.3.RELEASE" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "com.ritense.valtimo:object-management" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "11.0.0.RELEASE" + }, + { + "last_affected": "11.3.3.RELEASE" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "com.ritense.valtimo:object-management" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "12.0.0.RELEASE" + }, + { + "last_affected": "12.12.0.RELEASE" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "com.ritense.valtimo:objecten-api" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "12.0.0.RELEASE" + }, + { + "last_affected": "12.12.0.RELEASE" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/valtimo-platform/valtimo-backend-libraries/security/advisories/GHSA-965r-9cg9-g42p" + }, + { + "type": "PACKAGE", + "url": "https://github.com/valtimo-platform/valtimo-backend-libraries" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-863" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-05-28T14:38:54Z", + "nvd_published_at": null + } +} \ No newline at end of file