LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36664: Artesãos SEOTools SEOMeta.php setTitle redirect

A vulnerability has been found in Artesãos SEOTools up to 0.17.1 and classified as problematic. This vulnerability affects the function setTitle of the file SEOMeta.php. The manipulation of the argument title leads to open redirect. Upgrading to version 0.17.2 is able to address this issue. The name of the patch is ca27cd0edf917e0bc805227013859b8b5a1f01fb. It is recommended to upgrade the affected component. The identifier of this vulnerability is VDB-222232.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a medium-severity open redirect issue in Artesãos SEOTools. If an application uses affected versions and lets a user influence the SEO title value, that input may be abused to redirect users unexpectedly. The provided sources identify version 0.17.2 as the fix.

Executive priority

Treat this as a targeted dependency update, not an emergency, unless affected applications are public-facing and allow low-privileged users to influence SEO metadata. Patch during the next security maintenance cycle.

Technical view

CVE-2020-36664 affects Artesãos SEOTools SEOMeta.php setTitle in versions 0.17.0 and 0.17.1. Manipulating the title argument is classified as CWE-601 open redirect. The CVSS 3.1 score is 5.5 with low confidentiality, integrity, and availability impact. The cited fix is commit ca27cd0edf917e0bc805227013859b8b5a1f01fb and release v0.17.2.

Likely exposure

Exposure is limited to applications that include Artesãos SEOTools 0.17.0 or 0.17.1, especially where untrusted users can influence values passed to setTitle. The bundle does not identify other affected products or downstream frameworks.

Exploitation context

The source bundle does not report active exploitation, and the CVE is not marked KEV. The CVSS vector requires adjacent access and low privileges, with no user interaction. Evidence is insufficient to describe real-world exploitation patterns.

Researcher notes

The provided evidence names the affected function, file, versions, CWE, CVSS vector, patch commit, and fixed release. It does not provide exploit details, alternative mitigations, or confirmed exploitation. Avoid expanding scope beyond Artesãos SEOTools 0.17.0 and 0.17.1.

Mitigation direction

  • Upgrade Artesãos SEOTools to version 0.17.2 or later.
  • Confirm dependency lockfiles no longer pin version 0.17.0 or 0.17.1.
  • Review the referenced GitHub patch and release notes.
  • If upgrade is blocked, check vendor guidance for supported alternatives.

Validation and detection

  • Inventory applications using the Artesãos SEOTools package.
  • Check installed versions against 0.17.0 and 0.17.1.
  • Review code paths passing user-controlled data to SEOMeta.php setTitle.
  • Verify production deployments include the patched dependency version.
Prepared
Confidence
high
Sources
7

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-601: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-2020-36664 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
5.5 (3.1)
Known Exploited
No
Published

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

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
0Timeline events
0ADP providers
6Source links

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
5.5CVSS 3.1MediumCVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L2.13.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2020-36664Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
ArtesãosSEOTools0.17.0, 0.17.1Listed
Weakness

CWE details

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

CWE-601 · source CWE mapping

URL Redirection to Untrusted Site ('Open Redirect')

URL Redirection to Untrusted Site ('Open Redirect') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.