LiveActive security incident?Get immediate response
CVE Record

CVE-2023-3627: Cross-Site Request Forgery (CSRF) in salesagility/suitecrm-core

Cross-Site Request Forgery (CSRF) in GitHub repository salesagility/suitecrm-core prior to 8.3.1.

HighCVSS 8.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw lets an attacker abuse a logged-in SuiteCRM Core user's browser to make unauthorized requests. The sources identify affected salesagility/suitecrm-core versions before 8.3.1. Because CRM systems often hold customer and sales data, successful abuse could have serious confidentiality and integrity impact.

Executive priority

Treat as a high-priority CRM security update. The risk is not confirmed exploited in the provided sources, but the potential impact to customer and business data is high if a logged-in user is manipulated.

Technical view

CVE-2023-3627 is a CWE-352 cross-site request forgery issue in salesagility/suitecrm-core before 8.3.1. The CVSS 3.0 score is 8.1: network reachable, low complexity, no attacker privileges, user interaction required, unchanged scope, high confidentiality and integrity impact, and no availability impact.

Likely exposure

Exposure is most likely in organizations running salesagility/suitecrm-core versions earlier than 8.3.1, especially internet-accessible CRM deployments used by privileged staff. The source bundle does not provide CPEs or a detailed version matrix beyond “prior to 8.3.1.”

Exploitation context

The bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation requires user interaction, consistent with CSRF: an attacker would need a victim's authenticated browser context, but no attacker account is required by the CVSS vector.

Researcher notes

Public evidence in the bundle is limited to the CVE description, huntr reference, and upstream commit. No CPEs, exploit confirmation, or detailed endpoint behavior are provided. Avoid assuming exploitability details beyond CSRF with required user interaction.

Mitigation direction

  • Upgrade salesagility/suitecrm-core to 8.3.1 or later.
  • Review the referenced upstream commit and vendor guidance before deploying fixes.
  • Prioritize externally reachable CRM environments and privileged-user workflows.
  • Monitor vendor advisories for any expanded affected-version details.

Validation and detection

  • Inventory SuiteCRM Core deployments and confirm installed versions.
  • Verify no production instance remains below 8.3.1.
  • Check whether the referenced fix commit is present in deployed code.
  • Review web access logs for unusual state-changing requests by authenticated users.
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-3627 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.1 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/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
8.1CVSS 3.0HighCVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N2.85.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

8.1High
CVSS 3.0 vector shape for CVE-2023-3627Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/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
salesagilitysalesagility/suitecrm-coreunspecifiedListed
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.