LiveActive security incident?Get immediate response
CVE Record

CVE-2021-25974: Publify - Stored Cross-Site Scripting (XSS) in Editor

In Publify, versions v8.0 to v9.2.4 are vulnerable to stored XSS. A user with a “publisher” role is able to inject and execute arbitrary JavaScript code while creating a page/article.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Publify let a publisher-level user save JavaScript inside pages or articles. When another user views that content, the script may run in their browser. This can support account/session abuse or content tampering, but it requires an authenticated publisher and victim interaction, so urgency is moderate.

Executive priority

Prioritize remediation in the next regular security patch cycle, sooner if Publify has many publisher accounts or administrator users regularly review submitted content. This is not evidenced as actively exploited, but stored XSS can turn a compromised low-privilege account into broader browser-side impact.

Technical view

CVE-2021-25974 is stored XSS, CWE-79, in Publify v8.0 through v9.2.4. The editor allowed a publisher role to inject arbitrary JavaScript while creating a page or article. CVSS 3.1 is 5.4 with low privileges required, user interaction required, changed scope, and low confidentiality/integrity impact.

Likely exposure

Exposure is likely limited to Publify deployments running v8.0-v9.2.4 where publisher accounts can create pages or articles. Risk increases with shared editorial access, contractors, compromised publisher accounts, or public-facing content viewed by administrators.

Exploitation context

The source bundle does not show CISA KEV listing, active exploitation, or confirmed public exploitation. Exploitation requires authenticated publisher access and a user viewing the stored content. Treat this as a credible internal or compromised-account risk, not confirmed internet-scale exploitation.

Researcher notes

Evidence supports stored XSS in the editor path for page/article creation by publisher users. The bundle names affected versions through v9.2.4 and references a fix commit. It does not provide enough evidence to claim active exploitation, unauthenticated reachability, or specific post-exploitation outcomes beyond browser-executed JavaScript.

Mitigation direction

  • Inventory Publify instances and identify versions v8.0 through v9.2.4.
  • Update to a Publify release that includes the referenced fix commit.
  • If patching is delayed, restrict publisher role access to trusted users only.
  • Review recently created pages and articles for suspicious embedded script behavior.
  • Check vendor guidance for any additional remediation or upgrade notes.

Validation and detection

  • Confirm the running Publify version is outside the affected range.
  • Verify the referenced security fix is present in deployed code.
  • Review publisher-role accounts and remove unnecessary access.
  • Perform authenticated editor sanitization testing in staging without executing scripts.
  • Check logs and content history for unexpected page or article modifications.
Prepared
Confidence
high
Sources
4

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-25974 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.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/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
3Source 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.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N2.32.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.4Medium
CVSS 3.1 vector shape for CVE-2021-25974Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/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
publify_corepublify_corev8.0, unspecifiedListed
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.