From 3de68a72e9ea64394683c5c1a81e5c91d3a83ceb Mon Sep 17 00:00:00 2001 From: Nick Pelton Date: Tue, 23 Jun 2026 08:42:38 -0500 Subject: [PATCH] Improve GHSA-jxfc-8wcq-xxcg --- .../GHSA-jxfc-8wcq-xxcg.json | 42 ++++++++++++------- 1 file changed, 27 insertions(+), 15 deletions(-) diff --git a/advisories/unreviewed/2026/03/GHSA-jxfc-8wcq-xxcg/GHSA-jxfc-8wcq-xxcg.json b/advisories/unreviewed/2026/03/GHSA-jxfc-8wcq-xxcg/GHSA-jxfc-8wcq-xxcg.json index 2d1d404e6c8d8..fb4cf3ae551b7 100644 --- a/advisories/unreviewed/2026/03/GHSA-jxfc-8wcq-xxcg/GHSA-jxfc-8wcq-xxcg.json +++ b/advisories/unreviewed/2026/03/GHSA-jxfc-8wcq-xxcg/GHSA-jxfc-8wcq-xxcg.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-jxfc-8wcq-xxcg", - "modified": "2026-03-31T03:31:26Z", + "modified": "2026-03-31T03:31:35Z", "published": "2026-03-31T03:31:26Z", "aliases": [ "CVE-2026-4020" ], + "summary": "CVE-2026-4020", "details": "The Gravity SMTP plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 2.1.4. This is due to a REST API endpoint registered at /wp-json/gravitysmtp/v1/tests/mock-data with a permission_callback that unconditionally returns true, allowing any unauthenticated visitor to access it. When the ?page=gravitysmtp-settings query parameter is appended, the plugin's register_connector_data() method populates internal connector data, causing the endpoint to return approximately 365 KB of JSON containing the full System Report. This makes it possible for unauthenticated attackers to retrieve detailed system configuration data including PHP version, loaded extensions, web server version, document root path, database server type and version, WordPress version, all active plugins with versions, active theme, WordPress configuration details, database table names, and any API keys/tokens configured in the plugin.", "severity": [ { @@ -13,7 +14,30 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.1.5" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "< 2.1.4" + } + } + ], "references": [ { "type": "ADVISORY", @@ -25,19 +49,7 @@ }, { "type": "WEB", - "url": "https://plugins.trac.wordpress.org/browser/gravitysmtp/tags/2.1.4/vendor/gravityforms/gravity-tools/src/Providers/class-config-collection-service-provider.php#L103" - }, - { - "type": "WEB", - "url": "https://plugins.trac.wordpress.org/browser/gravitysmtp/tags/2.1.4/vendor/gravityforms/gravity-tools/src/Providers/class-config-collection-service-provider.php#L86" - }, - { - "type": "WEB", - "url": "https://plugins.trac.wordpress.org/browser/gravitysmtp/trunk/vendor/gravityforms/gravity-tools/src/Providers/class-config-collection-service-provider.php#L103" - }, - { - "type": "WEB", - "url": "https://plugins.trac.wordpress.org/browser/gravitysmtp/trunk/vendor/gravityforms/gravity-tools/src/Providers/class-config-collection-service-provider.php#L86" + "url": "https://www.cve.org/CVERecord?id=CVE-2026-4020" }, { "type": "WEB",