LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36665: Artesãos SEOTools TwitterCards.php eachValue redirect

A vulnerability was found in Artesãos SEOTools up to 0.17.1 and classified as critical. This issue affects the function eachValue of the file TwitterCards.php. The manipulation of the argument value leads to open redirect. Upgrading to version 0.17.2 is able to address this issue. The identifier of the patch is ca27cd0edf917e0bc805227013859b8b5a1f01fb. It is recommended to upgrade the affected component. The identifier VDB-222233 was assigned to this vulnerability.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Artesãos SEOTools 0.17.0 and 0.17.1 contain an open redirect issue in Twitter card handling. In affected use cases, a controlled value can cause redirection to an unintended destination, creating phishing or trust-abuse risk rather than direct system takeover.

Executive priority

Handle as a moderate-priority dependency upgrade. Prioritize sooner for public-facing applications where authenticated users, customers, or content editors can influence SEO or Twitter card metadata.

Technical view

CVE-2020-36665 is CWE-601 in TwitterCards.php, affecting the eachValue function when handling the value argument. Public sources name versions 0.17.0 and 0.17.1 as affected and identify 0.17.2 plus commit ca27cd0edf917e0bc805227013859b8b5a1f01fb as the fix.

Likely exposure

Exposure is likely limited to PHP/Laravel applications using Artesãos SEOTools 0.17.0 or 0.17.1, especially where untrusted or low-privileged users influence Twitter card values.

Exploitation context

The bundle does not show KEV listing or cited active exploitation. The provided CVSS vector indicates adjacent access, low complexity, low privileges, no user interaction, and low confidentiality, integrity, and availability impact.

Researcher notes

Evidence names the affected file, function, argument, versions, CWE, patch commit, and fixed release. The bundle does not provide exploit code, proof of active exploitation, or broader affected product evidence.

Mitigation direction

  • Upgrade Artesãos SEOTools to version 0.17.2 or later.
  • Confirm deployed dependencies no longer include versions 0.17.0 or 0.17.1.
  • Review vendor release notes and patch references for upgrade details.
  • Restrict untrusted input used in Twitter card values where upgrade is delayed.

Validation and detection

  • Inventory application dependencies for Artesãos SEOTools versions 0.17.0 and 0.17.1.
  • Check composer lockfiles and deployed artifacts, not only source manifests.
  • Review app paths that pass user-controlled values into Twitter card generation.
  • Confirm the deployed package includes the referenced patch or release 0.17.2.
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-36665 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-36665Attack 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.