CVE-2026-57674
Deferred Deferred - Pending Action

Unauthenticated Cross Site Scripting in Timetics

Vulnerability report for CVE-2026-57674, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-02

Last updated on: 2026-07-02

Assigner: Patchstack

Description

Unauthenticated Cross Site Scripting (XSS) in Timetics <= 1.0.58 versions.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-02
Last Modified
2026-07-02
Generated
2026-07-22
AI Q&A
2026-07-02
EPSS Evaluated
2026-07-21
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
patchstack timetics to 1.0.58 (inc)
patchstack timetics 1.0.59
timetics timetics to 1.0.58 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The WordPress Timetics Plugin, versions 1.0.58 and below, is vulnerable to a Cross Site Scripting (XSS) attack. This means attackers can inject malicious scripts into websites using this plugin.

When visitors access the affected site, these malicious scripts can execute, potentially causing unwanted actions such as redirects or displaying harmful content.

Exploitation requires user interaction, like clicking a malicious link or visiting a specially crafted page.

Detection Guidance

This vulnerability affects the WordPress Timetics Plugin versions 1.0.58 and below, allowing Cross Site Scripting (XSS) attacks. Detection typically involves identifying if the vulnerable plugin version is installed and monitoring for suspicious script injections or unusual redirects triggered by user interactions.

To detect the presence of the vulnerable plugin version on your system, you can check the installed plugin version using WordPress CLI commands or by inspecting the plugin files.

  • Use WP-CLI to check the Timetics plugin version: `wp plugin list --status=active | grep timetics`
  • Manually inspect the plugin version in the plugin's main PHP file, usually found in `wp-content/plugins/timetics/`.

For network detection, monitor HTTP requests for suspicious query parameters or payloads that could be attempting to inject scripts, especially those targeting pages served by the Timetics plugin.

  • Use tools like `tcpdump` or `Wireshark` to capture HTTP traffic and filter for suspicious patterns.
  • Example tcpdump command: `tcpdump -A -s 0 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' | grep -i 'script'`

Additionally, applying web application firewall (WAF) rules or Patchstack mitigation rules can help detect and block exploitation attempts.

Impact Analysis

This vulnerability can lead to attackers injecting malicious scripts that execute in the context of your website, which may result in unauthorized redirects, display of unwanted or harmful content, and potentially compromise user trust.

Since the vulnerability requires user interaction, users might be tricked into clicking malicious links, leading to exploitation.

The vulnerability is moderately dangerous and could be targeted in widespread exploit campaigns, increasing the risk to affected sites.

Mitigation Strategies

The immediate step to mitigate this vulnerability is to update the WordPress Timetics Plugin to version 1.0.59 or later.

Until the update can be applied, users are advised to use mitigation rules provided by Patchstack to block attacks targeting this vulnerability.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-57674. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart