LiveActive security incident?Get immediate response
CVE Record

CVE-2023-25365: Cross Site Scripting vulnerability found in October CMS v.3.2.0 allows local attacker to execute arbitrary...

Cross Site Scripting vulnerability found in October CMS v.3.2.0 allows local attacker to execute arbitrary code via the file type .mp3

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

October CMS 3.2.0 is reported vulnerable to cross-site scripting through MP3 file upload handling. User interaction is required, and the CVE rates impact as high. Official affected-product metadata is incomplete, so confirm whether deployed October CMS instances match this version and upload path.

Executive priority

Treat this as a high-priority application exposure if October CMS 3.2.0 is present with file uploads enabled. There is no supplied evidence of active exploitation, but the impact rating justifies prompt inventory, vendor-checking, and upload restrictions.

Technical view

The CVE describes a file upload bypass leading to XSS using .mp3 files in October CMS v3.2.0. The record maps to CWE-434 and CWE-79 with CVSS 3.1 score 7.8, AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H.

Likely exposure

Exposure is most plausible where October CMS 3.2.0 permits users or local actors to upload or process MP3 files. The CVE metadata lists affected vendor and product as n/a, so asset confirmation is required before scoping broadly.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The reference indicates an XSS file-upload bypass, but validation should avoid reproducing offensive details and focus on version, upload policy, and vendor guidance.

Researcher notes

Evidence is limited: the CVE record names October CMS v3.2.0 in the title and description, but structured affected fields are n/a. Do not infer other versions. The CVSS vector is local and user-interaction required, which should shape validation and risk scoring.

Mitigation direction

  • Inventory October CMS deployments and identify any running v3.2.0.
  • Check October CMS vendor guidance for the fixed version or recommended mitigation.
  • Restrict MP3 uploads to trusted users until vendor guidance is applied.
  • Validate uploaded file types server-side and block risky rendering paths.
  • Review access controls for media upload and file management features.

Validation and detection

  • Confirm installed October CMS versions from asset records or application administration.
  • Identify public or authenticated workflows that accept MP3 uploads.
  • Review upload validation controls for extension, MIME type, and content handling.
  • Check logs for suspicious MP3 uploads or unusual file-management activity.
  • Verify whether vendor advisories mention CVE-2023-25365 or related fixes.
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-434: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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
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-25365 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.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/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
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
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H1.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2023-25365Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/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
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-434 · source CWE mapping

Unrestricted Upload of File with Dangerous Type

Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

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.