From 570d53b43292fe1a78090108b50bec2fc469e91a Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:19:46 +0000 Subject: [PATCH] Publish Advisories GHSA-68cf-j696-wvv9 GHSA-wjw6-95h5-4jpx --- .../GHSA-68cf-j696-wvv9.json | 78 +++++++++++++++ .../GHSA-wjw6-95h5-4jpx.json | 96 +++++++++++++++++++ 2 files changed, 174 insertions(+) create mode 100644 advisories/github-reviewed/2025/06/GHSA-68cf-j696-wvv9/GHSA-68cf-j696-wvv9.json create mode 100644 advisories/github-reviewed/2025/06/GHSA-wjw6-95h5-4jpx/GHSA-wjw6-95h5-4jpx.json diff --git a/advisories/github-reviewed/2025/06/GHSA-68cf-j696-wvv9/GHSA-68cf-j696-wvv9.json b/advisories/github-reviewed/2025/06/GHSA-68cf-j696-wvv9/GHSA-68cf-j696-wvv9.json new file mode 100644 index 00000000000..ee5b4b507b9 --- /dev/null +++ b/advisories/github-reviewed/2025/06/GHSA-68cf-j696-wvv9/GHSA-68cf-j696-wvv9.json @@ -0,0 +1,78 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-68cf-j696-wvv9", + "modified": "2025-06-10T20:17:58Z", + "published": "2025-06-10T20:17:58Z", + "aliases": [], + "summary": "GeoServer vulnerable to SSRF in TestWfsPost for specific targets, e.g. PHP + Nginx", + "details": "### Summary\n\nMissing checks allow for SSRF to specific targets using the TestWfsPost enpoint. \n\n### Mitigation\n\nTo manage the proxy base value as a system administrator, use the parameter ``PROXY_BASE_URL`` to provide a non-empty value that cannot be overridden by the user interface or incoming request.[thomsmith](https://github.com/thomsmith).\n\n### Resolution\n\nThe TestWfsPost has been replaced in GeoServer 2.25.2 and GeoServer 2.24.4 with a JavaScript [Demo Requests](https://docs.geoserver.org/latest/en/user/configuration/demos/index.html#demo-requests) page to test OGC Web Services.\n\n### References\n\n* [CVE-2024-29198](https://github.com/geoserver/geoserver/security/advisories/GHSA-5gw5-jccf-6hxw) Unauthenticated SSRF via TestWfsPost", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.geoserver:gs-wfs" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.0.0" + }, + { + "fixed": "2.24.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.geoserver:gs-wfs" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.25.0" + }, + { + "fixed": "2.25.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/geoserver/geoserver/security/advisories/GHSA-5gw5-jccf-6hxw" + }, + { + "type": "WEB", + "url": "https://github.com/geoserver/geoserver/security/advisories/GHSA-68cf-j696-wvv9" + }, + { + "type": "PACKAGE", + "url": "https://github.com/geoserver/geoserver" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-918" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-06-10T20:17:58Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/06/GHSA-wjw6-95h5-4jpx/GHSA-wjw6-95h5-4jpx.json b/advisories/github-reviewed/2025/06/GHSA-wjw6-95h5-4jpx/GHSA-wjw6-95h5-4jpx.json new file mode 100644 index 00000000000..a7b7f4cab0a --- /dev/null +++ b/advisories/github-reviewed/2025/06/GHSA-wjw6-95h5-4jpx/GHSA-wjw6-95h5-4jpx.json @@ -0,0 +1,96 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-wjw6-95h5-4jpx", + "modified": "2025-06-10T20:17:15Z", + "published": "2025-06-10T20:17:15Z", + "aliases": [ + "CVE-2025-49142" + ], + "summary": "Nautobot vulnerable to secrets exposure and data manipulation through Jinja2 templating", + "details": "### Impact\n_What kind of vulnerability is it? Who is impacted?_\n\nAll users of Nautobot versions prior to 2.4.10 or prior to 1.6.32 are potentially affected.\n\nDue to insufficient security configuration of the Jinja2 templating feature used in computed fields, custom links, etc. in Nautobot:\n\n1. A malicious user could configure this feature set in ways that could expose the value of Secrets defined in Nautobot when the templated content is rendered.\n2. A malicious user could configure this feature set in ways that could call Python APIs to modify data within Nautobot when the templated content is rendered, bypassing the object permissions assigned to the viewing user.\n\n### Patches\n_Has the problem been patched? What versions should users upgrade to?_\n\nNautobot versions 1.6.32 and 2.4.10 will include fixes for the vulnerability.\n\n### Workarounds\n_Is there a way for users to fix or remediate the vulnerability without upgrading?_\n\nThe vulnerability can be partially mitigated by configuring object permissions appropriately to limit the below actions to only trusted users:\n\n- `extras.add_secret`\n- `extras.change_secret`\n- `extras.view_secret`\n- `extras.add_computedfield`\n- `extras.change_computedfield`\n- `extras.add_customlink`\n- `extras.change_customlink`\n- `extras.add_jobbutton`\n- `extras.change_jobbutton`\n\n### References\n_Are there any links users can visit to find out more?_\n\n- https://jinja.palletsprojects.com/en/stable/sandbox/\n- https://docs.djangoproject.com/en/4.2/ref/templates/api/#alters-data-description\n- https://github.com/nautobot/nautobot/pull/7417\n- https://github.com/nautobot/nautobot/pull/7429", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:L/SI:L/SA:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "nautobot" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.6.32" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "nautobot" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.0.0" + }, + { + "fixed": "2.4.10" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/nautobot/nautobot/security/advisories/GHSA-wjw6-95h5-4jpx" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-49142" + }, + { + "type": "WEB", + "url": "https://github.com/nautobot/nautobot/pull/7417" + }, + { + "type": "WEB", + "url": "https://github.com/nautobot/nautobot/pull/7429" + }, + { + "type": "WEB", + "url": "https://docs.djangoproject.com/en/4.2/ref/templates/api/#alters-data-description" + }, + { + "type": "PACKAGE", + "url": "https://github.com/nautobot/nautobot" + }, + { + "type": "WEB", + "url": "https://jinja.palletsprojects.com/en/stable/sandbox" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-1336" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-06-10T20:17:15Z", + "nvd_published_at": "2025-06-10T16:15:42Z" + } +} \ No newline at end of file