← back

CVE-2026-4020

HIGH · 7.5 EPSS 3.0%
hype LIKELY HACK · 68 hack

Real vuln, active attacker chatter, no KEV yet; unclear scale of exploitation.

What: Gravity SMTP WordPress plugin (≤2.1.4) exposes 365 KB of sensitive system data via unauthenticated REST API endpoint—CVSS 7.5 HIGH.

Why it matters: Real vulnerability with clear attack surface (no auth required, REST endpoint discoverable). Posts reference active reconnaissance ("attackers are the same client"), suggesting in-the-wild targeting. No KEV listing yet, but EPSS low (0.03) and chatter is recent (June 2026). CrowdSec advisory noted; defenders likely triaging WordPress instances.

Where it's seen: French-language security media, HackerNews discussion threads, blog coverage from honeylabs and cyberveille flagging live reconnaissance activity and shared attacker infrastructure.

RISK: HIGH — Unauthenticated info disclosure leaks API keys, plugin roster, DB details; active scanning observed.

Generated by claude-haiku-4-5 from public posts and authoritative metadata. AI can make mistakes — verify against vendor advisories before acting. 6/17/2026, 10:29:31 AM

Description

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.

CVSS 3.1 breakdown

Exploitability 3.9 · Impact 3.6
vector CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack vector
Network
Complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Weaknesses