LiveActive security incident?Get immediate response
CVE Record

CVE-2023-48985: Cross Site Scripting (XSS) vulnerability in CU Solutions Group (CUSG) Content Management System (CMS) befor...

Cross Site Scripting (XSS) vulnerability in CU Solutions Group (CUSG) Content Management System (CMS) before v.7.75 allows a remote attacker to execute arbitrary code, escalate privileges, and obtain sensitive information via a crafted script to the login.php component.

MediumCVSS 6.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-48985 is a cross-site scripting issue in CU Solutions Group CMS before version 7.75. A malicious link or crafted login interaction could run attacker-controlled script in a user’s browser, potentially exposing sensitive information or affecting account actions. The CVE is medium severity, and the supplied sources do not show confirmed active exploitation.

Executive priority

Handle as a near-term remediation item for any public CUSG CMS deployment, especially in credit union environments. It is not currently evidenced as actively exploited, but login-page XSS can create business risk through credential exposure, user impersonation, or sensitive data access.

Technical view

The issue is CWE-79 XSS in the login.php component of CUSG CMS before v7.75. The CVSS 3.1 score is 6.1 with network access, low complexity, no privileges required, and required user interaction. Scope changes, with low confidentiality and integrity impact and no availability impact.

Likely exposure

Most relevant exposure is organizations, especially credit unions, operating CUSG CMS versions earlier than 7.75 with the login.php component reachable by users. The CVE record lacks CPE details, so asset confirmation must rely on internal inventory and vendor records.

Exploitation context

The source bundle does not list CISA KEV status or cite active exploitation. Exploitation would require user interaction and successful script execution through the login workflow. Treat public-facing login pages as higher priority, but do not assume compromise without evidence.

Researcher notes

The public data is sparse: affected CPEs are not provided, and the main technical detail is the login.php XSS before v7.75. Avoid assuming exploit maturity or impact beyond the CVE description. Validation should focus on version, reachability, and safe XSS testing in authorized environments.

Mitigation direction

  • Identify whether any CUSG CMS deployment is running before version 7.75.
  • Confirm CUSG’s current remediation guidance and supported fixed release.
  • Update affected CUSG CMS instances to version 7.75 or a vendor-approved later version.
  • Prioritize internet-facing login pages for remediation.
  • Monitor vendor advisories for any revised affected-version or remediation details.

Validation and detection

  • Verify deployed CUSG CMS versions against the pre-7.75 affected range.
  • Confirm whether login.php is externally reachable on affected systems.
  • Run authorized application security testing for XSS around the login workflow.
  • Review web logs for unusual login.php activity or script-like inputs.
  • Confirm remediation status with the application owner or CUSG support.
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-2023-48985 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.1 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

6.1Medium
CVSS 3.1 vector shape for CVE-2023-48985Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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