From 6e26b451827fd9ae72da0e291b2a0400d25d8b9d Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 23:54:32 +0000 Subject: [PATCH] Publish Advisories GHSA-38h4-fx85-qcx7 GHSA-3hfj-qcvj-4hx8 --- .../GHSA-38h4-fx85-qcx7.json | 73 +++++++++++++++++++ .../GHSA-3hfj-qcvj-4hx8.json | 55 ++++++++++++++ 2 files changed, 128 insertions(+) create mode 100644 advisories/github-reviewed/2025/02/GHSA-38h4-fx85-qcx7/GHSA-38h4-fx85-qcx7.json create mode 100644 advisories/github-reviewed/2025/02/GHSA-3hfj-qcvj-4hx8/GHSA-3hfj-qcvj-4hx8.json diff --git a/advisories/github-reviewed/2025/02/GHSA-38h4-fx85-qcx7/GHSA-38h4-fx85-qcx7.json b/advisories/github-reviewed/2025/02/GHSA-38h4-fx85-qcx7/GHSA-38h4-fx85-qcx7.json new file mode 100644 index 00000000000..4ff5d7fd637 --- /dev/null +++ b/advisories/github-reviewed/2025/02/GHSA-38h4-fx85-qcx7/GHSA-38h4-fx85-qcx7.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-38h4-fx85-qcx7", + "modified": "2025-02-21T23:53:03Z", + "published": "2025-02-21T23:53:03Z", + "aliases": [ + "CVE-2025-26623" + ], + "summary": "Exiv2 allows Use After Free", + "details": "### Impact\nA heap buffer overflow was found in Exiv2 versions v0.28.0 to v0.28.4. Versions prior to v0.28.0, such as v0.27.7, are **not** affected. Exiv2 is a command-line utility and C++ library for reading, writing, deleting, and modifying the metadata of image files. The heap overflow is triggered when Exiv2 is used to write metadata into a crafted image file. An attacker could potentially exploit the vulnerability to gain code execution, if they can trick the victim into running Exiv2 on a crafted image file.\n\nNote that this bug is only triggered when writing the metadata, which is a less frequently used Exiv2 operation than reading the metadata. For example, to trigger the bug in the Exiv2 command-line application, you need to add an extra command-line argument such as `fixiso`.\n\n### Patches\nThe bug is fixed in version v0.28.5.\n\n### References\nIssue: https://github.com/Exiv2/exiv2/issues/3168\nFix: https://github.com/Exiv2/exiv2/pull/3174\n\n### For more information\nPlease see our [security policy](https://github.com/Exiv2/exiv2/security/policy) for information about Exiv2 security.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "Exiv2" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0.28.0" + }, + { + "fixed": "0.28.5" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/Exiv2/exiv2/security/advisories/GHSA-38h4-fx85-qcx7" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-26623" + }, + { + "type": "WEB", + "url": "https://github.com/Exiv2/exiv2/issues/3168" + }, + { + "type": "WEB", + "url": "https://github.com/Exiv2/exiv2/pull/3174" + }, + { + "type": "WEB", + "url": "https://github.com/jim-easterbrook/python-exiv2/commit/4cc875e392f9e0bc705fe03d929b9a382b78dae4" + }, + { + "type": "PACKAGE", + "url": "https://github.com/Exiv2/exiv2" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-416" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-02-21T23:53:03Z", + "nvd_published_at": "2025-02-18T20:15:33Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/02/GHSA-3hfj-qcvj-4hx8/GHSA-3hfj-qcvj-4hx8.json b/advisories/github-reviewed/2025/02/GHSA-3hfj-qcvj-4hx8/GHSA-3hfj-qcvj-4hx8.json new file mode 100644 index 00000000000..66f93069aa0 --- /dev/null +++ b/advisories/github-reviewed/2025/02/GHSA-3hfj-qcvj-4hx8/GHSA-3hfj-qcvj-4hx8.json @@ -0,0 +1,55 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-3hfj-qcvj-4hx8", + "modified": "2025-02-21T23:53:22Z", + "published": "2025-02-21T23:53:22Z", + "aliases": [], + "summary": "Leantime has Missing Authorization Check for Host Parameter", + "details": "### Finding Description\nApplication has functionality for a user to view profile information. It does not have an implemented authorization check for \"Host\" parameter which allows a user to view profile information of another user by replacing \"Host\" parameter.\n\n### Impact\nBy exploiting this vulnerability an attacker can able to view profile information (but not anything else or change anything)", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "leantime/leantime" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/Leantime/leantime/security/advisories/GHSA-3hfj-qcvj-4hx8" + }, + { + "type": "PACKAGE", + "url": "https://github.com/Leantime/leantime" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-862" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2025-02-21T23:53:22Z", + "nvd_published_at": null + } +} \ No newline at end of file