From 15ad32840094283d52e35f1c26c9a547cfbb3c84 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:09:59 +0000 Subject: [PATCH] Publish GHSA-rjw8-v7rr-r563 --- .../GHSA-rjw8-v7rr-r563.json | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 advisories/github-reviewed/2024/06/GHSA-rjw8-v7rr-r563/GHSA-rjw8-v7rr-r563.json diff --git a/advisories/github-reviewed/2024/06/GHSA-rjw8-v7rr-r563/GHSA-rjw8-v7rr-r563.json b/advisories/github-reviewed/2024/06/GHSA-rjw8-v7rr-r563/GHSA-rjw8-v7rr-r563.json new file mode 100644 index 00000000000..8ba2592eb51 --- /dev/null +++ b/advisories/github-reviewed/2024/06/GHSA-rjw8-v7rr-r563/GHSA-rjw8-v7rr-r563.json @@ -0,0 +1,54 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-rjw8-v7rr-r563", + "modified": "2024-06-26T14:08:31Z", + "published": "2024-06-26T14:08:31Z", + "aliases": [ + "CVE-2024-25637" + ], + "summary": "October System module has a Reflected XSS via X-October-Request-Handler Header", + "details": "### Impact\n\nThe X-October-Request-Handler Header does not sanitize the AJAX handler name and allows unescaped HTML to be reflected back. There is no impact since this vulnerability cannot be exploited through normal browser interactions. This unescaped value is only detectable when using a proxy interception tool.\n\n### Patches\n\nThis issue has been patched in v3.5.15.\n\n### References\n\nCredits to:\n- [Mayank Mehra](mailto:mayankmehra54@gmail.com)\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Email us at [hello@octobercms.com](mailto:hello@octobercms.com)\n", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "october/system" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.2" + }, + { + "fixed": "3.5.15" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/octobercms/october/security/advisories/GHSA-rjw8-v7rr-r563" + }, + { + "type": "PACKAGE", + "url": "https://github.com/octobercms/october" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-06-26T14:08:31Z", + "nvd_published_at": null + } +} \ No newline at end of file