Security readout for executives and security teams
Plain-English summary
CVE-2019-25262 is a cross-site scripting issue in the Razgover chat message handler. A user with access to send chat messages could cause script content to be handled unsafely through the msg parameter. Business impact is mainly user/session risk inside deployments of this unsupported project, not server takeover based on the provided data.
Executive priority
Address during the next normal vulnerability remediation cycle unless Razgover is internet-facing or used by untrusted users. Priority increases if the chat service supports sensitive users, administrative sessions, or public registration. Unsupported software status is the main business concern.
Technical view
The issue affects elinicksic Razgover up to commit db37dfc5c82f023a40f2f7834ded6633fb2b5262, in Chattify/send.php. Manipulation of the msg argument leads to cross-site scripting. The CVSS 4.0 score is 5.1, with network access, low attack complexity, low privileges required, and user interaction required. A patch commit is identified as 995dd89d0e3ec5522966724be23a5d58ca1bdac3.
Likely exposure
Exposure is limited to organizations running elinicksic Razgover, especially code at or before the affected commit. The source states the product used rolling releases, so fixed and affected version numbers are not disclosed. It also states the affected product is no longer supported by the maintainer.
Exploitation context
The vulnerability is remotely reachable but requires low privileges and user interaction per the CVSS vector. The provided sources do not show CISA KEV listing or active exploitation. Treat it as plausible in exposed chat deployments, but do not assume exploitation without local evidence.
Researcher notes
Evidence is limited to the CVE record, VulDB entry, and GitHub patch reference. The vulnerability is described as XSS in msg within send.php. No affected release numbers are provided because the project uses rolling releases. No public source in the bundle confirms active exploitation.
Mitigation direction
- Apply patch commit 995dd89d0e3ec5522966724be23a5d58ca1bdac3 if maintaining this codebase.
- If unable to patch, restrict access to trusted users only.
- Review vendor/project guidance because the source says the affected product is unsupported.
- Consider replacing unsupported Razgover deployments with a maintained alternative.
Validation and detection
- Inventory applications for elinicksic Razgover or copied Chattify/send.php code.
- Check deployed code commit against db37dfc5c82f023a40f2f7834ded6633fb2b5262 and the patch commit.
- Review chat message rendering for proper output encoding of message content.
- Inspect logs for unusual chat messages and suspicious user-session activity.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCWE-94: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process 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 lookupCVE-2019-25262 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 5.1 (4.0)
- Known Exploited
- No
- Published
Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X——Primary CVE scoreVulnerability scoring details
Base CVSS 4.0 score
5.1MediumVector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X
Source materials
- CVE List V5 sourceCVE List V5
- VDB-338649 | elinicksic Razgover Chat Message send.php cross site scriptingCVE reference · vdb-entry, technical-description
- VDB-338649 | CTI Indicators (IOB, IOC, TTP, IOA)CVE reference · signature, permissions-required
- https://github.com/elinicksic/Razgover/commit/995dd89d0e3ec5522966724be23a5d58ca1bdac3CVE reference · patch
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
Improper Control of Generation of Code ('Code Injection')
Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
