LiveActive security incident?Get immediate response
CVE Record

CVE-2020-20697: Cross Site Scripting vulnerability in khodakhah NodCMS v.3.0 allows a remote attacker to execute arbitrary...

Cross Site Scripting vulnerability in khodakhah NodCMS v.3.0 allows a remote attacker to execute arbitrary code and gain access to senstivie information via a crafted script to the address parameter.

MediumCVSS 4.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-20697 is a medium-severity cross-site scripting issue reported in khodakhah NodCMS v3.0. A crafted value in the address parameter may trigger script execution when a privileged user interacts with it, exposing limited data or altering page content. The public record does not provide complete affected-version metadata or a named patch.

Executive priority

Treat this as a moderate application-security issue. It is not documented as actively exploited, but it can affect privileged users and sensitive data if NodCMS v3.0 is in use. Prioritize confirmation of exposure first, then remediation planning.

Technical view

The CVE maps to CWE-79 with CVSS 3.1 score 4.8: AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N. Exploitation requires network access, high privileges, and user interaction. Successful exploitation can change security scope and affect confidentiality and integrity. The identified input is the address parameter in NodCMS v3.0.

Likely exposure

Exposure appears limited to khodakhah NodCMS v3.0 deployments using the vulnerable address parameter workflow. The CVE record lists no CPEs and has incomplete structured affected-product data, so confirm exposure through software inventory and application review.

Exploitation context

The source bundle does not indicate CISA KEV listing or active exploitation. The CVSS vector suggests an attacker needs high privileges and must induce user interaction, reducing broad automated risk. Public issue details are cited, but no exploit status is confirmed here.

Researcher notes

Evidence is thin: the CVE identifies NodCMS v3.0 and the address parameter, but structured affected data is n/a and no patch is named in the supplied sources. Avoid assuming other versions or forks are affected without testing or vendor confirmation.

Mitigation direction

  • Check khodakhah NodCMS project guidance for fixed versions or official patches.
  • Inventory any NodCMS v3.0 deployments and prioritize externally reachable instances.
  • Validate server-side output encoding and input handling around the address parameter.
  • Restrict administrative access paths while remediation is being confirmed.
  • Monitor application logs for suspicious address parameter submissions.

Validation and detection

  • Confirm whether NodCMS v3.0 is present in production or staging.
  • Review code paths that read and render the address parameter.
  • Use safe XSS test strings in a controlled environment only.
  • Verify privileged-user workflows cannot render untrusted script content.
  • Document whether vendor guidance, patches, or compensating controls are available.
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-79: 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
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
cve · low confidence lookup

CVE-2020-20697 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.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/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
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
4.8CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N1.72.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/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
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-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.