Skip to main content

Templately CVE-2026-15359

| EUVDEUVD-2026-54382 MEDIUM
Missing Authorization (CWE-862)
2026-08-07 WPScan GHSA-4vxc-ggfm-6c86
6.5
CVSS 3.1 · Vendor: WPScan
Share

Severity by source

Vendor (WPScan) PRIMARY
6.5 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
vuln.today AI
6.5 MEDIUM

No authentication or interaction needed to reach the unprotected handler; impact is limited to credential overwrite (I:L) and admin service disruption (A:L), with no data disclosure.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N

Primary rating from Vendor (WPScan).

CVSS VectorVendor: WPScan

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
Low

Lifecycle Timeline

4
Analysis Generated
Aug 07, 2026 - 18:27 vuln.today
Patch available
Aug 07, 2026 - 07:01 EUVD
CVE Published
Aug 07, 2026 - 06:00 cve.org
MEDIUM 6.5
CVE Published
Aug 07, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

The Templately WordPress plugin before 3.7.1 does not have an authorisation check on one of its request handlers, allowing unauthenticated attackers to overwrite the administrator's stored cloud service connection with an account under their control, disconnecting the legitimate administrator and redirecting the site's cloud template library to attacker-controlled content.

AnalysisAI

Unauthenticated cloud credential hijacking in the Templately WordPress plugin (all versions before 3.7.1) allows any remote attacker to overwrite the site administrator's stored cloud service connection with an account under their control. This severs the legitimate administrator's access to the cloud template library and redirects the site's template source to attacker-controlled infrastructure, enabling supply-chain-style content injection against the WordPress admin. A publicly available proof-of-concept exists per WPScan, though EPSS remains very low (0.14%, 3rd percentile), and no CISA KEV listing confirms active widespread exploitation at time of analysis.

Technical ContextAI

Templately is a WordPress template library plugin that authenticates against a cloud service to fetch and deliver pre-built page templates for use in page builders. The cloud connection is stored as a privileged site setting - effectively an OAuth token or API credential - that determines which template library the WordPress installation consumes. The root cause is CWE-862 (Missing Authorization): the request handler responsible for writing this credential to the database does not perform any WordPress capability check (such as current_user_can('manage_options')), meaning it accepts and processes requests from completely unauthenticated callers. The affected product scope is defined by CPE cpe:2.3:a:unknown:templately:*:*:*:*:*:*:*:* covering all versions in the range 0 through below 3.7.1. The vendor field being listed as 'unknown' in the CPE indicates NVD attribution is not yet fully resolved, though the WPScan advisory and description unambiguously identify Templately.

RemediationAI

Update the Templately WordPress plugin to version 3.7.1 or later, which is confirmed as the vendor-released patch per the WPScan advisory (https://wpscan.com/vulnerability/d4749a25-f3fa-4908-9532-3ae7c1c38a58/). If immediate patching is not feasible, a compensating control is to disable the Templately plugin entirely until the update can be applied - this eliminates the attack surface at the cost of losing template library access. Alternatively, a WAF rule blocking unauthenticated POST requests to Templately's AJAX or REST API handlers (typically targeting wp-admin/admin-ajax.php with Templately-specific action parameters) can mitigate exploitation without disabling the plugin, though the exact action parameter should be confirmed from the WPScan advisory detail. After patching or remediating, administrators should audit Templately's stored cloud connection settings in the WordPress admin panel to verify the credentials have not already been overwritten by an attacker prior to remediation.

Share

CVE-2026-15359 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy