LiveActive security incident?Get immediate response
CVE Record

CVE-2023-25431: An issue was discovered in Online Reviewer Management System v1.0.

An issue was discovered in Online Reviewer Management System v1.0. There is a XSS vulnerability via reviewer_0/admins/assessments/course/course-update.php.

MediumCVSS 4.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a cross-site scripting flaw in Online Reviewer Management System v1.0. A highly privileged user could place unsafe content in the course update workflow that may run in another user’s browser after interaction. Business impact is limited but real: session exposure, unauthorized actions in the app context, and trust damage. No cited source shows active exploitation.

Executive priority

Treat this as a targeted application-risk item, not an emergency. Prioritize if the system is internet-facing, handles sensitive reviewer or course data, or has many privileged users. Lack of patch information means teams should verify deployment status and vendor guidance promptly.

Technical view

CVE-2023-25431 is CWE-79 XSS in reviewer_0/admins/assessments/course/course-update.php. The CVSS 3.1 vector is 4.8 medium: network reachable, low complexity, high privileges required, user interaction required, changed scope, low confidentiality and integrity impact, no availability impact. The source bundle does not provide a vendor CPE, patch version, or mitigation details.

Likely exposure

Exposure is likely limited to organizations running Online Reviewer Management System v1.0 with the affected course update path reachable to privileged users. Source metadata lists vendor and product CPEs as unavailable, so asset matching may require manual inventory review.

Exploitation context

The CVE is not listed as KEV in the source bundle, and no cited source claims active exploitation. Exploitation requires high privileges and user interaction, reducing broad internet-scale risk, but successful XSS can still affect users who view trusted application content.

Researcher notes

The available record is sparse: one public researcher reference, no CPE, no named vendor in structured affected data, and no cited fix. The CVSS vector indicates a constrained XSS scenario requiring privileged access and user interaction, with limited confidentiality and integrity impact.

Mitigation direction

  • Check vendor or project guidance for an official fix or maintained replacement.
  • Restrict access to administrative and reviewer course update functions.
  • Review the affected workflow for output encoding and input validation gaps.
  • Apply least-privilege access controls for users able to update course data.
  • Use CSP and secure session controls as defense-in-depth, where compatible.

Validation and detection

  • Confirm whether Online Reviewer Management System v1.0 is deployed.
  • Identify whether the affected course update PHP path exists.
  • Review access logs for unusual privileged course update activity.
  • Perform safe authenticated XSS validation only in staging or approved testing.
  • Verify remediation by confirming untrusted content renders as text.
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
cve · low confidence lookup

CVE-2023-25431 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
4.8 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

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