From 6a2c584ff0d38fa80742c84757fa4c08507fc2d9 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:25:31 +0000 Subject: [PATCH] Publish GHSA-32gq-x56h-299c --- .../GHSA-32gq-x56h-299c.json | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 advisories/github-reviewed/2024/12/GHSA-32gq-x56h-299c/GHSA-32gq-x56h-299c.json diff --git a/advisories/github-reviewed/2024/12/GHSA-32gq-x56h-299c/GHSA-32gq-x56h-299c.json b/advisories/github-reviewed/2024/12/GHSA-32gq-x56h-299c/GHSA-32gq-x56h-299c.json new file mode 100644 index 00000000000..3f2c1cb9f50 --- /dev/null +++ b/advisories/github-reviewed/2024/12/GHSA-32gq-x56h-299c/GHSA-32gq-x56h-299c.json @@ -0,0 +1,54 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-32gq-x56h-299c", + "modified": "2024-12-18T18:23:06Z", + "published": "2024-12-18T18:23:06Z", + "aliases": [], + "summary": "age vulnerable to malicious plugin names, recipients, or identities causing arbitrary binary execution", + "details": "A plugin name containing a path separator may allow an attacker to execute an arbitrary binary.\n\nSuch a plugin name can be provided to the age CLI through an attacker-controlled recipient or identity string, or to the [`plugin.NewIdentity`](https://pkg.go.dev/filippo.io/age/plugin#NewIdentity), [`plugin.NewIdentityWithoutData`](https://pkg.go.dev/filippo.io/age/plugin#NewIdentityWithoutData), or [`plugin.NewRecipient`](https://pkg.go.dev/filippo.io/age/plugin#NewRecipient) APIs.\n\nOn UNIX systems, a directory matching `${TMPDIR:-/tmp}/age-plugin-*` needs to exist for the attack to succeed.\n\nThe binary is executed with a single flag, either `--age-plugin=recipient-v1` or `--age-plugin=identity-v1`. The standard input includes the recipient or identity string, and the random file key (if encrypting) or the header of the file (if decrypting). The format is constrained by the [age-plugin](https://c2sp.org/age-plugin) protocol.\n\nAn equivalent issue was fixed by the [rage](https://github.com/str4d/rage) project, see advisory [GHSA-4fg7-vxc8-qx5w](https://github.com/str4d/rage/security/advisories/GHSA-4fg7-vxc8-qx5w).\n\nThanks to ⬡-49016 for reporting this.", + "severity": [], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "filippo.io/age" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.2.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/FiloSottile/age/security/advisories/GHSA-32gq-x56h-299c" + }, + { + "type": "WEB", + "url": "https://github.com/FiloSottile/age/commit/482cf6fc9babd3ab06f6606762aac10447222201" + }, + { + "type": "PACKAGE", + "url": "https://github.com/FiloSottile/age" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-25" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-12-18T18:23:06Z", + "nvd_published_at": null + } +} \ No newline at end of file