LiveActive security incident?Get immediate response
CVE Record

CVE-2023-0642: Cross-Site Request Forgery (CSRF) in squidex/squidex

Cross-Site Request Forgery (CSRF) in GitHub repository squidex/squidex prior to 7.4.0.

MediumCVSS 6.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-0642 is a CSRF issue in Squidex before 7.4.0. A logged-in user could be tricked into triggering an unintended request, with the published scoring emphasizing potential availability impact. The provided sources do not identify active exploitation or detailed affected endpoints.

Executive priority

Treat this as a moderate-priority platform hygiene issue. Patch exposed or administrative Squidex deployments promptly, but the provided evidence does not support emergency handling for active exploitation.

Technical view

The CVE describes CWE-352 in squidex/squidex prior to 7.4.0. CVSS 3.0 is 6.8: network reachable, low complexity, low privileges required, user interaction required, changed scope, high availability impact, no confidentiality or integrity impact recorded.

Likely exposure

Organizations running self-hosted Squidex versions earlier than 7.4.0 are the relevant exposure group. Exposure depends on whether authenticated users access Squidex through browsers and whether vulnerable CSRF paths are reachable in that deployment.

Exploitation context

The source bundle does not show KEV listing or cited evidence of exploitation in the wild. Exploitation would require user interaction and a privileged session context, based on the CVSS vector, but endpoint-level details are not provided here.

Researcher notes

Evidence is limited to the CVE summary, CVSS vector, Huntr reference, and fixing commit. Do not infer specific vulnerable endpoints or proof-of-concept behavior from this bundle alone.

Mitigation direction

  • Upgrade Squidex to version 7.4.0 or later.
  • Review the linked Squidex commit and vendor guidance for deployment-specific notes.
  • Prioritize externally accessible administrative Squidex instances.
  • Confirm state-changing routes use vendor-supported CSRF protections.

Validation and detection

  • Inventory all Squidex deployments and record their running versions.
  • Flag any Squidex version earlier than 7.4.0 for remediation.
  • Verify the upgrade completed in staging before production rollout.
  • Review access logs for unusual availability-impacting actions, without assuming compromise.
Prepared
Confidence
medium
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-352: 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-2023-0642 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
6.8 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:N/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
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
6.8CVSS 3.0MediumCVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:N/A:H2.34Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

6.8Medium
CVSS 3.0 vector shape for CVE-2023-0642Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:N/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
squidexsquidex/squidexunspecifiedListed
Weakness

CWE details

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

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.