LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36074: SQL injection vulnerability found in Tailor Mangement System v.1 allows a remote attacker to execute arbitr...

SQL injection vulnerability found in Tailor Mangement System v.1 allows a remote attacker to execute arbitrary code via the title parameter.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2020-36074 is reported as a high-severity SQL injection in Tailor Management System v.1. An attacker with low-privileged access could abuse the title parameter to affect confidentiality, integrity, and availability. Public metadata does not identify a vendor, CPE, patch, or confirmed active exploitation.

Executive priority

Treat as high priority only where the application is confirmed present. The business concern is potential data compromise or service disruption, but urgency is moderated by incomplete product metadata and no cited active exploitation.

Technical view

The CVE record describes SQL injection through the title parameter, with CVSS 3.1 score 8.8: network attack vector, low complexity, privileges required, no user interaction, and high CIA impact. The source also claims possible arbitrary code execution, but the public record gives limited implementation detail.

Likely exposure

Exposure is most likely limited to organizations running Tailor Management System v.1, especially if reachable over a network. The affected vendor, product metadata, versions, and CPEs are listed as n/a, so asset confirmation is required before scoping impact.

Exploitation context

CISA KEV status is false in the provided bundle, and no cited source confirms active exploitation. The CVSS vector indicates exploitation would require an authenticated or otherwise privileged attacker, but not user interaction.

Researcher notes

The record contains inconsistent weakness metadata: CWE-125 is listed, while the description says SQL injection. Public affected-product fields are n/a, and the only reference is a GitHub CVE list, so validate against deployed code before making remediation claims.

Mitigation direction

  • Identify whether Tailor Management System v.1 exists in any environment.
  • Check the project or vendor source for security guidance or a fixed release.
  • Restrict network access to any confirmed affected instance.
  • Review title parameter handling for parameterized SQL queries.
  • Prioritize retirement or isolation if no maintained fix exists.

Validation and detection

  • Search asset inventory for Tailor Management System deployments.
  • Confirm exact application version and code provenance.
  • Review authentication boundaries for access to the title parameter.
  • Perform authorized SQL injection testing in a non-production environment.
  • Check logs for suspicious title parameter activity.
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 · low confidence lookup

CWE-125: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
description · low confidence lookup

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-36074 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
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

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

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
2Source 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
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2020-36074Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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

CWE-125 · source CWE mapping

Out-of-bounds Read

Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.