From 8529398f81e6686bb578de7e24ec85513ab778a2 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:41:45 +0000 Subject: [PATCH] Publish GHSA-p5wf-cmr4-xrwr --- .../GHSA-p5wf-cmr4-xrwr.json | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 advisories/github-reviewed/2024/10/GHSA-p5wf-cmr4-xrwr/GHSA-p5wf-cmr4-xrwr.json diff --git a/advisories/github-reviewed/2024/10/GHSA-p5wf-cmr4-xrwr/GHSA-p5wf-cmr4-xrwr.json b/advisories/github-reviewed/2024/10/GHSA-p5wf-cmr4-xrwr/GHSA-p5wf-cmr4-xrwr.json new file mode 100644 index 00000000000..8d8d111d768 --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-p5wf-cmr4-xrwr/GHSA-p5wf-cmr4-xrwr.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-p5wf-cmr4-xrwr", + "modified": "2024-10-18T18:40:32Z", + "published": "2024-10-18T18:40:32Z", + "aliases": [ + + ], + "summary": "Permissive Regular Expression in tacquito", + "details": "### Impact\nThe CVE is for a software vulnerability. Network admins who have deployed tacquito (or versions of tacquito) in their production environments and use tacquito to perform command authorization for network devices should be impacted.\n\nTacquito code prior to commit 07b49d1358e6ec0b5aa482fcd284f509191119e2 was performing regex matches on authorized commands and arguments in a more permissive than intended manner. Configured allowed commands/arguments were intended to require a match on the entire string, but instead only enforced a match on a sub-string. This behaviour could potentially allowed unauthorized commands to be executed.\n\n### Patches\nThe problem has been patched, and users should update to the latest github repo commit to get the patch. \n\n### Workarounds\nUsers should be able to add boundary conditions anchors '^' and '$' to their command configs to remediate the vulnerability without the upgrade\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/facebookincubator/tacquito" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.0.0-20241011192817-07b49d1358e6" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/facebookincubator/tacquito/security/advisories/GHSA-p5wf-cmr4-xrwr" + }, + { + "type": "WEB", + "url": "https://github.com/facebookincubator/tacquito/commit/07b49d1358e6ec0b5aa482fcd284f509191119e2" + }, + { + "type": "PACKAGE", + "url": "https://github.com/facebookincubator/tacquito" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-1333" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-10-18T18:40:32Z", + "nvd_published_at": null + } +} \ No newline at end of file