LiveActive security incident?Get immediate response
CVE Record

CVE-2025-58193: WordPress Uncanny Automator Plugin <= 6.7.0.1 - Broken Access Control Vulnerability

Missing Authorization vulnerability in Uncanny Owl Uncanny Automator uncanny-automator allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Uncanny Automator: from n/a through <= 6.7.0.1.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This vulnerability lets an authenticated user bypass missing authorization checks in the WordPress Uncanny Automator plugin. The reported impact is limited to integrity, meaning an attacker may be able to make unauthorized changes rather than steal data or cause outage.

Executive priority

Treat as a moderate WordPress plugin risk. Prioritize sites with public registration, customer portals, or many low-privilege users. Patch during the next normal security maintenance window unless local exposure is broad.

Technical view

CVE-2025-58193 is a CWE-862 missing authorization flaw in Uncanny Owl Uncanny Automator through version 6.7.0.1. CVSS 3.1 is 4.3: network exploitable, low complexity, low privileges required, no user interaction, unchanged scope, low integrity impact only.

Likely exposure

Exposure is limited to WordPress sites running Uncanny Automator versions through 6.7.0.1. Risk is higher where untrusted users can create accounts or hold low-privilege WordPress roles.

Exploitation context

The provided sources do not state active exploitation, and the CVE is not listed as KEV. The attacker needs some authenticated access, so this is less urgent than unauthenticated compromise but still relevant for membership, customer, or contributor-enabled sites.

Researcher notes

The source bundle identifies broken access control but does not include endpoint details, proof-of-concept status, or a named fixed version. Avoid assuming exploitability beyond authenticated low-privilege access and low integrity impact.

Mitigation direction

  • Inventory WordPress sites using Uncanny Automator.
  • Check vendor or Patchstack guidance for the fixed version.
  • Update the plugin when a vendor-supported fix is available.
  • Restrict low-privilege user access where possible.
  • Disable the plugin if it is not operationally required.
  • Review Automator configuration for unauthorized changes.

Validation and detection

  • Confirm installed Uncanny Automator versions on all WordPress sites.
  • Flag any installation at or below 6.7.0.1.
  • Review WordPress users with low-privilege authenticated access.
  • Check plugin recipes, integrations, and settings for unexpected changes.
  • Verify authorization controls after applying the vendor fix.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-58193 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N2.81.4Patchstack

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2025-58193Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Uncanny OwlUncanny Automatoruncanny-automator, 0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.