LiveActive security incident?Get immediate response
CVE Record

CVE-2021-47873: VestaCP < 0.9.8-25 - Stored Cross-Site Scripting

VestaCP versions prior to 0.9.8-25 contain a cross-site scripting vulnerability in the IP interface configuration that allows attackers to inject malicious scripts. Attackers can exploit the 'v_interface' parameter by sending a crafted POST request to the add/ip/ endpoint with a stored XSS payload.

HighCVSS 7.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

VestaCP before 0.9.8-25 has a stored cross-site scripting flaw in IP interface configuration. An attacker could save malicious script content through the affected interface, creating risk to administrators or users who later view it. This can support session theft, unauthorized actions in the panel, or data exposure depending on privileges.

Executive priority

Treat this as a high-priority patch and exposure-reduction item for any internet-facing VestaCP administration panel. The issue affects a hosting control panel, so compromise could impact administrative trust and hosted services.

Technical view

CVE-2021-47873 is CWE-79 stored XSS affecting VestaCP versions prior to 0.9.8-25. The issue is reported in the IP interface configuration, involving the v_interface parameter submitted to the add/ip/ endpoint. CVSS 3.1 is 7.2: AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N.

Likely exposure

Organizations running VestaCP versions earlier than 0.9.8-25 are potentially exposed, especially where the control panel is reachable from untrusted networks. The provided sources do not identify specific operating systems, hosting configurations, or downstream packages beyond VestaCP.

Exploitation context

A public Exploit-DB entry exists, but the source bundle does not show confirmed active exploitation and KEV is false. The vulnerability is network-reachable and low-complexity per CVSS, increasing concern for internet-exposed control panels.

Researcher notes

Evidence is limited to the CVE record, VulnCheck advisory, and Exploit-DB reference. Do not infer broader affected products. No source in the bundle confirms active exploitation. Focus validation on version, exposure, and stored content review rather than reproducing payload behavior.

Mitigation direction

  • Inventory all VestaCP instances and identify versions earlier than 0.9.8-25.
  • Upgrade VestaCP to 0.9.8-25 or later if available from trusted vendor sources.
  • Restrict administrative panel access to trusted networks or VPN where feasible.
  • Monitor VestaCP logs for suspicious IP configuration changes or unexpected script-like content.
  • If upgrade status is unclear, check current VestaCP and VulnCheck guidance.

Validation and detection

  • Confirm whether VestaCP is installed and record the exact version.
  • Review exposed services to determine whether the VestaCP panel is internet-accessible.
  • Check IP interface configuration fields for unexpected stored script content.
  • Verify remediation by confirming the version is 0.9.8-25 or later.
  • Review access logs around IP configuration activity for anomalous requests.
Prepared
Confidence
high
Sources
6

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
cve · low confidence lookup

CVE-2021-47873 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
7.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/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
5Source 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
7.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N3.92.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.2High
CVSS 3.1 vector shape for CVE-2021-47873Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
VestaCPVestaCP0.9.8Listed
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.